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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.container,
.page-center,
.be-row,
.content-wrapper {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "be-themes";
  src: url(https://428371.fs1.hubspotusercontent-na1.net/hubfs/428371/raw_assets/public/Tripoded_November2022/fonts/be-themes.eot) format("eot"),
    url(https://428371.fs1.hubspotusercontent-na1.net/hubfs/428371/raw_assets/public/Tripoded_November2022/fonts/be-themes.woff2) format("woff2"),
    url(https://428371.fs1.hubspotusercontent-na1.net/hubfs/428371/raw_assets/public/Tripoded_November2022/fonts/be-themes.woff) format("woff"),
    url(https://428371.fs1.hubspotusercontent-na1.net/hubfs/428371/raw_assets/public/Tripoded_November2022/fonts/be-themes.ttf) format("truetype"),
    url(https://428371.fs1.hubspotusercontent-na1.net/hubfs/428371/raw_assets/public/Tripoded_November2022/fonts/be-themes.svg) format("svg");
  font-style: normal;
  font-weight: normal; 
}


/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




html body {
  line-height: 2.07142857143;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

body p {
  margin-top:0;
  margin-bottom: 30px;
}

/* Anchors */

body a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin:0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body h2,body h3,body h4,body h5{
  margin-bottom: 20px;
}

body h1{
  line-height:1.44680851064;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

body h2 {
  line-height:1.31578947368;
  letter-spacing: 6px;
  text-transform: uppercase;
}

body h3 {
  line-height:1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
}

body h4 {
  line-height: 1.8;
}

body h5 {
  line-height:1.5;
  letter-spacing: 2px;
}

body h6 {
  line-height:1.93333333333;
  letter-spacing: 2px;
  text-transform: uppercase;
}



/* Lists */

body ul,
body ol {
  padding-left: 15px;
  margin: 0px 0px 30px;
}

body ul{
  list-style: disc;
}

body ul li,
body ol li{
  margin-bottom: 15px;
}

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

body ul li p:last-child,
body ol li p:last-child{
  margin-bottom: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

body hr {
  margin-bottom: 60px;
}

::selection {
  background: rgb(0,0,0);
  color: #fff;
}


body img{
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}
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;
}


.secondary {
    color: rgba(255,255,255,1.0)!important;
}

.cta_button {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -mos-box-shadow: none!important;
}

/* CAT buttons -------------------- */

.btn-standard{
  display:inline-block;
  font-size:14px;
  font-weight:700;
  font-family: 'Roboto', sans-serif!important;
  text-transform:uppercase;
  letter-spacing: 2px;
  text-align:center;
  line-height:1;
  transition:.2s all ease;
  -webkit-transition:.2s all ease;
}
.btn-blue,
.button--blue{
  background: #98CAEC;
  border-radius: 10px;
  font-weight:700;
  color:#fff;
  padding:17px 40px;
}
.btn-blue:hover,
.button--blue:hover{
  background-color:rgba(163,213,95,1.0);
  color:#fff;
}

.btn-yellow,
.button--yellow{
  background: #F6CF3F;
  border-radius: 10px;
  font-weight:700;
  color:#3A4149;
  padding:17px 40px;
}
.btn-yellow:hover,
.button--yellow:hover{
  background-color:rgba(163,213,95,1.0);
  color:#fff;
}

.link{
  color:#3A4149;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:700;
  display: flex;
  align-items: center;
}
.link svg{
  margin-left:5px;
}

.link:hover,
.link-wrap:hover .link{
  color:#A3D55F;
}
.link:hover svg path,
.link-wrap:hover .link svg path{
  stroke:#A3D55F;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
  line-height: normal;
}

/* Labels */

form label {
  display: inline-block;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* 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 {
  box-sizing: border-box;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  min-height: 40px;
  display: inline-block;
  box-shadow: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

form .inputs-list>li{
  margin:0 !important;
}

.hs-form fieldset.form-columns-1 input[type=radio],
.hs-form fieldset.form-columns-1 input[type=checkbox]{
  width:auto !important;
  margin: 0 5px 0 0 !important;
}

/* 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: #c87872;
}
body div#hs-search-module,
body div#hs-search-module>form.hs-form>.field>.input>input.hs-input {
  width: 100% !important;
  text-align: left;
}

body div#hs-search-module>form.hs-form>.field>.input>a.hs-button.primary {
  width: auto !important;
  margin: 20px 0;
}
ul.no-list.hs-error-msgs.inputs-list label,
.hs-error-msg {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

/* Submit button */

a.hs-button.primary,
form input[type=submit],
form .hs-button {
  white-space: pre-wrap; 
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  outline:none;
  background-image: none;
}

/* Captcha */


.hs-input {
  margin: 0 !important;
}

body fieldset>div:not(:last-child) .hs-input{
  width:90%;
}

body form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

@media (max-width:767px){
  body fieldset>div:not(:last-child) .hs-input {
    width: 100%!important;
  }

  body .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%!important;
  }

  body .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%!important;
  }

  body fieldset .hs-form-field .input {
    margin-right: 0 !important;
  }

  body fieldset .hs-form-field .input .hs-input{
    width: 100%!important; 
  }

  body fieldset .hs-form-field .input input[type=checkbox], 
  body fieldset .hs-form-field .input input[type=radio]  {
    width:auto !important;
  }
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.custom-header {
  position: relative;
  z-index: 10;
}


header.custom-header .header-wrapper {
  background-color: rgba(255,255,255,1);
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}

header a.child-trigger {
  display: none !important;
}

header.custom-header .header-logo {
  margin: 30px 0 30px;
  float: left;
}

header.custom-header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

header.custom-header .header-logo a img {
  display: block;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}

header.custom-header .header-controls {
  float: right;
}



header.custom-header .menu-controls i.font-icon {
  font-size: 20px;
  color: #7e7e7e;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  padding: 0px;
  line-height: normal;
}

header.custom-header .navigation {
  font: normal 600 11px "Open Sans","Open Sans","Arial",sans-serif;
  color: #8D8D8D;
  letter-spacing: 2px;
  text-transform: uppercase;
}

header.custom-header .custom-menu-primary {
  float: right;
}

header.custom-header .custom-menu-primary .hs-menu-wrapper > ul > li {
  float: left;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

header.custom-header .custom-menu-primary .hs-menu-wrapper > ul > li > a,
header.custom-header .custom-menu-primary .hs-menu-wrapper ul ul li a{
  color: inherit;
  letter-spacing: 2px;
  padding: 0 20px;
  text-transform: uppercase;
  display: inline;
}

header.custom-header .custom-menu-primary .hs-menu-wrapper ul ul li a{
  margin: 0;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  display: inline-block;
  white-space: nowrap!important;
}

header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  padding-right: 0;
}

header.custom-header .custom-menu-primary .hs-menu-wrapper>ul {
  padding: 0!important;
  margin: 0;
}

header.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul{
  line-height:normal;
}
header.custom-header .custom-menu-primary .hs-menu-wrapper>ul ul li{
  margin:0;
}
header.custom-header .custom-menu-primary .hs-menu-wrapper>ul:after,
header.custom-header .custom-menu-primary .hs-menu-wrapper>ul:before{
  content:'';
  clear:both;
  display:block;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  opacity:0;
  visibility: hidden;
}


header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  border:none !important; 
}

header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  left: 0!important;
  top: 100%!important;
}

header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  opacity: 1;
  visibility: visible;
}

@media (min-width:961px){
  header.custom-header .navigation .hs-menu-wrapper > ul >li {
    line-height: 121px;
  }

  .custom-menu-primary {
    height: 121px;
  }
}


@media (max-width:960px){
  header.custom-header .navigation {
    background-color: #f1f1f1;
    left: 0;
    line-height: normal;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  header.custom-header .menu-controls i.font-icon:before {
    speak: none;
    content: "\e70e";
    display: inline-block;
    font-family: be-themes;
    font-style: normal;
    font-weight: 400;
    margin-right: 0.2em;
    position: relative;
    text-align: center;
    text-decoration: inherit;
    top: -1px;
    width: 1em;
    line-height: 121px;
  }

  header.custom-header .custom-menu-primary .hs-menu-wrapper>ul {
    line-height: normal;
  }

  header.custom-header .custom-menu-primary .hs-menu-wrapper>ul {
    line-height: normal;
    width: 100%;
  }

  header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: none;
    display: block;
  }

  header.custom-header .custom-menu-primary .hs-menu-wrapper ul ul li a,
  header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 20px 20px;
    display: block;
  }

  header.custom-header .custom-menu-primary {
    float: none;
  }

  header.custom-header  .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: transparent;
    border: 0;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: visible;
    display: none;
  }

  header.custom-header .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    display: block;
    padding: 20px!important;
    width: 100%!important;
    text-transform: uppercase;
    font-size: 11px;
  }

  header .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  header .child-trigger:hover{
    text-decoration: none;
  }
  header .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  header .child-trigger i:after{
    position: absolute;
    content: '';
  }
  header .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  header .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  header .child-trigger.child-open i{}
  header .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (max-width:767px){
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font: normal 600 11px Open Sans,Arial,sans-serif !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal, .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display:block;
  }
  .custom-menu-primary .hs-menu-flow-horizontal {
    padding: 0 !important;
  }
/*   .custom-menu-primary.js-enabled .hs-menu-flow-horizontal {
    position: relative !important;
  } */
}


/* header education elements ------------------------ */
.edelements-page-header > div{ position:relative; }
.site-header-edu{ width:100%; padding:20px 0; position:absolute; top:0; left:0; z-index:1; }
.site-header-edu .page-center{ max-width:1560px; }
.site-header-edu .site-header-wrapper{ display:block; }
.site-header-edu .site-logo{ width:160px; }

.site-header-edu .mobile-nav-controller{ position:absolute; top:30px; right:30px; cursor:pointer; }
.site-header-edu .mobile-nav-controller #close-menu{ display:none; }
.site-header-edu .mobile-nav-controller.active #close-menu{ display:inline-block; }
.site-header-edu .mobile-nav-controller.active #open-menu{ display:none; }

.site-header-edu .hs-button{ display:inline-block; border-radius: 10px; letter-spacing:2px; line-height: 17px; padding: 17px 40px 16px; text-transform: uppercase; transition: all .2s ease; -webkit-transition: all .2s ease;}

.site-header-edu .site-nav ul{ list-style:none; margin:0; padding:0; }
.site-header-edu .site-nav ul li{ margin:0; }
.site-header-edu .site-nav ul li a{ font-size:14px; font-weight:500; line-height:1.17; color:#FFFFFF; }
.site-header-edu .site-nav ul li a:hover{ color:#a8d157; }

.site-header-edu  li.menu-item.level-1 > a{ display:inline-block; padding:10px 0; border-bottom:1px solid transparent; }
.site-header-edu  li.menu-item.level-1.active > a{ border-color:#FFFFFF; }
.mm-submenu-item{ display:none; padding-top:30px;}

.mm-submenu-item .mm__column-title{ font-size:14px; font-weight:700; line-height:1.42; color:#A3D55F; text-transform:uppercase; letter-spacing:3px; margin-bottom:10px; }
.mm-submenu-item .mm__cta-wrap{ display:block; margin-bottom:10px; }
.mm-submenu-item .mm__cta_image{ margin-bottom:10px; }
.mm-submenu-item .mm__cta_image + .mm__cta_title-text{ font-size:16px; }
.mm__cta-wrap .mm__cta_title-text .event-date{ display:block; font-size:14px; line-height:inherit; position:unset; top:unset; }
.mm__cta-wrap .mm__cta_title-text{ color:inherit; font-size:18px; font-weight:400; line-height:1.55; margin-bottom:25px; }
.mm__cta-wrap .mm__cta_link-text{ color:inherit; font-size:14px; font-weight:700; line-height:1.214; letter-spacing:2px; text-transform:uppercase; position:relative; }
.mm__cta-wrap .mm__cta_link-text:after{ content:""; display:inline-block; width:16px; height:16px; margin-left:5px; position:relative; top:2px; background-repeat:no-repeat; background-position:center center; background-size:auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.5H1M15 7.5L9.4 1.5M15 7.5L9.4 13.5' stroke='%2398CAEC' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mm-submenu-item .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ padding:0; }
.mm-submenu-item .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a{ width:100%!important; font-size:18px!important; font-weight:700; line-height:1.33; padding:0; color:#A3D55F; }
.mm-submenu-item .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{ padding:0; opacity:1; visibility:visible; position:unset; border:none; background-color:unset; }
.mm-submenu-item .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{ width:100%!important; padding:7px 0; margin:0; font-size:14px!important; font-weight:400; line-height:1.42;
 overflow: unset; text-overflow: unset;}

.mm-submenu-item .hs-menu-item.active-branch .hs-menu-children-wrapper li.hs-menu-depth-2 a{ color:#FFFFFF!important; }
.mm-submenu-item .hs-menu-item.active-branch .hs-menu-children-wrapper li.hs-menu-depth-2 a:hover{ color:#a8d157!important; }

@media only screen and (min-width:1024px){
  .site-header-edu{ padding:25px 0; }
  .site-header-edu .site-header-wrapper{ display:flex; justify-content:space-between; }
  .site-header-edu .mobile-nav-controller{ display:none; }
  .site-header-edu .hs-button{ padding: 17px 21px 16px;  }
  
  .site-header-edu .site-logo{ width:179px; }
  .site-header-edu .site-nav{ display: flex; width:calc(100% - 179px); padding-left:30px; justify-content: flex-end; align-items:center; box-sizing:border-box; }
  .site-header-edu .site-menu-primary{ width:calc(100% - 222px); }
  .site-header-edu .site-nav ul li a{ font-size:16px; }
  .site-header-edu .navigation-primary > ul{ display:flex; justify-content:center; column-gap:40px;  }
  
  .mm-submenu-item{ width:100%; position:absolute; top:100%; left:0; padding:83px 30px 73px; background-color:#3A4149; }
  .mm-submenu-item:not(.full-width){ width:630px; padding:83px 80px 73px; top:calc(100% + 25px); left:50%; transform:translateX(-50%);  }
  .mm-submenu-item .row{ display:flex; justify-content:center; column-gap:50px; margin:0; flex-wrap:nowrap;}
  .mm-submenu-item .row .col-sm{ width:300px; -webkit-box-flex: auto; -ms-flex:auto; flex:auto; }
  .mm-submenu-item .row .col-sm-5{ width:220px; -webkit-box-flex: auto; -ms-flex:auto; flex:auto;}
  .mm-submenu-item .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ padding:0; margin:0; }
  
  .site-header-edu .site-nav ul li.level-1:nth-child(n+2){ position:relative; }
    
  
  .site-header-edu .site-header-cta{ width:222px; }
}

@media only screen and (max-width:1023px){
  .site-header-edu .site-nav{ display:none; width:100%; padding:20px 30px 40px; background-color:#3A4149;  position:absolute; top:100%; left:0; z-index:999; }
  
  .site-header-edu  li.menu-item.level-1{ position:relative; padding:10px 0; cursor:pointer; }
  .site-header-edu  li.menu-item.level-1:after{ content:""; display:inline-block; width:8px; height:16px; position:absolute; top:20px; right:0; background-repeat:no-repeat; background-position:center center; background-size:auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .site-header-edu  li.menu-item.level-1.active:after{ transform:rotate(180deg); }
  
  .mm-submenu-item .mm-submenu-item__link-column:first-child{ padding-bottom:20px; }
  .mm-submenu-item .mm-submenu-item__link-column:first-child .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 > a{ display:none; }
  
  .site-header-edu .site-header-cta{ padding-top:20px; }
  
}


/* S2 Updates */
header.custom-header .hs-item-has-children {
  position:relative;
}
#hs-button_button_header {
  min-width:223px;
}

@media (min-width:961px) and (max-width:1024px){
  header.custom-header .custom-menu-primary .hs-menu-wrapper li a {
    font-size:9px;
  }
}
@media (max-width:961px){
  header.custom-header ul.hs-menu-children-wrapper {
    list-style: none;
    padding: 0px;
  }
  header.custom-header ul.hs-menu-children-wrapper li {
    border-top:1px solid #f1f1f1;
  }
  header.custom-header ul.hs-menu-children-wrapper li.hs-menu-depth-2 > a:not(.child-trigger){
    padding-left:25px !important;
  }
  
  header.custom-header ul.hs-menu-children-wrapper  li.hs-menu-depth-3 > a:not(.child-trigger){
    padding:15px 20px 15px 30px !important;
  }
  
  header.custom-header ul.hs-menu-children-wrapper > li.hs-item-has-children > a{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  header.custom-header li.hs-menu-item.hs-menu-depth-2 > a:not(.child-trigger) {
    min-height: 54px;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media (min-width:961px){
  
  header.custom-header .custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children>ul,
  header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    opacity: 0;
    list-style:none;
    padding:0px;
    margin:0px;
    visibility: hidden;
    position:absolute;
    min-width:100%;
    box-shadow:1px 1px 5px rgba(0,0,0,0.3);
  }
  header.custom-header .custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children>ul{
    min-width: unset;
    width: auto;
  }
  header.custom-header .custom-menu-primary .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children:hover > ul,
  header.custom-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }
  header.custom-header .custom-menu-primary ul.hs-menu-children-wrapper {
    background: #fff;
    left: 100%;
    top: 0px;
  }
  /*   header.custom-header .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-depth-3 a{
  color:#fff !important;
} */
  header.custom-header .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-depth-3:hover{
    background:#143e57;
  }
  header.custom-header .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-depth-3:hover a{
    color:#fff !important;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-2 > ul > li,
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-2 {
    padding: 5px 0px;
    border-bottom:#efefef 1px solid;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-2 > ul > li:last-child,
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-2:last-child {
    border-bottom:none;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-1  {
    padding-right:20px;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-1 > a {
    position:relative;
    padding: 0 20px 0px 20px;
  }
  
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-1 > a:after {
    content:"";
    background-image: url(data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 4.99234L9 1' stroke='%238d8d8d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E);
    background-repeat: no-repeat;
    height:6px;
    width:10px;
    position:absolute;
    right:0px;
    top:50%;
    transform:translateY(-50%);
    display:inline-flex;
    background-position: center right;
    transition:0.3s ease all;
  }
  header.custom-header .navigation .hs-menu-wrapper>ul>li {
    line-height: 125px;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-1:hover {
    background:#f1f1f1;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:hover > a {
    color:#000 !important;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-1:hover > a:after {
    background-image: url(data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 4.99234L9 1' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E);
    transform:translateY(-50%) rotate(180deg);
  }
  
  
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-2 > a {
    position:relative;
    padding: 0 15px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-2 > a:after {
    background-image: url(data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 4.99234L9 1' stroke='%238d8d8d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E);
    background-position: 100%;
    background-repeat: no-repeat;
    content: "";
    display: inline-flex;
    height: 6px;
    transform: rotate(-90deg);
    transition: all .3s ease;
    width: 10px;
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-2:hover {
    background:#143e57;
  }
  
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-item-has-children.hs-menu-depth-2:hover > a:after {
    background-image: url(data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 4.99234L9 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E);
  }
  header.custom-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-2:hover > a {
    color:#fff !important; 
  }
  
  header.custom-header .custom-menu-primary .hs-menu-wrapper ul ul li a {
    min-width: 100%;
  }
}



.body-container-wrapper {
  padding: 0 !important;
}

.team-inner1 .cm-advanced-content .be-section-pad {
  padding-bottom: 50px;
}

.ohio-inner1 .cm-advanced-content .be-section-pad .column-block h5 {
  text-transform: uppercase;
  padding-bottom: 25px;
  margin: 0;
  line-height: 36px;
  letter-spacing: 6px;
}

.ohio-inner1 .cm-advanced-content .be-section-pad .column-block hr {
  width: 15% !important;
  height: 2px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 0;
}

.ohio-inner1 .cm-advanced-content .be-section-pad .column-block p {
  line-height: 29px;
}

.join-email-list .buttn-wrapper {
  text-align: center;
}


.join-email-list .buttn-wrapper a {
  font-family: "Open Sans","Open Sans","Arial",sans-serif;
  display: inline-block;
  padding: 28.5px 30px;
  letter-spacing: 3px;
  border-radius: 3px;
  margin: 0 0 30px;
}

.ohio-inner2 .custom-content-with-video .be-section-pad h3 {
  padding-bottom: 32px;
  position: relative;
  display: block;
  margin: 0 0 60px;
  letter-spacing: 6px;
  font-family: "Open Sans","Open Sans","Arial",sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  color: #143e57;
}

.ohio-inner2 .custom-content-with-video .be-section-pad h3:after {
  width: 15% !important;
  height: 2px;
  background-color: #afafaf;
  border-color: #afafaf;
  color: #afafaf;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ohio-inner2 .custom-content-with-video .one-half p {
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 30px;
}

.ohio-inner2 .custom-content-with-video .be-section-pad {
  padding: 100px 0;
}

.helpdesk-btn .multibtn-popup-form form h3 {
  font: normal normal 30px "Open Sans","Open Sans","Arial",sans-serif;
  color: #000000;
  line-height: 45px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}

.helpdesk-btn .multibtn-popup-form form p {
  font: normal normal 14px "Open Sans","Open Sans","Arial",sans-serif;
  margin: 0;
  line-height: 1.3em;
  color: rgb(140, 140, 140);
  font-family: sans-serif;
}

.helpdesk-btn .buttn-wrapper{
  text-align:right;
  margin-top: -3px;
}

.helpdesk-btn .buttn-wrapper a:after {
  height: 1em;
  color: #2e928d;
  font-size: 30px;
  content: "\e61a";
  font-family: "be-themes";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased !important;
}

.download-now-inner1 h2 {
  text-transform: none;
  color: #fff;
  margin-bottom: 75px;
}

.surveys-inner3 .multipurpose-button-cm a.cta_button {
  color: #fff !important;
  background-color: #f47b32;
  padding: 25px 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.surveys-inner3 .multipurpose-button-cm .buttn-wrapper {
  text-align: center;
}

.surveys-inner3 .multipurpose-button-cm a.cta_button:hover {
  color: #fff !important;
  background-color: #ca4829;
}

.surveys-inner3 h3 {
  text-transform: none;
  line-height: 45px;
}

.surveys-inner2 .cm-advanced-content .be-section-pad .column-block ul * {
  text-align: left;
}

.surveys-inner2 .cm-advanced-content .be-section-pad .column-block ul li:last-child {
  margin: 0;
}

.surveys-inner2 .cm-advanced-content .be-section-pad {
  padding-bottom: 70px;
}

.surveys-inner2 .cm-advanced-content .be-section-pad .column-block ul {
  margin: 0;
  line-height: 1.5;
}

.surveys-inner2 .cm-advanced-content .be-section-pad .column-block p{
  line-height:29px;
}

.surveys-inner2 .cm-advanced-content .be-section-pad .content-wrapper h2 {
  font: normal normal 30px "Open Sans","Open Sans","Arial",sans-serif;
  line-height: 45px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}


.cm-teachers-banner .banner-area .dnd-section {
  min-height: 500px;
  display: flex;
  padding:20px 0 !important;
  align-items: center;
  position: relative;
  background-attachment: fixed;
}

.cm-teachers-banner .banner-area .dnd-section:before {
  content: "";
  background: #143e57;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cm-teachers-banner .banner-area .dnd-section>div {
  position: relative;
}

.cm-teachers-banner .banner-area h1 {
  font-size: 3em;
  letter-spacing: 1px;
  color:#fff;
  line-height: 1.5em;
  text-transform: none;
}

.cm-teachers-banner .join-email-list .buttn-wrapper a {
  margin-bottom: 0;
}

.teachers-inner1 .cm-advanced-content .be-section-pad .content-wrapper h2 {
  font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
  padding-bottom: 25px;
  line-height: 36px;
}

.teachers-inner1 .cm-advanced-content .be-section-pad .content-wrapper h3 {
  font-size: 24px;
  margin: 0 0 50px;
}

.teachers-inner1 .cm-advanced-content .be-section-pad .content-wrapper hr {
  width: 15% !important;
  height: 2px;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #e8e8e8;
  border: none;
  margin-bottom: 0;
}

.teachers-inner1 .cm-advanced-content .be-section-pad {
  padding-bottom: 50px;
}


.teachers-inner2 h5 {
  padding-bottom: 28px;
  margin: 0;
  text-align: center;
  letter-spacing: 6px;
}

.teachers-inner2 h5+hr {
  width: 15% !important;
  height: 2px;
  border: none;
}

.teachers-inner2 .custom-width-top-image .one-fourth.column-block {
  width: 21.25%;
  float: left;
  margin-left: 5%;
  margin-bottom: 60px;
}

.teachers-inner2 .custom-width-top-image .one-fourth.column-block:first-child {
  margin-left: 0;
}

.teachers-inner2 .custom-width-top-image .one-fourth.column-block img {
  display: block;
  margin: 0 auto;
}

.teachers-inner2 .custom-width-top-image .one-fourth.column-block h5 {
  text-align: center;
  line-height: 36px;
  letter-spacing: 2px;
  color: #143e57;
}

.teachers-inner2 .custom-width-top-image .one-fourth.column-block p:last-child {
  margin: 0;
}

.teachers-inner2 .custom-width-top-image .be-section-pad.clearfix {
  padding-bottom: 0 !important;
}

.teachers-inner3 h3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin: 0;
}


.teachers-inner3 .buttn-wrapper a {
  color: #ffffff;
  padding: 20px;
  margin: 80px auto 0;
  letter-spacing: 3px;
  border-radius: 3px;
}

.teachers-inner3 .buttn-wrapper {
  text-align: center;
}
.hs-landing-page form{
  margin:0 0 30px;
}
.cm-banner-type2 h2 {
  padding-top: 90px;
}
.surveys-inner-inner2 h4,
.surveys-inner-inner2 h3 {
  text-transform: none;
  color: #143e57;
}

.surveys-inner-inner2 .hs_cos_wrapper_type_rich_text p:last-child {
  margin: 0;
}

.surveys-inner-inner3 .hs_cos_wrapper_type_rich_text h3 {
  text-transform: none;
  color: #143e57;
}

.surveys-inner-inner3 .multipurpose-button-cm a {
  padding: 30px;
  letter-spacing: 3px;
  margin-top: 10px;
}

.surveys-inner-inner3 .multipurpose-button-cm {
  text-align: center;
}

.surveys-inner-inner3 table {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
  color: #7e7e7e;
  line-height: 29px;
  letter-spacing: 0px;
  margin: 0 0 60px;
}

.teacher_section_1 .cm-banner-wrapper .hero-section-inner p a {
  font-size: 14px;
  line-height: 1;
  padding: 28.5px 30px;
  letter-spacing:3px;
  background-color: #ca4829;
}

.teacher_section_1 .cm-banner-wrapper .hero-section-inner p {
  margin: 0;
}

.surveys-inner-inner3 th, 
.surveys-inner-inner3 td {
  border: 1px solid #ddd;
  padding: 9px 20px;
  background-color: transparent;
}

.surveys-inner-inner3 table * {
  color: inherit;
}

.surveys-inner-inner3 table th {
  text-transform: uppercase;
}

.download-now-inner1 .hs-richtext {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}

@media (max-width:767px){
  .helpdesk-btn .buttn-wrapper{
    text-align:left;
  }
  .teachers-inner2 .custom-width-top-image .one-fourth.column-block {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}

@media (max-width:479px){
  .privacy-content .hs_cos_wrapper_type_rich_text h2 {
    font-size: 30px;
  }
}


.home_section_3 .widget-type-rich_text h3 {
  text-transform: none;
  text-align: center;
}

.home_section_3 .widget-type-rich_text {
  text-align: center;
}
.teacher_section_2 .navigation-primary .submenu.level-1>li>a.active-item:last-child:after {
  display: none;
}
.teacher_section_2 .navigation-primary .submenu.level-1>li>a.active-item:after {
  content: "|";
  position: static;
  background: transparent;
}

.teacher_section_2 .navigation-primary {
  width: 100%;
}

.teacher_section_2 ul.submenu.level-1 {
  margin: 20px auto;
  text-align: center;
  line-height: 1.5;
  display: block;
  white-space: normal;
}

.teacher_section_2 ul.submenu.level-1 li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
  font-size: 18.2px;
  padding: 0;
}

.teacher_section_2 ul.submenu.level-1 li a {
  text-decoration: none;
  color: #2e918c;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18.2px;
  font-weight: 400;
}


.teacher_section_2 ul.submenu.level-1 li a:after {
  content: "|";
  padding-left: 10px;
  color: #ccc;
}

.teacher_section_2 ul.submenu.level-1 li:last-child a:after {
  content: "";
  padding: 0;
}

.teacher_section_1 .cm-banner-wrapper .hero-section-inner p a {
  background-color: #d35e42;
}

.teacher_section_1 .cm-banner-wrapper .hero-section-inner p.cm-banner-btn-wrapper {
  margin: 0 0 3px;
}

body .teacher_section_2 ul.submenu.level-1 li a.active-item:before {
  content: "|" !important;
  color: #ccc;
  position: absolute;
  right: 0;
}

body .teacher_section_2 ul.submenu.level-1 li a.active-item {
  padding-right: 20px;
}

.teacher_section_2 ul.submenu.level-1 li:last-child {
  margin-right: -5px;
}


.teacher_section_3 .widget-type-rich_text h2{
  text-transform: none;
  text-align: center;
  color: #143e57;
}

.cm-teacher-page h1,
.cm-teacher-page h2,
.cm-teacher-page h3 {
  text-transform: none;
  text-align: center;
}

.teacher_section_3 .widget-type-rich_text h4 {
  color: #143e57;
  text-transform: none;
  text-align: center;
}

.teacher_section_3 .widget-type-rich_text h3 {
  text-transform: none;
  text-align: center;
}

.teacher_section_3 .widget-type-rich_text h3 a,
.teacher_section_3 .widget-type-rich_text h3 a:hover {
  color: #2e918c;
}

.download-now-inner1 .legal-consent-container .hs-richtext {
  margin: 0;
}

.teacher_section_4 h4 {
  margin-bottom: 30px;
  text-align: center;
  color: #143e57;
}

.teacher_section_4 .widget-type-rich_text ul {
  line-height: 1.5;
}

.teacher_section_4 .widget-type-rich_text ul li {
  margin-bottom: 0;
}

.cm-teacher-page .widget-type-rich_text ul li{
  line-height:1.5;
}

.cm-teacher-page .widget-type-rich_text ul li:last-child {
  margin-bottom: 0;
}

.cm-teacher-page h1,
.cm-teacher-page h2,
.cm-teacher-page h3,
.cm-teacher-page h4,
.cm-teacher-page h5{
  color: #143e57;
}

.teacher_section_6 .span4 .widget-type-rich_text h4 {
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.3em;
  font-size: 16px;
  padding-right: 25px;
  font-weight: 600;
}

.teacher_section_6 .span4 .widget-type-rich_text h4 a {
  color: #000;
}

.teacher_section_6 .span4 .widget-type-rich_text a{
  color: #2e918c;
}

.teacher_section_6 .span4 .widget-type-rich_text h4 a:hover {
  color: #2e918c;
  text-decoration: none;
}

.teacher_section_6 .span4 .widget-type-rich_text {
  line-height: 1.3em;
  margin-bottom: 15px;
}

.teacher_section_6 .span4 .widget-type-rich_text strong{
  font-weight:600;
}

.cm-banner-type2 h2 {
  margin-bottom: 0;
  padding-top: 50px;
}

.cm-contact-page .cm-banner-type2 h2{
  padding:50px 0;
  margin-bottom:0;
}

.contact-inner1 .widget-type-rich_text h6{
  font: normal normal 13px "Open Sans","Open Sans","Arial",sans-serif;
  color: #000000;
  line-height: 29px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-inner1 .widget-type-rich_text p a:hover {
  color: #2e918c;
}


form .hs-richtext p {
  color: rgb(140, 140, 140);
  font-family: sans-serif;
  line-height: 1.3em;
  font-size: 14px;
}

.cm-contact-page form .hs-input {
  margin-bottom: 0;
}

.cm-contact-page .hs-form-field{
  margin-bottom: 12px;
  line-height: inherit;
}

form select {
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

body form select.is-placeholder {
  color: #bfbfbf;
}

body form .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  line-height: normal;
}

body form .inputs-list {
  margin-bottom: 0;
}

body .hs-error-msg {
  position: relative;
  bottom: 1px;
}

.cm-contact-page .hs-form-field.hs_what_are_you_looking_for_in_a_sentence_or_two_ {
  margin-bottom: 24px;
}

.legal-consent-container .hs-richtext p,
.legal-consent-container .hs-richtext{
  display: block;
  margin-block-start: 15px;
  margin-block-end: 14px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
}

form .hs-button,
form input[type=submit] {
  text-transform: none;
  box-shadow: none;
}

.cm-contact-page .actions {
  text-align: left;
  margin-top: 13px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.cm-contact-page input[type="submit"]:hover {
  background-image: none;
}

.cm-contact-page ul li {
  margin-bottom: 15px;
}

.cm-contact-page ul {
  line-height: 1.5;
}

.teacher_section_5 .form-title {
  font: normal normal 20px "Open Sans","Open Sans","Arial",sans-serif;
  color: #000000;
  line-height: 36px;
  letter-spacing: 0px;
  text-transform: none;
  text-align: left;
  margin-bottom: 57px;
}

.cm-teacher-page .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
}

.cm-teacher-page .legal-consent-container .hs-richtext,
.cm-teacher-page .legal-consent-container .hs-richtext p {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
  margin-top: 0;
}

.cm-teacher-page .widget-type-rich_text ul li ul {
  margin-top: 15px;
}


@media (max-width:767px){
  .about_section_2 .custom-width-top-image .one-third p {
    margin: 0;
  }

  .teacher_section_2 ul.submenu.level-1 li a {
    width: auto;
    padding: 0;
    display: inline-block;
  }

  .teacher_section_2 ul.submenu.level-1 li {
    border: 0;
    display: inline-block;
    width: auto;
  }

  .teacher_section_4 .widget-type-rich_text ul {
    text-align: center;
  }

  .cm-contact-page .hs-form-field {
    float: none!important;
    width: 100%!important;
  }

  .cm-contact-page .hs-form-field .input {
    margin-right: 0!important;
  }
}

@media (max-width: 400px){
  .cm-contact-page form .form-columns-2 input[type=email],
  .cm-contact-page form .form-columns-2 input[type=file],
  .cm-contact-page form .form-columns-2 input[type=number],
  .cm-contact-page form .form-columns-2 input[type=password],
  .cm-contact-page form .form-columns-2 input[type=tel],
  .cm-contact-page form .form-columns-2 input[type=text],
  .cm-contact-page form .form-columns-2 select,
  .cm-contact-page form .form-columns-2 textarea {
    width:100%!important;
  }
}