/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Normalize
-------------------------------------------- */

/*! 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;
}

/* 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;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1314;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

.bg-white {
  background-color: #fff;
}

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
  --color-main: #454647;
  --color-purple: #610C53;
  --color-second: #510855;
  --color-third: #ffd520;
  --color-fourth: #dfe1f0;
  --color-fifth: #37053A;
  --color-sixth: #cccccc;
  --color-seventh: #aaaaaa;
  --color-link: #dd5735;
  --color-off-white: #E7E8F6;
  --color-white: #FFFFFF; 
  --color-black: #000000;
  --color-skyblue: #00b4e3;
  --color-body-content: #fcfcfc;
  --font-body: 'Figtree', sans-serif;
  --font-secondary: 'Hepta Slab', sans-serif;
  --width-content: 1110px;
  --width-wide: 1400px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
  /* 	font-size: 62.5%; */
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  background: var(--color-white);
}
.guts {
  /* padding-top: 7rem; */
}
.wrapper.page {
  overflow: hidden;
}
/* Layout
-------------------------------------------- */

.container {
  max-width: var(--width-content);
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wide-wrapper {
  max-width: 1680px;
  margin: 0 auto;
}

.video-wrap {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 992px) {
  section {
    padding: 6rem 0;
  }
}

/* Helpers
-------------------------------------------- */

/* Colors */

.white {
  color: var(--white);
}

/* Background Colors */

.bg-white {
  background-color: var(--white);
}
.bg-super-light {
  background-color: var(--color-super-light);
}

/* Accents */
.accent-bump::after {
  content: "";
  position: absolute;
  display: block;
  width: 121px;
  height: 26px;
  background: transparent url() no-repeat center center / 100%;
  z-index: 5;
}
@media (min-width: 992px) {
  .accent-bump::after {
    width: 242px;
    height: 52px;
  }
}
.accent-bump.ltcolor_top_left::after {
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.ltcolor_top_center::after {
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.ltcolor_top_right::after {
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.ltcolor_bottom_left::after {
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.ltcolor_bottom_center::after {
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.ltcolor_bottom_right::after {
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
.accent-bump.white_top_left::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.white_top_center::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.white_top_right::after {
  filter: brightness(0) invert(1);
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.white_bottom_left::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.white_bottom_center::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.white_bottom_right::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
/* Typography
-------------------------------------------- */
@font-face {
  font-family: vantage-icons;
  src: url('https://43907374.fs1.hubspotusercontent-na1.net/hubfs/43907374/Hope_Christian_Academy/Fonts/vantage-icons.eot');
  src: url('https://43907374.fs1.hubspotusercontent-na1.net/hubfs/43907374/Hope_Christian_Academy/Fonts/vantage-icons.eot#iefix') format('embedded-opentype'),
    url('https://43907374.fs1.hubspotusercontent-na1.net/hubfs/43907374/raw_assets/public/Hope_Christian_Academy/fonts/vantage-icons.woff') format('woff'),
      url('https://43907374.fs1.hubspotusercontent-na1.net/hubfs/43907374/raw_assets/public/Hope_Christian_Academy/fonts/vantage-icons.ttf') format('truetype'),
        url('https://43907374.fs1.hubspotusercontent-na1.net/hubfs/43907374/raw_assets/public/Hope_Christian_Academy/fonts/vantage-icons.svg') format('svg');
          font-weight: 400;
          font-style: normal
          }

[class*=" vantage-icon-"],[class^=vantage-icon-] {
  font-family: vantage-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.vantage-icon-arrow-down:before {
  content: "\e600"
}

.vantage-icon-arrow-left:before {
  content: "\e601"
}

.vantage-icon-arrow-right:before {
  content: "\e602"
}

.vantage-icon-arrow-up:before {
  content: "\e603"
}

.vantage-icon-search:before {
  content: "\e604"
}

body {
  font-family: var(--font-body);
  color: var(--color-black);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
/* @media (min-width: 992px) {
body {
font-size: 1.1875rem;
}
} */
a {
  color: var(--color-link);
  /*   text-decoration: none; */
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--color-link);
  text-decoration: none;
  font-weight: bold;
}

p {
  margin: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  font-style: normal;
  line-height: 1.6em;
  color: var(--color-second);
  font-family: var(--font-body);
  font-weight: 700;
  line-height: normal;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.2em;
  font-family: var(--font-secondary);
}
h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.4em;
    font-weight: 500;
}

h5, .h5 {
  font-size: 1.2em;
}

h6, .h6 {
  font-size: 1.1em;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 1em;
font-family: var(--font-body);
color: var(--color-purple);
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}

h1{
font-family: var(--font-secondary);
font-size: 70px;
}

h2{
font-family: var(--font-secondary);
font-size: 50px;
}

h3{
font-size: 40px;
text-transform: capitalize;
}

h4{
font-family: var(--font-secondary);
font-size: 35px;
}

h5{
font-size: 25px;
}

h6{
font-size: 18px;
letter-spacing: 0.36px;
text-transform: uppercase;
}

@media (max-width: 991px) {
h1 {
font-size: 6vw;
}

h2 {
font-size: 5vw;
}

h3 {
font-size: 30px;
}
}


@media (max-width: 479px){
h1 {
font-size: 7vw;
}

h2 {
font-size: 6vw;
}

h6 {
font-size: 16px;
}
} */


/* @media (max-width: 992px) {
h1, .h1 {
font-size: 60px;
}
h2, .h2 {
font-size: 45px;
}
h3, .h3 {
font-size: 30px;
}
}

@media (max-width: 767px) {
h1, .h1 {
font-size: 50px;
}
h2, .h2 {
font-size: 40px;
}
h3, .h3 {
font-size: 28px;
}
} */

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ol, ul {
  list-style-type: square;
  margin: 0 0 1.5em 3em;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.center-aligned ul {
  list-style-position: inside;
  padding-left: 0;
}

/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid var(--color-purple);
}

/* Horizontal Rules */

hr {
  background-color: var(--color-main);
  height: 1px;
  border: none;
}

/* Buttons
-------------------------------------------- */

.theme-yellow {
  background: var(--color-third);
  color: var(--Purple, #610C53);
}

.theme-pink {
  background: var(--Purple, #610C53);
  color: var(--color-white);
}


.btn, .hs-button {
  width: auto;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 14px;
  height: auto;
  line-height: normal;
  text-align: center;
  border-width: 1px;
  border-color: #ccc;
  background: #fff;
  border-style: solid;
  color: #444;
  cursor: pointer;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 6px 11px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eee;
  -webkit-box-shadow: 0 1px 1px #eee;
  box-shadow: 0 1px 1px #eee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.btn:hover, .hs-button:hover {
  background: #efefef;
  border-color: #ccc;
  color: #444;
}

.button{
  position: relative;
  background: var(--color-third);
  color: var(--color-purple);
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 50px;
  transition: all .5s ease-in-out;
  display: inline-block;
  text-align: center;
  padding: 14px 42px;
  border-radius: 50px;
  border: 2px solid var(--color-third);
  text-transform: capitalize;
  text-decoration: none;
}

.button:hover,.button:focus {
  background: var(--color-purple);
  border-color: var(--color-purple);
  color: var(--color-third);
} 

.btn-yellow {
  background: var(--color-third);
  border-color: var(--color-third);
  color: var(--color-purple);
}

.btn-yellow:hover {
  background: var(--color-purple);
  border-color: var(--color-purple);
  color: var(--color-third);
}

.btn-purple {
  background: var(--color-purple);
  border-color: var(--color-purple);
  color: var(--color-white);
}

.btn-purple:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-purple);
}

.btn-transparent {
  background: transparent;
  border-color: var(--color-purple);
  color: var(--color-purple);
}

.btn-transparent:hover {
  background: var(--color-purple);
  border-color: var(--color-purple);
  color: var(--color-white);
}

button {
  cursor: pointer;
}


.primary-btn {
  background: var(--color-purple);
  color: var(--color-white);
  border-color: var(--color-purple);
}

.primary-btn:hover {
  background: var(--color-white);
  color: var(--color-purple);
}

.secondary-btn {
  background: var(--color-third);
  border-color: var(--color-third);
}

.secondary-btn:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-purple);
}

.tritary-button {
  background: transparent;
  color: var(--color-purple);
  border-color: var(--color-purple);
}

.tritary-button:hover {
  color: var(--color-white);
}

@media (max-width: 767px){
/*   .btn, .hs-button {
    padding: 14px 30px;
  } */
}
/* HubSpot Overrides */

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}
/* arrow button */
.btn--block {
  display: block;
}

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}
.bi-file-earmark-pdf-fill {
  width: 1em;
  height: 1em;
}
/* Forms
-------------------------------------------- */
form {
  clear: both;
  padding-bottom: 15px;
}

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

/* .hs-form-field>label {
margin-bottom: 10px;
display: inline-block;
letter-spacing: 0.36px;
text-transform: uppercase;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
color: var(--color-purple);
} */

.hs-form-field>label {
  max-width: 100%;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 14px;
  color: #444;
  font-weight: 700;
  text-align: left;
  padding: 0 0 3px 0;
  margin: 0;
  display: block;
  text-transform: none;
  letter-spacing: 0;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  height: 32px;
  line-height: 1.3;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-weight: 400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #66afe9;
  color: var(--text-color);
  box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(102,175,233,.6);
}


textarea {
  min-height: 10rem;
}

.hs-button {
  cursor: pointer
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  position: relative;
  top: 0rem;
  margin: 0;
  padding: 0!important;
  list-style: none;
  color: red;
}
/* .hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
} */

/* Captcha */

.hs_recaptcha {
  margin-bottom: 2rem;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field input[type="radio"].hs-input {
  width: auto !important;
}

/* .actions {
margin-top: 30px;
}

@media (max-width: 1199px) {
.actions {
margin-top: 10px;
}
} */


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

form .hs-richtext h4 {
  font-size: 19.6px;
  padding: 1em 0;
  margin-bottom: 0;
}

form fieldset.form-columns-0 {
  padding-top: 17px;
}

form span.hs-form-required {
  color: #B94A48;
  padding-left: 4px;
}

form input::-webkit-input-placeholder, 
form textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}

form textarea {
  vertical-align: top;
  height: auto;
  min-height: 120px;
}

form .hs-form-radio input+span, 
form .hs-form-checkbox input+span {
  line-height: 1.3;
  font-size: 13px;
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
}

form.hs-form .hs-form-field ul.inputs-list input[type="radio"], 
form.hs-form .hs-form-field ul.inputs-list input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  flex: none;
  display: inline-block!important;
  margin: 0 8px 0 0;
  color: #cccccc;
  width: 18px !important;
  min-width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-color: #cccccc;
  vertical-align: middle;
  position: initial;
  padding: 0;
}

form.hs-form .hs-form-field ul.inputs-list input[type="radio"] {
  border-radius: 50%;
}

form input[type=radio]:before,
form input[type=checkbox]:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 10px 10px #555555;
  display: block;
  margin: 2px 0 0 2px;
}

form input[type=radio]:checked:before {
  transform: scale(1);
}

form input[type=checkbox]:before {
  clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);
  border-radius: 0;
}

form input[type=checkbox]:checked:before {
  transform: scale(1);
}

form .hs-form-radio .hs-form-radio-display {
  position: relative;
  display: block;
}


form ul.inputs-list.multi-container {
  margin-top: 0;
}

form .hs-form-checkbox .hs-form-checkbox-display {
  display: block;
  position: relative;
}

form .hs-richtext p {
  margin: 1em 0;
  color: #666;
  font-size: 14px;
}

form .hs-richtext h4 + p {
  margin-top: 0;
}

form .hs-richtext p em {
  color: #000000;
}

select {
  font-size: 1em;
  height: 32px;
  line-height: 1.3;
  outline: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}

@media (max-width: 600px) {
  .hs-form fieldset.form-columns-2 .hs-form-field,.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* Masthead/Nav
-------------------------------------------- */

/* Header
-------------------------------------------- */

.top-header {
  background: var(--color-fourth);
  padding: 25px 20px;
}

.masthead__main-nav {
  background: var(--color-second);
}

.sticky-menu .masthead {
    padding-bottom: 53px;
}

.sticky-menu .main-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.sticky-menu .main-header:after {
  bottom: -6px;
  box-shadow: rgba(0,0,0,.25) 0 6px 6px -6px inset;
  content: "";
  height: 6px;
  position: absolute;
  width: 100%;
}

.mobile-header {
  display: none;
}

.header-white-logo img {
  padding: 14px 0;
}

.main-nav__item {
  display: inline-block;
  font-size: 13px;
  position: relative;
}

.main-nav__link {
  font-size: 13px;
  font-style: normal;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 20px 30px;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-fourth);
  display: block;
  text-decoration: none;
  font-weight: 700;
}

.main-nav__item:hover .main-nav__link{
  color: var(--color-second);
  background-color: var(--color-fourth);
}

.main-nav__item:last-child .main-nav__link {
  font-family: var(--font-secondary);
  color: var(--color-second);
  background-color: var(--color-third);
}

.main-nav__item:last-child .main-nav__link:hover {
  background-color: var(--color-fourth);
}


.main-nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.main-nav__dropdown {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
  background-color: var(--color-second);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-nav__item--has-children:hover ul.main-nav__dropdown {
  opacity: 1;
  visibility: visible;
}

.main-nav__dropdown-item {
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 13px;
}


.main-nav__dropdown-link {
  color: var(--color-fourth);
  width: 200px;
  padding: 15px 20px;
  line-height: 1em;
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 700;
}

.main-nav__dropdown-item:hover .main-nav__dropdown-link {
  background-color: var(--color-fourth);
  color: var(--color-second);
}


.main-nav__item--has-children {
  position: relative;
}

button.dropdown-toggle {
  display: none;
}

.header-right-content {
  align-items: center;
  display: flex;
}

/* Event Deatils  */
#header-sidebar {
  box-sizing: border-box;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  right: 15px;
  top: -10px;
}

.top-header .container {
  position: relative;
}

.mec-wrap {
  font: 14px/25px sans-serif;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #626262;
}

.mec-event-list-minimal {
  background-color: #ffffff;
  border-radius: 1em;
  border-width: 3px;
  border-style: solid;
  border-color: #510855;
}

.mec-event-list-minimal .mec-event-article {
  border-bottom: 1px solid #efefef;
  padding: 24px 0 16px;
}

.mec-wrap .mec-clear:after, .mec-wrap .mec-clear:before {
  content: " ";
  display: table;
  clear: both;
}

.mec-event-list-minimal .mec-event-date {
  position: relative;
  float: left;
  margin-right: 30px;
  color: #fff;
  width: 52px;
  padding: 6px 4px 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.mec-event-list-minimal .mec-bg-color {
  background-color: #dd5735;
}

.mec-event-list-minimal .mec-event-date span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}

.mec-event-list-minimal .mec-event-date:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  left: 1px;
  top: 1px;
  height: 34px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 4px 4px rgba(0,0,0,.02);
}

