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

@font-face { font-family: mr-eaves-modern; src: url("https://use.typekit.net/af/06602b/00000000000000003b9adbbf/27/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/06602b/00000000000000003b9adbbf/27/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/06602b/00000000000000003b9adbbf/27/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: italic; font-weight: 400; font-display: swap; }

@font-face { font-family: mr-eaves-modern; src: url("https://use.typekit.net/af/7a479b/00000000000000003b9adbb9/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/7a479b/00000000000000003b9adbb9/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/7a479b/00000000000000003b9adbb9/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: mr-eaves-modern; src: url("https://use.typekit.net/af/32391e/00000000000000003b9adbb7/27/l?fvd=n3&subset_id=2&v=3") format("woff2"), url("https://use.typekit.net/af/32391e/00000000000000003b9adbb7/27/d?fvd=n3&subset_id=2&v=3") format("woff"), url("https://use.typekit.net/af/32391e/00000000000000003b9adbb7/27/a?fvd=n3&subset_id=2&v=3") format("opentype"); font-style: normal; font-weight: 300; font-display: swap; }

@font-face { font-family: mr-eaves-modern; src: url("https://use.typekit.net/af/744bcc/00000000000000003b9adbbb/27/l?fvd=n2&subset_id=2&v=3") format("woff2"), url("https://use.typekit.net/af/744bcc/00000000000000003b9adbbb/27/d?fvd=n2&subset_id=2&v=3") format("woff"), url("https://use.typekit.net/af/744bcc/00000000000000003b9adbbb/27/a?fvd=n2&subset_id=2&v=3") format("opentype"); font-style: normal; font-weight: 200; font-display: swap; }

@font-face { font-family: justus-pro; src: url("https://use.typekit.net/af/5cebc9/000000000000000000017912/27/l?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/5cebc9/000000000000000000017912/27/d?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/5cebc9/000000000000000000017912/27/a?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: normal; font-weight: 700; font-display: swap; }

@font-face { font-family: justus-pro; src: url("https://use.typekit.net/af/efb309/000000000000000000017916/27/l?fvd=i5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/efb309/000000000000000000017916/27/d?fvd=i5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/efb309/000000000000000000017916/27/a?fvd=i5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: italic; font-weight: 500; font-display: swap; }

@font-face { font-family: justus-pro; src: url("https://use.typekit.net/af/7f5fdd/000000000000000000017911/27/l?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/7f5fdd/000000000000000000017911/27/d?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/7f5fdd/000000000000000000017911/27/a?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: normal; font-weight: 500; font-display: swap; }

@font-face { font-family: justus-pro; src: url("https://use.typekit.net/af/3afe7f/000000000000000000017915/27/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/3afe7f/000000000000000000017915/27/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/3afe7f/000000000000000000017915/27/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: italic; font-weight: 400; font-display: swap; }


@font-face { font-family: justus-pro; src: url("https://use.typekit.net/af/86ffba/000000000000000000017910/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/86ffba/000000000000000000017910/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/86ffba/000000000000000000017910/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }


@font-face { font-family: justus-pro; src: url("https://use.typekit.net/af/8a52aa/00000000000000000001790e/27/l?fvd=n2&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff2"), url("https://use.typekit.net/af/8a52aa/00000000000000000001790e/27/d?fvd=n2&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("woff"), url("https://use.typekit.net/af/8a52aa/00000000000000000001790e/27/a?fvd=n2&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3") format("opentype"); font-style: normal; font-weight: 200; font-display: swap; }

@font-face { font-family: mr-eaves-modern; src: url("https://use.typekit.net/af/b4ff73/00000000000000003b9adbbd/27/l?fvd=n8&subset_id=2&v=3") format("woff2"), url("https://use.typekit.net/af/b4ff73/00000000000000003b9adbbd/27/d?fvd=n8&subset_id=2&v=3") format("woff"), url("https://use.typekit.net/af/b4ff73/00000000000000003b9adbbd/27/a?fvd=n8&subset_id=2&v=3") format("opentype"); font-style: normal; font-weight: 800; font-display: swap; }

body {
  line-height: 1.18181818182;
  word-break: break-word;
  background-color: #3d2161;
}

.body-wrapper {
    background-color: #fff;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
      -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}

/* 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;
  text-decoration:underline;
}

a:hover{
  text-decoration:underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 1rem 0;
}

h1{
  line-height:1.02222222222;
}

h2{
  line-height:1.28571428571;
}

h3{
  line-height:1.24;
}

h4{
  line-height:1.18181818182;
}

h5{
  line-height:1.18181818182;
}
h6{
  line-height:1.18181818182;
}

/* Lists */

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

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{
  margin-bottom:10px;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-family: mr-eaves-modern,sans-serif;
  font-size: 16px;
  line-height:1.4;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-family: mr-eaves-modern,sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px;
  outline:0;
}

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 {
  margin-bottom:0 !important;
  border-color: #d31145;
}

form .hs-error-msgs li{
  margin:0;
  line-height: normal;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #d31145;
  line-height: 16px;
  line-height:1.4;
  margin-bottom:10px;
}
/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button,
.button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  line-height: 1;
  font-family: mr-eaves-modern,sans-serif;
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
  text-decoration:none;
}

form input[type=submit]:hover,
form .hs-button:hover,
.hs-button:hover,
.button:hover{
  text-decoration:none;
}

/* 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;
}
div.header a,header.header a,
div.header a:hover,header.header a:hover{
  text-decoration:none;
}


.menu_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:after, 
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-mobile-dropddown:before, 
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:after, 
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-email-btn:before, 
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:after, 
.adm-async-form-two .adm-results-slide-out .adm-results-container .adm-results-btns a.adm-print-btn:before, 
.alert_trigger-icon:after, .dsa-LG_GB:after, .dsb-LG_GB:before, .header_item.alert .header_icon:after, 
.header_item.contact .header_icon:after, .header_item.contact .header_icon:before, 
.header_item.notice .header_icon:after, .header_item.portal .header_icon:after, 
.header_item.portal .header_icon:before, .menu_search:before, 
.secondLvlCss a:not(.hasImage):not(.downloadBtn)[href$=".pdf"]:after, 
.secondLvlCss a:not(.hasImage):not(.downloadBtn)[href$=".pdf"]:before, 
.secondLvlCss a:not(.hasImage):not(.downloadBtn)[href^=mailto]:after, 
.secondLvlCss a:not(.hasImage):not(.downloadBtn)[href^=mailto]:before, 
.secondLvlCss a:not(.menu_link):not(.footer_side-bottom-ctaLink):not(.footer_main-link):not(.header_item):not(.hasImage):not(.downloadBtn)[target=_blank]:after, 
.secondLvlCss a:not(.menu_link):not(.footer_side-bottom-ctaLink):not(.footer_main-link):not(.header_item):not(.hasImage):not(.downloadBtn)[target=_blank]:before, 
.sendAdmEmailTo .aef-sendButton:before, .slvl-page a:not(.hasImage):not(.downloadBtn)[href$=".pdf"]:after, 
.slvl-page a:not(.hasImage):not(.downloadBtn)[href$=".pdf"]:before, 
.slvl-page a:not(.hasImage):not(.downloadBtn)[href^=mailto]:after, 
.slvl-page a:not(.hasImage):not(.downloadBtn)[href^=mailto]:before, .slvl-stories-type:before {
  background-color: transparent;
  background-image: url(https://8594843.fs1.hubspotusercontent-na1.net/hubfs/8594843/raw_assets/public/Cushing_Academy_September_2021/images/wSprite.png);
  background-repeat: no-repeat;
}

header.header.cursor--light {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.35);
  box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}

.header:not(p.header) {
  background: #482078;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.35);
  box-shadow: 0 0 10px rgb(0 0 0 / 35%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  padding: 10px 0 12px;
  position: fixed;
  width: 100%;
  z-index: 6;
  font-family: mr-eaves-modern,sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.slvl .header {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.35);
  box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}


.header_top {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: center;
  justify-content: center;
}

.header_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

header.header .secondLvlCss a, header.header .slvl-page a {
  color: #482078;
  font-weight: 500;
  text-decoration: none;
}

.header_item.menu {
  margin-bottom: 0;
  margin-left: auto;
}

.targetable {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.header_icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 32px;
  margin-bottom: 5px;
  position: relative;
  width: 32px;
}

.header_item.menu .header_icon {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}

.header_item.menu .header_icon .line_row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 100%;
}

.open_menu .header_item.menu .header_icon .line_row{
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 25px;
}

.open_menu .header_item.menu .header_icon .line_row:first-child {
  -webkit-transform: translate(-50%,-50%) rotate(
    45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(
    45deg);
}   

.open_menu .header_item.menu .header_icon .line_row:nth-child(2) {
  -webkit-transform: translate(-50%,-50%) rotate(
    -45deg);
  -moz-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  -o-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(
    -45deg);
}

.open_menu .header_item.menu .header_icon .line_row:last-child {
  display: none;
}

.header_item.menu .header_icon .line {
  background-color: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  width: 72%;
}

.open_menu .header_item.menu .header_icon .line{
  background-color: #482078;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.header_item.menu .header_icon .line_dot {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 4px;
  opacity: .4;
  position: absolute;
  right: 0;
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  width: 4px;
}

.header_item.menu:hover .header_icon .line_dot{
  opacity:1;
}

.open_menu .header_item.menu .header_icon .line_dot{
  display:none;
}

.header_divider {
  background: #fff;
  height: 100%;
  margin-left: auto;
  opacity: .2;
  width: 1px;
}

.header_middle {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  display: none;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

.slvl .header_middle {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header_bottom {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.header_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

.header_item.contact {
  margin-bottom: 0;
  margin-left: 10%;
}

.header_item.contact .header_icon {
  height: 29px;
  width: 29px;
}

.header_item.contact .header_icon:after, .header_item.contact .header_icon:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-48%,-60%);
  -moz-transform: translate(-48%,-60%);
  -ms-transform: translate(-48%,-60%);
  -o-transform: translate(-48%,-60%);
  transform: translate(-48%,-60%);
}

.header_item.contact:hover .header_icon:after{
  opacity:1;
}

.show_contact .header_item.contact .header_icon:after, .show_contact .header_item.contact .header_icon:before{
  background-color: #482078;
  background-image: none;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(
    45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(
    45deg);
  width: 25px;
}

.show_contact .header_item.contact .header_icon:after{
  opacity: 1;
  -webkit-transform: translate(-50%,-50%) rotate(
    -45deg);
  -moz-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  -o-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(
    -45deg);
}

.dsa-LG_GB_contact:after, .dsb-LG_GB_contact:before, .header_item.contact .header_icon:before {
  background-position: -70px -53px;
  content: "";
  display: inline-block;
  height: 29px;
  width: 29px;
}

.header_item.contact .header_icon:after {
  opacity: 0;
}

.dsa-LG_GB_contact_hov:after, .dsb-LG_GB_contact_hov:before, .header_item.contact .header_icon:after {
  background-position: -39px -53px;
  content: "";
  display: inline-block;
  height: 29px;
  width: 29px;
}

.header_text {
  color: #ad9ac1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
      display: block;
    line-height: 1.4;
}

.header_text.close_text{
  display:none; 
}

.header_tex.close_text{
  display:none;
}

.open_menu .header_text.close_text{
  display:block;
}

.open_menu .header_text.open_text{
  display:none;
}

.header_item.portal {
  margin: 0 10% 0 0;
}

.header_item.portal .header_icon:after, .header_item.portal .header_icon:before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
}

.dsa-LG_GB_portal:after, .dsb-LG_GB_portal:before, .header_item.portal .header_icon:before {
  background-position: -1px -88px;
  content: "";
  display: inline-block;
  height: 28px;
  width: 22px;
}

.dsa-LG_GB_portal_hov:after, .dsb-LG_GB_portal_hov:before, .header_item.portal .header_icon:after {
  background-position: -105px -29px;
  content: "";
  display: inline-block;
  height: 28px;
  width: 22px;
}

.menu_wrapper {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 100%;
  width: 100vw;
  z-index: 5;
}

body:not(.open_menu) .menu_wrapper {
  pointer-events: none;
}

.menu_wrapper.menu_hide {
  -webkit-animation: hide-menu-mobile .5s forwards;
  -moz-animation: hide-menu-mobile .5s forwards;
  -o-animation: hide-menu-mobile .5s forwards;
  animation: hide-menu-mobile .5s forwards;
}

.open_menu .menu_wrapper.menu_hide{
  -webkit-animation: show-menu-mobile .5s forwards;
  -moz-animation: show-menu-mobile .5s forwards;
  -o-animation: show-menu-mobile .5s forwards;
  animation: show-menu-mobile .5s forwards;
}

.menu_content {
  background-color: #482078;
  color: #482078;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.menu_empty {
  grid-area: menu-empty;
}

.menu_links {
  background-color: #fff;
  font-family: justus-pro,sans-serif;
  position: relative;
}

.footer_main-top .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
}
.menu_links form {
  margin: 0;
}
.menu_footer {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #482078;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.contact_overlay .footer_side {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.contact_overlay .footer_side-top {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main.body-container-wrapper {
  -webkit-box-shadow: inset 0 11px 15px -10px rgb(0 0 0 / 40%), inset 0 -11px 15px -10px rgb(0 0 0 / 40%);
  -moz-box-shadow: inset 0 11px 15px -10px rgba(0,0,0,.4),inset 0 -11px 15px -10px rgba(0,0,0,.4);
  box-shadow: inset 0 11px 15px -10px rgb(0 0 0 / 40%), inset 0 -11px 15px -10px rgb(0 0 0 / 40%);
}


@-webkit-keyframes show-menu {
  0% {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  5% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: visible
  }

  to {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }
}

@-moz-keyframes show-menu {
  0% {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  5% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: visible
  }

  to {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }
}

@-o-keyframes show-menu {
  0% {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  5% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: visible
  }

  to {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }
}

@keyframes show-menu {
  0% {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  5% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: visible
  }

  to {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }
}

@-webkit-keyframes hide-menu {
  0% {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  to {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }
}

@-moz-keyframes hide-menu {
  0% {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  to {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }
}

@-o-keyframes hide-menu {
  0% {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  to {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }
}

@keyframes hide-menu {
  0% {
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible
  }

  99% {
    display: block;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }

  to {
    display: none;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden
  }
}

@-webkit-keyframes show-menu-mobile {
  0% {
    display:none;
    top:100%
  }
  5% {
    display:block;
    top:100%
  }
  to {
    display:block;
    top:0
  }
}
@-moz-keyframes show-menu-mobile {
  0% {
    display:none;
    top:100%
  }
  5% {
    display:block;
    top:100%
  }
  to {
    display:block;
    top:0
  }
}
@-o-keyframes show-menu-mobile {
  0% {
    display:none;
    top:100%
  }
  5% {
    display:block;
    top:100%
  }
  to {
    display:block;
    top:0
  }
}
@keyframes show-menu-mobile {
  0% {
    display:none;
    top:100%
  }
  5% {
    display:block;
    top:100%
  }
  to {
    display:block;
    top:0
  }
}

@-webkit-keyframes hide-menu-mobile {
  0% {
    display:block;
    top:0
  }
  99% {
    display:block;
    top:100%
  }
  to {
    display:none;
    top:100%
  }
}
@-moz-keyframes hide-menu-mobile {
  0% {
    display:block;
    top:0
  }
  99% {
    display:block;
    top:100%
  }
  to {
    display:none;
    top:100%
  }
}
@-o-keyframes hide-menu-mobile {
  0% {
    display:block;
    top:0
  }
  99% {
    display:block;
    top:100%
  }
  to {
    display:none;
    top:100%
  }
}
@keyframes hide-menu-mobile {
  0% {
    display:block;
    top:0
  }
  99% {
    display:block;
    top:100%
  }
  to {
    display:none;
    top:100%
  }
}

.scroll-bar {
  display: none;
  left: 12%;
  position: absolute;
  -webkit-transform: rotate(
    90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(
    90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  width: 400px;
}

.scroll-bar-input {
  -webkit-appearance: none;
  background: #eff4f1;
  height: 5px;
  outline: none;
  width: 100%;
  z-index: 2;
  line-height: 1.15;
  margin: 0;
}

input[type="range" i]::-webkit-slider-runnable-track {
  min-inline-size: 0px;
  align-self: center;
  box-sizing: border-box;
  display: block;
  -webkit-user-modify: read-only !important;
  flex: 1 1 0%;
}


.scroll-bar-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #482078!important;
  background-position: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  display: block;
  height: 40px;
  -webkit-transform: rotate(
    90deg);
  transform: rotate(
    90deg);
  width: 40px;
}

.scroll-bar-input::-webkit-slider-thumb{
  background-color: transparent;
  background-image: url(https://8594843.fs1.hubspotusercontent-na1.net/hubfs/8594843/raw_assets/public/Cushing_Academy_September_2021/images/wSprite.png);
  background-repeat: no-repeat;
}

.scroll-bar-input::-webkit-slider-thumb{
  background-position: -53px -1px;
  height: 50px;
  width: 50px;
}

.menu_search:before {
  left: 12px;
  position: absolute;
  top: 23%;
}

.dsa-LG_GB_search:after, .dsb-LG_GB_search:before, .menu_search:before {
  background-position: -105px -1px;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
}

.menu_search-input {
  background-color: #eff4f1;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #482078;
  font-family: mr-eaves-modern,sans-serif;
  font-size: 18px;
  height: 50px;
  padding: 0 50px;
  width: 100%;
  line-height: 1.15;
  margin: 0;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.menu_search-button {
  background: #482078;
  border: 2px solid transparent;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-family: justus-pro, sans-serif;
  font-size: 14px;
  line-height: 1.15;
  margin: 0;
  padding: 1px 6px;
}

.menu_search-button:hover {
  border-color: #ada7b9;
  outline: none;
  background: #482078;
}

.menu_search-button, .menu_search-button:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-60%,10%);
  -moz-transform: translate(-60%,10%);
  -ms-transform: translate(-60%,10%);
  -o-transform: translate(-60%,10%);
  transform: translate(-60%,10%);
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
}

.menu_search-button:before {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
  -moz-box-shadow: 7px 7px 0 0 #fff,0 14px 0 0 #fff;
  box-shadow: 7px 7px 0 0 #fff, 0 14px 0 0 #fff;
  content: "";
  height: 4px;
  left: 50%;
  top: 23%;
  width: 4px;
}

.nav {
  list-style-type: none;
  margin: 0;
  padding: 50px 0;
}

.menu_search-input::-webkit-input-placeholder {
  color: #482078;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase
}

.menu_search-input:-moz-placeholder,.menu_search-input::-moz-placeholder {
  color: #482078;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase
}

.menu_search-input:-ms-input-placeholder {
  color: #482078;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase
}

.menu_search-input::-ms-input-placeholder {
  color: #482078;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.menu_search-input::placeholder {
  color: #482078;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase
}

.menu_links .nav::-webkit-scrollbar {
  display: none!important;
  width: 0!important;
}        

.custom-menu-wrapper .navigation-primary>ul>li>a{
  color: #ada7b9;
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding: 10px 0; 
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}



.custom-menu-wrapper .navigation-primary>ul>li.has-submenu>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-menu-wrapper .navigation-primary>ul>li.has-submenu>a .nav_text {
  width: 80%;
}

.nav_icon {
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
}

.custom-menu-wrapper .navigation-primary>ul>li >a .nav_icon {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
  margin-left: 5px;
}

.custom-menu-wrapper .navigation-primary>ul>li >a .nav_icon:before {
  background-color: #482078;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 7px 7px 0 0 #482078, 0 14px 0 0 #482078;
  -moz-box-shadow: 7px 7px 0 0 #482078,0 14px 0 0 #482078;
  box-shadow: 7px 7px 0 0 #482078, 0 14px 0 0 #482078;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;  
}


.custom-menu-wrapper .navigation-primary ul.submenu.level-2{
  list-style-type: none;
  margin: 0;
  padding: 50px 0;
  background-color: #eff4f1;
  font-size: 18px;
  left: 0;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li>a{
  display: block;
  padding: 10px 0;
  color: #482078;
  color: #482078;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.has-submenu>a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-menu-wrapper .navigation-primary li.open_child ul.submenu.level-2{
  opacity: 1;
  visibility: visible;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back{
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back:after{
  background-color: #ada7b9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back a .nav_text{
  color: #ada7b9;
}

.nav_children-back {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: none;
}

.nav_children-back:after {
  background-color: #ada7b9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.nav_children-back .nav_icon{
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate( 180deg);
}

.nav_children-back .nav_icon:before{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  background-color: #ada7b9;
  -webkit-box-shadow: 7px 7px 0 0 #ada7b9, 0 14px 0 0 #ada7b9;
  -moz-box-shadow: 7px 7px 0 0 #ada7b9,0 14px 0 0 #ada7b9;
  box-shadow: 7px 7px 0 0 #ada7b9, 0 14px 0 0 #ada7b9;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li>a .nav_text{
  width: 80%;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.has-submenu>a .nav_icon{
  display: inline-block;
  position: relative;
  margin-left: 5px;
  height: 15px;
  width: 15px;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.has-submenu>a .nav_icon:before{
  background-color: #482078;  
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.has-submenu.open_child>a .nav_icon:before{
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.has-submenu>a .nav_icon:after{
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #482078;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  width: 2px;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.has-submenu.open_child>a .nav_icon:after{
  display:none;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-3{
  display:none;
  font-family: mr-eaves-modern,sans-serif;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 29px;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-3 li a{
  display: block;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
  font-size: 18px;
  line-height: 1.4;
}

.header_logo{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  left: 50px;
  margin-top: 5px;
  position: fixed;
  top: 20px;
  width: 70px;
  z-index: 3;
}

.header_logo img {
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact_overlay {
  background-color: #482078;
  height: 0;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  top: 100%;
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 2;
  -webkit-animation: hide-contact-overlay-mobile .35s ease-in-out forwards;
  -moz-animation: hide-contact-overlay-mobile .35s ease-in-out forwards;
  -o-animation: hide-contact-overlay-mobile .35s ease-in-out forwards;
  animation: hide-contact-overlay-mobile .35s ease-in-out forwards;
}

.show_contact .contact_overlay {
  -webkit-animation: show-contact-overlay-mobile .35s ease-in-out forwards;
  -moz-animation: show-contact-overlay-mobile .35s ease-in-out forwards;
  -o-animation: show-contact-overlay-mobile .35s ease-in-out forwards;  
  animation: show-contact-overlay-mobile .35s ease-in-out forwards;
}


.contact_overlay:before {
  content: none;
}

.contact_overlay .location_phone a {
  font-weight: 800;
}

@-webkit-keyframes hide-contact-overlay {
  0% {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }

  90% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }
}

@-moz-keyframes hide-contact-overlay {
  0% {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -moz-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }

  90% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }
}

@-o-keyframes hide-contact-overlay {
  0% {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -o-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }

  90% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }
}

@keyframes hide-contact-overlay {
  0% {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(54px);
    -moz-transform: translateX(54px);
    -o-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }

  90% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }
}

@-webkit-keyframes show-contact-overlay {
  0% {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }

  5% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }
}

@-moz-keyframes show-contact-overlay {
  0% {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }

  5% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -moz-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }
}

@-o-keyframes show-contact-overlay {
  0% {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }

  5% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -o-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }
}

@keyframes show-contact-overlay {
  0% {
    height: 0;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: 0
  }

  5% {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    width: 20vw
  }

  to {
    height: 100vh;
    left: 100%;
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(54px);
    -moz-transform: translateX(54px);
    -o-transform: translateX(54px);
    transform: translateX(54px);
    visibility: visible;
    width: 20vw
  }
}

@-webkit-keyframes show-contact-overlay-mobile {
  0% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  5% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }
}

@-moz-keyframes show-contact-overlay-mobile {
  0% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -moz-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  5% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -moz-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -moz-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }
}

@-o-keyframes show-contact-overlay-mobile {
  0% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  5% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }
}

@keyframes show-contact-overlay-mobile {
  0% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  5% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }
}

@-webkit-keyframes hide-contact-overlay-mobile {
  0% {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }

  99% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }
}

@-moz-keyframes hide-contact-overlay-mobile {
  0% {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -moz-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }

  99% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -moz-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -moz-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }
}

@-o-keyframes hide-contact-overlay-mobile {
  0% {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }

  99% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }
}

@keyframes hide-contact-overlay-mobile {
  0% {
    bottom: 0;
    height: auto;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible
  }

  99% {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    width: 100vw
  }

  to {
    bottom: -100%;
    height: auto;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0); 
    transform: translate(0);
    visibility: visible; 
    width: 100vw
  }
}

.contact_overlay .footer_side-left .location_section {
  background-color: #482078;
  padding: 50px 30px 40px;
  text-align: center;
}

.contact_overlay .footer_side-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 40px;
}

.contact_overlay .footer_side-bottom-header {
  font-size: 22.4px;
  line-height: 26.6px;
  width: 100%;
}

.contact_overlay .penguin_penguinMenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0 0;
  width: 100%;
}

.contact_overlay .penguin_penguinMenu .hs-menu-wrapper>ul>li{
  width:100%;
}

.contact_overlay .penguin_penguinMenu .hs-menu-wrapper>ul>li>a:after{
  margin-right: 0;
}

.menu_footer-inner {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding-bottom: 90px;
  padding-top: 30px;
  width: 70%;
}

.footer_main-top {
  width: 100%;
  line-height: 1.4;
}

.menu_footer-inner .footer_main-top .hs-menu-wrapper>ul>li>a{
  margin-bottom: 10px;
}

.menu_footer-inner .footer_main-top .hs-menu-wrapper>ul .link_info{
  margin-bottom: 10px;
  margin-top: 0;
  width: auto;
}

.menu_footer-inner .footer_main-top .hs-menu-wrapper>ul .link_info{
  margin-bottom: 10px;
  margin-top: 0;
  width: auto;
  padding-left: 23px;
  line-height: 1.4;
}

.menu_footer-inner .footer_main-top .hs-menu-wrapper>ul .link_info a {
  display: inline-block;
  height: 100%;
  margin-left: -20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .06em;
  padding-left: 13px;
  font-family: mr-eaves-modern, sans-serif;
  line-height: 1.4;
}




body.open_menu {
  height: 100%;
  overflow: hidden;
}











@media screen and (min-width: 769px){
  .location_btn.direction_btn a{
    padding-right: 30px;
  }
}


@media screen and (min-width: 922px){
  .scroll-bar {
    display: none;
  }
}

@media screen and (min-width: 1024px){
   .contact_overlay .footer_side-top {
    height: 100%;
  }
  body.show_contact {
    overflow: hidden;
  }
  .header:not(p.header) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    bottom: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 100px;
    padding: 0 10px;
    top: 0;
    width: auto;
  }


  .slvl-page {
    padding-left: 93px;
    width: 100%;
  }
  .no-navBar .slvl-page {
    padding-left: 0px;
  }

  .header_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_item.menu {
    margin-bottom: 50px;
    margin-left: 0;
  }

  .header_divider {
    height: 1px;
    margin-left: 0;
    width: 100%;
  }

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

  .header_bottom {
    -webkit-box-flex: 1.5;
    -moz-box-flex: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .header_item.contact {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .header_item.contact .header_icon {
    height: 32px;
    margin-bottom: 5px;
    width: 32px;
  }
  .header_item.contact .header_icon:after, .header_item.contact .header_icon:before {
    height: 29px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    width: 29px;
  }
  .header_item.portal {
    margin: 20px 0;
  }

  .show_contact .header_item.contact .header_icon:after, .show_contact .header_item.contact .header_icon:before{
    background-color: #fff;
    width: 32px;
  }

  .menu_wrapper.menu_hide {
    -webkit-animation: hide-menu .5s 1.5s forwards;
    -moz-animation: hide-menu .5s 1.5s forwards;
    -o-animation: hide-menu .5s 1.5s forwards;
    animation: hide-menu .5s 1.5s forwards;
    display: block;
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible;
  }




  .menu_content {
    -ms-grid-columns: 74px 50% 50%;
    grid-template-columns: 74px 50% 50%;
  }

  .menu_content {
    background-color: hsla(0,0%,100%,.9);
    display: -ms-grid;
    display: grid;
    grid-template-areas: "menu-empty menu-main menu-sidebar";
    height: 100%;
    left: auto;
    overflow: hidden;
    text-align: left;
  }

  .menu_empty {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .menu_links {
    grid-area: menu-main;
    height: 100vh!important;
    padding: 10% 5% 10% 20%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
    -webkit-transition: -webkit-transform .5s linear 1s;
    transition: -webkit-transform .5s linear 1s;
    -o-transition: -o-transform .5s linear 1s;
    -moz-transition: transform .5s linear 1s,-moz-transform .5s linear 1s;
    transition: transform .5s linear 1s;
    transition: transform .5s linear 1s,-webkit-transform .5s linear 1s,-moz-transform .5s linear 1s,-o-transform .5s linear 1s;
  }

  .menu_links {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .menu_wrapper.hide .menu_links {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s linear 1s;
    transition: -webkit-transform .5s linear 1s;
    -o-transition: -o-transform .5s linear 1s;
    -moz-transition: transform .5s linear 1s,-moz-transform .5s linear 1s;
    transition: transform .5s linear 1s;
    transition: transform .5s linear 1s,-webkit-transform .5s linear 1s,-moz-transform .5s linear 1s,-o-transform .5s linear 1s;
  }

  .menu_links:before {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(20%,#fff),color-stop(99%,hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(top,#fff,#fff 20%,hsla(0,0%,100%,0) 99%);
    background: -moz-linear-gradient(top,#fff 0,#fff 20%,hsla(0,0%,100%,0) 99%);
    background: -o-linear-gradient(top,#fff 0,#fff 20%,hsla(0,0%,100%,0) 99%);
    background: linear-gradient(
      180deg,#fff 0,#fff 20%,hsla(0,0%,100%,0) 99%);
    top: 0;
  }

  .menu_links:after, .menu_links:before {
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .menu_links:after {
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(20%,#fff),to(#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 20%,#fff);
    background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 20%,#fff 100%);
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 20%,#fff 100%);
    background: linear-gradient(
      180deg,hsla(0,0%,100%,0) 0,#fff 20%,#fff);
    bottom: 7%;
  }

  .menu_footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-area: menu-sidebar;
    position: relative;
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
    z-index: 1;
    -webkit-transition: -webkit-transform .8s linear .35s;
    transition: -webkit-transform .8s linear .35s;
    -o-transition: -o-transform .8s linear .35s;
    -moz-transition: transform .8s linear .35s,-moz-transform .8s linear .35s;
    transition: transform .8s linear .35s;
    transition: transform .8s linear .35s,-webkit-transform .8s linear .35s,-moz-transform .8s linear .35s,-o-transform .8s linear .35s;
  }

  .menu_footer-wrapper {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .menu_wrapper.hide .menu_footer-wrapper {
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform .8s linear .35s;
    transition: -webkit-transform .8s linear .35s;
    -o-transition: -o-transform .8s linear .35s;
    -moz-transition: transform .8s linear .35s,-moz-transform .8s linear .35s;
    transition: transform .8s linear .35s;
    transition: transform .8s linear .35s,-webkit-transform .8s linear .35s,-moz-transform .8s linear .35s,-o-transform .8s linear .35s;
  }
  .open_menu .menu_links {
    -webkit-transition: -webkit-transform .5s linear .5s;
    transition: -webkit-transform .5s linear .5s;
    -o-transition: -o-transform .5s linear .5s;
    -moz-transition: transform .5s linear .5s,-moz-transform .5s linear .5s;
    transition: transform .5s linear .5s;
    transition: transform .5s linear .5s,-webkit-transform .5s linear .5s,-moz-transform .5s linear .5s,-o-transform .5s linear .5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .open_menu .menu_footer-wrapper{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s linear .8s;
    transition: -webkit-transform 1s linear .8s;
    -o-transition: -o-transform 1s linear .8s;
    -moz-transition: transform 1s linear .8s,-moz-transform 1s linear .8s;
    transition: transform 1s linear .8s;
    transition: transform 1s linear .8s,-webkit-transform 1s linear .8s,-moz-transform 1s linear .8s,-o-transform 1s linear .8s;
  }

  .menu_footer {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }

  .open_menu .menu_wrapper.menu_hide{
    -webkit-animation: show-menu .5s forwards;
    -moz-animation: show-menu .5s forwards;
    -o-animation: show-menu .5s forwards;
    animation: show-menu .5s forwards;
  }
  .scroll-bar {
    top: 20vh;
  }

  .menu_search {
    z-index: 2;
  }

  .menu_search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: 10%;
    position: absolute;
    width: 80%;
  }

  .nav {
    height: 100%;
    overflow: visible;
    overflow-y: scroll;
    padding-bottom: 100px;
  }

  .custom-menu-wrapper .navigation-primary>ul>li>a{
    font-size: 39.9px;
    font-weight: 500;
  }

  .custom-menu-wrapper .navigation-primary>ul>li.has-submenu>a{
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2{
    height: 100%;
    overflow: visible;
    overflow-y: scroll;
    left: -4px;
    width: -webkit-calc(100% + 3px);
    width: -moz-calc(100% + 3px);
    width: calc(100% + 3px);
    padding-bottom: 0;
    padding-top: 0;
  }

  .custom-menu-wrapper .navigation-primary li.open_child ul.submenu.level-2{
    padding: 5% 5% 0 20%;
    opacity: 1;
    overflow-y: scroll;
    text-align: left;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .custom-menu-wrapper .navigation-primary  ul.submenu::-webkit-scrollbar {
    display: none!important;
    width: 0!important;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back{
    opacity: 0;
    visibility: hidden;
  }
  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back:after{
    background-color: transparent;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back a{
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back a .nav_text{
    font-size: 0;
    opacity: 0;
    visibility: hidden;
  }

  .open_child>.nav_children-back{
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: translate(77vw,2vh);
    -moz-transform: translate(77vw,2vh);
    -ms-transform: translate(77vw,2vh);
    -o-transform: translate(77vw,2vh);
    transform: translate(77vw,2vh);
    z-index: 3;
  }

  .nav_children-back:after {
    background-color: transparent;
  }

  .nav_children-back .nav_icon:before{
    background-color: #482078;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    -o-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(
      45deg);
    width: 100%;
    z-index: 10;
  }
  .nav_children-back .nav_icon:after{
    background-color: #482078;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 100%;
    z-index: 10;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.has-submenu>a{
    justify-content: flex-start;
  }



  .open_menu .header_item.menu .header_icon .line_row{
    width: 32px;
  }

  .open_menu .header_item.menu .header_icon .line{
    background-color: #fff;
  }

  .header_logo{                             
    height: 100px;
    margin-top: 0;
    width: 100px;
  }

  .header_logo img {
    margin: 0;
    max-width: 720px;
    width: 100% !important;
  }

  .contact_overlay {
    background-color: #482078;
    left: 74px;
    min-width: 240px;
    overflow-y: visible;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 0;
    -webkit-animation: hide-contact-overlay .35s ease-in-out forwards;
    -moz-animation: hide-contact-overlay .35s ease-in-out forwards;
    -o-animation: hide-contact-overlay .35s ease-in-out forwards;
    animation: hide-contact-overlay .35s ease-in-out forwards;
  }

  .show_contact .contact_overlay {
    left: 74px;
    min-width: 240px;  
    overflow-y: visible;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 0;
    -webkit-animation: show-contact-overlay .35s ease-in-out forwards;
    -moz-animation: show-contact-overlay .35s ease-in-out forwards;
    -o-animation: show-contact-overlay .35s ease-in-out forwards;
    animation: show-contact-overlay .35s ease-in-out forwards;
  }

  .contact_overlay .footer_side { 
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical; 
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex; 
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_overlay:before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0,0,0,.5);
    content: "";
    height: 100vh;
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0; 
    -webkit-transition: all .35s ease-in-out 0s; 
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;  
    transition: all .35s ease-in-out 0s;
    width: 100vw;
    z-index: 1; 
  } 

  .show_contact .contact_overlay:before {
    opacity: 1;
  }

  .contact_overlay .location_title, .contact_overlay .location_address, .contact_overlay .location_phone{
    margin: 0 auto;
    width: 80%;
  }

  .contact_overlay .footer_side-bottom {
    padding: 20px 40px 0;
  }

  .menu_footer-inner {
    margin: 0 15%;
    padding-bottom: 30px;
    padding-top: 0;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-3{
    padding: 0 0 0 26px;
  }

  .custom-menu-wrapper .navigation-primary>ul:hover>li>a,
  .custom-menu-wrapper .navigation-primary ul.submenu.level-2:hover>li>a{
    color: #ada7b9;
  }

  .contact_overlay .penguin_penguinMenu .hs-menu-wrapper>ul>li{
    margin-right:0;
  }
  .custom-menu-wrapper .navigation-primary>ul>li.open_child>a .nav_icon{
        margin-left: 10px;
    -webkit-transform: rotate( 
180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate( 
180deg);
  }
  
  .contact_overlay .footer_side-top {
    min-height: 411px;
  }
  
  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul .link_info a:hover {
  padding-left: 23px;

}

}

@media screen and (max-height: 600px) and (min-width: 1600px){
  .header_item.menu {
    margin-bottom: 0;
  }


}

@media (max-width:1440px){
  .contact_overlay .location_title, .contact_overlay .location_address, .contact_overlay .location_phone{
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 1600px){
  .header:not(p.header) {
    padding: 0 15px;
  }
  .header_item.contact {
    margin-bottom: 15px;
  }

  .header_text {
    font-size: 14px;
    margin-top: 9px;
  }

  .header_item.portal {
    margin: 15px 0;
  }

  .menu_content {
    -ms-grid-columns: 93px 60% 40%;
    grid-template-columns: 93px 60% 40%;
  }
  .menu_links {
    padding: 2% 20%;
  }

  .menu_footer {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .scroll-bar {
    left: 10%;
    top: 35vh;
  }

  .menu_search {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%;
  }

  .nav {
    padding-bottom: 150px;
    padding-top: 50px;
  }

  .custom-menu-wrapper .navigation-primary>ul>li>a{
    font-size: 42px;
    line-height: 70px;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2{
    left: auto;
    right: 1px;
    width: 40vw;
  }
  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li>a{
    font-size: 20px;
  }

  .custom-menu-wrapper .navigation-primary li.open_child ul.submenu.level-2{
    padding: 5% 5% 0 10%!important;
    text-align: left;
  }

  .open_child>.nav_children-back{
    -webkit-transform: translate(75vw,3vh);
    -moz-transform: translate(75vw,3vh);
    -ms-transform: translate(75vw,3vh);
    -o-transform: translate(75vw,3vh);
    transform: translate(75vw,3vh);
  }
  .contact_overlay .location_title, .contact_overlay .location_address, .contact_overlay .location_phone{
    width: 60%;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-3 li a{
    font-size: 20px;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-3{
    padding: 0 0 0 29px;
  }


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

@media (orientation: landscape) and (min-width: 1024px) and (min-height: 800px){
  div.header  .header {
    height: 100%;
  }
  .header{
    height: 100vh;
  }
}

@media screen and (max-width: 1023px){
  .contact_overlay {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  }
  body.open_menu {
    overflow: visible;
  }
  .body-wrapper{
    padding-left: 0px !important;
  }
  div#mainNav {
    padding-bottom: 0;
  }

  .menu_wrapper ul {
    padding-bottom: 50px;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2 {
    height: 100%;
  }
  header.header {
    min-height: 74px;
  }

  .header_item.contact, .header_item.portal {
    margin-bottom: 5px;
  }

  .header_bottom .header_divider {
    display: none;
  }
  .header_text {
    bottom: 10px;
    position: absolute;
  }

  .header_item.menu .header_icon {
    position: absolute;
    top: 15px;
  }

  .header_item.contact .header_icon {
    width: 53px;
  }

  .header_logo{
    margin-left: 0 !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width:100%;
  }
  .menu_content{
    overflow-x: hidden;
  }

  .menu_links{
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
  }

  .scroll-bar{
    display:none;
  }

  .menu_search{
    display:none;
  }

  .menu_footer-inner{
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-bottom: 92px;
    padding-top: 30px;
    width: 70%;
  }

  .header_logo img{
    max-width: 100%;
  }

  .menu_wrapper{
    margin-bottom: 64px;
  }

  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul>li {
    -webkit-box-flex: initial;
    -moz-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul .link_info a {
    padding: 0;
    display: inline-block !important;
  }
  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul ul li{
    padding-bottom: 0px;
  }

  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul>li>a {
    margin-bottom: 8px;
  }

  .custom-menu-wrapper .navigation-primary>ul>li.no-submenu{
    padding-right: 20px;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2 li.no-submenu,
  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back{
    padding-right: 20px;
  }
  .custom-menu-wrapper .navigation-primary ul.submenu.level-2>li.nav_children-back a .nav_text{
    width:auto;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2{
    left: 100%;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
  }

  .custom-menu-wrapper .navigation-primary li.open_child ul.submenu.level-2{
    left: 0;
    opacity: 1;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-3{
    padding: 0 20px;    
  }

  .open_menu .header_item.menu .header_icon{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 53px;
    position: absolute;
    width: 53px;
    top: -8px;
  }

  .show_contact .header_item.contact .header_icon {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    height: 53px;
    margin-top: -26px;
    width: 53px;
  }

  .contact_overlay .footer_side-left .location_section{
    padding-bottom: 90px;  
  }

  .contact_overlay .location_title, .contact_overlay .location_address, .contact_overlay .location_phone{
    width: 60%;
    text-align: left;
  }

  .contact_overlay .location_btn a {
    margin: 40px 0 0;
  }

  .contact_overlay .penguin_penguinMenu .hs-menu-wrapper>ul{
    max-width: 272px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul .link_info a{
    white-space: initial;
  }

  .header_item.portal {
    margin: 0;
  }             
  .login_btn {
    margin: 0 10% 0 0;
    margin-bottom: 5px;
  }

}

@media screen and (min-width: 922px) and (max-width: 1024px){
  .scroll-bar {
    top: 10vh;
  }
}

@media (max-width:767px){
  .menu_footer-inner .footer_main-top .hs-menu-wrapper>ul{
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }

}
footer.footer a,
footer.footer a:hover{
  text-decoration:none;
}

footer.footer {
  line-height: 1.4;
  font-size: 14px;
  font-family: mr-eaves-modern,sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  background-color: #482078;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}

.footer_main{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;                                                                                                                                                                            
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 356px;
}

.footer_main-container {
  color: #fff;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
}

.footer .footer_main-top {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

.footer .footer_main-top>div{
  width: 100%;
}

.footer_main-middle{
  padding: 0 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer_main-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.paerner_logo a{
  display: inline-block;
  height: 50px;
  margin-right: 20px;
  width: 50px;
  font-weight: 500;
  text-decoration: none;
}

.paerner_logo a img{
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: .4;
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  width: 100%;
  margin: 0 auto;
  max-width: 70px;
}

.paerner_logo a:hover img{
  opacity:1;
}


/* Top Footer */
.footer_side {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  min-height: 345px;
}

.footer_main-top .hs-menu-wrapper ul ul {
  display: block !important;
  opacity: 1 !important;
  position: static !important;
}

.footer_main-top .hs-menu-wrapper>ul {
  display: flex !important;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

.footer_main-top .hs-menu-wrapper>ul>li{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer_main-top .hs-menu-wrapper>ul>li>a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: mr-eaves-modern,sans-serif;
  pointer-events: none;
}

.footer_main-top .hs-menu-wrapper>ul ul li {
  font-size: 14px;
}

.footer_main-top .hs-menu-wrapper>ul .link_info {
  color: #482078;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  letter-spacing: .08em;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
}


.footer_main-top .hs-menu-wrapper>ul ul li a{
  display:inline-block !important;
  height: 100%;
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding-left: 0;
}

.footer_main-top .hs-menu-wrapper>ul ul li a:before{
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #482078;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  height: 17px;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  opacity: .2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  width: 3px;
  content: none;
}

.footer_main-bottom{
  font-size: 15px;
  letter-spacing: .06em;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.scrollbtn-slvl {
  display: none;
}

.footer_main-siteLinks {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center; 
  -webkit-align-items: center;    
  align-items: center;
  display: -webkit-box; 
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;   
  display: flex; 
  -webkit-justify-content: center;
  justify-content: center; 
  margin-bottom: 20px;
}

.footer_main-siteLinks .hs-menu-wrapper ul li a{
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

.footer_main-siteLinks .hs-menu-wrapper ul li a:hover{
  color: #ada7b9;
}

.footer_main-divider {
  background: #fff;
  display: inline-block;
  height: 13px;
  margin: 0 20px;
  width: 1px;
}

.footer_main-siteLinks .hs-menu-wrapper>ul{
  align-items: center;
}

.footer_side-bottom, .footer_side-top {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_side-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.footer_side-bottom{
  position: relative;
  background-color: #fdfdfc;
  width: 100%;
  padding: 20px;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.footer_side-bottom:before{
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  background-image: url(https://8594843.fs1.hubspotusercontent-na1.net/hubfs/8594843/raw_assets/public/Cushing_Academy_September_2021/images/pattern_purple.png);
  left: 0;
  top: 0;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.footer_side-left, .footer_side-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.footer_side-left .location_section {
  max-width: 100%;
}

.location_section {
  color: #fff;
  padding: 50px 20px 40px;
  position: relative;
  text-align: center;
  max-width: 100%;
}

.location_section:before {
  background-image: url(https://8594843.fs1.hubspotusercontent-na1.net/hubfs/8594843/raw_assets/public/Cushing_Academy_September_2021/images/map_320.png);
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: .2;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.location_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 18px;
  text-transform: uppercase;
}
.location_address {
  font-size: 20px;
  font-weight: 300;
  line-height: 23.8px;
  margin: 10px auto;
  width: 50%;
}

.location_phone {
  font-size: 20px;
  font-weight: 300;
  margin: 20px 0;
}

.location_phone a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.location_phone a:hover{
  color: #ada7b9;
}

.location_btn a{  
  align-items: center;
  background-color: #482078;
  border: 2px solid transparent;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 50px;
  min-width: 150px;
  padding: 5px 26px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.location_btn a:hover{
  color: #fff;
  border: 2px solid transparent;
  background-color: #482078;
}


footer .location_btn a:before,  
footer .location_btn a:after,
.location_btn.contact_btn a:before,
.location_btn.contact_btn a:after{
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute; 
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .35s ease-in-out 0s; 
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  width: 4px; 
  left: 13px;
}
footer .location_btn a:after,
.location_btn.contact_btn a:after{
  right: 13px;
  left: auto;
}

.footer_side-bottom-header {
  color: #482078;
  font-family: justus-pro,sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32.2px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  word-break: initial;
}

.penguin_penguinMenu{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px auto 0;
  max-width: 272px;
  z-index: 2;
  max-width: 280px;
}

.penguin_penguinMenu>div{
  width:100%;
}

.penguin_penguinMenu .hs-menu-wrapper>ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}



.penguin_penguinMenu .hs-menu-wrapper>ul>li>a{
  align-items: center;
  font-size: 18px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 50px;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid rgba(72,32,120,.2);
  color: #482078;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}

.penguin_penguinMenu .hs-menu-wrapper>ul>li>a:hover{
  border-color: #ada7b9;
}

.penguin_penguinMenu .hs-menu-wrapper>ul>li>a:before,
.penguin_penguinMenu .hs-menu-wrapper>ul>li>a:after{
  background-color: #ada7b9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 4px;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  background-repeat: no-repeat;
  margin-right: 3px;
  position: absolute;
  right: 0;
  -webkit-transition: all .35s ease-in-out 0s;
  -moz-transition: all .35s ease-in-out 0s;
  -o-transition: all .35s ease-in-out 0s;
  transition: all .35s ease-in-out 0s;
  content: "";
}

.penguin_penguinMenu .hs-menu-wrapper>ul>li>a:before{
  left: 13px;
}
.penguin_penguinMenu .hs-menu-wrapper>ul>li>a:after{
  right: 13px;
}



.scroll-to-top {
  background-color: rgba(173,167,185,.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  margin-bottom: 30px;
  position: relative;
  width: 50px;
}

.scroll-to-top:before {
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-40%) rotate(-45deg);
  -moz-transform: translate(-50%,-40%) rotate(-45deg);
  -ms-transform: translate(-50%,-40%) rotate(-45deg);
  -o-transform: translate(-50%,-40%) rotate(-45deg);
  transform: translate(-50%,-40%) rotate(-45deg);
  width: 11px;
}





@media screen and (min-width: 769px){
  .penguin_penguinMenu .hs-menu-wrapper>ul>li>a:before{
    background-position: -45px -118px;
  }
}


@media screen and (min-width: 768px){
  .footer_side-bottom-header{
    max-width: 100%;
    margin: 0;
  } 
  .penguin_penguinMenu{
    max-width: 100%;
  }
  footer .penguin_penguinMenu .hs-menu-wrapper>ul>li>a{

    max-width: 153px;
  }
}

@media screen and (min-width: 1024px){
  footer.footer{
    -webkit-box-orient: horizontal;                       
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    height: 100%;
    width: auto;
  }
  .footer_main{
    padding: 50px 50px 20px;
    -webkit-box-align: initial;
    -moz-box-align: initial;
    -ms-flex-align: initial;
    -webkit-align-items: initial;
    align-items: normal;
    min-width: 427px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-height: 356px;
    padding-bottom: 0;
  }
  .footer_main-container {
    justify-content: space-around;
    padding: 0;
  }
  .footer_main-container{
    -ms-grid-columns: (1fr)[3];
    grid-column-gap: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }

  .footer .footer_main-top{
    height: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer_main-middle{
    max-width: 300px;
    padding: 0;
    padding: 40px 10px 20px 20px;
    text-align: left;
    padding: 0 20px;
  }

  .footer_main-title {
    margin-bottom: 0;
    text-align: left;
  }

  .paerner_logo a{
    margin: 20px 20px 20px 0;
  }

  .paerner_logo a img{
    margin: 0;
    max-width: 720px;
    width: 100%;
  }
  .footer_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;     
    -ms-grid-columns: 320px 1fr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    display: -ms-grid;
    display: grid;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-template-columns: 320px 1fr;
    width: 100%;
  }

  .footer_main-top .hs-menu-wrapper>ul{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer_main-top .hs-menu-wrapper>ul>li>a{
    text-align: left;
  }

  .footer_main-top .hs-menu-wrapper>ul ul li a{
    padding-left: 10px;
  }

  footer .footer_main-top .hs-menu-wrapper>ul ul li a:hover{
    padding-left: 23px;
    color: #ada7b9;
  }

  .footer_main-top .hs-menu-wrapper>ul ul li a:before{
    background-color: hsla(0,0%,100%,.4);
    content: "•";
  }

  .footer_main-top .hs-menu-wrapper>ul ul li a:hover:before{
    background-color: hsla(0,0%,100%,.4);
    content: "•";
    color: #fff;
    opacity: 1;
    width: 17px;
  }

  .footer_main-top .hs-menu-wrapper>ul>li{
    text-align: left;
    min-width: 50%;
  }

  .footer_main-top .hs-menu-wrapper>ul ul li{
    text-align: left;   
  }

  .footer_main-bottom{
    height: 100%;
    padding: 0 20px 20px;
    text-align: left;
  }

  .scrollbtn-slvl {
    background-color: #482078;
    border: 3px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.16);
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
    display: block;
    height: 81px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
    width: 81px;
  }

  .scrollbtn-slvl:before {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-40%,-40%) rotate(-45deg);
    -moz-transform: translate(-40%,-40%) rotate(-45deg);
    -ms-transform: translate(-40%,-40%) rotate(-45deg);
    -o-transform: translate(-40%,-40%) rotate(-45deg);
    transform: translate(-40%,-40%) rotate(-45deg);
    -webkit-transition: border-color .35s ease-in-out 0s;
    -moz-transition: border-color .35s ease-in-out 0s;
    -o-transition: border-color .35s ease-in-out 0s;
    transition: border-color .35s ease-in-out 0s;
    width: 15px;
  }

  .scrollbtn-slvl:after {
    background: url(https://8594843.fs1.hubspotusercontent-na1.net/hubfs/8594843/raw_assets/public/Cushing_Academy_September_2021/images/scroll-back.png) no-repeat 50%;
    -moz-background-size: 65px;
    -o-background-size: 65px;
    background-size: 65px;
    content: "";
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
    width: 100%;
  }

  .footer_main-siteLinks {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .footer_main-divider {
    margin: 0 10px;
  }

  .footer_side-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer_side-bottom{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 70px;
  }

  .footer_side-bottom:before{
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  .location_section {
    height: 100%;
  }

  .footer_side-left .location_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 252px;
  }

  .location_section:before {
    background-image: url(https://8594843.fs1.hubspotusercontent-na1.net/hubfs/8594843/raw_assets/public/Cushing_Academy_September_2021/images/map_1024.png);
    background-position: top;
  }

  .location_title {
    margin-bottom: 20px;
    text-align: left;
    width: 60%;
    margin: 0 auto;
    width: 80%;
  }

  .location_address {
    font-size: 18px;
    margin: 0;
    text-align: left;
    width: 60%;
  }

  .location_phone {
    font-size: 18px;
    margin: 0;
    text-align: left;
  }

  .location_title,
  .location_address,
  .location_phone{
    margin: 0 auto;
    width: 80%;
  }

  .location_btn a{
    margin-top: 20px;
  }

  .footer_side-bottom-header {
    font-size: 39.9px;
    line-height: 46.9px;
    text-align: left;
    width: 50%;
  }

  .penguin_penguinMenu{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0;
    max-width: 100%;
  }


  .penguin_penguinMenu .hs-menu-wrapper>ul>li{
    margin-right: 20px;
    display: inline-block;
  }

  .contact_overlay .penguin_penguinMenu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
  }

  .contact_overlay .penguin_penguinMenu .hs-menu-wrapper>ul>li>a{
    margin-right: 0;
  }

  .scroll-to-top{
    display:none;
  }

}

@media screen and (min-width: 1440px){
  footer.footer{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_main{
    height: 100%;
    max-width: 1000px; 
    padding: 0;
  }
  .footer_main-container{
    -ms-grid-columns: 320px 1fr 1fr;
    grid-template-columns: 320px 1fr 1fr;
  }
  .footer_main-middle{
    padding: 0 20px 0 60px;
  }
  footer .footer_side{
    -ms-grid-columns: 450px 1fr;
    grid-template-columns: 450px 1fr;
  }
  .footer_main-top .hs-menu-wrapper>ul>li{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer_side-bottom{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .location_title,
  .location_address,
  .location_phone{
    width: 35%;
  }

  footer .footer_side-bottom-header,
  footer .penguin_penguinMenu{
    width: 50%;
  }



}

@media screen and (min-width: 1600px){
  .location_section {
    padding-top: 100px;
  }         
  .location_section:before {
    background-image: url(https://8594843.fs1.hubspotusercontent-na1.net/hubfs/8594843/raw_assets/public/Cushing_Academy_September_2021/images/map_1600.png);
    background-position: 50%;
  }
}

@media screen and (max-width: 1024px){
  .footer_main-top .hs-menu-wrapper>ul ul li{
    padding-bottom: 10px;
  }       
  .footer_main-container{
    align-items: self-start;
  }
  .footer_side-bottom{
    padding: 20px 50px 20px 70px;
  }
}

@media screen and (max-width:1023px){
  .footer_main{
    padding-bottom: 70px;
  }
  .footer-no-nav .footer_main{
    padding-bottom: 0px;
    min-height: auto;
  }
  .footer .footer_main-top{
    padding: 40px 20px 20px;
  }


  .footer_main-top .hs-menu-wrapper>ul>li>a{
    margin-bottom: 10px;
  }

  .footer_main-bottom{
    width: 100%;
  }
  .footer_side{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer_side-top{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .footer_side-bottom{
    padding: 20px;
    width: 100%;
  }
  .footer_side-bottom:before{
    width: 300px;
  }

  .penguin_penguinMenu .hs-menu-wrapper>ul{
    flex-direction: column;
  }

  footer .penguin_penguinMenu .hs-menu-wrapper>ul>li>a {
    min-width: 153px;
  }

  .penguin_penguinMenu .hs-menu-wrapper>ul>li>a:after{
    margin-right: 0;
  }

  .penguin_penguinMenu .hs-menu-wrapper>ul>li:first-child>a:after{
    margin-right: 3px;
  }
  

}

@media (max-width:767px){
  footer .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    flex-direction: row !important;
  }
  footer .penguin_penguinMenu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}