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

.hs-banner.Banner-module-1 .subtitle_div a:hover {
  text-decoration: underline;
}

.home-banner .subtitle_div a:hover,
.home-page .our-mentors .btn-wrap a:hover,
.home-page .recent-posts a.link:hover,
.home-page .form_section form .inputs-list span a:hover,
.home-page .client-slider .senter_block a:hover {
  text-decoration: underline;
}

.home-page .form_section .hs-input.invalid.error {
  border: 1px solid #5dc2d8;
}

.home-page .form_section .hs-input {
  border-radius: 0;
}

.body-container-wrapper.investors .hs-banner {
  background-position: 50% 0%;
}

.program-page .form_section .form_section_inner .hs-error-msgs label {
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.program-page .form_section .hs-input {
  border-radius: 0;
}

.program-page .form_section .hs-input:focus {
  border-color: #3898EC;
  outline: 0;
}

.legal-page.full-width-page p {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {

  .body-container-wrapper.investors .hs-banner {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: auto;
    max-height: initial;
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  .home-page .client-slider .senter_block {
    margin-top: 20px;
  }
  .body-container-wrapper.investors .hs-banner {
    background-position: 50% 50%;
  }
}


@media (min-width: 992px) and (max-width: 1260px){
  .alchemist_section .alchemist_col:nth-child(3n) .content_wrap {
    left: 0;
  }
}

@media screen and (max-width: 991px){
  .home-page .hs-row2 .client-slider .senter_block a {
    margin-top: 0px;
  }
}

@media screen and (max-width: 580px){
  .website-page .hs-banner.Bgchange .subtitle_div {
    margin: 0;
  }
}

@media screen and (max-width: 479px){
  .home-page .featured_sponsors .item-wrap img {
    width: 100% !important;
  }
}
/*! 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 ;
    }
}
.portfolio-filters-section button {
  background-image: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/images/search_icon.svg);
}

.portfolio-filters-section .portfolio-search_job_filter .jobs_form select {
  background-image: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/images/dropdown_arrow.svg);
}
.press-hubdb-main-wrapper .press-filters-section select {
  background-image: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/images/dropdown_arrow.svg);
}
.website-page .hs-banner.Banner-module-1.Bgchange {
  height: auto;
}
.jobs form input.button_search {
  margin-bottom: 0;
}
.client-slider.widget_1658812685409 .senter_block a {
  background-color: #093d52 !important;
  font-family: Open Sans,sans-serif !important;
}
.client-slider.widget_1658812685409 .senter_block a:hover {
  text-decoration: underline;
}
.website-page .hs-banner.Bgchange h1.hero_title {
  margin-bottom: 16px;
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
}
.banner-section .dnd-section{
  padding:0;
}
.banner-section .dnd-section{
  padding:0;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
  width: 100%;
}
.dnd-section[class*="force-full-width-section"],
.dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-column {
  padding: 0;
}
.application-form-page-row1 form .hs-richtext p>span {
  color: #2685c6;
  font-size: 32px;
  position: absolute;
  left: -17px;
  top: 8px;
  font-weight: lighter;
  font-family: "National 2", sans-serif;
}
.application-form-page form .hs-form-radio label>span {
  color: #656d78;
  /* vertical-align: text-bottom; */
  font-family: "National 2", sans-serif;
  font-size: 12.35px;
}
.dnd-section .dnd-column {
  padding: 0 10px;
}
.Hubdb-page .blog-banner .blog-banner-title.hardcode {
  display: block;
}
.application-form-page .application-form-page-row1 h1 {
  border-bottom: 1px solid #ccd0d9;
  background-image: none;
  background-color: #dedede;
  margin: 0;
  padding: 0;
  min-height: 0;
  text-decoration: none;
  text-indent: -9000px;
}
.application-form-page .application-form-page-row1 h1 a {
  background-position: 0% 0px;
  background-size: auto;
  margin-bottom: 0;
  min-height: 0;
  height: 80px;
  display: block;
  overflow: hidden;
}
.application-form-page form .hs-input.invalid.error {
  border: 1px solid #da4553;
}
.application-form-page-row1 form .inputs-list>li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.application-form-page .hs-error-msgs label {
  font-size: 11px;
  color: #DF0000;
  clear: both;
  margin: 0;
  padding: 7px 0 0 0;
  line-height: 10px;
  font-weight: 400;
  display: block;
}

.application-form-page form .hs_address_line_2 label, 
.application-form-page form .hs_country1 label, 
.application-form-page form .hs_postal___zip_code label, 
.application-form-page form .hs_state___province___region label{
  padding: 0;
}
.application-form-page form .hs_city1 {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}
.application-form-page form .hs_for_each_co_founder__please_list_the_following_information__name__age__linkedin_profile_url__school.hs-for_each_co_founder__please_list_the_following_information__name__age__linkedin_profile_url__school.hs-fieldtype-textarea.field.hs-form-field textarea {
  height: 247px!important;
}
.application-form-page form .hs_state___province___region {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}
.application-form-page label#title669 {
  padding-left: 16px;
}

.application-form-page .hs_what_is_your_date_of_inncorporation_.hs-what_is_your_date_of_inncorporation_.hs-fieldtype-date.field.hs-form-field {
  padding-top: 0;
}

.application-form-page .hs_what_is_your_date_of_inncorporation_.hs-what_is_your_date_of_inncorporation_.hs-fieldtype-date.field.hs-form-field label {
  padding: 0;
}
.application-form-page-row1 form .hs-richtext p a:active {
  color: rgb(255, 0, 0);
}
.application-form-page .hs_dd.hs-dd.hs-fieldtype-date.field.hs-form-field {
  padding-top: 0;
}

.application-form-page .hs_dd.hs-dd.hs-fieldtype-date.field.hs-form-field label {
  padding: 0;
}

.application-form-page .hs_yyyy.hs-yyyy.hs-fieldtype-date.field.hs-form-field {
  padding-top: 0;
}

.application-form-page .hs_yyyy.hs-yyyy.hs-fieldtype-date.field.hs-form-field label {
  padding: 0;
}

.application-form-page form .hs_address_line_2 {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}
.application-form-page form .hs_postal___zip_code {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}
.application-form-page form .hs_country1 {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}

.application-form-page .application-form-page-row1 .dnd-section>.row-fluid {
  border: 1px solid #ccc;
  background-color: #fff;
  max-width: 960px;
}
.application-form-page {
  background-color: #eee;
  /* text-align: center; */
  font-size: small;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.application-form-page .hs-button {
  line-height: normal;
  margin: 0;
  width: auto;
  overflow: visible;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #007faa;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
  float: right;
  padding: 15px 30px;
  border: 1px solid #007faa;
  margin-right: 0;
  font-family: National\ 2,sans-serif;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: color .4s,border-color .4s,background-color .4s;
  -o-transition: color .4s,border-color .4s,background-color .4s;
  transition: color .4s,border-color .4s,background-color .4s;
}
.application-form-page .hs-button:hover {
  background-color: #2685c6;
  border: 1px solid #2685c6;
  outline: none;
}
.application-form-page .application-form-page-row1 header {
  clear: both;
  margin: 0 0 5px 0;
  padding: 0 1% 1.1em 1%;
  margin-bottom: 36px;
  border-bottom: 1px solid #cccccc;
  display: block;
  font-family: National\ 2,sans-serif;
  letter-spacing: .01em;
}
.application-form-page .application-form-page-row1 header h2 {
  font-size: 140%;
  font-family: "National 2", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #282828;
  text-align: center;
}
.application-form-page .application-form-page-row1 header>div {
  font-size: 110%;
  font-family: "National 2", sans-serif;
  font-style: normal;
  padding-bottom: 30px;
  font-weight: 300;
  color: #282828;
  line-height: 135%;
}
.application-form-page-row1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.application-form-page-row1 ul li {
  padding: 16px;
  margin: 0;
  list-style: none;
}
.application-form-page-row1 h3 {
  line-height: 135%;
  width: auto;
  border-top: none;
  font-size: 140%;
  font-family: National\ 2,sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 50px 0 10px;
  padding: 18px 1% 0;
  color: #282828;
  font-size: 18.2px;
}
.application-form-page .hs_submit::before, 
.application-form-page .hs_submit::after {
  display: block;
  content: "";
  clear: both;
}
.application-form-page-row1 form .hs-richtext {
  margin: 0;
}
.application-form-page-row1 form .hs-richtext p {
  font-size: 110%;
  font-size: 14.3px;
  font-family: "National 2", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #282828;
  display: block;
  line-height: 160%;
  margin: 0 0 50px 0;
  padding: 0 1% 0 1%;
  position: relative;
}
.application-form-page-row1 form .hs-richtext p a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}
.application-form-page .application-form-page-row1 header>div a {
  font-family: inherit;
  color: rgb(0, 0, 238);
  text-decoration: underline;
}
.application-form-page .hs_submit {
  padding: 16px;
}
.application-form-page form {
  margin: 20px 14px 0 14px;
  padding: 0 0 20px 0;
  position: relative;
  padding-bottom: 50px;
  letter-spacing: .01em;
  margin-top: 0;
}
.application-form-page form .hs-form-field {
  padding: 16px;
  margin: 0;
}
.application-form-page label {
  margin: 0;
  border: none;
  display: block;
  white-space: normal;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  font-weight: 300;
  color: #282828;
  font-size: 110%;
  font-size: 14.3px;
  font-family: "National 2", sans-serif;
  font-style: normal;
  line-height: 150%;
}
.application-form-page form .hs-form-field label span.hs-form-required {
  color: #2685c6;
  font-size: 32px;
  position: absolute;
  left: -17px;
  top: 8px;
  font-weight: lighter;
  font-family: "National 2", sans-serif;
  margin: 0;
  padding: 0;
}
.application-form-page-row1 .hs-form-radio input[type=radio] {
  display: block;
  margin: 4px 0 0 0;
  padding: 0;
  width: 13px;
  height: 13px;
  width: auto !important;
  position: absolute;
  left: -9999px;
}
.application-form-page form .hs_last label {
  padding: 0;
}
.jobs {
}

.jobs .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jobs .press_item .press_content p {
  font-weight: 300;
}
.jobs .pagination a {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-weight: 300;
}
.jobs .search_filter_grid {
  height: 69px;
}
.jobs .pagination a {
  line-height: 20px;
}
.jobs .form-wrap .tag_select select {
  background-image: url(https://22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/AlchemistAccelerator_July_2022/Images/5fb3c1602185265746d88d72_dropdown_arrow.svg);
}
.jobs .pagination a svg {
  margin-right: 1px;
}
.jobs .pagination .next svg {
  margin-right: 0;
  margin-left: 1px;
}
.jobs .pagination a .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.hs_first.hs-first.hs-fieldtype-text.field.hs-form-field label {
  padding: 0;
}
.corporate-row3 form .hs-richtext p a:hover {
  text-decoration: underline;
}
.application-form-page-row1 .hs-form-radio label {
  width: 88%;
  line-height: 150%;
  margin: -17px 0 0 23px;
  margin-top: -16px;
  font-size: 95%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  margin-left: 0;
  padding: 15px 30px 15px 36px;
  margin-left: 0;
  padding: 15px 30px 15px 36px;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
}
.application-form-page form .hs-form-radio input[type=radio]+span:hover:before {
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.application-form-page form .hs-form-radio input[type=radio] + span::before {
  content: "";
  position: absolute;
  margin-top: 15px;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #d0d2d3;
  border-radius: 100%;
  opacity: 1;
  text-align: center;
}
.application-form-page form .hs-form-field .hs-field-desc {
  color: #656d78;
  font-size: 13px;
  font-family: "National 2", sans-serif;
  padding-top: 3px;
  line-height: 160%;
  display: block;
}
.application-form-page form .hs-form-radio input[type=radio] + span::after {
  content: "";
  margin-top: 15px;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  text-align: center;
}
:root .application-form-page form .hs-form-radio input[type=radio]:checked + span::before {
  background: #2685c6;
}
.application-form-page form .hs-form-field textarea {
  height: 123px;
}
.application-form-page form .hs-input {
  border: 1px solid #ccd0d9;
  border-radius: 3px;
  padding: 11px 14px 9px;
  position: relative;
  background-image: none;
  font-family: "National 2", sans-serif;
  font-weight: 300;
  color: #212121;
  font-style: normal;
  font-size: 95%;
  margin: 0;
  line-height: normal;
  width: 100% !important;
}
.application-form-page label#title1 {
  padding-left: 16px;
  position: relative;
  padding-bottom: 0;
  padding-right: 16px;
}
.application-form-page label#title1 span#req_1 {
  color: #2685c6;
  font-size: 32px;
  position: absolute;
  left: -5px;
  top: 8px;
  font-weight: lighter;
}
.hs_first.hs-first.hs-fieldtype-text.field.hs-form-field {
  padding-top: 10px;
}
.application-form-page form .hs_last {
  padding-top: 10px;
}
.application-form-page form .hs_last label {
  padding: 0;
}
.application-form-page form .hs_first {
  padding-top: 10px;
}
.application-form-page .row-number-4 .hs_cos_wrapper_type_rich_text {
  margin: 20px 14px 0 14px;
  position: relative;
  font-family: National\ 2,sans-serif;
  display: block;
}
.application-form-page form .hs-input:focus {
  border: 1px solid #2685c6;
}

@media only screen and (max-width: 991px){
  .jobs .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .jobs .search_filter_grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .jobs form input.button_search {
    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 27px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px){
  .jobs .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .jobs .form-wrap form input.hs-input {
    float: left;
    background-position: 20px 50%;
  }
  .jobs form input.button_search {
    padding: 13px 25px;
    float: none;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
  }
  .jobs .form-wrap {
    display: block;
    width: 100%;
    float: left;
  }
  .jobs .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .jobs .search_filter_grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px){
  .jobs .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .jobs .filters_section {
    display: none;
  }
}



@media only screen and (max-width: 580px){
  .application-form-page .application-form-page-row1 h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .application-form-page form {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    width: 100%;
    margin: 0;
  }
  .application-form-page .application-form-page-row1 .dnd-section>.row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .website-page .hs-banner.Bgchange h1.hero_title {
    margin-bottom: 56px;
  }
}








/* Program Page */
.client-slider.widget_1658489875101 .item {
  height: 329px;
}
.legal-page.full-width-page .dnd-section>.row-fluid,
.privacy-page.full-width-page .dnd-section>.row-fluid{
  max-width: 1280px !important;
  padding-right: 40px;
  padding-left: 40px;
}

.full-width-page .dnd-section>.row-fluid {
  padding: 0;
  max-width: 940px;
}
.form_section ul.no-list.hs-error-msgs.inputs-list>li label {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
  color: #1a3c50;
}
.program-page .hs-banner .subtitle_div {
  width: 100%;
  margin-bottom: 40px;
}
.client-slider.widget_1658489875101 .senter_block a:hover {
  text-decoration: underline;
  outline: 0;
}
.program-page .hs-banner .subheader{
  max-width: 80%;
  width: unset;
}
.program-row2 .client-slider .senter_block a {
  font-family: Open Sans,sans-serif !important;
}
.program-page .hs-banner .subtitle_div a{
  font-family: 'Open Sans', sans-serif;
}
.program-page .hs-banner .subtitle_div a:hover{ 
  text-decoration: underline;
}
.program-row1 blockquote{
  position: static;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  border: 0px;
  margin: 0px;
}

.program-row1 blockquote>div p{
  max-width: 830px;
  margin: 22px 0px 25px;
  font-family: 'Proxima Nova', sans-serif;
  color: #5dc2d8;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
}
.program-row1 blockquote>div h1{
  margin: 0.67em 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 61px;
  line-height: 74px;
  font-weight: 900;
  width: 80%;

}
.program-row1 blockquote>div{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.program-row2 .top_title {
  margin-bottom: 60px;
  text-align: center;
}
.program-row2 .featured_section .first_heading{
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 60px;
  line-height: 69px;
  font-weight: 800;
  text-transform: none;
  width: 100%;
}
.program-row2  .featured_section .paragraph{
  display: block;
  width: 860px;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin: 0 auto 10px;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  text-align: center;
  max-width: 860px;
}
.program-row2  .our-mentors{
  background-color: rgba(158, 218, 232, 0.2);
}
.program-row2  .client-slider .senter_block a:hover{
  text-decoration: underline;
}
.program-row2 .client-slider .senter_block a{
  display: inline-block;
  margin-right: 24px;
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
  background-color: #093d52;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.program-page .alchemist_section,
.program-page .featured_section{
  overflow: hidden;
}
.corporate-row1 .featured_sponsors .item-wrap{
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  text-align: center;
  display: block;
  font-size: 0px;
}
.corporate-row2 .featured_sponsors .item-wrap{
  display: block;
  font-size: 0px;
}
.corporate-row1 .featured_sponsors .item-wrap .item,
.corporate-row2 .featured_sponsors .item-wrap .item{
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0;
  display: inline-block;
}

.corporate-row2 .featured_sponsors .content-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding: 0px;
}
.corporate-row1 .featured_sponsors {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fff;
}
.corporate-row2 .featured_sponsors {

  padding-top: 0;
  padding-bottom: 54px;
  background-color: #fff;
  margin-top: -5px;


}
.corporate-row1 .featured_sponsors .item-wrap a,
.corporate-row2 .featured_sponsors .item-wrap a{


  color: #5dc2d8;
  text-decoration: none;  
  max-width: 100%;
  display: inline-block;
}
.corporate-row1 .featured_sponsors h1.heading{



  margin: 0.67em 0;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 60px;
  line-height: 69px;
  font-weight: 800;
  display: block;
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 43px;
  text-align: center;
}

.corporate-row2 blockquote  h1{

  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  margin: 0.67em 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 61px;
  line-height: 74px;
  font-weight: 900;  
  width: 80%;
}
.corporate-row2 blockquote p{


  max-width: 830px;
  margin: 22px 0px 25px;
  font-family: 'Proxima Nova', sans-serif;
  color: #5dc2d8;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
  margin-right: auto;
}
.corporate-row2 blockquote {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(158, 218, 232, 0.2);
  text-align: center;
  border: 0px;
  margin: 0 0 0px;
  padding: 0px 0px;
  margin: 0 auto;
}
.corporate-row3 .span6:first-child {

  position: relative;
  width: 600px;
  height: 700px;
  margin-right: 0px;

}
.corporate-row3 .dnd-section>.row-fluid{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;

}
.corporate-row3 .span6 h1{

  margin: 0.67em 0;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 60px;
  line-height: 69px;
  font-weight: 800;
  text-transform: none;
}
.corporate-row3  .hs-button.primary.large{
  margin-top:0px;
  margin-bottom:0px;

}


.corporate-row3 form input[type=checkbox],
.corporate-row3 form input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0 !important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  display: inline-block;
  min-height: 0 !important;
}

.corporate-row3 form .inputs-list>li {
  display: block;
  margin: 0;
}
.corporate-row3  form .hs-richtext p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin: 0;
  line-height: 20px;
  font-weight: 300;
}
.corporate-row3  .hs-input{
  display: inline-block;
  height: 67px;
  margin-bottom: 27px;
  padding-left: 30px;
  border: 1px solid #5dc2d8;
  color: #a5a5a5;
  font-size: 22px;
  font-weight: 400;

}


.corporate-row3 .span6:last-child{
  width: 600px;
  margin: 0px;
  padding: 0px;
}
.corporate-row3 form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  font-size: 16px;
  line-height: 20px;
}
.corporate-row3  .hs-form-field {
  margin-bottom: 0;
}
.corporate-row3 .span6 img{

  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  width: 50%;
  padding: 20px;
}