.mec-event-list-minimal .mec-event-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 10px;
  line-height: 1.2;
}

.mec-event-title a {
  color: #510855;
  text-decoration: none;
  transition: color .3s ease;
}

.event-color {
  width: 14px;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  border-radius: 50%;
}

.mec-event-list-minimal .mec-event-detail, .mec-event-list-minimal .mec-time-details {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #510855;
}

.mec-event-detail {
  padding-top: 10px;
}

.mec-event-list-minimal .btn-wrapper .mec-detail-button {
  border-bottom: 0;
  margin-bottom: 14px;
  margin-right: 0;
  box-shadow: none;
  text-align: center;
  display: inline-block;
  background: #ededed;
  color: #dd5735;
  padding: 12px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .24s ease;
}
.mec-util-hidden {
  display: none;
}

.mec-event-list-minimal .btn-wrapper {
  text-align: right;
  padding-top: 6px;
}

.mec-event-list-minimal a.mec-detail-button:hover {
  background: #292929;
}

.lp-header .masthead__main-nav {
    min-height: 53px;
}

#menu ul li.active > ul { 
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px){
  .top-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-nav__item:first-child > a.main-nav__link {
    display: none;
  }
}

@media (max-width: 1100px) and (min-width: 992px){
  .main-nav__link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-right-content {
    justify-content: center;
  }
}

