*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper ,.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 20px;
}

{
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 15px;
}
@media (min-width: 576px){
  .content-wrapper ,.dnd-section > .row-fluid {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .content-wrapper ,.dnd-section > .row-fluid {
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .content-wrapper ,.dnd-section > .row-fluid {
    max-width: 1140px;
  }
}
@font-face { 
  font-family: "Roboto";
  src: local("Roboto Light"),
    local("Roboto-Light"),
    url("https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/fonts/Roboto-Light.eot") format("embedded-opentype"),
    url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Light.woff2) format("woff2"),
    url(//9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Light.woff") format("woff"),
    url(//9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Light.ttf") format("truetype"),
    url(//9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Light.svg") format("svg"); font-style: normal; font-weight: 300; font-display: swap; }

@font-face { font-family: "Roboto"; src: local("Roboto"), local("Roboto-Regular"),
  url("https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/fonts/Roboto-Regular.eot") format("embedded-opentype"),
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Regular.woff2) format("woff2"),
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Regular.woff) format("woff"),
  url(//9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Regular.ttf") format("truetype"),
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Regular.svg) format("svg"); font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Roboto"; src: local("Roboto Medium"),
  local("Roboto-Medium"),
  url("https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/fonts/Roboto-Medium.eot") format("embedded-opentype"), 
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Medium.woff2) format("woff2"), 
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Medium.woff) format("woff"), 
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Medium.ttf) format("truetype"), 
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Medium.svg) format("svg"); font-style: normal; font-weight: 500; font-display: swap; }

@font-face { font-family: "Roboto"; src: local("Roboto Bold"), local("Roboto-Bold"),
  url("https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/fonts/Roboto-Bold.eot") format("embedded-opentype"),
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Bold.woff2) format("woff2"),
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Bold.woff) format("woff"),
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Bold.ttf) format("truetype"),
  url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/Roboto-Bold.svg) format("svg"); font-style: normal; font-weight: 700; font-display: swap; }


