*, *: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;
}
/* 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: 1px;
    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: 1px;
        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: 1px;
        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 {
  margin: 0 auto;
  padding: 0 32px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .dnd-section > .row-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/******************* css ********************/

button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */



/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */
form .hs-input:focus {
  outline: auto;
}


form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100% !important;
  font-size: 1rem;
  padding: .75em 1em;
  border-style: solid;
  font-family: Arial;
}

.field select {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  line-height: 1.2em;
  display: block;
  font-size: 1rem;
  padding: .75em 2em .75em 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #bfc1c2;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat,repeat;
  background-position: right .7em top 50%,0 0;
  background-size: .65em auto,100%;
}

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

form textarea {
  font-family: monospace;
  line-height: normal;
  vertical-align: baseline;
  margin-bottom: -1px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: .125rem;
  list-style-type: none;
}

.field label:not(.boolean):not(.collection_check_boxes):not(.collection_radio_buttons) {
  font-size: .875rem;
  display: block;
  margin-bottom: .3em;
  font-weight: 700;
  line-height: 1.2em;
}

form.hs-form .inputs-list .hs-form-checkbox-display {
  margin-left: .25rem;
  margin-right: .25rem;
}

.field input[type=checkbox],
.field input[type=radio] {
  margin: 3px 3px 3px 4px;
  font-size: 1rem;
  vertical-align: top;
  width: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

form.hs-form .inputs-list .hs-form-checkbox-display span {
  font-weight: 400;
  padding-left: .1875rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 1rem;
  line-height: 1.5em;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: .75rem;
  line-height: 1rem;
  margin: 0;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}

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

/* Validation */

.hs-error-msg {
  color: #EF6B51;
}

/* Submit button */
form label.hs-error-msg {
  color: #e30b5c;
}


ul.hs-error-msgs label {
  color: #e30b5c;
}
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  text-decoration: none !important;
  margin: 15px 0px;
  border-style: solid;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: arial;
  font-weight: 600;
  align-items: center;
}
div#hs-search-module a.hs-button.primary {
  margin: 22px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}

label.hs-error-msg {

}

label.hs-error-msg:empty {
  display: none;
}

form label {
  font-size: .875rem;
  display: block;
  margin-bottom: .3em;
  font-weight: 700;
  line-height: 1.2em;
}

.field select.error {
  font-size: .875rem;
}

form.hs-form .field ul.hs-error-msgs label {
  color: #e30b5c;
  display: block;
  margin-bottom: .25rem;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25rem !important;
}

form .invalid.error {
  box-shadow: 0 0 0 1px #e30b5c;
  color: #e30b5c;
}