@media (max-width: 1199px) and (min-width: 992px){

}
@media (max-width: 1199px){


}


@media (max-width: 1199px) and (min-width: 992px){


}
@media (min-width: 992px){
  button.mobile-nav__toggle {
    display: none;
  }
  
  .main-nav__item:first-child {
  padding-left: 0;
}
}
@media (max-width: 991px){

  .top-header {
    text-align: center;
  }

  .header-white-logo img {
    padding: 0;
  }


  #header-sidebar {
    position: static;
    padding-top: 30px;
  }

  .mec-event-list-minimal .mec-event-article>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-header {
    align-items: center;
    display: flex;
    width: 100%;
  }

  .header-menu {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  .mobilenav-main-link {
    padding: 20px 20px;
    line-height: 1em;
    color: #dfe1f0;
    display: block;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: transparent;
    border: none;
    font-size: 13px;
    cursor: pointer;
  }

  .mobile-nav-icon {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
  }

  .mobile-nav-icon:before {
    font-size: 14px;
    content: "\f00b";
  }

  .main-header {
    padding: 0;
    text-align: left;
  }

  .header-right-content {
    justify-content: flex-start;
  }

  .mobile-header {
    justify-content: flex-start;
  }

  .mobilenav-main-link:hover {
    background-color: #dfe1f0;
    color: #510855;
  }

  .mobile-nav-frame {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: var(--color-second);
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    z-index: 999999
  }

  .mobile-nav-frame .title {
    padding: 14px 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid hsla(0,0%,100%,.05);
    background: var(--color-second);
  }

  .mobile-nav-frame .title h3 {
    margin: 0 50px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 1px rgba(0,0,0,.8);
    overflow: hidden;
    height: 1.25em;
    font: 200 20px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif
  }

  .mobile-nav-frame .title .back,.mobile-nav-frame .title .close {
    position: absolute;
    padding: 7px;
    font-size: 19px;
    font-weight: 200;
    margin-top: -1px;
    color: #fff;
    text-decoration: none;
    top: 15px;
    opacity: 1;
    text-shadow: none;
  }

  .mobile-nav-frame .title .close {
    right: 12px
  }
  
  .mobile-nav-frame .title .back {
    top: 7px;
}

  .mobile-nav-frame .title .back {
    left: 12px
  }

  .mobile-nav-frame form.search {
    margin: 20px 12px;
    position: relative;
    background-color: transparent
  }

  .mobile-nav-frame form.search input[type=search] {
    display: block;
    width: 100%;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e0e0e0;
    border: none
  }

  .mobile-nav-frame form.search input[type=submit] {
    display: none
  }

  .mobile-nav-frame .slides {
    display: block
  }

  .mobile-nav-frame ul {
    margin: 0 12px;
    background: var(--color-second);
    padding: 4px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
  }

  .mobile-nav-frame ul li {
    display: block;
    padding: 15px 5px;
    border-bottom: 1px solid rgba(0,0,0,.25);
    border-top: 1px solid rgba(255,255,255,.05)
  }

  .mobile-nav-frame ul li a.link {
    display: block;
    margin-right: 30px;
    text-decoration: none;
    color: #f3f3f3;
    text-shadow: 0 0 2px rgba(0,0,0,.7);
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    line-height: 1.5;
  }

  .mobile-nav-frame ul li:hover a {
    color: #ffd520;
  }

  .mobile-nav-frame ul li:first-child {
    border-top: none
  }

  .mobile-nav-frame ul li:last-child {
    border-bottom: none
  }

  .mobile-nav-frame .next {
    float: right;
    text-decoration: none;
    color: #f3f3f3;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
  }
  
  .mobile-nav-frame [class^="fa fa-"] {
    display: inline-block;
    margin-right: 10px;
    min-width: 1em;
}

}