.corporate-row3 .span6:first-child   .hs_cos_wrapper_type_rich_text{

  font-size: 0px;

}

.corporate-row4  .team_section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}
.corporate-row4 .team_section .heading-5{
  font-weight: bold;

}

.corporate-row4 .team_section .paragraph strong {
  font-weight: bold;

}
.corporate-row4 .team_section .collection-list{
  display: block;
  margin: 0px;


}

.corporate-row4 .team_section .listitem {
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  text-align: center;
}
.corporate-row4 .content-image-wrap .heading-10{


  margin-top: -19px;
  margin-bottom: 0px;
  margin-bottom: 30px;
}

.corporate-row4 .content-image-wrap .vault_buttons {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 17px;
}
.corporate-row4 .content-image-wrap .paragraph-16{


  margin-bottom: 10px;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  margin-top: 0;
}
.corporate-row4 .content-image-wrap .container.right-align{

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.corporate-row4 .content-image-wrap .right-align .btn_wrap{


  font-family: 'Open Sans', sans-serif;
}
.corporate-row4 .content-image-wrap {

  padding-top: 116px;
  padding-bottom: 70px;
  background-color: rgba(158, 218, 232, 0.2);
}
.corporate-row4 .content-image-wrap .right-align .feature-image-mask img {
  width: 490px;
  margin-top: auto;
  margin-right: 0;
  margin-left: 0;
  float: none;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.corporate-row4 .content-image-wrap .vault_right_content {
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  display: block;
  text-align: left;
}
.corporate-row4 .content-image-wrap .feature-image-mask {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  width: 50%;
  text-align: right;
}
.corporate-row4 .team_section .collection-list:after,
.corporate-row4 .team_section .collection-list:before {
  display: table;
  content: "";
  clear: both;
}
.full-width-page p{
  color: #093d52;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Proxima Nova', sans-serif;
  word-break: break-word;
}
.full-width-page blockquote {
  border: 0;
  margin: 0px;
  padding: 0px;
}
.full-width-page blockquote p{


  margin-bottom: 10px;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.full-width-page blockquote h2 strong{


  font-weight: bold;
}
.full-width-page blockquote h2{


  color: #1a3c50;
  font-family: 'Proxima Nova', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 49px;
  font-weight: 900;
}
.full-width-page blockquote h1{
  margin-bottom: 55px;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 71px;
  line-height: 78px;
  font-weight: 800;
  text-align: left;
  margin-top: 20px;
  text-transform: uppercase;
}
.full-width-page h4{
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.full-width-row1 {
  overflow-x: hidden;
}
.website-page .hs-banner .subtitle_div{
  margin-bottom: 40px;
}
.website-page .hs-banner .subtitle_div a {
  font-family: 'Open Sans', sans-serif;
}
.website-page .our-mentors h1.heading{
  margin-bottom: 58px;
}
.full-width-page blockquote>div p strong{
  font-weight: bold;
}
.website-page .our-mentors .title_subheader{
  margin-bottom: 60px;
}

.full-width-page blockquote>div p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.podcast-page .team_section{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

.full-width-page .hs_cos_wrapper a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1224px){
  .full-width-page  .dnd-section>.row-fluid{
    /*     padding: 0 10px; */
  }
}



@media screen and (max-width: 991px){
  .full-width-page .dnd-section>.row-fluid {
    max-width: 728px;
  }

  .program-row1 blockquote {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;

  }
  .full-width-page  h1{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 61px;
    line-height: 74px;
    font-weight: 900;
  }
  .full-width-page  .dnd-section>.row-fluid{
    /*     padding-right: 40px;
    padding-left: 40px; */
  }
  .program-row1 blockquote>div{
    padding-right: 40px;
    padding-left: 40px;
  }
  .program-row1 blockquote>div p{
    text-align: center;
    margin-bottom: 20px;
  }
  .program-row1 blockquote>div h1{
    width: 100%;
    text-align: center;
  }

  .program-row2 .top_title {
    margin-bottom: 20px;
  }
  .program-row2 .featured_section .paragraph{

    width: auto;
    max-width: none;
  }
  .program-row2 .featured_section .first_heading{


    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 0px;
    text-align: center;
  }

  .program-row2 .client-slider .senter_block a{


    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 18px;
    line-height: 30px;
  }

  .corporate-row1 .featured_sponsors h1.heading{


    margin-top: 14px;
    margin-bottom: 51px;
    padding-right: 0px;
    font-size: 50px;
    line-height: 57px;
  }

  .corporate-row1 .featured_sponsors .item-wrap{


    max-width: 728px;
  }

  .corporate-row2 .featured_sponsors .content-wrapper{


    max-width: 728px;
  }

  .corporate-row2 blockquote{


    padding-right: 40px;
    padding-left: 40px;
  }

  .corporate-row3 .dnd-section>.row-fluid{


    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corporate-row3 .span6:first-child{


    width: 600px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .corporate-row3 .hs-button.primary.large {
    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 18px;
    line-height: 30px;
  }
  .corporate-row3 .span6 h1{


    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 0px;
    text-align: center;
  }
  .corporate-row3 .span6 img {
    position: static;
    width: 100px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .corporate-row4 .team_section .author_section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .corporate-row4 .content-image-wrap .container.right-align{


    flex-direction: column;
    margin-bottom: 0px;
  }
  .corporate-row4 .content-image-wrap .feature-image-mask {

    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .corporate-row4 .content-image-wrap .paragraph-16{

    text-align: left;
  }


  .corporate-row4 .content-image-wrap{


    padding-top: 90px;
    padding-bottom: 33px;
  }

  .content-image-wrap .right-align .btn_wrap {

    margin-right: 0;

  }
  .corporate-row4 .content-image-wrap .heading-10{


    margin-top: 22px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 61px;
    line-height: 66px;
    text-align: center;
    padding-right: 35px;
    margin-bottom: 30px;
  }
  .corporate-row4 .content-image-wrap .right-align .feature-image-mask img{


    display: block;
    max-width: 33%;
    margin-right: auto;
    margin-left: auto;
  }
  .corporate-row4 .content-image-wrap .vault_right_content {
    width: 100%;

    float: left;
    display: block;
    padding: 6px 30px;
    text-align: center;
    margin: 0px;
  }

  .corporate-row4 .content-image-wrap .container.right-align{

    margin: 0px;
  }

  .content-image-wrap .right-align .btn_wrap {

    margin-right: 0;

  }

  .corporate-row4 .content-image-wrap .right-align .btn_wrap{


    margin-right: 0;

  }

  .full-width-page blockquote h1{


    font-size: 80px;
    line-height: 90px;
  }

  .full-width-page blockquote {

  }

  .website-page  .our-mentors h1.heading {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 0px;
    text-align: center;
    font-size: 60px;
  }
  .website-page .our-mentors .title_subheader{
    width: auto;
    max-width: none;
    margin-bottom: 19px;
  }
  .website-page  .our-mentors .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }


  .website-page .our-mentors .col-wrap {

    padding-right: 20px;
    padding-left: 20px;
  }

  .full-width-page blockquote  h3{

    font-size: 24px;
    line-height: 30px;
  }

  .full-width-page blockquote>div{
    /*     margin-left: -20px;
    margin-right: -20px; */

  }

  .podcast-page .team_section{

    padding-top: 40px;
    padding-bottom: 40px;
  }
  .corporate-row1 .featured_sponsors .item-wrap, 
  .corporate-row2 .featured_sponsors .content-wrapper {

    margin-bottom: 0px;
  }
  .corporate-row2 .featured_sponsors .item-wrap {

    margin-bottom: 0;
  }
}


@media screen and (max-width: 767px){
  .legal-page.full-width-page .dnd-section>.row-fluid,
  .privacy-page.full-width-page .dnd-section>.row-fluid{
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .program-page .hs-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: 86vh;
    max-height: 86vh;
  }


  .program-row1 blockquote>div{
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .program-row1 blockquote>div p{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .program-row1 blockquote>div h1{
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .program-row2 .featured_section .first_heading{
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .program-row2 .featured_section .featured_left{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
    width: 100%;
  }
  .program-row2 .featured_section .featured_right{
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .program-row2 .client-slider .senter_block a{
    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .corporate-row1 .featured_sponsors h1.heading{
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .corporate-row2 blockquote p{

    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .corporate-row2 blockquote h1{

    width: 100%;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .corporate-row2 blockquote{

    padding-right: 20px;
    padding-left: 20px;
  }
  .corporate-row3 .span6 img{


    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
  }

  .corporate-row3 .hs-button.primary.large{


    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 16px;
    line-height: 20px;
  }
  .corporate-row3 .span6 h1{


    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .corporate-row3 .span6:last-child{


    width: auto;
  }

  .corporate-row3 .span6:first-child{

    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .corporate-row3 .dnd-section>.row-fluid{


    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corporate-row4 .team_section .listitem{


    width: 100%;
    left: auto;
    right: auto;
  }


  .corporate-row4 .content-image-wrap {

    margin-bottom: 59px;

    padding-top: 107px;
  }
  .corporate-row4 .content-image-wrap .right-align .feature-image-mask img{
    max-width: 52%;
    margin-left: auto;
    text-align: center;

  }
  .corporate-row4 .content-image-wrap .vault_buttons{


    text-align: left;
    margin-bottom: 0px;
  }
  .corporate-row4 .content-image-wrap .feature-image-mask{


    padding-left: 0px;
  }
  .corporate-row4 .content-image-wrap .vault_right_content{


    padding-right: 0px;
    padding-left: 0px;
  }
  .corporate-row4 .content-image-wrap .heading-10{
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .corporate-row4 .content-image-wrap .vault_right_content {
    margin-top: 20px;
  }
  .full-width-page blockquote h1{
    font-size: 13vw;
    line-height: 13vw;   
  }
  .website-page .hs-banner {
    height: 86vh;
    min-height: 86vh;
    max-height: 86vh;
  }
  .website-page .our-mentors h1.heading{
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .website-page .our-mentors .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .program-row2 .featured_section .featured_left{

    padding-top: 20px;

  }
}


@media screen and (max-width: 479px){

  .website-page .our-mentors h1.heading{
    margin-bottom: 51px;
  }
  .corporate-row3 .span6:first-child .hs_cos_wrapper_type_rich_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: ce;
  }
  .full-width-page .dnd-section>.row-fluid {
    max-width: none;
  }
  .program-page .hs-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: auto;
    max-height: none;
  }
  .program-page .hs-banner .subheader {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;
  }
  .program-row1 blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .program-row1 blockquote>div {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .program-row1 blockquote>div p{

    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px;

  }
  .program-row2 .featured_section .first_heading{


    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .program-row2 .featured_section .paragraph {
    width: 100%;
    margin-top: 10px;
  }

  .program-row2 .client-slider .senter_block a{
    display: block;
    margin: 0px 0px 10px;
    padding: 13px 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .program-page .hs-banner .subtitle_div a{

    margin-top: 0px;
  }
  .program-page .hs-banner .subtitle_div {
    width: 100%;
    margin-bottom: 0;
  }

  .corporate-row1 .featured_sponsors .item-wrap,
  .corporate-row2 .featured_sponsors .content-wrapper{


    max-width: none;
  }

  .corporate-row2 .featured_sponsors {
    padding-bottom: 40px;

    margin-top: -5px;
  }
  .program-row2 .client-slider .senter_block{


    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .corporate-row3 .span6 img{


    position: static;
    width: 30%;
    margin-right: 0px;
  }
  .corporate-row3  form {
    text-align: center;
  }
  .corporate-row3 .span6 h1{


    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .corporate-row1 .featured_sponsors h1.heading{
    font-size: 28px;
    line-height: 31px;
    padding-top: 20px;
  }

  .corporate-row3 .hs-input{


    height: 47px;
    padding-left: 15px;
    font-size: 16px;
  }
  .corporate-row1 .featured_sponsors {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .corporate-row4 .content-image-wrap {
    margin-bottom: 14px;
    padding-top: 107px;
  }
  .corporate-row4   .content-image-wrap .right-align .btn_wrap{
    display: inline-block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 13px 25px;
    float: none;
    font-size: 16px;
    line-height: 20px;
    width: auto;
  }
  .corporate-row3 .hs-button.primary.large {
    display: inline-block;
    margin-right: 0;
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .corporate-row4 .content-image-wrap .feature-image-mask {

    display: none;
  }
  .corporate-row4 .content-image-wrap .vault_buttons {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 45px;
  }
  .corporate-row4 .content-image-wrap .container.right-align .heading-10{


    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 11px;
    text-align: center;
  }
  .corporate-row4 .content-image-wrap{


    margin-top: 0px;
    padding-top: 20px;
  }

  .full-width-page h1{


    font-size: 28px;
    line-height: 31px;
  }

  .website-page .hs-banner {
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .website-page .hs-banner .subtitle_div {
    margin-bottom: 0;
  }

  .website-page .hs-banner .subtitle_div a {
    margin: 0px;
  }

  .website-page .hs-banner{

    padding-top: 10%;
    padding-bottom: 10%;
    background-position: 56% 50%;
    background-size: cover;
  }
  .website-page .our-mentors h1.heading{


    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .website-page .our-mentors .title_subheader {
    width: 100%;
    margin-top: 10px;
  }
  .website-page .our-mentors {

    padding-top: 20px;
  }

  .full-width-page blockquote  h3{
    font-size: 22px;
    line-height: 27px;
  }


  .website-page .our-mentors h1.heading{
    margin-bottom: 51px;
    margin-bottom: 51px;
    font-size: 37px;
    line-height: 48px;
  }
}


@media screen and (max-width:400px){
  .corporate-row2 .featured_sponsors .item-wrap .item:first-child img {
    margin-left: 26px!important;
  }

  .corporate-row2 .featured_sponsors .item-wrap .item:first-child img{
    margin-left: 26px!important;


  }

}






















.wowBack {
  background:#222;
  position:relative; overflow:hidden;
}
.wowWrap div {
  background:#27ae60; 
  display:block;
  width:100%;
  margin:5% 0;
  text-align:center;
  padding-top:20%;
  padding-bottom:20%;
}

.wowWrap {
  width:16.66%;
  float:left;
  padding: 0 .5%;
}

.wowWrap h4{
  position:fixed;
  z-index:200;
  width:100%;
  padding:1% 0% 1% 0%;
  margin:0;
  color:white;  
  font-size:1.35vw;
  background:rgba(22,22,22,.3)
}

.wowWrap div:first-of-type{
  margin-top:25%; }

/*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
.wHighlight {background:#28a !important}
@charset "UTF-8";

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;     
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
@font-face {
  font-family:  "Proxima Nova";
  src: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/Fonts/Proxima_900.otf) format("opentype");
 font-style: normal; font-weight: 900; font-display: auto;
}


@font-face {
  font-family: "Proxima Nova";
  src: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/Fonts/proxo_800.otf) format("opentype");
 font-style: normal; font-weight: 800; font-display: auto;
}

@font-face {
  font-family: "Proxima Nova";
  src: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/Fonts/proxo_700.otf) format("opentype");
  font-style: normal; font-weight: 700; font-display: auto;
}

@font-face {
  font-family: "Proxima Nova";
  src: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/Fonts/proxo_400.otf) format("opentype");
  font-style: normal; font-weight: 400; font-display: auto;
}


@font-face {
  font-family: "Proxima Nova";
  src: url(//22145576.fs1.hubspotusercontent-na1.net/hubfs/22145576/raw_assets/public/AlchemistAccelerator_July_2022/Fonts/proxo_300.otf) format("opentype");
  font-style: normal; font-weight: 300; font-display: auto;
}




@font-face {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-style: normal; 
  font-weight: normal;
}



html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height:normal;
}

body {
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}


/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1{
  margin-top: 20px;
  margin-bottom: 10px;
  line-height:1.2131147541;
}
h2{
  line-height:1.225;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3{
  line-height:1.10714285714;
  margin-bottom: 10px;
  margin-top: 10px;
}
h4{
  line-height:1.09090909091;
  margin-bottom: 10px;
  margin-top: 10px;
}
h5{
  line-height:1;
  margin-bottom: 10px;
  margin-top: 10px;
}
h6 {
  line-height:1;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 5px solid #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 10px 20px;
}

/* Horizontal rules */

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

img {
  max-width: 100%;
  vertical-align: middle;
}
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: 1.4rem;
}

/* Labels */

form label {
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 0.7rem;
  width: 100%;
  outline:none;

}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* 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: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 15px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

ul.no-list.hs-error-msgs.inputs-list > li label {
    color: #EF6B51;
}
/* 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;
}


.website-page .our-mentors h1.heading {
  margin-bottom: 58px;
}

.form_section form .inputs-list span a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 688px) {

  .latest_post_wrap .post_tags a {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {

  .job-page .hs-banner.Bgchange {
    min-height: 268px;
    height: auto;
  }
}


@media screen and (max-width: 767px) {

  .header-type2 .header__container .header_logo {
    padding: 0;
    width: auto;
  }

  .header-type2 .header__container .header_logo a {
    padding-top: 8px;
    padding-right: 20px;
    float: left;
  }

  .header-type2 .header__container .header_logo img {
    float: right;
    height: 40px;
  }

  .header-type2 .header__container .header_logo a {
    padding-top: 8px;
    padding-right: 20px;
    float: left;
    padding-left: 10px;
    width: 40vw;
  }
}

@media screen and (max-width: 479px) {

  .header-type2 .header_logo {
    padding: 0;
  }

  .header-type2 .header__container .header_logo a {
    width: 198px;
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 376px) {

  .categories_wrapper {
    overflow-x: hidden;
  }

  .podcast-page .categories_wrapper .main_list_items a {
    font-size: 7.45vw;
  }
}
header.header {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: hsla(0, 0%, 86.7%, 0);
  position: relative;
  z-index: 9999;
}


.header__container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__container .header_logo {
  position: relative;
  float: left;
}

.header__container .header_logo img{
  width: 363px;
  max-width: 100%;
  padding-left: 13px;
  height:auto;
}
.header__container .header_navigation {
  position: relative;
  float: right;
  display: flex;
}
.header_button {
  display: inline-block;
  margin: 8px 0px 8px 22px;
}

.custom_menu_primary .hs-menu-wrapper>ul>li{
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.custom_menu_primary .hs-menu-wrapper>ul>li>a{
  margin-right: 13px;
  margin-left: 13px;
  padding:20px 4px;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}
.custom_menu_primary .hs-menu-wrapper>ul>li>a:hover{
  text-decoration: underline;
}
.custom_menu_primary .hs-menu-wrapper>ul>li:hover>ul{
  display: block;
}

.custom_menu_primary .hs-menu-wrapper>ul>li>ul{
  position: absolute;
  display: none;
  background: #1a3c50;
  top:100%;
  padding: 0 10px;
} 

.custom_menu_primary .hs-menu-wrapper>ul>li>ul>li>a{
  padding:10px 4px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  display: inline-block;
  white-space: nowrap;
}

.custom_menu_primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  text-decoration: underline;
}

.custom_menu_primary .hs-menu-wrapper>ul>li.active>a,
.mobile_navigation .hs-menu-wrapper>ul>li.active>a{
  color: #1a3c50;
  font-weight: 700;
  padding-bottom: 6px;
}

.menu-button{
  display: none;
}

.header-type3 .custom_menu_primary .hs-menu-wrapper>ul>li>a {
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 2px;
  padding-right: 2px;
}
.header-type3 {
  box-shadow: 0 0 20px 6px rgb(0 0 0 / 10%);
}
.header-type2 .header__container .header_logo img {
  height: 60px;
  max-width: none;
  padding-left: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
}
.header_button-v2{
  display: inline-block;
  margin: 8px 0 8px 22px;
}

.header_button-v2 .hs-button  {
  background-color: #fed244;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 2%);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  padding: 12px 30px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
}

.header-type2 .hs-button:hover{
  background-color: #fed244;
  color:#fff;
  text-decoration: underline;
}








@media screen and (min-width: 991.98px){
  .mobile_menu{
    display: none;
  }
}



@media screen and (max-width: 991px){
  header.header{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lp-header{
    min-height:80px;

  }
  header.header .lp_container{
    padding-bottom: 0;
  }
  .header__container .header_logo {
    width: 40vw;
  }
  .header__container .header_logo img{
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .menu-button {
    display: block;
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    background-color: #fff;
    cursor: pointer;
  }
  .menu-button .icon.w-icon-nav-menu {
    width: 20px;
    color: #1a3c50;
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .w-icon-nav-menu:before {
    content: "\e602";
  }
  .header__container .header_navigation{
    display: none;
  }
  .mobile_menu{
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -999999999999;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
  }
  .mobile_menu .mobile_navigation {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 10px;
    transition: all .4s ease 0s;
    transform: translateY(-100%);
    visibility: hidden;
    max-height: calc(100vh - 62px);
    overflow: hidden;
    height: 100%;
  }
  .header_button{
    margin-left: 0;
  }
  .mobile_navigation .hs-menu-wrapper>ul>li>a{
    font-size: 8vw;
    line-height: 10vw;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    padding:15px  4px;
    font-family: 'Proxima Nova', sans-serif;
    color: #1a3c50;
    font-weight: 300;
    display: block;
    position: relative;
  }
  .mobile_navigation .hs-menu-wrapper>ul>li>a:hover{
    text-decoration: underline;
  }
  .mobile_navigation ul.hs-menu-children-wrapper {
    display: none;
  }
  .mobile_navigation .hs-menu-wrapper>ul>li{
    position: relative;
  }
  .mobile_navigation .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 4vw;
    line-height: 5vw;
    text-align: center;
    padding:5x  4px;
    font-family: 'Proxima Nova', sans-serif;
    color: #1a3c50;
    font-weight: 300;
    display: block;
    position: relative;
  }
  .child-trigger.fa.fa-angle-down {
    position: absolute;
    left: auto;
    right: 20px;
    font-size: 4vw;
    cursor: pointer;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 117px;
    height: 70px;
    transition: all 0.3s ease-in;
  }
  .header_button-v2 {
    margin-left: 0;0
  }

  body.mobile-open .mobile_menu{
    top: 100%;
    z-index: 999999999999;
    pointer-events: auto;
  }
  body.mobile-open .mobile_menu .mobile_navigation {
    top: 0;
    transform: translateY(0);
    visibility: visible;
    overflow: visible;
    overflow-y: auto;
    padding-bottom: 50px;

  }
  body.mobile-open {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px){
  .header__container .header_logo{
    padding-top: 8px;
    padding-right: 20px;
    display: block;
    padding-left: 10px;
  }

  .header-type2 .header__container .header_logo {
    padding: 0;
  }

  .header-type2 .header__container .header_logo img {
    float: right;
  }

  .header-type2 .header__container .header_logo a {
    padding-top: 8px;
    padding-right: 20px;
    float: left;
    padding-left: 10px;
  }
  .hs-blog-listing .header-type2 .header__container .header_logo a {
    padding-top: 0;
  }
}



@media screen (min-width: 479px) and  (max-width:490px){
  .footer_menu .hs-menu-wrapper>ul {
    -ms-grid-columns: 1fr 1fr .5fr;
    grid-template-columns: 2fr 1fr .5fr;
  }
}


@media screen and (max-width: 479px){
  .header__container .header_logo{
    width: 240px;
    margin-bottom: auto;
    padding-left: 18px;
    padding-right:0;
  }
  .header__container .header_logo img{
    margin-top: 6px;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .header-type2 .header__container .header_logo img {
    float: right;
    height: 40px !important;
  }
}


.website-page .our-mentors h1.heading {
  margin-bottom: 58px;
}

.form_section form .inputs-list span a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 688px) {

  .latest_post_wrap .post_tags a {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {

  .job-page .hs-banner.Bgchange {
    min-height: 268px;
    height: auto;
  }
}


@media screen and (max-width: 767px) {

  .header-type2 .header__container .header_logo {
    padding: 0;
    width: auto;
  }

  .header-type2 .header__container .header_logo a {
    padding-top: 8px;
    padding-right: 20px;
    float: left;
  }

  .header-type2 .header__container .header_logo img {
    float: right;
  }

  .header-type2 .header__container .header_logo a {
    padding-top: 8px;
    padding-right: 20px;
    float: left;
    padding-left: 10px;
    width: 40vw;
  }
}

@media screen and (max-width: 600px) and (min-width: 480px) {

  .header-type2 .header__container .header_logo a {
    padding-left: 0;
  }

  .header-type2 .header__container .header_logo img {
    float: none;
  }
}

@media screen and (max-width: 479px) {

  .header-type2 .header_logo {
    padding: 0;
  }

  .header-type2 .header__container .header_logo a {
    width: 198px;
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 376px) {

  .categories_wrapper {
    overflow-x: hidden;
  }

  .podcast-page .categories_wrapper .main_list_items a {
    font-size: 7.45vw;
  }
}
footer.footer {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 23px;
  background-color: #1a3c50;
  z-index: 9;
  position: relative;
}

.footer .bottom_footer_container {
  height: 80px;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding-top: 28px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #5dc2d8;
}

.bottom_footer_container  .copyright_section {
  display: block;
  float: left;
  margin-top: 6px;
}

.bottom_footer_container .copyright_section p{
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin:0;
}


.bottom_footer_container .footer_social_icon {
  float: right;
}


.footer_container {
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding: 0 15px;
}

.footer_container .footer_menu{
  width:100%;
}

.footer_menu .hs-menu-wrapper>ul{
  margin-bottom: 60px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
}
.footer_menu .hs-menu-wrapper>ul>li:first-child{
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.footer_menu .hs-menu-wrapper>ul>li:nth-child(2){
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.footer_menu .hs-menu-wrapper>ul>li:last-child{
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.footer_menu .hs-menu-wrapper>ul>li>a{
  margin-bottom: 20px;
  color: #5dc2d8;
  font-size: 28px;
  line-height: 31px;
  font-weight: 700;
  display:block;
  cursor: unset;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a{
  display: block;
  padding-bottom: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  text-decoration: underline;
}

.bottom_footer_container .copyright_section p a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 991px){
  .footer_container{
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer .bottom_footer_container{
    align-self: center;
    text-align: center;
  }
  .bottom_footer_container .copyright_section{
    float: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;


  }
  .bottom_footer_container .copyright_section p{
    font-size: 12px;
    align-self: center;
  }
  .bottom_footer_container .footer_social_icon{
    display:none;
  }
  .footer_menu .hs-menu-wrapper>ul{
    -ms-grid-columns: 1fr 1fr 0.5fr;
    grid-template-columns: 1fr 1fr 0.5fr;
  }
}

@media screen and (max-width: 767px){
  .footer_container{
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .footer .bottom_footer_container{
    height: auto;
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 479px){
  .footer_menu .hs-menu-wrapper>ul>li{
    margin-bottom: 20px;
    text-align: center;
  }
  .footer_menu .hs-menu-wrapper>ul{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .footer_menu .hs-menu-wrapper>ul>li:first-child{
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .footer_menu .hs-menu-wrapper>ul>li:nth-child(2){
    justify-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .footer_menu .hs-menu-wrapper>ul>li:last-child{
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .footer .bottom_footer_container{
    margin-bottom: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* Program Page */
.client-slider.widget_1658489875101 .item {
  height: 329px;
}
.legal-page.full-width-page .dnd-section>.row-fluid,
.privacy-page.full-width-page .dnd-section>.row-fluid{
  max-width: 1280px !important;
  padding-right: 40px;
  padding-left: 40px;
}

.full-width-page .dnd-section>.row-fluid {
  padding: 0;
  max-width: 940px;
}
.form_section ul.no-list.hs-error-msgs.inputs-list>li label {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
  color: #1a3c50;
}
.program-page .hs-banner .subtitle_div {
  width: 100%;
  margin-bottom: 40px;
}
.client-slider.widget_1658489875101 .senter_block a:hover {
  text-decoration: underline;
  outline: 0;
}
.program-page .hs-banner .subheader{
  max-width: 80%;
  width: unset;
}
.program-row2 .client-slider .senter_block a {
  font-family: Open Sans,sans-serif !important;
}
.program-page .hs-banner .subtitle_div a{
  font-family: 'Open Sans', sans-serif;
}
.program-page .hs-banner .subtitle_div a:hover{ 
  text-decoration: underline;
}
.program-row1 blockquote{
  position: static;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  border: 0px;
  margin: 0px;
}

.program-row1 blockquote>div p{
  max-width: 830px;
  margin: 22px 0px 25px;
  font-family: 'Proxima Nova', sans-serif;
  color: #5dc2d8;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
}
.program-row1 blockquote>div h1{
  margin: 0.67em 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 61px;
  line-height: 74px;
  font-weight: 900;
  width: 80%;

}
.program-row1 blockquote>div{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.program-row2 .top_title {
  margin-bottom: 60px;
  text-align: center;
}
.program-row2 .featured_section .first_heading{
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 60px;
  line-height: 69px;
  font-weight: 800;
  text-transform: none;
  width: 100%;
}
.program-row2  .featured_section .paragraph{
  display: block;
  width: 860px;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  margin: 0 auto 10px;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  text-align: center;
  max-width: 860px;
}
.program-row2  .our-mentors{
  background-color: rgba(158, 218, 232, 0.2);
}
.program-row2  .client-slider .senter_block a:hover{
  text-decoration: underline;
}
.program-row2 .client-slider .senter_block a{
  display: inline-block;
  margin-right: 24px;
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
  background-color: #093d52;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.program-page .alchemist_section,
.program-page .featured_section{
  overflow: hidden;
}
.corporate-row1 .featured_sponsors .item-wrap{
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  text-align: center;
  display: block;
  font-size: 0px;
}
.corporate-row2 .featured_sponsors .item-wrap{
  display: block;
  font-size: 0px;
}
.corporate-row1 .featured_sponsors .item-wrap .item,
.corporate-row2 .featured_sponsors .item-wrap .item{
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0;
  display: inline-block;
}

.corporate-row2 .featured_sponsors .content-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding: 0px;
}
.corporate-row1 .featured_sponsors {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fff;
}
.corporate-row2 .featured_sponsors {

  padding-top: 0;
  padding-bottom: 54px;
  background-color: #fff;
  margin-top: -5px;


}
.corporate-row1 .featured_sponsors .item-wrap a,
.corporate-row2 .featured_sponsors .item-wrap a{


  color: #5dc2d8;
  text-decoration: none;  
  max-width: 100%;
  display: inline-block;
}
.corporate-row1 .featured_sponsors h1.heading{



  margin: 0.67em 0;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 60px;
  line-height: 69px;
  font-weight: 800;
  display: block;
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 43px;
  text-align: center;
}

.corporate-row2 blockquote  h1{

  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  margin: 0.67em 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 61px;
  line-height: 74px;
  font-weight: 900;  
  width: 80%;
}
.corporate-row2 blockquote p{


  max-width: 830px;
  margin: 22px 0px 25px;
  font-family: 'Proxima Nova', sans-serif;
  color: #5dc2d8;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
  margin-right: auto;
}
.corporate-row2 blockquote {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(158, 218, 232, 0.2);
  text-align: center;
  border: 0px;
  margin: 0 0 0px;
  padding: 0px 0px;
  margin: 0 auto;
}
.corporate-row3 .span6:first-child {

  position: relative;
  width: 600px;
  height: 700px;
  margin-right: 0px;

}
.corporate-row3 .dnd-section>.row-fluid{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;

}
.corporate-row3 .span6 h1{

  margin: 0.67em 0;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 60px;
  line-height: 69px;
  font-weight: 800;
  text-transform: none;
}
.corporate-row3  .hs-button.primary.large{
  margin-top:0px;
  margin-bottom:0px;

}


.corporate-row3 form input[type=checkbox],
.corporate-row3 form input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0 !important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  display: inline-block;
  min-height: 0 !important;
}

.corporate-row3 form .inputs-list>li {
  display: block;
  margin: 0;
}
.corporate-row3  form .hs-richtext p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin: 0;
  line-height: 20px;
  font-weight: 300;
}
.corporate-row3  .hs-input{
  display: inline-block;
  height: 67px;
  margin-bottom: 27px;
  padding-left: 30px;
  border: 1px solid #5dc2d8;
  color: #a5a5a5;
  font-size: 22px;
  font-weight: 400;

}


.corporate-row3 .span6:last-child{
  width: 600px;
  margin: 0px;
  padding: 0px;
}
.corporate-row3 form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  font-size: 16px;
  line-height: 20px;
}
.corporate-row3  .hs-form-field {
  margin-bottom: 0;
}
.corporate-row3 .span6 img{

  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  width: 50%;
  padding: 20px;
}

.corporate-row3 .span6:first-child   .hs_cos_wrapper_type_rich_text{

  font-size: 0px;

}

.corporate-row4  .team_section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}
.corporate-row4 .team_section .heading-5{
  font-weight: bold;

}

.corporate-row4 .team_section .paragraph strong {
  font-weight: bold;

}
.corporate-row4 .team_section .collection-list{
  display: block;
  margin: 0px;


}

.corporate-row4 .team_section .listitem {
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  text-align: center;
}
.corporate-row4 .content-image-wrap .heading-10{


  margin-top: -19px;
  margin-bottom: 0px;
  margin-bottom: 30px;
}

.corporate-row4 .content-image-wrap .vault_buttons {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 17px;
}
.corporate-row4 .content-image-wrap .paragraph-16{


  margin-bottom: 10px;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  margin-top: 0;
}
.corporate-row4 .content-image-wrap .container.right-align{

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.corporate-row4 .content-image-wrap .right-align .btn_wrap{


  font-family: 'Open Sans', sans-serif;
}
.corporate-row4 .content-image-wrap {

  padding-top: 116px;
  padding-bottom: 70px;
  background-color: rgba(158, 218, 232, 0.2);
}
.corporate-row4 .content-image-wrap .right-align .feature-image-mask img {
  width: 490px;
  margin-top: auto;
  margin-right: 0;
  margin-left: 0;
  float: none;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.corporate-row4 .content-image-wrap .vault_right_content {
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  display: block;
  text-align: left;
}
.corporate-row4 .content-image-wrap .feature-image-mask {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  width: 50%;
  text-align: right;
}
.corporate-row4 .team_section .collection-list:after,
.corporate-row4 .team_section .collection-list:before {
  display: table;
  content: "";
  clear: both;
}
.full-width-page p{
  color: #093d52;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Proxima Nova', sans-serif;


}
.full-width-page blockquote {
  border: 0;
  margin: 0px;
  padding: 0px;
}
.full-width-page blockquote p{


  margin-bottom: 10px;
  font-family: 'Proxima Nova', sans-serif;
  color: #093d52;
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.full-width-page blockquote h2 strong{


  font-weight: bold;
}
.full-width-page blockquote h2{


  color: #1a3c50;
  font-family: 'Proxima Nova', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 49px;
  font-weight: 900;
}
.full-width-page blockquote h1{
  margin-bottom: 55px;
  font-family: 'Proxima Nova', sans-serif;
  color: #1a3c50;
  font-size: 71px;
  line-height: 78px;
  font-weight: 800;
  text-align: left;
  margin-top: 20px;
  text-transform: uppercase;
}
.full-width-page h4{
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.full-width-row1 {
  overflow-x: hidden;
}
.website-page .hs-banner .subtitle_div{
  margin-bottom: 40px;
}
.website-page .hs-banner .subtitle_div a {
  font-family: 'Open Sans', sans-serif;
}
.website-page .our-mentors h1.heading{
  margin-bottom: 58px;
}
.full-width-page blockquote>div p strong{
  font-weight: bold;
}
.website-page .our-mentors .title_subheader{
  margin-bottom: 60px;
}

.full-width-page blockquote>div p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.podcast-page .team_section{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

@media screen and (max-width: 1224px){
  .full-width-page  .dnd-section>.row-fluid{
    /*     padding: 0 10px; */
  }
}



@media screen and (max-width: 991px){
  .full-width-page .dnd-section>.row-fluid {
    max-width: 728px;
  }

  .program-row1 blockquote {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;

  }
  .full-width-page  h1{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 61px;
    line-height: 74px;
    font-weight: 900;
  }
  .full-width-page  .dnd-section>.row-fluid{
    /*     padding-right: 40px;
    padding-left: 40px; */
  }
  .program-row1 blockquote>div{
    padding-right: 40px;
    padding-left: 40px;
  }
  .program-row1 blockquote>div p{
    text-align: center;
    margin-bottom: 20px;
  }
  .program-row1 blockquote>div h1{
    width: 100%;
    text-align: center;
  }

  .program-row2 .top_title {
    margin-bottom: 20px;
  }
  .program-row2 .featured_section .paragraph{

    width: auto;
    max-width: none;
  }
  .program-row2 .featured_section .first_heading{


    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 0px;
    text-align: center;
  }

  .program-row2 .client-slider .senter_block a{


    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 18px;
    line-height: 30px;
  }

  .corporate-row1 .featured_sponsors h1.heading{


    margin-top: 14px;
    margin-bottom: 51px;
    padding-right: 0px;
    font-size: 50px;
    line-height: 57px;
  }

  .corporate-row1 .featured_sponsors .item-wrap{


    max-width: 728px;
  }

  .corporate-row2 .featured_sponsors .content-wrapper{


    max-width: 728px;
  }

  .corporate-row2 blockquote{


    padding-right: 40px;
    padding-left: 40px;
  }

  .corporate-row3 .dnd-section>.row-fluid{


    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corporate-row3 .span6:first-child{


    width: 600px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .corporate-row3 .hs-button.primary.large {
    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 18px;
    line-height: 30px;
  }
  .corporate-row3 .span6 h1{


    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 0px;
    text-align: center;
  }
  .corporate-row3 .span6 img {
    position: static;
    width: 100px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .corporate-row4 .team_section .author_section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .corporate-row4 .content-image-wrap .container.right-align{


    flex-direction: column;
    margin-bottom: 0px;
  }
  .corporate-row4 .content-image-wrap .feature-image-mask {

    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .corporate-row4 .content-image-wrap .paragraph-16{

    text-align: left;
  }


  .corporate-row4 .content-image-wrap{


    padding-top: 90px;
    padding-bottom: 33px;
  }

  .content-image-wrap .right-align .btn_wrap {

    margin-right: 0;

  }
  .corporate-row4 .content-image-wrap .heading-10{


    margin-top: 22px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 61px;
    line-height: 66px;
    text-align: center;
    padding-right: 35px;
    margin-bottom: 30px;
  }
  .corporate-row4 .content-image-wrap .right-align .feature-image-mask img{


    display: block;
    max-width: 33%;
    margin-right: auto;
    margin-left: auto;
  }
  .corporate-row4 .content-image-wrap .vault_right_content {
    width: 100%;

    float: left;
    display: block;
    padding: 6px 30px;
    text-align: center;
    margin: 0px;
  }

  .corporate-row4 .content-image-wrap .container.right-align{

    margin: 0px;
  }

  .content-image-wrap .right-align .btn_wrap {

    margin-right: 0;

  }

  .corporate-row4 .content-image-wrap .right-align .btn_wrap{


    margin-right: 0;

  }

  .full-width-page blockquote h1{


    font-size: 80px;
    line-height: 90px;
  }

  .full-width-page blockquote {

  }

  .website-page  .our-mentors h1.heading {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 0px;
    text-align: center;
    font-size: 60px;
  }
  .website-page .our-mentors .title_subheader{
    width: auto;
    max-width: none;
    margin-bottom: 19px;
  }
  .website-page  .our-mentors .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }


  .website-page .our-mentors .col-wrap {

    padding-right: 20px;
    padding-left: 20px;
  }

  .full-width-page blockquote  h3{

    font-size: 24px;
    line-height: 30px;
  }

  .full-width-page blockquote>div{
    /*     margin-left: -20px;
    margin-right: -20px; */

  }

  .podcast-page .team_section{

    padding-top: 40px;
    padding-bottom: 40px;
  }
  .corporate-row1 .featured_sponsors .item-wrap, 
  .corporate-row2 .featured_sponsors .content-wrapper {

    margin-bottom: 0px;
  }
  .corporate-row2 .featured_sponsors .item-wrap {

    margin-bottom: 0;
  }
}


@media screen and (max-width: 767px){
  .legal-page.full-width-page .dnd-section>.row-fluid,
  .privacy-page.full-width-page .dnd-section>.row-fluid{
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .program-page .hs-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: 86vh;
    max-height: 86vh;
  }


  .program-row1 blockquote>div{
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .program-row1 blockquote>div p{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .program-row1 blockquote>div h1{
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .program-row2 .featured_section .first_heading{
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .program-row2 .featured_section .featured_left{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
    width: 100%;
  }
  .program-row2 .featured_section .featured_right{
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .program-row2 .client-slider .senter_block a{
    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .corporate-row1 .featured_sponsors h1.heading{
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .corporate-row2 blockquote p{

    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .corporate-row2 blockquote h1{

    width: 100%;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .corporate-row2 blockquote{

    padding-right: 20px;
    padding-left: 20px;
  }
  .corporate-row3 .span6 img{


    margin-right: 10px;
    margin-left: 10px;
    padding: 5px;
  }

  .corporate-row3 .hs-button.primary.large{


    margin-top: 0px;
    margin-right: 20px;
    padding: 13px 25px;
    font-size: 16px;
    line-height: 20px;
  }
  .corporate-row3 .span6 h1{


    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .corporate-row3 .span6:last-child{


    width: auto;
  }

  .corporate-row3 .span6:first-child{

    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .corporate-row3 .dnd-section>.row-fluid{


    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corporate-row4 .team_section .listitem{


    width: 100%;
    left: auto;
    right: auto;
  }


  .corporate-row4 .content-image-wrap {

    margin-bottom: 59px;

    padding-top: 107px;
  }
  .corporate-row4 .content-image-wrap .right-align .feature-image-mask img{
    max-width: 52%;
    margin-left: auto;
    text-align: center;

  }
  .corporate-row4 .content-image-wrap .vault_buttons{


    text-align: left;
    margin-bottom: 0px;
  }
  .corporate-row4 .content-image-wrap .feature-image-mask{


    padding-left: 0px;
  }
  .corporate-row4 .content-image-wrap .vault_right_content{


    padding-right: 0px;
    padding-left: 0px;
  }
  .corporate-row4 .content-image-wrap .heading-10{
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .corporate-row4 .content-image-wrap .vault_right_content {
    margin-top: 20px;
  }
  .full-width-page blockquote h1{
    font-size: 13vw;
    line-height: 13vw;   
  }
  .website-page .hs-banner {
    height: 86vh;
    min-height: 86vh;
    max-height: 86vh;
  }
  .website-page .our-mentors h1.heading{
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .website-page .our-mentors .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .program-row2 .featured_section .featured_left{

    padding-top: 20px;

  }
}


@media screen and (max-width: 479px){

  .website-page .our-mentors h1.heading{
    margin-bottom: 51px;
  }
  .corporate-row3 .span6:first-child .hs_cos_wrapper_type_rich_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: ce;
  }
  .full-width-page .dnd-section>.row-fluid {
    max-width: none;
  }
  .program-page .hs-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    min-height: auto;
    max-height: none;
  }
  .program-page .hs-banner .subheader {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;
  }
  .program-row1 blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .program-row1 blockquote>div {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .program-row1 blockquote>div p{

    font-size: 18px;
    line-height: 26px;
    margin-bottom: 45px;

  }
  .program-row2 .featured_section .first_heading{


    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .program-row2 .featured_section .paragraph {
    width: 100%;
    margin-top: 10px;
  }

  .program-row2 .client-slider .senter_block a{
    display: block;
    margin: 0px 0px 10px;
    padding: 13px 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .program-page .hs-banner .subtitle_div a{

    margin-top: 0px;
  }
  .program-page .hs-banner .subtitle_div {
    width: 100%;
    margin-bottom: 0;
  }

  .corporate-row1 .featured_sponsors .item-wrap,
  .corporate-row2 .featured_sponsors .content-wrapper{


    max-width: none;
  }

  .corporate-row2 .featured_sponsors {
    padding-bottom: 40px;

    margin-top: -5px;
  }
  .program-row2 .client-slider .senter_block{


    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .corporate-row3 .span6 img{


    position: static;
    width: 30%;
    margin-right: 0px;
  }
  .corporate-row3  form {
    text-align: center;
  }
  .corporate-row3 .span6 h1{


    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .corporate-row1 .featured_sponsors h1.heading{
    font-size: 28px;
    line-height: 31px;
    padding-top: 20px;
  }

  .corporate-row3 .hs-input{


    height: 47px;
    padding-left: 15px;
    font-size: 16px;
  }
  .corporate-row1 .featured_sponsors {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .corporate-row4 .content-image-wrap {
    margin-bottom: 14px;
    padding-top: 107px;
  }
  .corporate-row4   .content-image-wrap .right-align .btn_wrap{


    display: inline-block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 13px 25px;
    float: none;
    font-size: 16px;
    line-height: 20px;
    width: auto;
  }
  .corporate-row3 .hs-button.primary.large {
    display: inline-block;
    margin-right: 0;
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .corporate-row4 .content-image-wrap .feature-image-mask {

    display: none;
  }
  .corporate-row4 .content-image-wrap .vault_buttons {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 45px;
  }
  .corporate-row4 .content-image-wrap .container.right-align .heading-10{


    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 11px;
    text-align: center;
  }
  .corporate-row4 .content-image-wrap{


    margin-top: 0px;
    padding-top: 20px;
  }

  .full-width-page h1{


    font-size: 28px;
    line-height: 31px;
  }

  .website-page .hs-banner {
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .website-page .hs-banner .subtitle_div {
    margin-bottom: 0;
  }

  .website-page .hs-banner .subtitle_div a {
    margin: 0px;
  }

  .website-page .hs-banner{

    padding-top: 10%;
    padding-bottom: 10%;
    background-position: 56% 50%;
    background-size: cover;
  }
  .website-page .our-mentors h1.heading{


    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .website-page .our-mentors .title_subheader {
    width: 100%;
    margin-top: 10px;
  }
  .website-page .our-mentors {

    padding-top: 20px;
  }

  .full-width-page blockquote  h3{
    font-size: 22px;
    line-height: 27px;
  }


  .website-page .our-mentors h1.heading{
    margin-bottom: 51px;
    margin-bottom: 51px;
    font-size: 37px;
    line-height: 48px;
  }
}


@media screen and (max-width:400px){
  .corporate-row2 .featured_sponsors .item-wrap .item:first-child img {
    margin-left: 26px!important;
  }

  .corporate-row2 .featured_sponsors .item-wrap .item:first-child img{
    margin-left: 26px!important;


  }

}