@media (min-width: 401px) {
  form.hs-form .form-columns-3 .hs-form-field {
    width: 33.333333% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.footer-reached .body-wrapper>div:first-of-type {
    position: static;
}
header.header {
  background-color: ;
}

.header__container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: 4.5rem;
  align-items: stretch;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.header-desktop__spacer {
  flex-grow: 1;
}

.header-btn-wrap .hs-button {
  margin-bottom: 0;
  border-radius: 3px;
  border-width: .125em;
  padding: .68125em 1.25em;
  line-height: 1.2em;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}
/* Styles for the Logo */

.header__logo {
  align-self: center;
  padding-right: 2rem;
}
.header__logo img {
  height: 32px;
  width: auto !important;
  max-width: 100%;
  vertical-align: unset;
  display: inline;
}

.header-btn-wrap {
  display: flex;
  align-items: center;
}

header.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.header-shadow header.header {
  box-shadow: 0 5px 5px -5px rgba(0,0,0,.3);
}

.header-outer {
  min-height: 72px;
}

.lets-talk-btn a {
  border-style: solid;
  border-width: .125em;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2em;
  font-weight: 500;
  padding: .68125em 1.25em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
  outline: none;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  border-radius: 3px;
}

.lets-talk-btn a:hover {
  text-decoration: none;
}

.header-shadow .header_type2 header.header {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

@media (min-width: 992px) {
  .header-btn-wrap {
    margin-left: 1rem;
  }
}

@media(min-width:768px){
  .header__container{
    padding-left: 32px;
    padding-right: 32px;
  }

  .header__logo {
    align-self: center;
    padding-right: 2rem;
    min-width: 166px;
  }

  .header_type2 .join-us-btn {
    display: none;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header-btn-wrap .joinus-btn .hs-button {
    padding: .34063em 1.25em;
    border-radius: 1.5em;
  }

  .header-btn-wrap {
    padding-left: 0;
  }

  .header__container {
    align-items: center;
    justify-content: space-between;
  }

  .header__navigation--toggle {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block !important;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.5rem;
    width: 1.5rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align:center;
  }

  .header__navigation--toggle:before {
    content: "\f0c9";
  }

  .lets-talk-btn a {
    padding: .340625em 1.25em;
    border-radius: 1.5em;
  }

  .header__close--toggle.show {
    display: block;
  }
  .header__logo{
    padding-right:0; 
  }
  .mobile-menu {
    max-height: 80vh;
    overflow-y: auto;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    background-color: #fff;
    border-top: 1px solid #bfc1c2;
    position: absolute;
    z-index: 2;
    width: 100%;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.3);
    display: none !important;
    left: 0;
    top: 72px;
  }

  .mobile-open .mobile-menu {
    -webkit-animation-name: slide-from-left;
    animation-name: slide-from-left;
    display: block !important;
  }

  .mobile-menu .hs-menu-wrapper ul {
    display: block;
    list-style-type: none;
    padding: 0;
  }

  .mobile-menu .hs-menu-wrapper ul li {

    list-style-type: none;
    color: #041322;
    font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .mobile-menu .hs-menu-wrapper ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #f7f9f9;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #041322;
    font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.5em;
    border-bottom: 1px solid #bfc1c2;
    text-decoration: none;
  }
  .mobile-menu .hs-menu-wrapper ul ul li a {
    padding-left: 60px;
    padding-right: 60px;
    font-weight: normal;
    background: none;
  }
  .header-inner-wrapper {
    position: relative;
  }
  .mobile-open .header__navigation--toggle:before {
    content: "\f00d";
  }
  @-webkit-keyframes slide-from-left {
    0% {
      left: -100%
    }

    to {
      left: 0
    }
  }

  @keyframes slide-from-left {
    0% {
      left: -100%
    }

    to {
      left: 0
    }
  }

  @-webkit-keyframes slide-from-right {
    0% {
      right: -100%
    }

    to {
      right: 0
    }
  }

  @keyframes slide-from-right {
    0% {
      right: -100%
    }

    to {
      right: 0
    }
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a:after {
    position: relative;
    top: -.1em;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f0dd";
  }
  .mobile-menu .hs-menu-wrapper ul ul {
    display: none;
  }
  .body-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #041322;
    opacity: .5;
    z-index: 9;
    width: 100%;
    top: 0;
    display: none
  }
  .mobile-open .body-wrapper:after {
    display: block;
  }
  .mobile-menu .hs-menu-wrapper ul ul {
    display: none !important;
  }
  .mobile-menu .hs-menu-wrapper ul li.child-open ul {
    display: block !important;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.child-open >a:after {
    transform: rotate(180deg);
    top: .3em;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.child-open >a {
    color: #04c;
  }
  .header-outer {
    position: relative;
    z-index: 999;
  }
  .header-shadow header.header {
    box-shadow: none;
  }
  .body-wrapper {
    position: relative;
  }
  .lp-header .header__logo {
    padding-left: 20px;
    padding-right: 92px;
  }
  header.header{
    position:static; 
  }
  .body-wrapper > div:first-of-type {
    position: sticky;
    z-index: 99;
    top: 0;
  }

  .header_type2 .lets-talk-btn {
    display: none;
  }

  .header_type2 .join-us-btn a {
    background-color: #17c37b;
    padding: .75rem 1.25rem;
    color: #fff;
    border-radius: .25rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-size: .875rem;
    text-decoration: none;
    line-height: 1.5;
  }

  .header_type2 .header__navigation--toggle {
    width: 2rem;
  }

  .header_type2 .header__logo a {
    bottom: 0;
    display: block;
  }

  .header_type2 .join-us-btn a:hover {
    opacity: .75;
  }

  .no-nav .header__logo {
    padding-right: 85px;
  }
}


@media(max-width:575px){
  .mobile-menu .hs-menu-wrapper ul li a {
    padding: 8px 20px;
  }

  .mobile-menu .hs-menu-wrapper ul ul li a {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width:340px){
  .lp-header .header__logo {
    padding-left: 19px;
    padding-right: 92px;
  }
}
.fa-facebook-square:before {
  content: "\f082";
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
}

.footer_social_icons a {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: .5em;
  font-size: 1.31rem;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}.fa-youtube:before {
  content: "\f167";
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  margin: 0 auto;
  margin-bottom: 7px;
}

.footer_container_wrapper {
  margin-top: 90px;
}

.footer_type2 .footer_container_wrapper {
  margin-top:0px;
}
.footer_type2 .footer_social_icons {
  margin-bottom: 4rem;
  font-size: 1.25rem;
}

.footer_type2 .footer_social_icons a {
  font-size: 1.25rem;
  margin-right: 0;
  padding: 0;
}

.footer_type2 .footer_social_icons a + a {
  margin-left: 8px;
}

.footer_type2 .footer .footer_social_icons a:hover {
  color: #041322;
  opacity: .75;
}

.footer_type2 .footer .menu-desktop__legal__text p {
  margin-bottom: .5rem;
}

.footer_type2 .footer .menu-desktop__legal__text p,
.footer_type2 .footer .copyright_links * {
  color: #434c59;
}

.footer_type2 .menu-desktop__legal__text a {
  text-decoration: none;
}

.footer_type2 .menu-desktop__legal__text a:hover {
  text-decoration: underline;
  color: #0062ff !important;
}

.footer_type2 .footer .footer_menus .hs-menu-wrapper>ul ul>li>a:hover {
  color: #0062ff;
}

.footer_type2 .container_footer {
  padding-bottom: 8rem;
  margin: 0;
}

.footer_type2 .footer_logo {
  line-height: 0;
  margin-top: 1.25rem;
}

.footer_type2 .footer_logo img {
  margin-bottom: 0;
}

.footer_type2 .footer_container_wrapper .container {
  max-width: 1152px;
}

.footer_type2 .footer_container_wrapper {
  border: none;
  font-family: Roboto,sans-serif;
  line-height: 1.5;
  background: #fafafa !important;
}

.footer_type2 .footer_right {
  padding: 0;
  padding-left: 12px;

}

.footer_type2 .footer_menus .hs-menu-wrapper>ul>li {
  padding: 0;
}

.footer_type2 .footer_menus .hs-menu-wrapper>ul>li+li {
  margin-left: 11px;
}

.footer_type2 .footer_menus .hs-menu-wrapper>ul {
  flex-wrap: inherit;
}

.footer_type2 .footer .footer_menus .hs-menu-wrapper>ul>li>a,
.footer_type2 .footer .footer_right h4 {
  margin-bottom: 17px;
  color: #303030;
}

.footer_type2 .footer .footer_right h4 {
  margin-bottom: 16px;
}

.footer_type2 .footer_menus .hs-menu-wrapper>ul ul>li {
/*   margin-bottom: .5rem; */
}








.footer_container_wrapper .container {
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.footer_logo.mobile {
  display: none;
}
.container_footer {
  width: auto;
  padding-top: 4rem;
  padding-bottom: 10rem;
  margin-left: -15px;
  margin-right: -15px;
}

.footer_logo {
  margin: 2rem auto 0;
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}

.footer_logo img {
  width: auto !important;
  height: 48px;
}

.footer_container_wrapper {
  border-top: 1px solid #bfc1c2;
  background-color: #f7f9f9;
  overflow: hidden;
}
.footer_logo {
  flex-basis: 25%;
  max-width: 25%;
}

.footer_flex {
  display: flex;
}

.footer_right {
  flex-basis: 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_menus {
  flex-basis: 75%;
  max-width: 75%;
}


.footer_menus .hs-menu-wrapper >ul>li {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 33.333333333333336%;
  max-width: 33.333333333333336%;
}

.footer_menus .hs-menu-wrapper >ul {
  width: 100%;
  justify-content: space-between;
}

.footer_menus .hs-menu-wrapper>ul>li>a {
  font-size: 1rem;
  margin-bottom: 1.5em;
  font-weight: 500;
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  line-height: 1.5em;
  display: block;
  text-decoration: none;
  cursor: text;
}
.footer_menus .hs-menu-wrapper>ul ul>li>a:hover {
  text-decoration: underline;
  color: #04c;
}

.footer_menus .hs-menu-wrapper>ul ul>li>a {
  font-size: .875rem;
  font-weight: 400;
  padding-bottom: 0;
  color: #041322;
  display: block;
  text-decoration: none;
  line-height: 1.75;
}
.footer_right h4 {
  margin-bottom: 1.5em;
  font-size: 1rem;
}
.footer_social_icons a {
  margin-right: .5em;
  font-size: 1.31rem;
  color: #041322;
  text-decoration: none;
  padding-bottom: .5em;
}

.footer_social_icons {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.footer_social_icons a:hover {
  color: #04c;
  text-decoration:none;
}

.menu-desktop__legal {
  margin-top: 3rem;
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  margin-right: 1em;
  line-height: 1.5em;
}

.menu-desktop__legal__text p {
  font-size: .875rem;
  color: #434c59;
  line-height: 1.5em;
  margin: 0;
}

.copyright_links * {
  font-size: 14px;
  line-height: 1.5em;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  color: #434c59;
}

.copyright_links {
  font-size: 14px;
  line-height: 1.5em;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  color: #434c59;
}
.footer_social_icons a {
  text-decoration: none;
}
.footer_type2 .footer_social_icons a {
  color: #303030 !impotant;
}
.copyright_links a:last-child {
  display: block;
}
@media(max-width:767px){

  footer.footer.lp .footer_flex {
    display: none;
  }
  .container_footer {
    margin: 0;
  }
  .footer_container_wrapper .container {
    padding: 0;
  }

  .container_footer {
    padding: 0;
  }

  .footer_flex {
    display: block;
    text-align: center;
  }

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

  .footer_right {
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-left: 30px;
  }

  .footer_logo {
    display: none;
  }

  footer.footer {
  }

  .menu-desktop__legal {
    display: none;
  }

  .footer_right {
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #bfc1c2;
    list-style-type: none;
  }

  .footer_right h4 {
    margin-bottom: 1em;
  }

  .footer_menus .hs-menu-wrapper>ul>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .footer_menus .hs-menu-wrapper>ul ul {
    display: none;
  }

  .footer_menus .hs-menu-wrapper>ul {
    display: block;
  }

  .footer_menus .hs-menu-wrapper>ul>li>a {
    padding: 30px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
  }

  .footer_menus .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid #bfc1c2;
  }
  .footer_logo.mobile {
    width: 100%;
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 12px 30px;
    border-bottom: 1px solid #bfc1c2;
  }
  .footer_logo.mobile    .menu-desktop__legal {
    display: block;
    margin: 0;
    padding-bottom: 24px;
  }
  div#hs_cos_wrapper_footer_logo {
    margin-bottom: 1px;
  }
  .footer_menus .hs-menu-wrapper>ul>li>a:after {
    content: "\f0dd";
    position: relative;
    top: -.1em;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 8px;
  }
  .footer_menus .hs-menu-wrapper>ul>li.open>a {
    color: #04c !important;
  }

  .footer_menus .hs-menu-wrapper>ul>li.open >ul {
    display: block;
  }

  .footer_menus .hs-menu-wrapper>ul ul li {
    border-bottom: 1px solid #bfc1c2;
    list-style-type: none;
  }

  .footer_menus .hs-menu-wrapper>ul ul li a {
    background: none;
    border: none;
    color: #041322;
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.5em;
    background: #fff;
  }

  .footer_menus .hs-menu-wrapper>ul>li.open>a:after {
    color: #04c;
    transform: rotate(
      180deg
    );
    top: .3em;
  }

  .footer_menus .hs-menu-wrapper>ul ul {
    border-top: 1px solid #bfc1c2;
  }

  .footer_menus .hs-menu-wrapper>ul ul li:last-child {
    border-bottom: 0;
  }

  .footer_menus .hs-menu-wrapper>ul ul li a:hover {
    color: #041322;
    text-decoration: none;
  }







  .footer_type2 .container_footer {
    padding-bottom: 0;
  }

  .footer_type2 .footer_social_title {
    display: none;
  }

  .footer_type2 .footer_social_icons {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin-right: 12px;
    padding-bottom: 4px;
  }

  .footer_type2  div#hs_cos_wrapper_footer_logo {
    display: none;
  }

  .footer_type2 .footer_logo.mobile .menu-desktop__legal {
    padding-bottom: 35px;
    margin-right: 1rem;
  }

  .footer_type2 .footer_menus {
    padding-bottom: 32px;
  }
  .footer_type2 .footer_right {
    border:none;
  }
  .footer_type2 .footer_social_icons a+a {
    margin-left: 16px;
  }

  .footer_type2 .footer_logo.mobile {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom-color: transparent;
  }
  .footer_type2 .footer_menus .hs-menu-wrapper>ul>li+li {
    margin: 0;
  }

  .footer_type2 .footer_menus .hs-menu-wrapper>ul>li>a {
    padding: .75rem 1rem;
    text-align: left;
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    color: #303030;
    font-weight: 400;
    margin-bottom: 0 !important;
  }

  .footer_type2  .footer_menus .hs-menu-wrapper>ul>li>a:after {
    float: right;
    top: 0;
    transform: none;
  }

  .footer_type2 .footer_menus .hs-menu-wrapper>ul {
    border-top: 1px solid #bfc1c2;
  }
  .footer_type2 .footer_menus .hs-menu-wrapper>ul ul li a {
    padding: .75rem 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    text-align: left;
  }

  .footer_type2 .footer_menus .hs-menu-wrapper>ul ul>li {
    margin-bottom: 0;
  }

  .footer_type2 .footer_menus .hs-menu-wrapper>ul>li.open>a {
    color: #04c !important;
  }

  .footer_type2 .footer .footer_menus .hs-menu-wrapper>ul ul>li>a:hover {
    color: rgba(4,19,34,1.0);
  }
}


@media(max-width:575px){
  .footer_type2 .footer_social_icons {
    padding-bottom: 8px;
  }
  .footer_logo.mobile {
    padding: 8px 30px 12px;
  }

  .footer_right {
    padding: 8px 20px 7px;
  }

  .footer_menus .hs-menu-wrapper>ul>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_menus .hs-menu-wrapper>ul ul li a {
    padding: 8px 40px;
  }
  .footer_logo.mobile .menu-desktop__legal {
    padding-bottom: 20px;
  }
  .footer_container_wrapper {
    margin-top: 60px;
  }
  .footer_type2 .footer_container_wrapper {
    margin-top:0px;
  }
}
/* Menu and simple menu */




/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {

  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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



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



}


@media (max-width: 575px){

}
.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;
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-play-circle:before {
  content: "\f144";
}

.fa-twitter-square:before {
  content: "\f081";
}
button.mfp-close {
  display: none;
  position: fixed;
}

.mfp-zoom-out-cur button.mfp-close {
  display: block;
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-fire:before {
  content: "\f06d";
}.fa-thumbs-up:before {
  content: "\f164";
}.fa-smile:before {
  content: "\f118";
} .fa-users-cog:before {
  content: "\f509";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-fingerprint:before {
  content: "\f577";
} .fa-handshake:before {
  content: "\f2b5";
} .fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-heart:before {
  content: "\f004";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-phone-laptop:before {
  content: "\f87a";
}
.fa-spider-web:before {
  content: "\f719";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}


.fa-seedling:before {
  content: "\f4d8";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-file-search:before {
  content: "\f865";
}
.fa-dice-five:before {
  content: "\f523";
}

.learning_paradigm_index .dnd-section {
  padding: 0;
}
.home-hub-section-thirteen div[class*='vertical-alignment']  div[class*='vertical-alignment']>.row-fluid {
  display: grid !important;
  grid-gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
  width: 100%;
}

.home-hub-section-thirteen div[class*='vertical-alignment']>.row-fluid:before,
.home-hub-section-thirteen div[class*='vertical-alignment']>.row-fluid:after {
  display: none;
}

.container-fluid.home-hub-section-thirteen .row-fluid .span6 {
  width: auto;
  max-width: inherit;
  float: none;
  margin-left: 0;
}

.container-fluid.home-hub-section-thirteen .row-fluid .span6 .hs-button.primary.large {
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  line-height: 1.5rem;
  border-radius: .25rem;
  margin-top: 0;
  margin-bottom: .75rem;
  padding: .75rem 1.25rem;
  border: none;
  font-family: Roboto, sans-serif;
}

.container-fluid.home-hub-section-thirteen .row-fluid .span6:first-child .dnd-row:last-child {
  max-width: 350px;
  margin-top: 3.5rem;
  width: 100%;
  width: 100%;
}



.container-fluid.home-hub-section-thirteen .row-fluid .span6 img {
  width: 100% !important;
}

.container-fluid.home-hub-section-thirteen .field label:not(.boolean):not(.collection_check_boxes):not(.collection_radio_buttons) {
  letter-spacing: .02em;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
  margin: 0;
  display:inline;
}

.container-fluid.home-hub-section-thirteen .row-fluid .span6 .hs-input {
  line-height: normal;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: .5rem .75rem;
  border-color: #e0e0e0;
  min-height: 42px;
}
.container-fluid.home-hub-section-thirteen .row-fluid .span6 .hs_cos_wrapper_type_linked_image {
  line-height: 0;
  display: block;
}
.container-fluid.home-hub-section-thirteen .row-fluid .span6 .field {
  position: relative;
  margin-bottom: 8px;
}

.container-fluid.home-hub-section-thirteen .row-fluid .span6 input[type="checkbox"] {
  min-height: auto;
}
.container-fluid.home-hub-section-thirteen li.hs-form-checkbox label {
  display: inline-block !important;
}

.container-fluid.home-hub-section-thirteen form.hs-form .inputs-list .hs-form-checkbox-display {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
  display: inline !important;
}

.container-fluid.home-hub-section-thirteen li.hs-form-checkbox {
  font-family: Roboto,sans-serif;
  line-height: 1.35;
}


.container-fluid.home-hub-section-thirteen .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  letter-spacing: .02em;
  display: inline;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.container-fluid.home-hub-section-thirteen .hs-richtext p {
  font-size: .75rem;
  line-height: 1rem;
  font-family: Roboto,sans-serif;
  margin-top: 0;
}


.container-fluid.home-hub-section-thirteen .row-fluid .span6 textarea.hs-input {
  min-height: 66px;
}
.container-fluid.home-hub-section-thirteen h3 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin: 0;
}

.container-fluid.home-hub-section-thirteen p {
  margin-top: 1rem;
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.work-with-us h2 strong {
  font-size: 1.125rem;
  line-height: 1.5em;
}
.work-with-us h3 strong {
  font-size: 1.125rem;
  line-height: 1.5em;
}
.container-fluid.rent-spaces-header div[class*='vertical-alignment'] >.row-fluid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  justify-content: space-between;
}

.container-fluid.rent-spaces-header .span2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
  margin-left: 0;
}
.container-fluid.home-hub-section-thirteen .row-fluid .span6 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: .75rem;
}
.container-fluid.rent-spaces-header .span8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
  margin-left: 0;
  margin-top: 60px;
}
.container-fluid.home-hub-section-thirteen {
  padding-bottom: 4rem;
}
.container-fluid.rent-spaces-header div[class*='vertical-alignment'] >.row-fluid:before,
.container-fluid.rent-spaces-header div[class*='vertical-alignment'] >.row-fluid:after {
  display: none;
}

.container-fluid.rent-spaces-header .span8 h1 {
  margin-bottom: 24px;
}
.container-fluid.rent-spaces-header .span8 h2 {
  margin-bottom: 24px;
  margin-top: 30px;
  line-height: 1.2em;
  font-size: 1.87rem;
}

.container-fluid.rent-spaces-header .lightbox_wrapper .popup-gallery {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.container-fluid.rent-spaces-header .light_box_item {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.container-fluid.rent-spaces-header .lightbox_wrapper .light_box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container-fluid.rent-spaces-header .span8 iframe {
  max-width: 100%;
  width: 100%;
}.container-fluid.rent-spaces-footer {
  margin-top: 60px;
}

.container-fluid.rent-spaces-footer div[class*='background-color'] >.row-fluid {
  padding: 0;
}










.container-fluid.full_time_header .row-fluid .span7 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 15px;
  width: 66.6666666667%;
}

.container-fluid.full_time_header .row-fluid .span5 {
  width: auto;
  margin: 0;
}
.container-fluid.full_time_footer div[class*="background-color"] >.row-fluid {
  padding: 0;
}

.container-fluid.visit_page_footer div[class*='background-color'] >.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.visit_page_header div[class*='force-full'] >.row-fluid {
  padding: 0;
}
.container-fluid.visit_page_body {
  margin-bottom: 60px;
}
.container-fluid.full_time_header div[class*='background-color'] {
  margin-top: 60px;
}
.container-fluid.full_time_header {
  margin-top: 60px;
}

.container-fluid.full_time_header h1 {
  margin-bottom: 24px;
}
.container-fluid.working_page_header .lightbox_wrapper.not-img {
  margin-top: 84px;
}
.container-fluid.working_page_header .lightbox_wrapper .popup-gallery ,
.container-fluid.full_time_header .lightbox_wrapper .popup-gallery,
.container-fluid.visit_page_body .lightbox_wrapper .popup-gallery {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.container-fluid.full_time_header  .lightbox_wrapper .popup-gallery a {
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 100%;
  background-position: center center;
  background-size: inherit;
  pointer-events: none;
}
.container-fluid.full_time_footer .row-fluid .span7 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: auto;
  padding: 15px;
  padding-bottom: 0;
  padding-left: 0;
}
p[data-name="p"] {
  padding-bottom: 15px;
}
.container-fluid.full_time_footer .row-fluid .span5 {
  width: auto;
}
.container-fluid.visit_page_body {
  margin-top: 30px;
}

.container-fluid.visit_page_body .widget-type-rich_text h1 {
  margin-bottom: 24px;
}
.container-fluid.full_time_footer {
  margin-top: 60px;
}
.container-fluid.working_page_header .lightbox_wrapper .light_box_item ,
.container-fluid.full_time_header .lightbox_wrapper .light_box_item,
.container-fluid.visit_page_body .lightbox_wrapper .light_box_item {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-fluid.visit_page_body .lightbox_wrapper .light_box h4 {
  font-size: 2.25rem;
  line-height: 1.2em;
}
.visit_page_body .lightbox_wrapper {
  padding-top: 30px;
}
.container-fluid.working_page_header .light_box_hader_bg:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
}
.container-fluid.working_page_footer {
  margin-top: 60px;
}


.container-fluid.working_page_footer .dnd-section>.row-fluid {
  padding: 0;
}


.container-fluid.working_page_header .lightbox_wrapper {
  margin-top: 90px;
}

.container-fluid.working_page_header .light_box_hader_bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding-bottom: 50%;
  margin: 0;
}
.container-fluid.working_page_header .row-fluid .span8 {
  margin-top: 90px;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 0;
  padding-left: 4px;
  width: auto;
}

.container-fluid.working_page_header .row-fluid .span2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: auto;
}

.container-fluid.working_page_header div[class*='vertical-alignment'] 
div[class*='vertical-alignment'] >.row-fluid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  justify-content: space-between;
}

.container-fluid.working_page_header div[class*='vertical-alignment'] >.row-fluid:before,.container-fluid.working_page_header div[class*='vertical-alignment'] >.row-fluid:after {
  display: none;
}

.container-fluid.working_page_header .row-fluid .span8 h1 {
  margin-bottom: 24px;
}
body .mfp-image-holder figcaption .mfp-title {
  display: none;
}

body .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  position: fixed;
  height: 45px;
  width: 45px;
  cursor: pointer !important;
  font-size: 0;
  background: rgba(35,35,35,.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

body .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close svg {
  color: #fff;
  fill: #fff;
}

body .fslightbox-svg-path {
  transition: fill .15s ease;
  fill: #FFF;
}


.container-fluid.membership_banner .dnd-section >.row-fluid { 
  padding: 0;
}
.container-fluid.membership_header {
  margin-top: 60px;
}

.container-fluid.membership_header .span7 {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.container-fluid.membership_header .span5 {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.container-fluid.membership_header div[class*='vertical-alignment'] >.row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}



.container-fluid.membership_header .span5 h3 {
  margin: 0;
}

.container-fluid.membership_header .span5 >div:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 15px;
}

.container-fluid.membership_header .span5 .map_wrapper_container {
  margin-top: 0;
}

.container-fluid.membership_header .span5 >div:nth-child(2) p {
  margin-bottom: 0;
}
.container-fluid.membership_header .span5 .contact-person-card__content h4 {
  margin-bottom: 0;
}

.container-fluid.membership_header .span5 .map_wrapper_container {
  padding-bottom: 7px;
}
.container-fluid.membership_header .span5 .contact-person-card {
  padding-bottom: 0;
}












.container-fluid.body-container.about-us-header div[class*='vertical-alignment'] div[class*='vertical-alignment'] >.row-fluid {
  margin-top: 90px;
}



.container-fluid.body-container.about-us-header div[class*='force-full-width']>.row-fluid {
  padding: 0;
}
.container-fluid.body-container.about-us-header .span2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}

.container-fluid.body-container.about-us-header .span8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%;
  margin-left:0;
  padding-left: 4px;
}
.container-fluid.body-container.about-us-header iframe.hs-responsive-embed-iframe {
  max-width: 100%;
  width: 100%;
  height: 400px !important;
  position: static !important;
}

.container-fluid.body-container.about-us-header .hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important;
  width: 100%;
  margin-bottom: 30px !important;
  line-height: 0;
}

.container-fluid.body-container.about-us-header .hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  max-width: 100% !important;
  max-height: inherit !important;
  min-width: inherit !important;
}
.custom_breadcrumbs .dnd-section>.row-fluid {
  padding: 0;
}
.learning_sidebar ul li a:hover {
  color: #04c;
}

.learning_pardigm_sidebar>div {
  position: sticky;
  top: 5.5rem;
}


.custom_breadcrumbs .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after {
  margin: 0 .75rem;
  margin-right: 8.5px
}
.learning_paradigm_wrapper {
  margin-top: 60px;
}

.learning_paradigm_index {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;

}

.learning_pardigm_sidebar {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.learning_content {
  padding-left: 15px;
  padding-right: 15px;
}

.learning_content {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.learning_paradigm_wrapper .container {
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}
.learning_paradigm_index .dnd-section>.row-fluid {
  padding: 0;
}
.learning_content >div {
  padding: 0 42px;
}


.learning_content ol ,.learning_content ul {
  margin-bottom: 30px;
  padding-left: 30px;
}

.container-fluid.learning_paradigm_footer {
  margin-bottom: 90px;
}
.container-fluid.work-with-us_header div[class*='vertical-alignment'] >.row-fluid {
  margin-top: 60px;
  justify-content: space-between !important;
  padding-left: 17px;
  padding-right: 17px;
}
.container-fluid.work-with-us_header div[class*='vertical-alignment'] >.row-fluid:before,
.container-fluid.work-with-us_header div[class*='vertical-alignment'] >.row-fluid:after{
  display:none;
}
.work-with-us_header .span7 {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.work-with-us_header .span5 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

.work-with-us_header .dnd-section>.row-fluid {
  padding: 0;
}
.work-with-us_header .span7 h1 {
  margin-bottom: 24px;
}

.work-with-us_header .span5 .contact-person-card__content h4 {
  padding: 0;
  margin: 0;
}


.work-with-us_header .span5 h4 {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  line-height: 1.5em;
  margin-top: -15px;
}
.work-with-us_header .span5 .hs-button {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  padding: .68125em 1.25em;
  text-decoration: none;
  border-radius: 1.5em;
  border-style: solid;
  border-width: .125em;
}
.work-with-us_header .span5 .hs-button:hover {
  background-color: #12955e;
  border-color: #12955e;
  color: #fff;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}
.work-with-us_header .span7 ul {
  margin-bottom: 30px;
  padding-left: 30px;
}

.work-with-us_header .span7 ol {
  margin-bottom: 30px;
  padding-left: 30px;
}
.learnlife-paradigm-wrapper {
  margin-top: 60px;
}

.learnlife_paradigm_header div[class*='vertical-alignment'] div[class*='vertical-alignment']  >.row-fluid {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.learnlife_paradigm_header .span7 {
  flex-basis: 50%;
  max-width: 50%;
  padding: 15px;
  width: 50%;
}

.learnlife_paradigm_header .span5 {
  flex-basis: 50%;
  max-width: 50%;
  padding: 15px;
  margin: 0;
  width: 50%;
}

.learnlife_paradigm_header div[class*='vertical-alignment'] >.row-fluid {}

.learnlife_paradigm_header .span5 img {
  width: 100% !important;
  max-width: 100%;
  padding: 30px;
}



.learnlife_paradigm_header .span5  .widget-type-linked_image {
  width: 100%;
  text-align: center;
}
.container-fluid.learnlife_paradigm_header h1 {
  margin-bottom: 24px;
}

.container-fluid.learnlife_paradigm_header .span7 p {
  margin-bottom: 0;
}

.learnlife_paradigm_header .span5 {
  line-height: 0;
}

.container-fluid.learnlife_paradigm_body {
  margin-top: 67px;
  text-align: center;
}

.container-fluid.learnlife_paradigm_body p {
  padding-right: 90px;
  padding-left: 90px;
  margin-top: 18.75px;
  margin-bottom: 18.75px;
  font-size: 1.5rem;
}

i.quotation__icon.fal.fa-quote-right {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-quote-right:before {
  content: "\f10e";
}

.container-fluid.learnlife_paradigm_body i {
  font-size: 3.75rem;
  color: #ffdc7f;
}

.container-fluid.learnlife_paradigm_body h5 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.container-fluid.learnlife_paradigm_body h6 {}

.container-fluid.learnlife_paradigm_body h6 {
  margin-top: .1875rem;
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}
.afternoon-membership-page .span5 p {
  margin-bottom: 0;
}
.container-fluid.learnlife_paradigm_body.top>div {
  margin-top: -22px;
  margin-bottom: -15px;
}
.afternoon-membership-body {
  margin-top: 104px;
}
.afternoon-membership-page h1 {
  margin-bottom: 24px;
}

.afternoon-membership-header {
  margin-top: 60px;
}

.afternoon-membership-page .span5 {
  max-width: 66.6666666667%;
  width: 100%;
  padding-right: 15px;
}
.afternoon-membership-footer {
  margin-top: 90px;
  padding-top: 15px;
}



.home-hub-section-one h2 {
  margin-bottom: 1rem;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 3.75rem;
}
.home-hub-section-one .span6 {
  width: 50%;
}
.home-hub-section-one .span6:last-child {
  margin-left: 88px;
}
.home-hub-section-one h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.home-hub-section-one p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.home-hub-section-one .hs-button {
  border-radius: .25rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: .75rem 1.25rem;
  position: relative;
  margin-bottom: .75rem;
  font-size: 16px;
}
.home-hub-section-one .hs-button:hover {
  opacity: .75;
  color: #fff;
}
.home-hub-section-one .span6:first-child {
  margin-bottom: .75rem;
}
.fa-search:before {
  content: "\f002";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-mind-share:before {
  content: "\f677";
}
.home-hub-section-two h3 {
  margin-bottom: 1rem;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.home-hub-section-two p {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.5rem;
}
.home-hub-section-two .span6 {
  margin: 0 !important;
  width: 50% !important;
}
.home-hub-section-two .hub-types-wrapper {
  grid-gap: 2rem;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  margin: 0;
}
.home-hub-section-two .hub-types-wrapper .hub-type {
  display: flex;
  flex-direction: column;
  width: auto;
}
.home-hub-section-two .hub-types-wrapper .hub-type h3 span {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home-hub-section-two .hub-types-wrapper .hub-type h3 {
  font-family: Roboto,sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.home-hub-section-two .hub-types-wrapper .hub-type p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.home-hub-section-three h3 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin: 0;
}
.home-hub-section-three p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.home-hub-section-three .span7,
.home-hub-section-three .span5{
  margin: 0 !important;
  width: 50% !important;
}
.home-hub-section-three .span6 {
  margin: 0 !important;
  width: 50% !important;
}
.home-hub-section-three .span6 h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem;
  margin-bottom: .25rem;
}
.home-hub-section-three .span6 h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.home-hub-section-three .span6 p {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.home-hub-section-three .span6 a i.fal.fa-long-arrow-right.link-arrow {
  padding-left: .5rem;
  padding-right: .5rem;
  vertical-align: top;
  transition-property: padding;
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(0,0,.2,1);
  font-size: 1.5rem;
  vertical-align: middle;
}
.home-hub-section-three .span6 a:hover i.fal.fa-long-arrow-right.link-arrow {
  padding-left: 1rem;
  padding-right: 0;
}
.home-hub-section-three .span6 a:hover {
  text-decoration: none;
}
.home-hub-section-three .span6 p + a {
  cursor: pointer;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  line-height: 1.5;
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.home-hub-section-four .span7, .home-hub-section-four .span5 {
  width: 50% !important;
  margin-left: 0 !important;
}
.home-hub-section-four .span5 {
  margin: 0 0 0 88px !important;
}
.home-hub-section-four .span7 h2 {
  margin-bottom: 1rem;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 3.75rem;
}
.home-hub-section-four .span7 h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.home-hub-section-four .span7 p {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 2rem;
  line-height: 1.5rem;
}
.home-hub-section-four .hub-types-wrapper {
  display: flex;
  column-gap: unset;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
}
.home-hub-section-four .hub-types-wrapper .hub-type {
  width: auto;
}
.home-hub-section-four .hub-types-wrapper .hub-type h3 span {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home-hub-section-four .hub-types-wrapper .hub-type h3 span {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home-hub-section-four .hub-types-wrapper .hub-type h3 {
  font-weight: 400;
  line-height: 2.55rem;
}
.home-hub-section-four .hub-types-wrapper .hub-type p {
  font-family: Roboto,sans-serif;
  line-height: 1.5;
}
.home-hub-section-four .span7 .hs-button {
  border-radius: .25rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: .75rem 1.25rem;
  position: relative;
  margin-bottom: .75rem;
}
.home-hub-section-four .span7 .hs-button:hover {
  opacity: .75;
}
.fa-route:before {
  content: "\f4d7";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.home-hub-section-five h2 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin: 0;
}
.home-hub-section-five .span6 {
  width: 50% !important;
  margin-left: 0 !important;
}
.home-hub-section-five .span6 p {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.home-hub-section-five .span4 {
  width: 33.333333% !important;
  margin: 0 !important;
}
.home-hub-section-five .span4 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  display: block;
  vertical-align: middle;
  height: 200px !important;
}
.home-hub-section-five .span4 .hub-types-wrapper .hub-type {
  width: auto;
}
.home-hub-section-five .hub-types-wrapper h3 span {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.home-hub-section-five .hub-types-wrapper .hub-type h3 {
  font-weight: 400;
  font-family: Roboto,sans-serif;
  line-height: 1.5;
  margin: 0 0 3px;
}
.home-hub-section-five .span4 p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.home-hub-section-five .hub-types-wrapper .hub-type h4 {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.fa-solar-system:before {
  content: "\e02f";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-calendar-star:before {
  content: "\f736";
}
.home-hub-section-five .hub-types-wrapper {
  margin-bottom: 0;
}
.home-hub-section-six h2 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin: 0;
}
.home-hub-section-six p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.home-hub-section-six .span6 {
  width: 50% !important;
  margin: 0 !important;
}
.home-hub-section-six .hub-types-wrapper {
  margin: 0;
}
.home-hub-section-six .hub-types-wrapper .hub-type h3 span {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home-hub-section-six .hub-types-wrapper .hub-type h3 {
  font-weight: 400;
  line-height: 2.55rem;
}
.home-hub-section-six .hub-types-wrapper .hub-type p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.home-hub-section-seven h2 {
  margin-bottom: 1rem;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 3.75rem;
}
.home-hub-section-seven h2 span {
  display: block;
}
.home-hub-section-seven h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.home-hub-section-seven p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.home-hub-section-seven .span6 {
  width: 50% !important;
  margin-left: 0 !important; 
}
.home-hub-section-seven .span6:last-child {
  margin-left: 88px !important;
}
.home-hub-section-seven .hub-types-wrapper .hub-type h3 {
  font-weight: 400;
}
.home-hub-section-seven .hub-types-wrapper .hub-type h3 span {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home-hub-section-seven .hub-types-wrapper .hub-type h3 {
  font-family: Roboto,sans-serif;
  line-height: 1.5;
}
.home-hub-section-seven .hub-types-wrapper .hub-type {
  width: auto;
}
.home-hub-section-seven .hub-types-wrapper {
  flex-wrap: nowrap;
}
.home-hub-section-seven .hs-button {
  border-radius: .25rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: .75rem 1.25rem;
  text-decoration: none;
  position: relative;
  margin-bottom: .75rem;
  font-size: 16px;
}
.home-hub-section-seven .hs-button:hover {
  opacity: .75;
  color: #fff;
}
.home-hub-section-eight h2 {
  margin-bottom: 1rem;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.home-hub-section-eight p {
  margin-bottom: 2rem;
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
}
.home-hub-section-eight .span6 {
  margin-left: 0 !important;
  width: 50% !important;
}
.home-hub-section-eight .hub-types-wrapper {
  margin: 0;
}
.home-hub-section-eight .hub-types-wrapper .hub-type {
  width: 31.3%;
  margin-bottom: 30px;
}
.home-hub-section-eight .hub-types-wrapper h3 span {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.home-hub-section-eight .hub-types-wrapper .hub-type h3 {
  font-weight: 400;
  line-height: 2.65rem;
  margin: 0 0 4px;
}
.fa-planet-ringed:before {
  content: "\e020";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-flower-tulip:before {
  content: "\f801";
}
.home-hub-section-eight .hub-types-wrapper .hub-type h4 {
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.home-hub-section-eight .hub-types-wrapper .hub-type p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}

.home-hub-section-eight .hub-types-wrapper .hub-type:nth-child(4), 
.home-hub-section-eight .hub-types-wrapper .hub-type:nth-child(5),
.home-hub-section-eight .hub-types-wrapper .hub-type:nth-child(6) {
  margin: 0;
}
.home-hub-section-nine h2 {
  margin-bottom: 1rem;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sunset:before {
  content: "\f767";
}
.home-hub-section-nine .hub-types-wrapper .hub-type h3 span {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.home-hub-section-nine .hub-types-wrapper .hub-type h3 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.home-hub-section-nine .hub-types-wrapper .hub-type p {
  margin: 0;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.home-hub-section-nine .hub-types-wrapper {
  margin: 0;
}
.home-hub-section-nine .span6 h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem;
  margin: 0;
}
.home-hub-section-nine .span6 p {
  margin-top: 1.625rem;
  margin-bottom: 0;
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
}
.home-hub-section-nine .span6 {
  width: 50% !important;
  margin: 0 !important;
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-sandwich:before {
  content: "\f81f";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sparkles:before {
  content: "\f890";
}
.fa-brain:before {
  content: "\f5dc";
}
.home-hub-section-ten h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.home-hub-section-ten .hub-types-wrapper .hub-type {
  width: 46.9%;
}
.home-hub-section-ten .hub-types-wrapper .hub-type h3 {
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.home-hub-section-ten .hub-types-wrapper .hub-type h3 span {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.home-hub-section-ten .hub-types-wrapper .hub-type p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.home-hub-section-ten .hub-types-wrapper .hub-type {
  margin-bottom: 32px;
}
.home-hub-section-ten .span6 {
  margin: 0 !important;
  width: 50%!important;
}
.home-hub-section-ten .hub-types-wrapper {
  margin: 0;
}
.home-hub-section-eleven h1 {
  margin-bottom: 2rem;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 3.75rem;
}
.home-hub-section-eleven .span6 {
  margin: 0 !important;
  width: 50% !important;
}
.home-hub-section-eleven img {
  margin-bottom: 1.5rem;
}
.home-hub-section-eleven h2 {
  margin-bottom: .25rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.home-hub-section-eleven p {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-play:before {
  content: "\f04b";
}
.home-hub-section-twelve h2 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin: 0;
}
.home-hub-section-twelve p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.home-hub-section-twelve .hub-types-wrapper .hub-type h3 {
  font-weight: 400;
}
.home-hub-section-twelve .hub-types-wrapper .hub-type h3 span {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.home-hub-section-twelve .hub-types-wrapper .hub-type h3 {
  margin-bottom: 10px;
  font-weight: 400;
}
.home-hub-section-twelve .hub-types-wrapper .hub-type {
  width: 31.3333333%;
}
.home-hub-section-twelve .hub-types-wrapper .hub-type p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.home-hub-section-twelve .hub-types-wrapper {
  margin: 0;
}

.learning_content img {
  width: 100%;
  height: auto;
}
.learning_paradigm_banner .row-fluid [class*="span"] {
  min-height: 0;
}

.learning_content p img {
  padding-bottom: 8px;
}


body .button.mfp-close, body  button.mfp-arrow {
  opacity: 1 !important;
}
button.mfp-close, button.mfp-arrow {
  width: 42px;
  height: 42px;
}

button.mfp-close, button.mfp-arrow:before,button.mfp-close, button.mfp-arrow:after {
  display: none;
  margin: 0 !important;
}

body .mfp-arrow-left {
  background-image: url(https://5726799.fs1.hubspotusercontent-na1.net/hubfs/5726799/raw_assets/public/LearnLife_August2021/images/arrow-left.png) !important;
  background-color: rgba(35,35,35,.65) !important;
  left: 7px !important;
  margin: 0 !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: 3px 3px !important;
  margin-top: -22px !important;
}
body .mfp-arrow-right {
  background-image: url(https://5726799.fs1.hubspotusercontent-na1.net/hubfs/5726799/raw_assets/public/LearnLife_August2021/images/arrow-right.png) !important;
  background-color: rgba(35,35,35,.65) !important;
  right: 7px !important;
  margin: 0 !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-top: -22px !important;
}
body .slick-prev, body .slick-next{
  z-index:9;

}
body .mfp-counter {
  position: fixed;
  left: 6px;
  top: 10px;
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}
body  button.mfp-close path {
  transition: fill .15s ease !important;
  fill: #ddd !important;
}
body .mfp-bg {
  background: linear-gradient(rgba(30,30,30,.9),#000 1810%);
  opacity: 1;
}
body  button.mfp-close:hover path {
  fill: #fff!important;
}
body  button.mfp-close {
  opacity: 1;
  right: 2px;
  top: 2px;
  display: none;
}
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
body button.mfp-arrow:hover {
  opacity: 1 !important;
}

body button.mfp-arrow {
  opacity: 0.85 !important;
}

/* E N D */




@media (max-width: 991px) {
  .learning_content>div {
    padding: 0;
  }

  .learning_pardigm_sidebar>div {
    display: none;
  }
  .container-fluid.membership_header .span7 {
    flex-basis: 100%;
    max-width: 100%;
  }


  .container-fluid.membership_header .span5 {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .container-fluid.membership_header div[class*='vertical-alignment']>.row-fluid {
    flex-wrap: wrap;
  }
}


@media (max-width: 767px) {
  .home-hub-section-one .span6:last-child {
    display: none;
  }
  .home-hub-section-one .span6{
    width:100%;
  }
  .home-hub-section-two .span6 {
    width: 100% !important;
  }
  .container-fluid.rent-spaces-header .span8 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .container-fluid.rent-spaces-header .span2 {display: none;}

  .container-fluid.rent-spaces-header .lightbox_wrapper .popup-gallery {
    flex-basis: 25%;
    max-width: 25%;
  }
  .container-fluid.full_time_header .lightbox_wrapper .popup-gallery {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .container-fluid.full_time_footer .row-fluid .span7 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .container-fluid.working_page_header .lightbox_wrapper .popup-gallery {
    flex-basis: 25%;
    max-width: 25%;
  }
  .container-fluid.working_page_header .row-fluid .span8 {
    padding-left: 0;
    flex-basis: auto;
    max-width: 100%;
  }

  .container-fluid.working_page_header .row-fluid .span2 {
    display: none;
  }
  .afternoon-membership-page .span5 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .container-fluid.body-container.about-us-header .span8 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
  }
  .learnlife_paradigm_header .span7 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
    width: 100%;
  }

  .learnlife_paradigm_header .span5 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
    width: 100%;
  }
  .work-with-us_header .span7 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .work-with-us_header .span5 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .container-fluid.work-with-us_header div[class*='vertical-alignment']>.row-fluid {
    padding-left: 1px;
    padding-right: 1px;
  }

  .container-fluid.learning_paradigm_banner .dnd-section>.row-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

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


  .learning_pardigm_sidebar {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .learning_content {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .learning_paradigm_wrapper .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .learning_paradigm_footer .dnd-section>.row-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container-fluid.visit_page_body .lightbox_wrapper .popup-gallery {
    flex-basis: 25%;
    max-width: 25%;
  }
  .container-fluid.full_time_header .row-fluid .span7 {width: 100%;max-width: 100%;padding-right: 0;}
  .home-hub-section-two .hub-types-wrapper {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .container-fluid.home-hub-section-two .hub-types-wrapper .hub-type:not(:last-child) {
    margin-bottom: 0;
  }


  .home-hub-section-three .span7, .home-hub-section-three .span5 {
    width: 100% !important;
  }

  .home-hub-section-three .span6 {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }



  .home-hub-section-three .span6 .widget-type-linked_image {
    width: 100%;
  }

  .home-hub-section-three .span6 .widget-type-linked_image img {
    height: 300px !important;
    max-width: inherit !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }


  .home-hub-section-three .span6:not(:first-child) {
    margin-top: 30px !important;
  }
  .home-hub-section-four .span7, .home-hub-section-four .span5 {
    width: 100% !important;
  }

  .home-hub-section-four .span7, .home-hub-section-four .span5 {
    margin: 0 !important;
  }

  .home-hub-section-four .hub-types-wrapper {
    flex-flow: column;
  }

  .home-hub-section-four .hub-types-wrapper .far {
    display: none;
  }

  .home-hub-section-four .hub-types-wrapper .hub-type br {
    display: none;
  }

  .home-hub-section-five .span6 {
    width: 100% !important;
  }
  .home-hub-section-two .span6:last-child {
    display: none;
  }

  .home-hub-section-five .span4 {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .home-hub-section-five .span4 img {
    width: 100%;
  }

  .home-hub-section-five .span4 .widget-type-linked_image {
    width: 100%;
  }

  .home-hub-section-five .span4 {
    padding-left: 0 !important;
  }

  .home-hub-section-five .span4 {
    margin-bottom: 30px !important;
  }

  .container-fluid.home-hub-section-six .dnd-section, .content-wrapper--vertical-spacing {
    margin-top: 4rem !important;
  }

  .home-hub-section-six .span6 {
    width: 100% !important;
    margin: 0 !important;
  }

  .home-hub-section-seven .span6 {
    width: 100% !important;
  }

  .home-hub-section-seven .span6:last-child {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .home-hub-section-seven .hub-type .far {
    display: none;
  }

  .home-hub-section-seven .hub-type br {
    display: none;
  }



  .home-hub-section-seven .hub-types-wrapper {
    flex-wrap: wrap;
  }

  .home-hub-section-eight .span6 {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .home-hub-section-eight .hub-types-wrapper {
    flex-wrap: wrap;
  }

  .home-hub-section-eight .hub-types-wrapper .hub-type {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .home-hub-section-nine .span6 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-hub-section-nine .span6:last-child {
    margin-top: 20px !important;
  }

  .home-hub-section-ten .span6 {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .home-hub-section-ten .hub-types-wrapper .hub-type {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .home-hub-section-eleven .span6 {
    width: 100% !important;
    padding-right: 0 !important;
  }


  .home-hub-section-eleven .span6:last-child {
    padding-left: 0 !important;
    margin-top: 30px !important;
  }
  .home-hub-section-twelve .hub-types-wrapper .hub-type {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .container-fluid.home-hub-section-thirteen .row-fluid .span6:last-child {
    display: none;
  }

  .container-fluid.home-hub-section-thirteen .row-fluid .span6 {
    width: 100% !important;
  }

  .home-hub-section-thirteen div[class*='vertical-alignment'] div[class*='vertical-alignment']>.row-fluid {
    grid-template-columns: initial;
  }

  .container-fluid.home-hub-section-thirteen .row-fluid .span6:first-child .dnd-row:last-child {
    max-width: 100%;
  }

  .home-hub-section-twelve .hub-types-wrapper .hub-type:last-child {
    margin-bottom: 0 !important;
  }

  .flex.flex-col i {
    padding-left: .5rem;
    padding-right: .5rem;
    vertical-align: top;
    transition-property: padding;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    font-size: 1.5rem;
    vertical-align: middle;
  }

  .hs-barcelona-section-three .span4 {
    padding-bottom: 30px;
  }


  body  button.mfp-arrow {
    width: 51px !important;
    height: 51px !important;
  }

  body button.mfp-close {
    width: 45px !important;
    height: 45px !important;
    right: 0px;
    top: 1px;
  }

}
@media (max-width:640px) {
  .home-hub-section-two .hub-types-wrapper {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }

}

@media (max-width: 575px) {
  .container-fluid.working_page_header .row-fluid .span8 {
    margin-top: 60px;
  }

  .container-fluid.working_page_header .row-fluid .span8 h1 {
    margin-bottom: 16px;
  }

  .container-fluid.working_page_header .row-fluid .span8 p {
    margin-bottom: 20px;
  }

  .container-fluid.working_page_header .lightbox_wrapper {
    margin-top: 60px;
  }

  .container-fluid.working_page_footer {
    margin-top: 40px;
  }
  .container-fluid.learnlife_paradigm_body .widget-type-rich_text p {
    font-size: 1.125rem;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fluid.learnlife_paradigm_header h1 {
    margin-bottom: 16px;
  }
  .container-fluid.work-with-us_header div[class*='vertical-alignment']>.row-fluid {
    margin-top: 40px;
  }
  .learning_pardigm_sidebar {
    display: none;
  }
  .container-fluid.learning_paradigm_footer {
    margin-bottom: 60px;
  }
  .learning_content {
    flex-basis: 100%;
    max-width: 100%;
  }.learning_content p {
    margin-bottom: 20px;
  }

  .learning_paradigm_wrapper {
    margin-top: 40px;
  }
  .work-with-us_header .span7 h1 {
    margin-bottom: 16px;
  }

  .work-with-us_header .span7 p {
    margin-bottom: 20px;
  }

  .learning_content ol, .learning_content ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .learnlife_paradigm_header div[class*='vertical-alignment'] div[class*='vertical-alignment']>.row-fluid {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .learnlife_paradigm_header .span7 { 
    padding: 10px;
  }

  .learnlife_paradigm_header .span5 {
    padding: 10px;
  }
  .container-fluid.learnlife_paradigm_body {
    margin-top: 47px;
  }
  .container-fluid.learnlife_paradigm_body.top {
    margin-top: 52px;
  }

  .container-fluid.body-container.about-us-header div[class*='vertical-alignment'] div[class*='vertical-alignment']>.row-fluid {
    margin-top: 60px;
  }

  .about-us-header h1 {
    margin-bottom: 20px;
  }

  .about-us-header h3 {
    margin-bottom: 20px;
  }

  .about-us-header p {
    margin-bottom: 20px;
  }
  .afternoon-membership-header {
    margin-top: 40px;
  }

  .afternoon-membership-page h1 {
    margin-bottom: 16px;
  }

  .afternoon-membership-body {
    margin-top: 69px;
  }
  .container-fluid.membership_header {
    margin-top: 40px;
  }
  .container-fluid.membership_header .span5 {
    margin-top: 40px;
  }

  .container-fluid.membership_header .span5>div:nth-child(2) {
    padding-top: 10px;
  }
  .container-fluid.membership_header   .contact-person-card .contact-person-card-inner {
    padding: 10px;
  }

  .container-fluid.membership_header   .contact-person-card .contact-person-card__content {
    margin-left: 12.5px;
  }
  .container-fluid.working_page_header .lightbox_wrapper .popup-gallery {
    flex-basis: 50%;
    max-width: 50%;
  }
  .container-fluid.full_time_header .lightbox_wrapper .popup-gallery {
    flex-basis: 50%;
    max-width: 50%;
  }
  .container-fluid.full_time_header {
    margin-top: 40px;
  }
  .container-fluid.full_time_header h1 {
    margin-bottom: 16px;
  }

  p[data-name="p"] {
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .container-fluid.full_time_footer .row-fluid .span7 {
    padding-right: 0;
  }

  .container-fluid.visit_page_body .lightbox_wrapper .popup-gallery {
    flex-basis: 50%;
    max-width: 50%;
  }
  .container-fluid.visit_page_body {
    margin-top: 5px;
  }
  .visit_page_body .lightbox_wrapper {
    padding-top: 20px;
  }
  .container-fluid.rent-spaces-header .span8 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .container-fluid.rent-spaces-header .span2 {display: none;}

  .container-fluid.rent-spaces-header .lightbox_wrapper .popup-gallery {
    flex-basis: 25%;
    max-width: 25%;
  }

  .container-fluid.rent-spaces-header .span8 {
    margin-top: 40px;
  }

  .container-fluid.rent-spaces-header .span8 h1 {
    margin-bottom: 16px;
  }

  .container-fluid.rent-spaces-header .span8 h2 {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .container-fluid.rent-spaces-header .lightbox_wrapper .popup-gallery { 
    flex-basis: 50%;
    max-width: 50%;
  }

  .container-fluid.rent-spaces-header .lightbox_wrapper .light_box {
    margin-top: -16px;
  }
  .container-fluid.rent-spaces-footer {
    margin-top: 40px;
  }

  .learnlife-paradigm-wrapper {
    margin-top: 40px;
  }
  .learning_content h2 {
    margin-bottom: 20px;
  }
}

.custom-container-wrapper .hs-barcelona-section-ten .dnd-section>.row-fluid {
  padding: 0;
}



.custom-container-wrapper .span1,
.custom-container-wrapper .span2,
.custom-container-wrapper .span3,
.custom-container-wrapper .span4,
.custom-container-wrapper .span5,
.custom-container-wrapper .span6,
.custom-container-wrapper .span7,
.custom-container-wrapper .span8,
.custom-container-wrapper .span9,
.custom-container-wrapper .span10,
.custom-container-wrapper .span11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.custom-container-wrapper .row-fluid [class*="span"] {
  min-height: 1px;
}

.custom-container-wrapper .span12.dnd-column {
  padding-left: 15px;
  padding-right: 15px;
}

.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid,
.custom-container-wrapper .banner-section .span12.dnd-column {
  padding: 0;
}

.custom-container-wrapper .dnd-section > .row-fluid {
  padding-left: 1px;
  padding-right: 1px;
}

.custom-container-wrapper .banner-section .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.custom-container-wrapper .dnd-section[class*="full-width"] > .row-fluid,
.working-page-wrapper .dnd-section[class*="full-width"] > .row-fluid,
.home-hub-page-wrapper .dnd-section[class*="full-width"] > .row-fluid {
  padding: 0;
  width: 100%;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.custom-container-wrapper input[type="submit"] {
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 600;
}

.hs-breadcrumb-menu-wrapper {
  border: 0 solid #e2e8f0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  color: #898989;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li {
  padding: 0;
  float: none;
  display: inline;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li span.hs-breadcrumb-menu-divider {
  display: none;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after {
  content: "/";
  margin-left: .1875rem;
  margin-right: -.5px;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li a {
  text-decoration: underline;
  color: #0062ff;
  cursor: pointer;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li a:hover {
  text-decoration: none;
}

.methodologies-page .dnd-section > .row-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.header_type2 {
  font-size: 16px;
}

.header_type2 .header__logo a {
  display: block;
  bottom: .25em;
  display: flex;
  align-items: center;
  position: relative;
}

.header_type2 .header__logo img {
  display: block;
  vertical-align: middle;
}

.header_type2 .custom-menu-primary .level-1 > li > a {
  padding-left: 1rem;
  padding-right: 1rem;
  align-self: stretch;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-color: transparent !important;
}

.header_type2 .custom-menu-primary .level-1 > li.has-submenu {
  border: 0 solid #e2e8f0;
  align-self: stretch;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-color: transparent !important;
}

.header_type2 .custom-menu-primary .level-1 > li > a:hover {
  opacity: .75;
}

.header_type2 .custom-menu-primary .level-1 ul.submenu {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.header_type2 .custom-menu-primary .level-1 ul.submenu li a {
  font-weight: normal;
}

.header_type2 .lets-talk-btn a {
  padding: .75rem 1.25rem;
  line-height: 1.5;
  border: none;
}

.methodologies-page .main-wrapper .dnd-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text a {
  text-decoration: underline;
  color: rgba(0,98,255,1);
  cursor: pointer;
}

.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
}

.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ul,
.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: 1.25rem;
}

.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ul {
  list-style-type: disc;
}

.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ol {
  list-style-type: decimal;
}

.methodologies-page .main-wrapper .section-header h1 {
  font-family: Roboto,sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-bottom: 1rem;
}

.methodologies-page p {
  margin: 0;
}

.methodologies-page .main-wrapper .section-header p {
  font-weight: 400;
  line-height: 1.75rem;
  color: #898989;
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  color: #303030;
}

.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text > :not(:last-child) {
  margin-bottom: 1rem;
}

.hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li a:focus,
.methodologies-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgb(66 153 225 / 50%);
}

.methodologies-page .widget-type-rich_text img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.website-page .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after {
  margin: 0 8px 0 .75rem;
}

.website-page .dnd-section {
  padding-top: 60px;
}

.website-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text > p:last-child {
  margin-bottom: 0;
}

.website-page .dnd-section[class*="full-width"] > .row-fluid {
  padding: 0;
  width: 100%;
}

.website-page h5,
.website-page h5 * {
  font-size: 1rem;
  text-transform: uppercase;
}

.website-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ul,
.website-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ol {
  padding-left: 20px;
  list-style-position: outside;
  margin-bottom: 20px;
}

.website-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ul {
  list-style-type: disc;
}

.website-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ol {
  list-style-type: decimal;
}

.hubs-type-wrapper .widget-type-section_header .section-header {
  width: 50%;
  padding-right: 2rem;
  margin-bottom: 2rem;
}

.hubs-type-wrapper .widget-type-section_header .section-header h2 {
  margin: 0;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-bottom: 1rem;
}

.hubs-type-wrapper .widget-type-section_header .section-header p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
  color: #303030;
}

.partnerhubs-page .widget-type-header h2 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-bottom: 1rem;
}

.partnerhubs-page .widget-type-text > .hs_cos_wrapper_type_text {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  color: #303030;
}

.partnerhubs-page .span6:first-child {
  padding-right: 1rem;
}

.partnerhubs-page .span6:last-child {
  padding-left: 1rem;
}

.partnerhubs-page .activities-wrapper .span6 h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem; 
  margin-bottom: .5rem;
}

.partnerhubs-page .activities-wrapper .span6 p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
}

.partnerhubs-page .self-branded-wrapper .widget-type-header h2 {
  margin-bottom: 2rem;
}

.self-branded-wrapper .span6 .widget-type-rich_text h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}

.self-branded-wrapper .span6 .widget-type-rich_text p {
  line-height: 1.75rem;
  margin: 0;
  color: #303030;
}

.custom-container-wrapper .hs-button {
  background-color: #17c37b;
  padding: .75rem 1.25rem;
  color: #fff;
  border-radius: .25rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  text-decoration: none !important;
}

.custom-container-wrapper .hs-button:focus,
.custom-container-wrapper .hs-button:hover {
  opacity: .75;
  background-color: #17c37b;
}

.custom-container-wrapper input[type="submit"]:hover,
.custom-container-wrapper input[type="button"]:hover { 
  opacity: 1;
}

.fa-circle:before {
  content: "\f111";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-house:before {
  content: "\e00d";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-compress:before {
  content: "\f066";
}

.fa-expand:before {
  content: "\f065";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-sun:before {
  content: "\f185";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-cog:before {
  content: "\f013";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-file:before {
  content: "\f15b";
}

.fa-folders:before {
  content: "\f660";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-minus-square:before {
  content: "\f146";
}

.partnerhubs-page .main-wrapper .widget-type-header h2 {
  margin-bottom: 2rem;
}

.services-we-offer-wrapper .span6 .widget-type-rich_text p {
  line-height: 1.75rem;
  margin: 0;
}

.services-we-offer-wrapper .span6:last-chlld .widget-type-rich_text {
  margin-bottom: 2rem;
}

.services-we-offer-wrapper .hub-types-wrapper .hub-type h3 > span {
  margin-bottom: .5rem;
}

.services-we-offer-wrapper .hub-types-wrapper .hub-type p {
  line-height: 1.375rem;
}

.self-branded-wrapper .span6 .widget-type-rich_text a {
  color: #0062ff;
  text-decoration: underline;
}

.self-branded-wrapper .span6 .widget-type-rich_text a:hover {
  text-decoration: none;
}

.partnerhubs-page .hub-team-wrapper .span1 {
  width: 100%;
}

.partnerhubs-page .hub-team-wrapper .span1:not(:first-child) {
  padding-left: 1rem;
}

.partnerhubs-page .hub-team-wrapper .span1:not(:last-child) {
  padding-right: 1rem;
}

.partnerhubs-page .hub-team-wrapper .span1 .widget-type-linked_image img {
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  width: 128px;
}

.partnerhubs-page .hub-team-wrapper .span1 .widget-type-rich_text h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem;
  margin-bottom: .5rem;
  text-align: center;
}

.partnerhubs-page .hub-team-wrapper .span1 .widget-type-rich_text h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin-bottom: 1rem;
  text-align: center;
}

.partnerhubs-page .hub-team-wrapper .span1 .widget-type-rich_text p {
  line-height: 1.75rem;
  color: #303030;
  margin: 0;
}

.partnerhubs-page .contact-wrapper .span6:first-child {
  padding-right: 4rem;
}

.partnerhubs-page .contact-wrapper .span6:last-child {
  padding-left: 4rem;
}

.partnerhubs-page .contact-wrapper .span6 .widget-type-rich_text h2 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-bottom: 1rem;
}

.partnerhubs-page .contact-wrapper .span6 .widget-type-rich_text p {
  line-height: 1.75rem;
}

.partnerhubs-page .contact-wrapper form label:not(.hs-error-msg) {
  font-size: .75rem !important;
  font-weight: 500 !important;
  line-height: 1rem !important;
  display: inline !important;
  margin: 0;
  color: #303030;
}

.partnerhubs-page .contact-wrapper .hs-form-required {
  color: #303030;
}

.partnerhubs-page .contact-wrapper .hs-form-field {
  position: relative;
  margin-bottom: .75rem;
}

.partnerhubs-page .contact-wrapper form {
  font-size: 16px;
  color: #303030;
  padding-top: 2px;
}

.partnerhubs-page .contact-wrapper form input[type=text],
.partnerhubs-page .contact-wrapper form input[type=email],
.partnerhubs-page .contact-wrapper form input[type=tel],
.partnerhubs-page .contact-wrapper form input[type=number],
.partnerhubs-page .contact-wrapper form input[type=file],
.partnerhubs-page .contact-wrapper form select,
.partnerhubs-page .contact-wrapper form textarea {
  border-color: #e0e0e0;
  padding: .5rem .75rem;
  line-height: 1.5;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Roboto, sans-serif;
  color: #303030;
}

.partnerhubs-page .contact-wrapper form textarea {
  margin-bottom: 0;
}

.partnerhubs-page .contact-wrapper form select {
  padding-right: 2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat,repeat;
  background-position: right .7em top 50%,0 0;
  background-size: .65em auto,100%
}

.partnerhubs-page .contact-wrapper form .inputs-list {
  padding-left: 0;
  margin-top: .125rem;
  list-style-type: none;
}

.partnerhubs-page .contact-wrapper li.hs-form-booleancheckbox label {
  letter-spacing: .02em;
}

.partnerhubs-page .contact-wrapper form input[type=checkbox],
.partnerhubs-page .contact-wrapper form input[type=radio] {
  display: inline-block;
  vertical-align: top;
  margin-top: .25rem;
  margin-bottom: 0;
}

.partnerhubs-page .contact-wrapper li.hs-form-booleancheckbox label > span p {
  margin: 0 !important;
  display: inline;
  font-size: .75rem;
  line-height: 1rem;
}

.partnerhubs-page .contact-wrapper form .inputs-list > li {
  margin: 0;
}

.partnerhubs-page .contact-wrapper .grecaptcha-badge {
  margin: 0;
}

.partnerhubs-page .contact-wrapper .field .error {
  display: block;
  font-size: .875rem;
}

.partnerhubs-page .field label:not(.boolean):not(.collection_check_boxes):not(.collection_radio_buttons) {
  letter-spacing: .02em;
}

.partnerhubs-page .contact-wrapper input[type="submit"] {
  margin: 0;
  position: relative;
  margin-bottom: .75rem;
  background-color: #17c37b;
  padding: .75rem 1.25rem;
  color: #fff;
  border-radius: .25rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  font-family: Roboto, sans-serif;
  outline: none;
}

.partnerhubs-page .contact-wrapper input[type="submit"]:focus,
.partnerhubs-page .contact-wrapper input[type="submit"]:hover {
  opacity: .75;
  background-color: #17c37b;
}

.partnerhubs-page .contact-wrapper input[type="submit"] {
  margin: 0;
  position: relative;
  margin-bottom: .75rem;
  background-color: #17c37b;
  padding: .75rem 1.25rem;
  color: #fff;
  border-radius: .25rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  font-family: Roboto, sans-serif;
}

.partnerhubs-page .contact-wrapper form .hs-error-msgs label {
  color: #e30b5c;
  display: block !important;
  margin-bottom: .25rem;
  font-weight: 700 !important;
  font-size: .875rem !important;
  line-height: 1.25rem !important;
}

.partnerhubs-page .contact-wrapper .hs-input.invalid.error {
  border-color: #e0e0e0;
}

.partnerhubs_footer .footer_logo img {
  margin-bottom: 0;
}

body.partnerhubs,
body.methodologies {
  -webkit-font-smoothing: unset;
  -moz-osx-font-smoothing: unset;
}

.custom-media-room-page .dnd-section {
  padding: 0;
}

.custom-media-room-page .dnd-section > .container > h1,
.custom-media-room-page .media-room-section .dnd-section,
.events-page .media-detail-section > .row-fluid > div {
  margin-top: 40px;
}

.custom-media-room-page h1 {
  margin-bottom: 16px;
}

.media-top-slider {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.media-top-slider .media-slide-item {
  display: flex !important;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border: 0 solid #bfc1c2;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.media-top-slider a.media-slide__image {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  background-size: cover;
  position: relative;
  min-height: 400px;
  border-left: 1px solid #bfc1c2;
}

.media-top-slider .media-slide-item[aria-describedby="slick-slide00"] a.media-slide__image {
  background-position: 100% 100% !important;
}

.media-top-slider .slick-arrow {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  position: absolute;
  bottom: 25px;
  right: 29px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  z-index: 9;
  padding: 1px 6px;
  outline: none;
}

.media-top-slider .slick-arrow i {
  font-size: 1rem;
}

.media-top-slider button.slick-prev {
  border-start-start-radius: 3px;
  right: 69px;
}

.media-top-slider button.slick-next {
  border-end-end-radius: 3px;
  border-left: 0;
}

.media-top-slider .fa-chevron-left:before {
  content: "\f053";
}

.media-top-slider .fa-chevron-right:before {
  content: "\f054";
}

.media-top-slider .media-slide__content {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #bfc1c2;
}

.media-top-slider .media-slide__content__extra {
  margin-bottom: 12.5px;
  font-size: .875rem;
}

.media-top-slider  a.media-slide__content__title {
  margin-bottom: 20px;
  text-decoration: none;
}

.media-top-slider a.media-slide__content__title h3 {
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1.31rem;
  margin: 0;
}

.media-top-slider .media-slide__content__text {
  flex: 1 1;
  overflow: hidden;
  margin-bottom: 12.5px;
}

.media-top-slider .media-slide__content__text p {
  font-size: inherit;
  margin: 0;
}

.media-top-slider .media-slide__content__link {
  min-height: 64px;
}

.media-top-slider .media-slide__content__link .icon-link {
  display: flex;
  align-items: center;
}

.media-top-slider .media-slide__content__link .icon-link a {
  font-size: 1.125rem;
  margin-right: 8px;
  text-decoration: underline;
}

.media-top-slider .media-slide__content__link .icon-link i {
  color: #04c;
  font-size: 1.5rem;
}

.custom-media-room-page .media-room-section .dnd-section {
  min-height: 350px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.custom-media-room-page .media-room-section h1 {
  margin-bottom: 0;
}

.custom-media-room-page .media-room-section .contact-cta-btn {
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
}

.custom-media-room-page .media-room-section .contact-cta-btn:focus,
.custom-media-room-page .media-room-section .contact-cta-btn:hover {
  background-color: #12955e;
  border-color: #12955e;
  color: #fff;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}

.custom-media-room-page .media-room-section .widget-type-rich_text p {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 0;
}

.custom-media-room-page .media-room-list {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
/*   justify-content: space-between; */
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.custom-media-room-page .media-room-list .media-item {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  display: flex;
  padding: 10px;
}

.custom-media-room-page .card {
  border: 1px solid #bfc1c2;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.custom-media-room-page a.card-image {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50%;
}

.custom-media-room-page .card .card-body {
  flex-grow: 1;
  margin: 20px 20px 0;
}

.custom-media-room-page  a.card-title-link {
  text-decoration: none;
}

.custom-media-room-page .card__title {
  font-size: 1.31rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.custom-media-room-page .card-description,
.custom-media-room-page .card-description p {
  font-size: 1rem;
  line-height: 1.5em;
}

.custom-media-room-page .card-description p {
  margin: 0;
}

.custom-media-room-page .card-footer {
  margin: 0 20px 20px;
  margin-top: 12.5px;
}

.custom-media-room-page .card-footer .media-date {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -10px;
  margin-bottom: -10px;
}

.custom-media-room-page .card-footer .card-extra {
  font-size: .875rem;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-media-room-page .card-footer .card-extra time {
  text-transform: capitalize;
  font-size: 1rem;
}

.custom-media-room-page .card-footer .media-read-more {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-media-room-page a.media-read-more-button {
  border-radius: 1.5em;
  border-style: solid;
  border-width: .125em;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2em;
  font-weight: 500;
  padding: .68125em 1.25em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  white-space: normal;
  outline: none;
  background-color: transparent;
  border-color: #17c37b;
  color: #17c37b;
  word-break: initial;
}

.custom-media-room-page a.media-read-more-button:focus,
.custom-media-room-page a.media-read-more-button:hover {
  background-color: #17c37b;
  border-color: #17c37b;
  color: #fff;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}

.custom-media-room-page.events-page a.card-image {
  filter: brightness(0.3);
}

.custom-media-room-page.events-page .upcoming-event-list a.card-image,
.custom-media-room-page.events-page .featured-event-list a.card-image{
  filter: none;
}

.custom-event-banner .event-banner-image {
  font-size: 1rem;
  line-height: 1.5em;
  padding-top: 28px;
  padding-bottom: 28px;
}

.custom-event-banner .event-banner-container {
  margin: 0 auto;
  max-width: 1152px;
  padding-left: 16px;
  padding-right: 16px;
}

.custom-event-banner .event-banner-header {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
}

.custom-event-banner .event-banner-title {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  padding: 10px;
}

.custom-event-banner .event-banner-title h1 {
  margin-bottom: 0;
}

.custom-event-banner .color-white {
  color: #fff;
}

.custom-event-banner .event-banner-header > .row-fluid,
.events-page .media-detail-section > .row-fluid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.events-page .media-detail-section > .row-fluid {
  margin-left: -10px;
  margin-right: -10px;
}

.custom-event-banner .event-banner-header > .row-fluid:before,
.custom-event-banner .event-banner-header > .row-fluid:after,
.events-page .media-detail-section > .row-fluid:before,
.events-page .media-detail-section > .row-fluid:after {
  display: none;
}

.custom-event-banner .event-banner-header > .row-fluid > div {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  float: none;
  margin: 0;
  width: 100%;
  padding: 10px;
}

.custom-event-banner .event-banner-header h4 {
  margin: 0;
}

.custom-event-banner .event-banner-header p {
  line-height: 1.5em;
  margin: 0;
}

.event-detail__social-link {
  margin-right: 4px;
  text-decoration: none;
}

.event-detail__social-link i {
  font-size: 1.125rem;
}

.custom-event-banner .event-banner-header .button {
  border-radius: 1.5em;
  border-style: solid;
  border-width: .125em;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2em;
  font-weight: 500;
  padding: .68125em 1.25em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  white-space: normal;
  outline: none;
  background-color: transparent;
  border-color: transparent;
  color: #434c59;
  font-size: 1rem;
}

.custom-event-banner .event-banner-header .button--primary-fill {
  background-color: #17c37b;
  border-color: #17c37b;
  color: #fff;
}

.custom-event-banner .event-banner-header .button:disabled {
  cursor: not-allowed;
  background-color: #bfc1c2;
  border-color: #bfc1c2;
  color: #fff;
}

.media-detail-section h2 {
  font-size: 1.87rem;
}

.media-detail-section ol,
.media-detail-section ul {
  padding-left: 20px;
  list-style-position: outside;
  margin-bottom: 20px;
}

.media-detail-section ul {
  list-style-type: disc;
}

.events-page .media-detail-section > .row-fluid > div {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin: 40px 0 0;
}

.events-page .media-detail-section>.row-fluid {
  width: auto;
}

.media-detail-section .hs-responsive-embed {
  margin: 0 !important;
  max-height: 100% !important;
  max-width: 100% !important;
  display: block;
}

.events-page .media-detail-section .span8 .article iframe {
  width: 100%;
  height: 400px !important;
  display: block;
  position: static !important;
}

.events-page .media-detail-section .span8 .article .hs-responsive-embed-inner-wrapper {
  display: block;
  padding-bottom: 0 !important;
}

.events-page .media-detail-section .span8 .article img {
  vertical-align: baseline;
  display: inline;
}

.custom-media-room-page .event-sidebar-content {
  margin-top: -10px;
  margin-bottom: -10px;
}

.custom-media-room-page .event-sidebar-content .event-sidebar-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-media-room-page .event-sidebar-content .event-sidebar-col h3 {
  margin: 0;
  font-size: 1.31rem;
}

.custom-media-room-page .event-sidebar-content .event-sidebar-col p {
  margin: 0;
}

.custom-media-room-page .event-sidebar-content .event-sidebar-col address {
  font-style: normal;
}

.custom-media-room-page .event-sidebar-content .contact-person-card {
  display: flex;
  align-items: center;
  background: #f7f9f9;
  border-radius: 3px;
  padding: 10px;
}

.custom-media-room-page .event-sidebar-content .contact-person-card__picture {
  border-radius: 50%;
  min-width: 100px;
  height: 100px;
  background-size: cover;
}

.custom-media-room-page .event-sidebar-content .contact-person-card__content {
  overflow: hidden;
  margin-left: 12.5px;
}

.custom-media-room-page .event-sidebar-content .contact-person-card h4 {
  margin: 0;
}

.custom-media-room-page .media__locale_selection {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: .875rem;
}

.custom-media-room-page .media__social_buttons_sticky_container {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  position: absolute;
  height: 100%;
  z-index: 2;
}

.custom-media-room-page .media__social_buttons_sticky_item {
  position: sticky;
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  top: 120px;
}

.custom-media-room-page .social__buttons {
  display: flex;
  flex-direction: column;
  border: 1px solid #bfc1c2;
  border-radius: 3px;
  width: 75px;
  padding-bottom: 25px;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.custom-media-room-page .social__buttons__icon {
  font-size: 24px;
  margin-top: 25px;
  cursor: pointer;
  color: #041322;
}

.custom-media-room-page .featured-event-list .card-top-date {
  margin-bottom: 18.75px;
}

.custom-media-room-page .media-room-list.featured-event-list .media-item {
  flex-basis: 100%;
  max-width: 100%;
}

.custom-media-room-page .media-room-list.featured-event-list .card {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-media-room-page .media-room-list.featured-event-list a.card-image {
  background-position: 100% 100%;
  min-height: 400px;
  padding-bottom: 0;
}

.custom-media-room-page .media-room-list.featured-event-list .media-item .card-body {
  margin: 0;
  padding: 30px 30px 0;
}

.custom-media-room-page .featured-event-list h3.card__title {
  font-weight: 500;
}

.custom-media-room-page .featured-event-list .card-footer .media-read-more {
  text-align: left;
  display: block;
  padding: 0;
  font-size: 1.125rem;
  text-decoration: underline;
  flex-basis: 100% !important;
  flex-grow: 0;
  max-width: 100% !important;
}

.custom-media-room-page .featured-event-list .card-footer {
  margin-left: 0;
  margin-right: 0;
}

.custom-media-room-page .featured-event-list .card-footer .media-read-more .fa-long-arrow-right {
  margin-left: 12px;
  font-size: 1.5rem;
  vertical-align: middle;
}

@media screen and (min-width: 768px){
  .custom-media-room-page .media-room-list.featured-event-list a.card-image {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .custom-media-room-page .media-room-list.featured-event-list .media-item .card-body {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.translation_selection__read {
  font-size: .875rem;
}

.translation_selection__flag,
.translation_selection__read {
  display: inline-block;
  margin-right: 1.125rem;
}

.translation_selection {
  font-size: .875rem;
}

.flag {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 11px;
  background: url(https://5726799.fs1.hubspotusercontent-na1.net/hubfs/5726799/raw_assets/public/LearnLife_August2021/images/flags-a44c0a97cf026a1567f3ab6814220096.png) no-repeat;
}

.flag.flag-gb {
  background-position: -112px -44px;
}

.translation_selection__flag__link {
  text-transform: uppercase;
  font-size: .875rem;
}

.translation_selection__flag__link--active {
  font-weight: 700;
  text-decoration: none;
  color: #041322;
}

.media__source {
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.custom-media-room-page .media__title {
  margin-bottom: 20px;
  font-size: 2.25rem;
}

.media-detail-section > .row-fluid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.media-detail-section > .row-fluid > div {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.media-detail-conatiner .media-detail-image {
  width: calc(100vw - 17px);
  transform: translateX(-50%);
  position: relative;
  right: 0;
  left: 50%;
  max-width: 1280px;
  font-size: 1rem;
}

.media-detail-conatiner .media-detail-image img.media__image {
  width: 100%;
  margin-bottom: 20px;
  display: inline;
  vertical-align: baseline;
}

.media-room-main-content .container {
  position: relative;
}

.faq-page .inner-content-wrapper {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.faq-page .sidebar-inner {
  position: sticky;
  top: 10px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.faq-page .dnd-section {
  padding: 40px 0 0;
}

.faq-page .dnd-section > .row-fluid {
  padding: 0;
}

.faq-page .widget-type-header h1 {
  margin-bottom: 10px;
}

.faq-page .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after,
.collaborate-page .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after,
.contact-us-page .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after,
.visit-inner-page .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after,
.hs-barcelona-page .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after {
  margin: 0 8px 0 .75rem;
}

.faq-page .span4 form label {
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 1.125rem;
  padding-bottom: 20px;
  margin: 0;
}

.faq-page .span4 .hs-search-field {
  padding-bottom: 20px;
  margin-bottom: .8rem;
}

.faq-page .span4 h4 {
  margin: 0;
}

.faq-page .span4 .widget-type-header h4 {
  padding-bottom: 10px;
}

.collaborate-page .main-wrapper .dnd-section {
  padding-top: 40px;
}

.collaborate-page .widget-type-header h1 {
  margin-bottom: 16px;
}

.collaborate-page .main-wrapper .widget-type-linked_image {
  font-size: 1rem;
}

.collaborate-page .main-wrapper .widget-type-linked_image img {
  width: 100%;
  vertical-align: baseline;
  display: inline;
  margin-bottom: 20px;
}

.contact-us-page .dnd-section {
  padding-top: 40px;
}

.contact-us-page .widget-type-header h1 {
  margin-bottom: 16px;
}

.contact-us-page .map_wrapper_container {
  padding: 0;
  margin: 0;
}

.contact-us-page .map_wrapper_container iframe {
  display: block;
}

.contact-us-page .main-wrapper .span4 {
  font-size: 1rem;
}

.contact-us-page .main-wrapper .span4 > .row-fluid-wrapper {
  background: #f7f9f9;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
}

.contact-us-page .main-wrapper .span4 h4 {
  font-size: 1.125rem;
  margin: 0;
  margin-top: 40px;
}

.contact-us-page .main-wrapper .span4 h4:first-of-type {
  margin-top: 0;
}

.contact-us-page .bottom-wrapper .span4 * {
  height: 100%;
}

.contact-us-page .main-wrapper .widget-type-header h3 {
  margin-bottom: 8px;
}

.working-page-wrapper .video_player_wrapper {
  margin-top: 40px;
}

.develop-skill-page iframe,
.website-page iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #041322;
  font-family: roboto,avenir,helvetica neue,arial,helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
}

.visit-inner-page .dnd-section {
  margin-top: 40px;
}

.custom-visit__title-icon,
.open-visit__title-icon,
.private-visit__title-icon {
  font-size: 48px;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-visit__title-icon {
  color: #ffba00;
}

.open-visit__title-icon {
  color: #864bff
}

.private-visit__title-icon {
  color: #f2552a
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user:before {
  content: "\f007";
}

.visit-inner-page .main-wrapper .widget-type-rich_text ul {
  font-size: 1rem;
  line-height: 1.5; 
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
  margin-top: 40px; 
}

.visit-inner-page .main-wrapper .widget-type-rich_text ul li {
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  padding: 10px;
}

.visit-inner-page .main-wrapper .widget-type-rich_text ul li strong {
  font-weight: 700;
  font-size: 1.3125rem;
  display: block;
}

.visit-inner-page .main-wrapper .widget-type-rich_text ul li span {
  font-size: .875rem;
  display: block;
}

.home-hub-section-seven .hub-types-wrapper {
  column-gap: unset;
}

.home-hub-section-three .span6 img,
.home-hub-section-eight .span6 img,
.home-hub-section-eleven .span6 img {
  height: 300px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.home-hub-section-three .span6 p + a {
  display: block;
  color: #0062ff;
}

.home-hub-section-three .span6 a i.fal.fa-long-arrow-right.link-arrow {
  vertical-align: top;
}

.home-hub-section-eight .hub-types-wrapper .hub-type,
.home-hub-section-twelve .hub-types-wrapper .hub-type {
  width: calc(33.33% - 4rem/3);
}

.home-hub-section-ten .hub-types-wrapper .hub-type {
  width: calc(50% - 1rem);
}

.home-hub-section-ten .hub-types-wrapper .hub-type h3 {
  line-height: 1.5;
}

.home-hub-section-ten .hub-types-wrapper .hub-type h3 span {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .website-page .dnd-section {
    padding-top: 90px;
  }

  .website-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ul,
  .website-page .widget-type-rich_text .hs_cos_wrapper_type_rich_text ol {
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .custom-media-room-page .dnd-section > .container > h1,
  .custom-media-room-page .media-room-section .dnd-section,
  .events-page .media-detail-section>.row-fluid > div,
  .custom-media-room-page .media__locale_selection {
    margin-top: 60px;
  }

  .custom-media-room-page h1,
  .collaborate-page .widget-type-header h1,
  .contact-us-page .widget-type-header h1 {
    margin-bottom: 24px;
  }

  .faq-page .widget-type-header h1 {
    margin-bottom: 13px;
  }

  .media-top-slider a.media-slide__image,
  .media-top-slider .media-slide__content {
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-top-slider .media-slide__content {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .media-top-slider .media-slide__content__extra,
  .media-top-slider .media-slide__content__text {
    margin-bottom: 18.75px;
  }

  .media-top-slider a.media-slide__content__title,
  .collaborate-page .main-wrapper .widget-type-linked_image img {
    margin-bottom: 30px;
  }

  .media-top-slider .media-slide__content__link .icon-link a {
    margin-right: 12px;
  }

  .custom-media-room-page .media-room-section .contact-cta-btn,
  .custom-media-room-page .media-room-section .widget-type-rich_text p {
    margin-top: 30px;
  }

  .custom-media-room-page .media-room-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .custom-media-room-page .media-room-list .media-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .custom-media-room-page .card .card-body {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .custom-media-room-page .card__title {
    margin-bottom: 30px;
  }

  .custom-media-room-page .card-footer {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 18.75px;
  }

  .custom-media-room-page .card-footer .media-date {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .custom-media-room-page .card-footer .card-extra,
  .custom-media-room-page .card-footer .media-read-more {
    flex-basis: 50%;
    max-width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .custom-media-room-page .card-footer .media-read-more {
    text-align: right;
  }

  .custom-event-banner .event-banner-image {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .custom-event-banner .event-banner-header {
    margin: -15px;
  }

  .custom-event-banner .event-banner-title,
  .custom-event-banner .event-banner-header > .row-fluid > div {
    padding: 15px;
  }

  .custom-event-banner .event-banner-header > .row-fluid > div.span3 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .custom-event-banner .event-banner-header > .row-fluid > div.span5 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .custom-event-banner .event-banner-header > .row-fluid > div.span4 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .event-detail__social-link {
    margin-right: 6px;
  }

  .media-detail-section ol,
  .media-detail-section ul {
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .events-page .media-detail-section > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
  }

  .events-page .media-detail-section > .row-fluid > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-media-room-page .event-sidebar-content { 
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .custom-media-room-page .event-sidebar-content .event-sidebar-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .custom-media-room-page .event-sidebar-content .contact-person-card {
    padding: 15px;
  }

  .custom-media-room-page .event-sidebar-content .contact-person-card__content {
    margin-left:18.75px
  }

  .custom-media-room-page .media-room-section .dnd-section {
    padding-left: 18.75px;
    padding-right: 18.75px;
  }

  .custom-media-room-page .media__social_buttons_sticky_item {
    margin-left: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
    top: 180px;
  }

  .custom-media-room-page .media__locale_selection {
    margin-bottom: 30px;
  }

  .custom-media-room-page .media__source {
    margin-bottom: 12px;
  }

  .custom-media-room-page .media__title,
  .media-detail-conatiner .media-detail-image img.media__image {
    margin-bottom: 30px;
  }

  .faq-page .inner-content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .faq-page .dnd-section {
    padding-top: 60px;
  }

  .faq-page .span4 form label,
  .faq-page .span4 .hs-search-field {
    padding-bottom: 30px;
  }

  .faq-page .span4 .widget-type-header h4 {
    padding-bottom: 15px;
  }

  .collaborate-page .main-wrapper .dnd-section,
  .contact-us-page .dnd-section{
    padding-top: 60px;
  }

  .contact-us-page .main-wrapper .span4 > .row-fluid-wrapper {
    padding: 30px;
    margin-bottom: 30px;
  }

  .contact-us-page .main-wrapper .span4 h4,
  .working-page-wrapper .video_player_wrapper,
  .visit-inner-page .dnd-section {
    margin-top: 60px;
  }

  .contact-us-page .main-wrapper .widget-type-header h3 {
    margin-bottom: 12px;
  }

  .visit-inner-page .main-wrapper .widget-type-rich_text ul {
    margin: -15px;
    margin-top: 60px;
  }

  .visit-inner-page .main-wrapper .widget-type-rich_text ul li {
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .custom-container-wrapper .span1 {
    width: 8.333333%;
  }

  .custom-container-wrapper .span2 {
    width: 16.666667%;
  }

  .custom-container-wrapper .span3 {
    width: 25%;
  }

  .custom-container-wrapper .span4 {
    width: 33.33%;
  }

  .custom-container-wrapper .span5 {
    width: 41.666667%;
  }

  .custom-container-wrapper .span6 {
    width: 50%;
  }

  .custom-container-wrapper .span7 {
    width: 58.333333%;
  }

  .custom-container-wrapper .span8 {
    width: 66.666667%;
  }

  .custom-container-wrapper .span9 {
    width: 75%;
  }

  .custom-container-wrapper .span10 {
    width: 83.333333%;
  }

  .custom-container-wrapper .span11 {
    width: 91.666667%;
  }

  .custom-container-wrapper .span12 {
    width: 100%;
  }

  .custom-container-wrapper .dnd-section > .row-fluid {
    padding-left: 17px;
    padding-right: 17px;
  }

  .show-medium {
    display: inherit!important;
  }

  .header_type2 .header__logo {
    min-width: unset;
  }

  .hs-breadcrumb-menu-wrapper ul.hs-breadcrumb-menu,
  .custom-event-banner .event-banner-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .methodologies-page .dnd-section > .row-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .partnerhubs-page .activities-wrapper .span6 h3 {
    margin-bottom: 1rem;
  }

  .partnerhubs-page .self-branded-wrapper .widget-type-header h2 {
    width: 50%;
  }

  .partnerhubs-page .hub-team-wrapper .span1 .widget-type-linked_image img {
    margin-left: 0;
    margin-right: 0;
  }

  .partnerhubs-page .hub-team-wrapper .span1 .widget-type-rich_text h3,
  .partnerhubs-page .hub-team-wrapper .span1 .widget-type-rich_text h4 {
    text-align: left;
  }

  .media-top-slider a.media-slide__image {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .media-top-slider .media-slide__content,
  .custom-media-room-page .media-room-list .media-item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .custom-event-banner .event-banner-header > .row-fluid > div.span3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .custom-event-banner .event-banner-header > .row-fluid > div.span5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .custom-event-banner .event-banner-header > .row-fluid > div.span4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .media-top-slider .slick-arrow {
    right: calc(33.3333333333% + 28px);
  }

  .media-top-slider button.slick-prev {
    right: calc(33.3333333333% + 68px);
  }

  .media__social_buttons_sticky_container {
    display: inherit !important;
  }

  .custom-media-room-page .media__locale_selection {
    display: flex;
  }

  .media-detail-section > .row-fluid > div.span2,
  .media-detail-section > .row-fluid > div.grid__col--medium--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .media-detail-section > .row-fluid > div.span8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .faq-page .inner-content-wrapper {
    flex-direction: row-reverse;
  }

  .faq-page .dnd-section > .row-fluid {
    padding: 0;
  }

  .faq-page .inner-content-wrapper .span7 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }

  .contact-us-page .main-wrapper .span4 > .row-fluid-wrapper {
    margin-top: 1.2rem;
    margin-bottom: inherit;
  }

  .contact-us-page .main-wrapper .dnd-row > .row-fluid {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-us-page .bottom-wrapper .span4 {
    width: calc(33.33% - 30px);
    margin: 0 auto;
    background-position: unset !important;
  }

  .visit-inner-page .dnd-section > .row-fluid {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .visit-inner-page .dnd-section > .row-fluid:before,
  .visit-inner-page .dnd-section > .row-fluid:after {
    display: none;
  }

  .visit-inner-page .dnd-section > .row-fluid > .span2 {
    max-width: 16.666667%;
    width: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 0;
  }

  .visit-inner-page .dnd-section > .row-fluid > .span1 + .span7 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%;
    flex-grow: 0;
  }

  .visit-inner-page .main-wrapper .widget-type-rich_text ul li {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .show-large {
    display: inherit !important;
  }

  .events-page .media-detail-section > .row-fluid > div.span8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .events-page .media-detail-section > .row-fluid > div.span4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .faq-page .inner-content-wrapper .span7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1024px) {
  .hubs-type-wrapper .widget-type-section_header .section-header {
    margin-bottom: 8rem;
  }

  .partnerhubs-page .widget-type-text > .hs_cos_wrapper_type_text {
    width: 50%;
  }

  .services-we-offer-wrapper .span6 .widget-type-rich_text {
    margin-bottom: 6rem;
  }

  .partnerhubs-page .hub-team-wrapper .span1 {
    width: 33.33%;
  }

  .partnerhubs-page .hub-team-wrapper .span1:nth-child(3n + 1) {
    clear: left;
  }
}

@media all and (max-device-width: 991px) {
  .media-detail-conatiner .media-detail-image {
    width: 100vw;
  }
}

@media (max-width: 1023px) {
  .hubs-type-wrapper .widget-type-section_header .section-header {
    width: 100%;
    padding-right: 0;
  }

  .services-we-offer-wrapper .span6 .widget-type-rich_text {
    margin-bottom: 2rem;
  }

  .services-we-offer-wrapper .hub-types-wrapper {
    margin-bottom: 2rem;
  }

  .services-we-offer-wrapper .hub-types-wrapper.module_1628585869227 {
    margin-bottom: 4rem;
  }

  .home-hub-section-two .hub-types-wrapper {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .home-hub-section-six .hub-types-wrapper .hub-type {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .partnerhubs-page .hub-team-wrapper .span1 {
    width: 50%;
  }

  .partnerhubs-page .hub-team-wrapper .span1:nth-child(2n + 1) {
    clear: left;
  }

  .home-hub-section-six .hub-types-wrapper .hub-type:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .custom-media-room-page.events-page .media-room-list .media-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .custom-media-room-page .media-room-list.featured-event-list .media-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .events-page .media-detail-section > .row-fluid > div {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .custom-container-wrapper .row-fluid [class*="span"] {
    min-height: 0;
  }

  .partnerhubs-page .span6:first-child,
  .partnerhubs-page .hub-team-wrapper .span1:not(:last-child),
  .partnerhubs-page .contact-wrapper .span6:first-child {
    padding-right: 15px;
  }

  .partnerhubs-page .span6:last-child,
  .partnerhubs-page .hub-team-wrapper .span1:not(:first-child),
  .partnerhubs-page .contact-wrapper .span6:last-child {
    padding-left: 15px;
  }

  .services-we-offer-wrapper .span6:first-child .widget-type-rich_text {
    margin-bottom: 1rem;
  }

  .media-top-slider a.media-slide__image {
    border-right: 1px solid #bfc1c2;
  }

  .media-top-slider .media-slide__content {
    border-left: 1px solid #bfc1c2;
  }

  .media-top-slider .slick-arrow {
    top: 337px;
    bottom: auto;
  }

  .media-detail-section > .row-fluid > div {
    min-height: 0;
  }

  .custom-media-room-page .social__buttons {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    font-size: 1rem;
  }

  .faq-page .span7 .dnd-section {
    padding-top: 45px;
  }

  .fal.hide {
    display: none;
  }

  .home-hub-section-eight .hub-types-wrapper .hub-type,
  .home-hub-section-twelve .hub-types-wrapper .hub-type {
    width: 100%;
  }

  .home-hub-section-ten .hub-types-wrapper .hub-type {
    width: 100%;
  }

  .home-hub-section-two .hub-types-wrapper {
    grid-gap: 1.8rem;
    column-gap: 2rem;
  }

  .home-hub-section-four .hub-types-wrapper {
    margin-bottom: 1rem;
  }

  .home-hub-section-six .hub-types-wrapper {
    margin-top: -1rem;
  }

  .home-hub-section-six .hub-types-wrapper .hub-type {
    width: 100%;
  }

  .home-hub-section-six .hub-types-wrapper .hub-type:last-child {
    margin-bottom: 0;
  }

  .home-hub-section-two .hub-types-wrapper {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }

  .home-hub-section-seven .hub-types-wrapper {
    margin-bottom: 0;
  }

  .home-hub-section-eight .hub-types-wrapper .hub-type:last-child {
    margin-bottom: 0 !important;
  }

}

@media (max-width: 575px) {
  .website-page h1,
  .website-page h2,
  .website-page h3,
  .website-page h4,
  .website-page h5,
  .website-page h6,
  .website-page p,
  .events-page .media-detail-section h2,
  .media-detail-section p, 
  .collaborate-page p, 
  .collaborate-page h3, 
  .visit-inner-page p, 
  .visit-inner-page h1, 
  .visit-inner-page h3 {
    margin-bottom: 20px;
  }

  .faq-page .inner-content-wrapper > div {
    padding: 0;
  }

  .faq-page .inner-content-wrapper {
    margin: 0;
  }

  .faq-page .span7 .dnd-section {
    padding-top: 30px;
  }

  .working-page-wrapper .container-fluid.working_page_header .lightbox_wrapper.not-img {
    margin-top: 56px;
  }
}

.dnd-section[class*="full-width-section"] {
  padding: 0;
}

.dnd-section[class*="full-width-section"] .dnd-column {
  padding: 0;
}


img {
  vertical-align: middle;
}

.hs-home-section-two {
  margin-top: 6rem;
  margin-bottom: 8rem;
  text-align: center;
}
@media (min-width: 768px){
  .hs-home-section-two {
    margin-top: 10rem;
    margin-bottom: 12rem;
  }
}

.hs-home-section-two .dnd-section {
  padding: 0;
}

.hs-home-section-two .dnd-section p {
  font-size: 24px;
  line-height: 1.5em;
  color: rgb(4, 19, 34);
  font-family: roboto, avenir, "helvetica neue", arial, helvetica, sans-serif;
  margin: 0;
  margin-top: 7px;
}

.hs-home-section-three .dnd-section {
  padding: 0;
}

.hs-home-section-three .dnd-section .span6 {
  margin: 0;
  padding: 0;
}

.hs-home-section-three .dnd-section > .row-fluid {
  padding: 0 32px;
}

.hs-home-section-three .dnd-section .span6:last-child {
  padding: 30px;
}

.hs-home-section-three .dnd-section .span6 h2 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.5em;
}
.hs-home-section-three .dnd-section .span6 p {
  font-size: 24px;
  margin-bottom: 2rem;
  line-height: 1.5em;
}
.hs-home-section-three .dnd-section .span6 p:last-child {
  margin-bottom: 34px;
}
.hs-home-section-three {
  margin-bottom: 12rem;
}

.hs-home-section-four .dnd-section {
  padding: 0;
}
.hs-home-section-four .dnd-section > .row-fluid .dnd-column {
  padding: 0;
}
.fa-building::before {
  content: "";
}
.fa-home::before {
  content: "";
}
.hs-home-section-five {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: left;
  letter-spacing: 0px;
  color: rgb(48, 48, 48);
}
@media (min-width: 992px){
  .hs-home-section-five {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

.hs-home-section-five .dnd-section {
  padding: 0;
}
.custom-container-wrapper .hs-home-section-five .dnd-section>.row-fluid{
  padding: 0 32px;
}
.hs-home-section-five .dnd-section > .row-fluid .span6 {
  padding: 0;
}
.hs-home-section-five .dnd-section > .row-fluid .span6:first-child {
  padding: 30px;
}
.hs-home-section-five .span6 h2 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 6px;
}

.hs-home-section-five .span6 p {
  font-size: 24px;
  margin-bottom: 2rem;
}
.hs-home-section-five .span6 p:last-child {
  margin-bottom: 20px;
}
.fa-chart-network:before {
  content: "\f78a";
}
.hs-home-section-six .custom-learning-card-wrp .learn-card__title {
  padding-top: 3px;
}
.hs-home-section-seven {
  margin-top: 12rem;
  margin-bottom:12rem;
}
.hs-home-section-seven .span6:first-child {
  padding: 30px;
}
.hs-home-section-seven .span6 h2 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.hs-home-section-seven .span6 p {
  font-size: 24px;
  margin-bottom: 2rem;
}
.custom-container-wrapper .hs-home-section-one .span12.dnd-column ,
.custom-container-wrapper .hs-home-section-eight .span12.dnd-column,
.custom-container-wrapper .hs-home-section-two .span12.dnd-column {
  padding: 0;
}
.custom-container-wrapper .hs-home-section-two .dnd-section>.row-fluid ,
.custom-container-wrapper .hs-home-section-eight .dnd-section>.row-fluid{
  padding: 0 32px;
}
.hs-home-section-seven .span6 .hs-button {
  padding: 0.68125em 1.25em;
  border-style: solid;
  border-width: 0.125em;
  border-color: rgb(23, 195, 123);
  line-height: 1.25em;
}
.hs-home-section-nine {
  position: relative;
  background-color: rgb(247, 249, 249);
  width: 100%;
  padding: 2rem 0px;
  text-align: center;
}

.learning_paradigm_wrapper h1 strong {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.learning_paradigm_wrapper strong {
  font-weight: 700;
}
@media (min-width: 768px){
  .hs-home-section-nine {
    margin-top: 8rem;
    padding: 50px;
  }

  .icon_with_content .icons_text_content {
    word-break: initial;
  }

  .icon_with_content .icons_card_inner {
    width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.hs-home-section-nine form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px 5rem;
}
.hs-home-section-nine form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: 1;
  width: 70%;
  vertical-align: bottom;
  flex-grow: 3;
  max-width: none !important;
}
.hs-home-section-nine form fieldset.form-columns-1 {
  order: 3;
  text-align: center;
  max-width: none !important;
}
.hs-home-section-nine form .hs_submit.hs-submit {
  order: 2;
  flex-grow: 1;
  line-height: 1.1rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.hs-home-section-nine form fieldset.form-columns-2 .hs-input::placeholder {
  color: #bfc1c2;
}
.hs-home-section-nine form .hs_submit.hs-submit .hs-button.primary {
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  font-size: 1rem;
  border-radius: 3px;
  width: auto;
  line-height: normal !important;
  margin: 0;
}
.hs-home-section-nine h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2rem;
}
.hs-barcelona-section-two {
  margin-top: 90px;
}
.custom-container-wrapper .hs-barcelona-section-two .dnd-section>.row-fluid {
  padding: 0 32px;
}
.hs-barcelona-section-two h1 {
  margin-bottom: 24px;
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-sun-haze:before {
  content: "\f765";
}
.embedded-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.hs-barcelona-page .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  min-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}
.hs-barcelona-section-three {
  margin-top: 58px;
}
.custom-container-wrapper .hs-barcelona-section-three .dnd-section>.row-fluid {
  padding: 0 32px;
}
.hs-barcelona-section-three .span4 {
  padding: 0;
}
.hs-barcelona-section-three .span8 {
  padding: 0;
  margin: 0;
}
.hs-barcelona-section-three p i {
  color: #04c;
  font-size: 1.5rem;

}
.hs-barcelona-section-three h1 {
  margin-bottom: 22px;
}
.hs-barcelona-section-three p {
  display: flex;
  align-items: center;
  margin:0;
}
.hs-barcelona-section-three p a {
  margin-right: 12px;
}
.hs-barcelona-section-four {
  margin-top: 90px;
}

.custom-container-wrapper .hs-barcelona-section-four .dnd-section>.row-fluid {
  padding: 0 32px;
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-microphone:before {
  content: "\f130";
}
.hs-barcelona-section-three h1 {
  margin-bottom: 22px;
}

.hs-barcelona-section-four h1 {
  margin-bottom: 24px;
}

.hs-barcelona-section-four .card__footer {
  margin-bottom: 13px;
}
.hs-barcelona-section-five h1 {
  margin-bottom: 9px;
}

.hs-barcelona-section-six h1 {
  margin-bottom: 24px;
}

.fa-users-class:before {
  content: "\f63d";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-running:before {
  content: "\f70c";
}
.hs-barcelona-section-eight .custom-recent-post h3 {
  text-align: left;
  margin-bottom: 24px;
}
.container-fluid.hs-home-section-three .dnd-section>.row-fluid {
  padding-left: 32px;
  padding-right: 32px;
}


.hs-home-section-three .dnd-section .span6 img {
  margin-bottom: 8px;
}

.custom-learning-card-wrp .learn-card__button a:hover {
  background-color: #12955e;
  border-color: #12955e;
  color: #fff;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}

.hs-home-page .hs_error_rollup {
  display: none;
}

.hs-home-page .field label:not(.boolean):not(.collection_check_boxes):not(.collection_radio_buttons) {
  text-align: left;
}

.hs-home-section-nine .hs-input::-moz-placeholder {
  color: #bfc1c2
}

.hs-home-section-nine .hs-input:-ms-input-placeholder {
  color: #bfc1c2
}

.hs-home-section-nine .hs-input::placeholder {
  color: #bfc1c2
}

.hs-home-section-nine .invalid.error {
  box-shadow: 0 0 0 1px #e30b5c;
  color: #e30b5c;
}

.hs-home-section-five .widget-type-linked_image img {
  vertical-align: baseline;
  display: inline;
}

.hs-home-section-seven .span6 h2 {
  line-height: 1.5;
}

.promoted-value-wrapper .promoted-value h4,
.promoted-value-wrapper p.promoted-value__description {
  word-break: initial;
}

body .mfp-figure:after {
  display: none;
}

@media(min-width:992px){
  .hs-home-section-seven .span6 img.paradigm-mobile {
    display: none;
  }
}

@media(max-width:991px){
  .hs-home-section-two {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
  .hs-home-section-three .dnd-section>.row-fluid {
    display: block !important;
    padding: 0 32px;
  }
  .hs-home-section-three .dnd-section>.row-fluid .span6 {
    width: 100%;
  }
  .hs-home-section-three .dnd-section .span6:last-child {
    margin: 2rem 0px;
    padding-top: 42px;
  }
  .hs-home-section-three {
    margin-bottom: 3rem;
  }
  .custom-container-wrapper .hs-home-section-five .dnd-section>.row-fluid {
    display: block !important;
  }
  .hs-home-section-five .dnd-section>.row-fluid .span6 {
    width: 100%;
    margin-top: 10px;
  }
  .hs-home-section-five .dnd-section>.row-fluid .span6:first-child {
    margin-bottom: 30px;
  }
  .hs-home-section-six .custom-learning-card-wrp {
    padding-top: 0;
  }
  .hs-home-section-seven {
    margin: 2rem 0px;
  }
  .hs-home-section-seven .dnd-section > .row-fluid {
    display: block !important;
    padding: 0 32px;
  }
  .hs-home-section-seven .dnd-section > .row-fluid .span6 {
    width: 100%;
  }
  .hs-home-section-six .custom-learning-card-wrp .inner .learn-card:last-child {
    padding-bottom: 20px;
  }

  .hs-home-section-seven .span6 img.hs-image-widget {
    display: none;
  }
  .hs-home-section-seven .span6 img.paradigm-mobile {
    width: 100% !important;
    margin-top: 2rem;
  }

  .hs-home-page .custom-recent-post {
    margin-top: 0;
  }
}
@media(max-width:767px){
  .custom-container-wrapper .hs-barcelona-section-three .dnd-section > .row-fluid ,
  .custom-container-wrapper .hs-barcelona-section-four .dnd-section > .row-fluid,
  .custom-container-wrapper .hs-barcelona-section-two .dnd-section > .row-fluid{
    padding: 0 16px !important;
  }


  .hs-barcelona-section-three {
    margin-top: 30px;
  }

  .hs-barcelona-section-two p {
    margin-bottom: 30px;
  }
}
@media(max-width:767px){
  .custom-container-wrapper .hs-home-section-two .dnd-section>.row-fluid, 
  .custom-container-wrapper .hs-home-section-eight .dnd-section>.row-fluid {
    padding: 0 16px;
  }
  .custom-container-wrapper .hs-home-section-three .dnd-section>.row-fluid {
    padding: 0 16px;
  }
  .hs-home-section-three .dnd-section .span6:last-child {
    padding: 0;
    padding-top: 0;
  }
  .hs-home-section-five .dnd-section>.row-fluid .span6:first-child {
    padding: 0;
  }
  .custom-container-wrapper .hs-home-section-five .dnd-section>.row-fluid {
    padding: 0 16px;
  }
  .hs-home-section-five .dnd-section>.row-fluid .span6 {
    margin-top: 18px;
  }
  .hs-home-section-five .dnd-section>.row-fluid .span6:last-child { 
    padding-top: 15px;
  }
  .hs-home-section-seven .span6:first-child {
    padding: 0;
  }
  .custom-container-wrapper .hs-home-section-seven .dnd-section>.row-fluid {
    padding: 0 16px;
  }
  .hs-home-section-seven .dnd-section>.row-fluid .span6 {
    margin-bottom: 2rem;
  }
  .hs-home-section-eight {
    margin-bottom: 40px;
  }
  .hs-home-section-nine form {
    margin: 0px 1rem;
  }
  .hs-home-section-nine form fieldset.form-columns-2 .hs-form-field {
    width: 95%;
  }
  .hs-home-section-three .dnd-section .span6 p:last-child {
    margin-bottom: 32px;
  }
  .hs-barcelona-section-three .span4 {
    padding-bottom: 30px;
  }
}

@media(max-width:575px){
  .hs-barcelona-section-two h1 {
    margin-bottom: 16px;
  }
  .hs-barcelona-section-two {
    margin-top: 60px;
  }
  .hs-barcelona-section-two p {
    margin-bottom: 20px;
  }
  .custom-media-room-page .featured-event-list .card-top-date {
    margin-bottom: 12.5px;
    font-size: .875rem;
  }
  .custom-media-room-page .media-room-list.featured-event-list .media-item .card-body {
    margin: 0;
    padding: 20px 20px 0;
  }
  .custom-media-room-page .featured-event-list .card-footer .media-read-more .fa-long-arrow-right {
    margin-left: 8px;
  }
  .custom-media-room-page .featured-event-list .card-top-date time {
    font-size: 16px;
  }
  .custom-media-room-page .featured-event-list .card-footer {
    margin-bottom: 39px;
  }
}


@media(max-width:991px) {
  .custom-media-room-page .media-room-list.featured-event-list a.card-image { background-position: center; min-height: 300px; }
  .custom-media-room-page .featured-event-list .card-top-date { margin-bottom: 10px; }
  .custom-media-room-page .media-room-list.featured-event-list .media-item .card-body { padding: 30px 20px 0; }
  .custom-media-room-page .featured-event-list h3.card__title { margin-bottom: 10px; }
  .custom-media-room-page .card-description p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; /* number of lines to show */ line-clamp: 3; -webkit-box-orient: vertical; }
}
@media(max-width:767px){
  .custom-media-room-page .media-room-list.featured-event-list a.card-image { padding-bottom: 56.25% !important; min-height: auto !important; }
}


html {
  font-size: ;
}

body {
  font-family: ;
  font-size: ;
  color: ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: ;
}

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

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

h1 {
  font-size: ;
}

h2 {
  font-size: ;
}

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

h4 {
  font-size: ;
  line-height: 1.5;
}

h5 {
  font-size: ;
  line-height: 1.5;
  text-transform: uppercase;
}

h6 {
  font-size: ;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left: 30px;
  margin-top:0;
}

ul li,
ol li {
  line-height: 1.5;
}

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

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

/* Horizontal Rules */

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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