@media (max-width: 767px){
  .mec-event-list-minimal .btn-wrapper .mec-detail-button {
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 16px;
    padding: 8px;
  }

  .mec-event-list-minimal .btn-wrapper {
    margin: 12px 0;
  }

  .mec-event-list-minimal .mec-event-date {
    margin-right: 10px;
  }

}
@media (max-width: 479px){
  .mec-event-list-minimal .mec-event-date {
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }

  .mec-event-list-minimal .mec-event-date span {
    display: inline;
    padding-right: 25px;
    margin-right: 7px;
    font-size: inherit;
  }

  .mec-event-list-minimal .mec-event-date:after {
    width: 45%;
    box-shadow: 4px 0 4px rgba(0,0,0,.02);
  }
}
/* Footer
-------------------------------------------- */

.footer {
  background-color: var(--color-second);
  padding: 30px 15px;
}

.footer_left_col {
  width: calc(75.0426% - ( 0.24957410562181 * 30px ) );
  margin-bottom: 20px;
}

.footer_right_col {
  width: calc(24.9574% - ( 0.75042589437819 * 30px ) );
  margin-bottom: 20px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer-menu ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu ul li {
  line-height: 2.5em;
  font-size: 13px;
}

.footer_left-content {
  padding: 0 15px;
}

.footer_right-content {
  padding: 0 15px;
}

.footer-menu ul li a {
  font-weight: bold;
  padding: 5px 25px;
  border-radius: 2em;
  background-color: var(--color-fifth);
  margin: 0px 6.5px;
  line-height: 2.5em;
  text-decoration: none;
  color: var(--color-sixth);
  font-size: 13px;
}

.footer-menu ul li:first-child a {
  margin-left: 5px;
}

.footer-menu ul li a:hover {
  color: var(--color-second);
  background-color: var(--color-fourth);
}

.footer_copyright {
  text-align: center;
  margin-top: 25px;
  color: var(--color-seventh);
  font-size: 11.5px;
  line-height: 1.5;
}

.footer-contact-wrapper {
  color: var(--color-fourth);
  line-height: 1.5;
  font-size: 13px;
}

.footer-contact-wrapper p:last-child {
  margin-bottom: 0;
}

#footer-info {
  color: var(--color-third);
}

.footer-contact-wrapper p {
  margin-bottom: 1.5em;
}

.footer-button .hs-button {
  background-color: var(--color-third);
  border: none;
  border-radius: 2em;
  color: var(--color-second);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin: 7px 5px 17px;
  padding: 3px 25px;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  box-shadow: none;
}

.footer-button .hs-button:hover,.footer-button .hs-button:focus {
  color: var(--color-second);
  background-color: var(--color-fourth);
}

.footer__search button.hs-search-field__button {
  display: none;
}

.footer__search input[type=search] {
  width: 100%;
  padding: 4px 5px;
  outline: 0;
  height: auto;
  border-radius: 0;
  max-width: 100%;
  -webkit-appearance: textfield;
  line-height: normal;
  margin: 0;
  font-size: 13px;
  border: 2px solid transparent;
  border-bottom: 2px solid transparent;
  color: inherit;
}

.footer__search {
  padding-top: 3px;
}

.footer__search .hs-search-field__suggestions-container {
  display: none;
}

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -ms-transform: scale(0,0);
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#scroll-to-top.displayed {
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: .2!important;
  z-index: 500;
}


#scroll-to-top .vantage-icon-arrow-up {
  font-size: 18px;
  display: block;
  width: 18px;
  height: 18px;
  color: #fff;
}

#scroll-to-top.displayed:hover {
  opacity: .8!important;
}



.footer_lp .footer_left_col {
  width: 65%;
}

.footer_lp .footer_right_col {
  width: 35%;
  text-align: right;
}

.footer_lp .footer__inner {
  align-items: center;
  padding-top: 80px;
}

.footer_lp .footer_copyright {
  margin-top: 80px;
}