@font-face { font-family: "Roboto"; src: url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal;
  font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face { font-family: "Roboto"; src: url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  font-style: normal;
  font-weight: 500; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/images/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal; font-weight: 900; font-display: auto; 
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  line-height: 1.33;
  font-weight: 400;
  word-break: break-word;
}

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

/* Paragraphs */



/* 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,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  margin-bottom: 15px;
  line-height: 1.33;

}

/* Lists */

ul,
ol {
  margin: 0 ;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
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 */

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus{
  border-color: #66afe9;
  color: var(--text-color);
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(102 175 233 / 60%);
}
.hs-input.invalid.error:focus {
  border-color: #66AFE9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
form .hs-input.invalid.error:focus {
    border-color: #66AFE9;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: #B94A48;
}

.hs-form-field {
  margin-bottom: 20px;
}

/* Labels */

form label {
  max-width: 100%;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 15px;
  color: #3f4b5b;
  font-weight: normal;
  text-align: left;
  padding: 0 0 3px 0;
  margin: 0;
  width: auto;
  display: block;
}
/* 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 {
  color: #555555;
  background-color: #ffffff;
  border-color: #BFC3C8;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  height: 32px;
  line-height: 1.3;
}

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 {
  padding: 16px 6px;
  display: inline-block;
  box-shadow: 0 1px 1px #eeeeee;
  vertical-align: middle;
  text-shadow: none;
  border-style: solid;
  cursor: pointer;
  border-width: 1px;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  font-weight: 400;
  margin: 30px 0;
  vertical-align: middle;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.banner-section .dnd-section{
  padding:0 ;
}
.banner-section .dnd-section > .row-fluid{
  padding:0;
}

.menu-toggle {
  display:none;
}

.header-bottom .submenu-search {
  display: none;
}
header.section-header {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  position: relative!important;
  display: block;
}
.alert-bars {
  position: static;
  width: 100%;
}
.topbar {
  background: #e8eff7;
  padding: 4px 15px;
  padding: 8px 15px 8px 15px;
}
.topbar > .content-wrapper {
  max-width: 1640px!important;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.topbar .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.topbar .gtranslate-container {
  padding: 0 0 0 15px;
  outline: 0;
  border: 0;
}

.topbar .switcher {
  font-size: 12pt;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 173px;
  line-height: 17px;
  font-family: 'Roboto',sans-serif !important;
  width: 115px !important;
}

.topbar .switcher .selected {
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  position: relative;
  z-index: 9999;
}
.topbar .switcher .selected .open {
  color: #666;
  padding: 3px 5px;
  border: none !important;
  width: 115px !important;
  text-decoration: none;
  display: block;
  font-size: 12pt;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: 400;
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  display:flex;
}
.topbar .switcher .selected .open a{
  font-size: 12pt;
  color: #666;
  margin-right:3px;
  margin-top:3px;
}
.topbar .switcher .selected .open a:last-child {
  margin-top: 2px;
}

.topbar .switcher .selected .open img.hs-image-widget {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  margin-right: 1px;
  transition: opacity 400ms;
  transition-delay: 0ms;
}




.topbar .switcher .selected .open:after {
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 15px;
  background-position: 50%;
  background-size: 11px;
  background-image: url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/images/download.svg);
  background-repeat: no-repeat;
  content: ""!important;
  transition: all .2s;
}


.topbar .switcher .option {
  position: relative;
  z-index: 9998;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  width: 171px;
  max-height: 198px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow-y: auto;
  overflow-x: hidden;
  border: none !important;
  width: 115px !important;
  display:none;
}

.option .listing {
  color: #666;
  padding: 3px 5px;
  border: none!important;
  width: 115px!important;
  text-decoration: none;
  display: block;
  font-size: 12pt;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: 400;
  background-color: transparent;
  display: flex;
}

.option .listing a {
  font-size: 12pt;
  color: #000;
  margin-right:3px;
  margin-top:2.4px;
}
.option .listing:nth-child(1) {
  background: #fff;
}

.top-menu ul li:last-of-type a:hover {
  opacity: 0.7;
}
.top-menu ul li a:hover, 
.bottpm-menu ul li a:hover {
  opacity: 0.7;
}
.option .listing img.hs-image-widget {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  transition: opacity 400ms;
  transition-delay: 0ms;
  margin-right: 1px;
}


.top-menu ul {
  flex-wrap: wrap;
  padding: 0 15px 0 0;
  margin-bottom: 0 !important;
  list-style: none;
  margin-top: 0;
  display: flex;
}
.top-menu ul li {
  padding-left: 0.1rem;
  font-size: 18px;
  font-weight: 400;
}
.top-menu ul li a {
  color: #1b2631;
  text-decoration: none;
  font-size: 16px!important;
  padding: 0 15.7px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  font-weight: 400;
  line-height:21px;
}
.top-menu ul li:last-child {
  margin-left: 16px;
}

.top-menu ul li:last-of-type a {
  background-color: rgba(27,38,49,0.1);
  background-image: url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/images/phone-pg.png);
  background-repeat: no-repeat;
  background-position: center left 12px;
  padding: 14px 12px 12px 32px;
  color: #0071d1;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px!important;
  letter-spacing: 0px;
}

.header-bottom {
  background: #ffffff ;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid rgba(255,255,255,0.4);
  transition: background 250ms ease-in-out;
}

.header-bottom .content-wrapper {
  max-width: 1640px!important;
  padding-bottom: 16px !important;
  padding-top: 16px !important;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-bottom .content-wrapper .row {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header-bottom .logo-box {
  margin-bottom: auto !important;
  margin-top: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.header-bottom .logo-box a {
  display: block;
}
.header-bottom .logo-box a:hover {
  opacity:0.7;
}
.header-bottom .logo-box img {
  display: block;
}
.header-bottom .logo-box img {
  width: 244px!important;
  height: auto!important;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  vertical-align: middle;
}
.bottpm-menu {
  margin-bottom: auto !important;
  margin-top: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  display:none;
}

.sub-menu-serch-box {
  margin-bottom: auto !important;
  margin-top: auto !important;
  display: none;
}
.sub-menu-serch-box a {
  font-size: 1rem;
  color: #fff;
  padding: 10px 0px;
  text-decoration: none;
  background: fff;
  font-weight: 400;
}

.sub-menu-serch-box a i.fa {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
}
.sub-menu-serch-box a i.fa-search:before {
  content: "\f002";
  box-sizing: border-box;
}

.bottpm-menu ul {
  margin-bottom: 0 !important;
  margin-top: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  padding-left: 0;
  list-style: none;
  display: flex !important;
}

.bottpm-menu ul li:first-child {
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}
.bottpm-menu ul li {
  padding-left: 16px;
  font-size: 18px;
  font-weight: 400;
}
.bottpm-menu ul li a {
  font-size: 1rem;
  padding: 10px 0px;
  font-weight: 400;
  color: #1b2631;
  font-size:16px;
  line-height:21px;
}
.submenu-search {
  background: #fff;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 182px;
  width: 100%;
  min-height: 200px;
  display: none;
  padding-top: 5rem;
  padding-bottom: 5rem;
  top: 325px;
  box-shadow: 0 0 12px -2px rgb(0 0 0 / 20%);
}


.submenu-search .content-wrapper {
  height:100%;
}
.submenu-search .my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.submenu-search form input[type="search"] {
  font-size: 5.313rem;
  color: #5893D7;
  font-weight: 500;
  border-bottom: 4px solid #5893D7;
  display: block;
  width: 100%;
  line-height: 1!important;
  outline-offset: -2px;
  -webkit-appearance: none;
  margin: 0;
  font-family: inherit;
  overflow: visible;
}
.submenu-search form span {
  color: #5893D7;
  opacity: .5;
}

.buttonBox {
  margin-bottom: auto !important;
  margin-top: auto !important;
  display: none;
}

.buttonBox .links {
  text-align: right !important;
  padding-left: 16px !important;
  display: flex !important;
  padding-right: 16px !important;
}

.links .hs_cos_wrapper a {
  background: #0071D1;
  border-radius: 100px;
  color: #fff;
  padding: 11px 24px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 0.1rem!important;
  font-size: 18px;
  line-height: 1.33;
  font-family: Roboto,sans-serif;
  font-weight:400;
}
.links .hs_cos_wrapper a:last-of-type{
  background: #43bd27;
}

.links .hs_cos_wrapper a:hover {
  opacity: 0.7;
}


.bottpm-menu ul .curriculum a{
  font-weight:500;
}



.mobile-nav-container {
  display: none;
}



@media (min-width: 576px){
  .topbar > .content-wrapper {
    max-width: 720px;
  }
  .bottpm-menu {
    display: block !important;
  }
  .sub-menu-serch-box {
    display:block;
  }
  .buttonBox {
    display:block;
  }
}



@media (min-width: 992px){
  .topbar > .content-wrapper {
    max-width: 960px;
  }
}


@media (min-width: 1200px){
  .topbar > .content-wrapper {
    max-width: 1140px;
  }
}



@media (max-width:1300px){
  .header-bottom .logo-box img {
    width:136px !important;
    height:auto !important;
  }
  .links .hs_cos_wrapper a {
    padding: 7px 12px;
    font-size: 16px;
    letter-spacing: .1px;
  }
  .buttonBox .links {
    padding-right:13px !important;
  }
}

@media (max-width:1000px){
  .topbar {
    display:none;
  }
  .bottpm-menu ul {
    display:none !important;
  }

  .submenu-search form input[type=search] {
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 24px !important;
    overflow: visible;
    color: #000;
    border: 0px;
  }
  .submenu-search {
    background: #fff;
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    min-height: auto;
    display: block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    top: 0px;
    box-shadow: 0 ;
    margin-top:-10px;
  }
  .submenu-search .my-auto {
    display:flex;
  }


  .my-auto form .search-submit {
    border: none !important;
    color: #fff ;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px!important;
    overflow: visible;
    padding: 0px !important;
    background-color: #efefef ;
    border: none !important;
    border-radius: 0px !important;
    color: #fff ;
    padding: 0px !important;
    width: 12px;
    max-width: 12px;
    display:inline;
  }
  .buttonBox {
    display:none;
  }
  .menu-toggle {
    display: block;
    display: block;
    line-height: 1.33;
    font-size: 18px;
    font-weight: 400;
    color: #0071d1;
    text-decoration: none;
    background-color: transparent;
  }
  .menu-toggle svg {
    fill: #0071d1;
    width: 32px;
    height: 32px;
    overflow: hidden;
    vertical-align: middle;
  }
  .submenu-search .content-wrapper {
    padding:0px !important;
  }
  .sub-menu-serch-box a {
    display:block;
    padding:0px;
  }

  .mobile-nav-container {
    display: block;
  }
  .mobile-nav-container {
    width: 350px;
    max-width: 95%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1100;
    overflow-y: auto;
    padding: 20px;
    transition: all 0.5s ease-out !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    background: #d1e0f0;
  }
  .mobile-nav-container .close-box a {
    display: block;
    color: #0071d1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    float: right;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
  }
  .switcher {
    font-size: 12pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    line-height: 17px;
    font-family: 'Roboto',sans-serif !important;
    width: 115px !important;
  }
  .selected {
    background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position: relative;
    z-index: 9999;
  }
  .selected .open {
    display: flex;
    color: #666;
    padding: 3px 5px;
    border: none !important;
    width: 115px !important;
    text-decoration: none;
    font-size: 12pt;
  }
  .selected .open a {
    color: #666;
    padding: 2px 2px;
    border: none !important;
    width: 115px !important;
    text-decoration: none;
    font-size: 12pt;
  }
  .selected .open a:after {
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 15px;
    background-position: 50%;
    background-size: 11px;
    background-image: url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/images/download.svg);
    background-repeat: no-repeat;
    content: ""!important;
    transition: all .2s;
  }
  .selected .open a#hs-link-us_hs_logo_widget:after {
    display: none;
  }
  .mon-option {
    position: relative;
    z-index: 9998;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    max-height: 198px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none !important;
    width: 115px !important;
    display:none;
  }
  .mon-option .listing {
    background: #fff;
    color: #000;
    display: flex;
    padding:0px 5px;
  }

  .mon-option .listing a {
    color: #666;
    padding: 2px 2px;
    border: none !important;
    width: 115px !important;
    text-decoration: none;
    font-size: 12pt;
  }
  div#google_translate_element2 {
    display: none;
  }
  .google_translate_element2 {
    display:none;
  }

  .mob-top-menu ul {
    list-style: none;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0 !important;
    display: flex !important;
    padding-left: 0;
  }

  .mob-top-menu ul li {
    border-top: 1px solid rgba(0,113,209,0.25);
    padding: 5px 0;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
  }
  .mob-top-menu ul li:first-of-type {
    border: none;
  }

  .mob-top-menu ul li a {
    display: flex;
    align-items: center;
    color: #0071d1;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    line-height: 23.94px;
  }

  .mob-top-menu ul li:last-of-type {
    margin: 8px 0;
    border: none;
  }

  .mob-top-menu ul li:last-of-type a {
    background-color: rgba(27,38,49,0.1);
    background-image:url(https://9213798.fs1.hubspotusercontent-na1.net/hubfs/9213798/raw_assets/public/HomeSchoolAcademy_July2022/images/phone-pg.png);
    background-repeat: no-repeat;
    background-position: center left 12px;
    padding: 14px 12px 12px 32px;
    color: #0071d1;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px!important;
  }

  .mob-bottpm-menu ul {
    list-style: none;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0 !important;
    display: flex !important;
    padding-left: 0;
    padding-bottom: 7px;
  }

  .mob-bottpm-menu ul li {
    padding: 5px 0;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid rgba(0,113,209,0.25);
  }

  .mob-bottpm-menu ul li:first-of-type {
    border: none;
  }
  .mob-bottpm-menu ul li:last-of-type {
    border-bottom: 1px solid rgba(0,113,209,0.25);

  }
  .mob-bottpm-menu ul li a {
    display: flex;
    align-items: center;
    color: #0071d1;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    line-height: 23.94px;
  }
  .mob-links a {
    margin: 8px 0 0!important;
    display: block;
    background: #2b70b8;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 6.5px;
  }


  .mob-links a:last-of-type {
    background-color:#8CC219;
  }


  .mobile-open .mobile-nav-container {
    right:0px;
  }

}
footer.section-prefooter {
  position: relative;
  background: #e8eff7;
  padding-top: 72px;
  border-top: 5px solid #d1e0f0;
  padding-bottom: 24px;
}

.section-prefooter .content-wrapper {
  max-width: 1640px;
  position: relative;
  color: #1b2631;
  font-size: 18px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section-prefooter .content-wrapper .prefooter-inner {
  border-color: #d1e0f0;
  border-bottom: 1px solid #d1e0f0;
  padding-bottom: 24px ;
  margin-bottom: 16px ;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-contact {
  color: #1b2631;
  font-size: 18px;
  text-align: left ;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-logo img {
  height: 40px;
  width: 160px;
}
.contect-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 24px;
  margin-top: 17px ;
  color: #1b2631;
}
.contect-text a {
  color: #1b2631;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  font-size: 18px;
  line-height: 21px;
}
.contect-text a:hover {
  opacity:0.7;
  color: #1b2631;
}
.contect-text p span a {
  color: #0071d1
}
.contect-text p span a:hover {
  opacity: 0.7;
}


.footer-contact .social-icons{
  display: flex;
}

.footer-contact .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d1e0f0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin: 0 -2px 0 0;
}
.footer-contact .social-icons a:hover {
  opacity:0.7;
}
.footer-contact .social-icons a svg {
  width: 25px;
  height: 25px;
  fill: #1b2631;
  overflow: hidden;
  vertical-align: middle;
}


.footer-menu {
  flex: 0 0 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.footer-menu .link ul li a {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 0;
  display: block;
}


.footer-menu .link ul li ul.hs-menu-children-wrapper {
  display: block;
}
.footer-menu .link ul li ul.hs-menu-children-wrapper li a {
  font-size: 18px ;
  font-weight: 400 ;
  line-height: 1.33;
  margin: 0px;
}

.accreditations {
  display:flex;
  flex-wrap:wrap;
}
.accreditations img {
  border-style: none;
  margin: 0 7.5px 16px 0;
  vertical-align: middle;
  border-style: none;
}

.accreditations>div {
  display: inline-block;
}

.accreditations {
  display: inline-block;
  color: #1b2631;
  font-size: 18px;
  line-height: 1.33;
}

.menu-four strong {
  font-weight: 500;
  color: #1b2631;
  font-size: 18px;
  display:block;
  line-height:24px;
}
.section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center ;
  color: #1b2631;
  font-size: 18px;
}
.copyright, .privacy-box {
  font-size: 16px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.copyright span { 
  font-size: 16px;
  font-weight: 400;
  line-height: 21.27px;
  display: block;
}

.privacy {
  text-align: right ;
}

.privacy a {
  color: #1b2631;
  text-decoration: none;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.27px;
  display: inline-block;
}

.privacy a:hover {
  opacity:0.7;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  visibility:hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding-right: 17px;
  transition:all 0.5s;
}
body.open-modal  .overlay{
  opacity:1;
  visibility:visible;
}
body.open-modal .modal {
  overflow-x: hidden;
  overflow-y: auto;
  opacity:1;
  visibility:visible;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem 0;
  z-index: 9999;
}


.modal-content {
  width: 95%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  max-width: 638.33px;
  border-style: solid;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border: 0;
  border-top: 8px solid #2B70B8;
  border-bottom: 1px solid #dee2e6;
}
.modal-body {
  max-width: 638.33px;
  margin: auto;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
a.close-btn {
  float: right;
  margin: 5px 0 25px 50px;
  padding: 1rem 1rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  color: rgb(27, 38, 49);
}
.footer-form textarea {
  min-height: 107px;
}
a.close-btn:before {
  font-family: 's11-fp';
  text-align: center;
  content: "\e608";
}
.modal-header h2 {
  font-size: 40px;
  line-height: 1.1em;
  color: #0071d1;
  font-weight: 700;
  margin: 0 0 0.6em;
}
.footer-form .hs-form-required {
  color: #b94a48;
  font-weight: bold;
}
.footer-form form .hs-richtext,
.footer-form form .hs-richtext p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer-form input.hs-button.primary.large {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 6px;
  padding-left: 6px;
  font-weight: 400;
  width: 100%;
  margin: 10px 0;
}

.footer-form .actions {
  padding-bottom: 15px;
  padding-top: 15px;
}
.footer-form  ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.footer-form .hs-input.invalid.error {
  border-color: #B94A48;
}
.footer-form  ul.no-list.hs-error-msgs.inputs-list li label {
  margin: 0;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 12px;
  text-align: left;
  font-style: normal;
  max-width: 100%;
  color: #B94A48;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility:hidden;
  outline: 0;
  background: #0000007d;
  transition: all 0.5s;
}
body.open-modal {
  overflow: hidden;
}
.modal-content{
  top:-30px;
  transition:top 0.3s;
}
.open-modal .modal-content{
  top:0;
}
@media (min-width: 576px) {
  .footer-contact {
    text-align: left;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .modal-dialog {
    margin: 1.75rem auto;
  }

  .footer-menu {
    margin-bottom: 0;
  }

  .copyright, .privacy-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  .footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-menu {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (max-width:1000px){
  .footer-contact .social-icons{
    margin: 0 0 20px;
  }
}

@media (max-width:700px){
  .footer-contact .social-icons{
    justify-content: center;
  }
  footer.section-prefooter {
    padding-bottom:24px;
  }
  .section-prefooter .content-wrapper .prefooter-inner {
    margin-bottom: 16px;
  }
  a.close-btn {
    margin-left: 0;
  }
  .modal-body, .modal-header {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width:575px){
  .footer-contact {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;

  }
  .footer-menu .link ul li a {
    line-height:24px;
  }

}
@media (max-width:425px){
  .copyright, .privacy-box {
    text-align:center;
  }
  .privacy {
    text-align:center ;
  }
  .footer-menu .link ul li a {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 0;
    display: block;
    margin-top: 16px;
  }
  .footer-menu .link ul li ul.hs-menu-children-wrapper li a {
    margin-right: -15px;
  }
  .footer-logo {
    margin-top: 16px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}