.footer.footer_lp  {
  border-style: solid;
  border-width: 10px 0 0 0;
  border-image: linear-gradient(to right,var(--color-third),#00b4e3) 1 100%;
  border-image-slice: 1;
}


.footer_v2 .footer-button .hs-button {
  font-family: var(--font-secondary);
  padding: 14px 42px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 30px;
  color: var(--color-purple);
}

.footer-button .hs-button:hover,.footer-button .hs-button:focus {
  color: var(--color-purple);
}

.footer_lp .footer_copyright {
  color: var(--color-off-white);
}

.footer__search input[type=search] {
  padding: 4px 5px;
  font-family: var(--font-body);
}

.footer__search form {
    padding-bottom: 0;
}

@media (max-width: 991px){
  .footer_v2 .footer-button .hs-button {
    padding-left: 25px;
    padding-right: 25px;
  }


}
@media (max-width: 767px){


  .footer_left_col, .footer_right_col {
    width: 100%;
  }

  .footer__inner {
    flex-direction: column;
  }

  /*   .footer__main,
  .footer_copyright .container{
  padding-left: 0;
  padding-right: 0;
} */

  .footer_lp .footer_left_col {
    width: 100%;
  }

  .footer_lp .footer__inner {
    align-items: flex-start;
    padding-top: 30px;
  }

  .footer_lp .footer_right_col {
    width: 100%;
    text-align: left;
  }

  .footer_lp .footer_copyright {
    margin-top: 20px;
  }

  .footer_v2 .footer_left_col {
    margin-bottom: 30px;
  }
}

@media (max-width: 680px){
  .footer_left-content, .footer_right-content {
    padding: 0 0 25px;
  }

  .footer__inner {
    padding-bottom: 25px;
  }

  .footer-menu ul li a {
    margin-right: 5px;
  }

  .footer_v2 .footer_left_col {
    margin-bottom: 0px;
  }
}
.blog-listing__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.blog-listing__item {
  margin: 0 0 30px;
  padding: 0 10px;
  width: 33.33%;
}

.post-item-content {
  background: var(--color-off-white);
  padding: 40px 30px 40px;
}

.blog-list-tags {
  color: var(--color-skyblue);
  display: block;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.blog-list-tags a {
  color: inherit;
  text-decoration: none;
}

.blog-list-tags a:hover,
.blog-list-tags a:focus{
  color: var(--color-purple);
}

.blog-listing__title {
  margin: 0 0 20px;
  text-transform: capitalize;
  font-size: 1.45em;
}

.blog-listing__title a {
  color: var(--color-purple);
  text-decoration: none;
}

.blog-listing__title a:hover {
  color: var(--color-second);
}

.blog-listing__body {
  color: var(--color-black);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}

.post-item-content .button {
  padding: 12px 22px;
  font-size: 16px;
}


.topics-wrapper {
  padding-top: 100px;
}

.topics-wrapper ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.topics-wrapper ul li {
  padding: 0 10px 10px;
}

.topics-wrapper ul li a {
  padding: 10px 38px;
  border-radius: 50px;
  background: #38053B;
  font-family: Hepta Slab;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  border-color: #38053B;
  box-shadow: none;
  color: #fff;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-pagination {
  text-align: center;
  display: block !important;
}

/* .blog-listing__listing_wrap {
padding-bottom: 100px;
} */

.blog-posts {
  padding-top: 100px;
}

.back-link {
  margin-bottom: 60px;
}

.back-link a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--color-skyblue);
  text-decoration: none;
}

.back-link span.back-arrow {
  vertical-align: middle;
  width: 11px;
  height: 20px;
  margin-right: 20px;
  color: var(--color-skyblue);
}

.back-link span.back-arrow svg path {
  stroke: var(--color-skyblue);
}

.blog-post {
  margin-top: 50px;
}

.blog-post__meta {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  color: var(--color-skyblue);
  margin-bottom: 30px;
}

/* .meta_title {
margin-right: 14px;
} */

.blog-post__meta a {
  color: inherit;
  text-decoration: none;
}

.blog-post__meta a:hover,.blog-post__meta a:focus {
  color: var(--color-purple);
  font-weight: 500;
} 

.blog-post__body {
  color: var(--color-main);
}

.blog-post__body blockquote {
  border-left: none;
  color: var(--color-second);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23333333;
  margin: 30px 0;
  padding-left: 0;
  text-transform: capitalize;
}

.blog-post__body blockquote cite {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  color: var(--color-main);
  display: block;
  font-style: normal;
  margin-top: 25px;
}


.blog-sidebar_col {
  width: 30%;
  padding: 0 20px 60px 40px;
}

.blog-post_col {
  width: 70%;
  padding: 0 40px 80px 20px;
}

.blog-post_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-sidebar-widget h3 {
  margin-bottom: 25px;
  font-size: 2em;
}

.rec-post-title a {
  color: var(--color-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  text-decoration: none;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.rec-post-title a:hover {
  color: var(--color-second);
}

.blog-sidebar-widget {
  margin-bottom: 80px;
}

.sidebar-topics span.filter-link-count {
  display: none;
}

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

.sidebar-topics ul li {
  margin-bottom: 15px;
}

.sidebar-topics ul li a {
  border: 2px solid #38053B;
  border-radius: 50px;
  color: var(--color-white);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  max-width: 183px;
  padding: 9px 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  background-color: #38053B;
  text-decoration: none;
}

.sidebar-topics ul li a:hover {
  background: var(--color-white);
  border-color: #38053B;
  color: #38053B;
}

.blog-listing__featured-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  object-position: center;
}





.sidebar-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sidebar-social ul li {
  margin-right: 10px;
}

.sidebar-social ul li:last-child {
  margin-right: 0;
}

.sidebar-social ul li a {
  border: 2px solid var(--color-skyblue);
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.sidebar-social ul li a:hover {
  background: var(--color-skyblue);
  color: #fff;
}

.sidebar-social ul li a:hover svg,
.sidebar-social ul li a:hover svg path {
  fill: #fff;
}


/* Blog Listing Banner */



.blog-comments {
  margin-top: 30px;
}

.blog-comments .hs-button {
  background: var(--color-third);
  border: 2px solid var(--color-third);
  border-radius: 50px;
  color: var(--color-purple);
  display: inline-block;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  padding: 14px 42px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: capitalize;
  transition: all .5s ease-in-out;
}

.blog-comments .hs-button:hover,.blog-comments .hs-button:focus {
  background: var(--color-purple);
  border-color: var(--color-purple);
  color: var(--color-third);
}


/* .blog-post-banner {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
padding: 0;
position: relative;
}

.blog-post-banner-inner {
background-image: url(https://43907374.fs1.hubspotusercontent-na1.net/hubfs/43907374/Hope_Christian_Academy/Images/Group%207.png);
width: 100%;
min-height: inherit;
padding-bottom: 5.6vw;
clip-path: polygon(0 0,100% 0,100% calc(100% - 5.6vw),0 100%);
display: flex;
position: relative;
z-index: 9;
}

.blog-post-banner:before {
content: "";
background: linear-gradient(89deg, #FFD500 0.5%, rgba(255, 213, 0, 0.00) 99.65%);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
clip-path: polygon(0 0,100% 0,100% calc(100% - 5.6vw),0 100%);
}

.blog-post-banner:after {
content: "";
background: #FFD500;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
clip-path: polygon(0 0,100% 0,100% calc(100% - 5.6vw),0 100%);
}

.blog-post-banner-bg {
display: none;
}

.blog-post-banner .container {
align-items: center;
display: flex;
height: inherit;
position: relative;
z-index: 9;
width: 100%;
}

.blog-pbanner-col {
max-width: 670px;
display: flex;
align-items: center;
justify-content: center;
}

.blog-post-banner-content h1 {
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 20px;
text-transform: capitalize;
}

.blog-post-banner-content .author-name {
margin: 0;
color: var(--color-purple);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.blog-post-banner-content .author-name a {
color: inherit;
text-decoration: none;
}

.blog-post-banner-content .author-name a:hover {
color: var(--color-second);
}

.blog-pbanner-right-col {
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 38vw;
}

.blog-pbanner-right-col img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
*/


@media (max-width: 1199px){

}
@media (max-width: 991px){
  .blog-listing__item {
    width: 50%;
  }

  .topics-wrapper {
    padding-top: 80px;
  }

  .blog-post_col {
    padding-right: 20px;
    width: 100%;
    padding-bottom: 0;
  }

  .blog-sidebar_col {
    padding-left: 20px;
    width: 100%;
    margin-top: 50px;
  }

  .blog-sidebar-widget {
    margin-bottom: 40px;
  }

  .blog-sidebar-widget:last-child {
    margin-bottom: 0;
  }

  .blog-posts {
    padding-top: 60px;
  }



  /*   .blog-post-banner-content h1 {
  font-size: 55px;
}

  .blog-pbanner-col {
  max-width: 60%;
  padding-right: 20px;
}

  .blog-pbanner-right-col {
  width: 40vw;
} */

}

@media (max-width: 767px){
  .blog-listing__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .post-item-content {
    padding: 30px;
  }

  /*   .blog-listing__listing_wrap {
  padding-bottom: 50px;
} */

  .topics-wrapper ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .topics-wrapper ul li a {
    padding: 8px 20px;
    font-size: 16px;
  }

  .topics-wrapper {
    padding-top: 50px;
  }

  .btn-read-more {
    padding: 8px 20px;
    font-size: 16px;
  }

  .blog-posts {
    padding-top: 50px;
  }

  .back-link {
    margin-bottom: 40px;
  }

  .blog-post__body blockquote {
    font-size: 25px;
  }

  .blog-listing__featured-image {
    height: auto;
  }




  .post-item-content .button {
    font-size: 14px;
    padding: 10px 18px;
  }

  .blog-cta-title h2 {
    font-size: 40px;
  }

  .blog-cta-icon {
    display: none;
  }



  .blog-listing__item:last-child {
    margin-bottom: 0;
  }



  /*   .blog-pbanner-right-col {
  width: 100%;
  position: static;
}

  .blog-pbanner-col {
  width: 100%;
  padding-right: 0;
  max-width: 100%;
  padding: 50px 0;
}

  .blog-post-banner .container {
  flex-direction: column;
}

  .blog-post-banner-inner {
  flex-direction: column;
  padding-bottom: 0;
}

  .blog-post-banner-content h1 {
  font-size: 45px;
}

  .blog-post-banner-inner {
  display: flex;
  flex-direction: column-reverse;
}

  .blog-pbanner-right-col img {
  height: auto;
} */
}

@media (max-width: 479px){
  .blog-cta-title h2 {
    font-size: 35px;
  }

  .post-item-content {
    padding: 25px;
  }

  .topics-wrapper ul li a {
    font-size: 14px;
    margin: 0;
  }



}
.blog-header {
  background: var(--blue-dark);
  color: var(--white);
}
.blog-header h1 {
  margin: 0 0 .25rem;
}


/* blog index  */


.blog-listing__pagination {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.blog-pagination__numbers {
  padding: 0 1rem;
}
.blog-listing__pagination .blog-pagination__link {
  display: inline-block;
  padding: .25em .5em;
  background: var(--super-light);
  min-width: 1em;
  text-align: center;
}
.blog-listing__pagination .blog-pagination__link:hover,
.blog-listing__pagination .blog-pagination__link--active {
  background: var(--blue-bright);
  color: var(--white);
}
.blog-sidebar {
  padding: 2rem 0;
}
.blog-subscribe,
.blog-sidebar-subscribe {
  padding: 2rem 1rem;
  border-radius: 1rem;
}
.blog-listing__recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  font-weight: bold;
}
.blog-listing__recent-posts li {
  line-height: 1.6;
  margin: 0 0 1em;
}
.blog-sidebar-search {
  background-color: var(--blue-light);
  padding: 3rem 1rem 2rem;
  border-radius: 1rem;
}
.blog__social-sharing {
  padding: 2rem 0;
}
.blog__social-sharing a {
  display: inline-block;
  padding: 0 .25rem;
}
.blog__social-sharing svg {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .blog-listing > .container {
    grid-template-columns: 2fr 1fr;
    column-gap: 6rem;
  }
}
/* blog post  */
.blog-post > .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
.blog-post-inner {
  padding: 2rem 0;
}
.blog-post .hs-featured-image-wrapper {
  margin-bottom: 2rem;
}
.blog-post__details {
  font-weight: bold;
}
.blog-post .a2a_kit a {
  display: inline-block;
}
.blog-post-subscribe {
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
}
.blog-post__recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  font-weight: bold;
}
.blog-post__recent-posts li {
  margin: 0 0 .25em;
}
@media (min-width: 992px) {
  .blog-post > .container {
    grid-template-columns: 2fr 1fr;
    column-gap: 6rem;
  }
}
.lp-page .tcf-right-col-inner {
  margin-top: -200px;
}

@media (max-width: 991px){
  .lp-page .tcf-right-col-inner {
    margin-top: 0px;
  }
}

/* Homepage  */

.home-row1 h1 {
  margin: -5px 0px -15px;
}

.hs-responsive-embed-wrapper {
  min-width: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
}

.guts {
  padding-left: 20px;
  padding-right: 20px;
}


.two-col-page {
  padding: 35px;
  background-color: var(--color-body-content);
}

.tw-col-items {
  margin: 0 -15px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}


/* .tw-col {
padding: 0 15px;
} */

.tw-left-col {
  width: 71.287%;
  float: left;
  margin-bottom: 20px;
}

.tw-right-col {
  width: 26.2%;
  float: right;
}

.tw-col-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

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

.two-col-page .container {
  padding-left: 0;
  padding-right: 0;
}

/* Landing Pages */

.lp-page h1,
.thank-you-page h1{
  font-size: 70px;
  line-height: normal;
  text-transform: capitalize;
}

.lp-page h2,
.thank-you-page h2{
  font-size: 50px;
  line-height: normal;
  text-transform: capitalize;
  color: var(--color-purple);
  font-family: var(--font-secondary);
}

.lp-page h6,
.thank-you-page h6{
  font-size: 18px;
  letter-spacing: 0.36px;
}

.lp-page h3,
.thank-you-page h3{
  color: var(--color-purple);
  font-size: 40px;
  line-height: normal;
  text-transform: capitalize;
}


.c-list .content-list-editor .title {
  margin-bottom: 38px;
}

.c-list .su-column-inner>p:first-of-type {
  padding-left: 3em;
}

.fee-table .list-col4 .su-column:first-child {
  width: 48%;
}

.fee-table .list-col4 .su-column {
  width: 13.33%;
}

.tution-fee .list-col2 .su-column:first-child,
.tution-fee .list-col2 .su-column:last-child{
  width: 48%;
}


.event-listing {
  padding: 60px 0 0;
}

.mec-event-article {
  border-bottom: 1px solid #efefef;
  padding: 24px 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mec-event-article .col-md-9, .mec-event-article .col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.mec-detail-button {
  border-bottom: 0;
  margin-bottom: 14px;
  margin-right: 0;
  box-shadow: none;
  color: #191919;
  text-align: center;
  display: inline-block;
  background: #ededed;
  padding: 12px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .24s ease;
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
.mec-detail-button:visited {
  color: #dd5735;
}

.mec-event-date {
  position: relative;
  float: left;
  margin-right: 30px;
  color: #fff;
  width: 52px;
  padding: 6px 4px 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.mec-event-date.mec-bg-color {
  background-color: #000000;
}

.mec-event-date span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 4px;
  position: relative;
}

.mec-event-date span b {
  display: block;
}

.mec-event-date span:after {
  box-shadow: 0 4px 4px rgba(0,0,0,.02);
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: -3px;
  width: 100%;
  border-radius: 3px 3px 0 0;
  background: rgba(255,255,255,.1);
}

.mec-time-details {
  clear: none;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: lowercase;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: #9a9a9a;
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}

.mec-event-detail {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: #9a9a9a;
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}

.mec-event-title {
  font-size: 16.8px;
  color: #171c24;
  font-weight: 300;
  font-style: inherit;
  letter-spacing: normal;
  clear: none;
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-top: 0px;
}

.mec-event-title a {
  color: #000000;
  text-decoration: underline;
  transition: color .3s ease;
}

.mec-event-article:before, .mec-event-article:after {
  content: " ";
  display: table;
  clear: both;
}

.mec-detail-button:hover,.mec-detail-button:focus {
  background: #292929;
  color: #fff;
  text-decoration: underline;
}

.mec-start-time {
  white-space: pre;
}

.mec-event-desc {
  width: calc(100% - 82px);
  float: left;
}

.mec-time-details {
  padding-top: 0;
}

.mec-event-article .btn-wrapper {
  text-align: right;
}

.mec-single-event-bar {
  background-color: #f7f7f7;
  margin: 20px 0 0;
  padding: 15px;
  display: table;
  width: 100%;
}

.mec-single-event-date>div {
  display: table-cell;
}

.mec-single-event-date>div i{
  font-size: 20px;
  vertical-align: middle;
}

.mec-sl-calendar:before {
  content: "\e075";
}

.mec-single-event-bar h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 5px;
  display: inline;
  color: #000;
  padding-left: 10px;
}

.mec-single-event-date dd,
.mec-single-event-time dd{
  font-size: 14px;
  color: #8d8d8d;
  padding-left: 34px;
  margin-bottom: 0;
  margin-left: 0;
}

.mec-start-date-label {
  font-size: 1.2em;
}

.mec-single-event-time .mec-start-date-label {
  text-transform: lowercase;
}

.mec-single-event-bar>div {
  display: table-cell;
  padding: 12px 14px 8px;
}

.mec-event-content {
  padding: 40px 0 30px;
  margin-bottom: 10px;
}

.mec-event-content h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 33px;
  color: #171c24;}

.mec-event-export-module.mec-frontbox {
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
  display: block;
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}

.mec-event-export-module.mec-frontbox .mec-event-exporting {
  padding-left: 0;
  margin: 0;
}

.mec-event-export-module.mec-frontbox .mec-export-details ul {
  padding-left: 0;
  margin: 15px 5px;
  display: table;
  width: 100%;
}

.mec-export-details ul li {
  display: table-cell;
}

.mec-export-details .mec-events-button {
  background: #fff;
  padding: 12px 34px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid #000;
  margin-right: 10px;
  transition: all .3s ease;
  color: #000000;
}

.mec-export-details .mec-events-button:hover,
.mec-export-details .mec-events-button:focus{
  color: #fff;
  background-color: #000000;
  text-decoration: underline;
}


.event-page .nexus-event-calendar thead th {
  background-color: transparent;
}

.event-page .nexus-event-calendar table {
  margin-bottom: 0;
} 

.event-page .nexus-event-calendar { 
  background-color: transparent; 
}

.event-page .nexus-event-calendar .event-list-title {
  color:rgba(81,8,85,1.0);
  font-size:24px;
}

.event-page .nexus-event-calendar .fc .fc-toolbar-title { 
  color:rgba(81,8,85,1.0); 
}

.event-page .nexus-event-calendar .fc .fc-col-header-cell-cushion { 
  color:rgba(0,0,0,1.0); 
}

.event-page .nexus-event-calendar .fc .fc-daygrid-day-number { 
  color:rgba(0,0,0,1.0); 
}

.event-page .nexus-event-calendar .fc .fc-button-primary {
  background-color:rgba(221,87,53,1.0) !important;
  border-color:rgba(221,87,53,1.0) !important;
  box-shadow:none;
}

.event-page .nexus-event-calendar .fc-h-event {
  background-color:rgba(221,87,53,1.0);
  border-color:rgba(221,87,53,1.0);
}

.event-page .nexus-event-calendar .nexus-event-calendar-event-lists { 
  color:rgba(0,0,0,1.0); 
}

.event-page .nexus-event-calendar .fc .fc-daygrid-event {
  border-color: rgb(255, 213, 32);
  background-color: rgb(255, 213, 32);
}

.event-page .nexus-event-calendar .fc-event .fc-event-main {
  color: rgb(81, 8, 85);
}

.event-page .nexus-event-calendar .fc-theme-standard .fc-day-past {
  cursor: not-allowed;
}

.event-page .nexus-event-calendar .fc-theme-standard .fc-day-past a {
  pointer-events: none;
  cursor: not-allowed;
}

.event-page .nexus-event-calendar .fc-day-past .fc-daygrid-event {
  opacity: .5;
}

.event-page .nexus-event-calendar .fc-daygrid-event-dot,
.event-page .nexus-event-calendar .fc-event-time {
  display: none;
}

.event-page .nexus-event-calendar .fc-daygrid-event, 
.event-page .nexus-event-calendar .fc-daygrid-event .fc-event-title {
  color: #510855;
  font-weight: normal;
}

.event-page .nexus-event-calendar .fc-daygrid-event:hover, 
.event-page .nexus-event-calendar .fc-daygrid-event:hover .fc-event-title {
  color: #510855;
  font-weight: 700;
}

.system-page h1.page-title {
  font-size: 24px;
}

.search-result-page .hs-search-results__listing__item {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 479px) {
  .event-page .nexus-event-calendar .fc .fc-toolbar-title {
    font-size: 20px;
  }
} 

@media (min-width: 768px){
  .mec-event-article .col-md-9 {
    width: 75%;
  }

  .mec-event-article .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 961px) {
  .mec-event-article .col-md-9 {
    width: 75%;
  }

  .mec-event-article .col-md-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .mec-event-article .col-md-9, .mec-event-article .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px){
  .lp-page h3,
  .thank-you-page h3{
    font-size: 35px;
  }

  .lp-page h1,
  .thank-you-page h1{
    font-size: 60px;
  }

  .lp-page h2,
  .thank-you-page h2{
    font-size: 45px;
  }
}
@media (max-width: 991px){
  .tw-left-col, .tw-right-col {
    float: none;
    width: 100%;
  }

  .tw-right-col {
    padding-top: 35px;
  }

  .lp-page h1,
  .thank-you-page h1{
    font-size: 50px;
  }

  .lp-page h2,
  .thank-you-page h2{
    font-size: 40px;
  }
}

@media (max-width: 767px){
  .lp-page h3,
  .thank-you-page h3{
    font-size: 30px;
    margin-bottom: 25px;
  }

  .lp-page h1,
  .thank-you-page h1{
    font-size: 45px;
  }

  .lp-page h2,
  .thank-you-page h2{
    font-size: 35px;
  }

  .fee-table .list-col4 .su-column:first-child {
    width: 100%;
  }

  .fee-table .list-col4 .su-column {
    width: 100%;
  }

  .tution-fee .list-col2 .su-column:first-child,
  .tution-fee .list-col2 .su-column:last-child{
    width: 100%;
  }

  .c-list .su-column-inner>p:first-of-type {
    padding-left: 0;
  }

  .mec-event-date {
    margin-right: 10px;
  }

  .mec-event-desc {
    width: calc(100% - 62px);
  }

  .mec-event-article .btn-wrapper {
    margin: 12px 0;
    padding-top: 6px;
  }

  .mec-event-article .col-md-3, .mec-event-article .col-md-9 {
    width: 100%;
  }

  .mec-detail-button {
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 16px;
    padding: 8px;
  }

  .mec-time-details {
    margin-bottom: 5px;
  }

  .mec-export-details ul li {
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;
    text-align: center;
    float: none;
    display: block;
  }

  .mec-export-details .mec-events-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: block;
    font-size: 12px;
  }

  .mec-single-event-bar>div {
    display: block;
    margin-bottom: 12px;
  }
}

@media (max-width: 479px){
  .mec-event-date {
    float: none;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 25px;
  }

  .mec-event-date span {
    display: inline;
    padding-right: 25px;
    margin-right: 7px;
    font-size: inherit;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  }

  .mec-event-date:after {
    width: 45%;
    box-shadow: 4px 0 4px rgba(0,0,0,.02);
  }

  .mec-event-desc {
    width: 100%;
  }

  .mec-time-details {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  }

  .mec-start-time {
    font-family: "Figtree", Ariel, sans-serif;
  }

  .mec-event-title {
    text-align: center;
  }

  .mec-event-detail {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 0;
  }

}