    @font-face{
        font-family:"Kocha Clean";
        src:url("./assets/fonts/6933260/57947abe-6d87-4b6c-9fe9-fa2524293b5a.woff2") format("woff2"),url("./assets/fonts/6933260/84fe474c-ef6b-4c7a-a885-630e9357755c.woff") format("woff");
    }
    @font-face{
        font-family:"Kocha Rough";
        src:url("./assets/fonts/6933262/c386b3bc-b00a-463e-a4f5-e1174539041e.woff2") format("woff2"),url("./assets/fonts/6933262/81732690-d3f5-4693-9287-66919dc4dd68.woff") format("woff");
    }



:root {
    --active-brightness: 0.85;
    --border-radius: 5px;
    --box-shadow: 2px 2px 10px;
    --color-accent: #118bee15;
    --color-bg: #2F1557;
    --color-bg-secondary: #f5f5f5;
    --color-link: #E265A6;
    --color-secondary: #999;
    --color-secondary-accent: #920de90b;
    --color-highlight-one: #E53527;
    --color-highlight-two: #E265A6;
    --color-highlight-three: #47BB87;
    --color-shadow: #f4f4f4;
    --color-table: #47BB87;
    --color-text: #2F1557;
    --color-text-highlight: #999;
    --color-text-primary: #fff;
    --color-text-secondary: #47BB87;
    --font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
    --header-family: 'Kocha Clean', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
    --hover-brightness: 1.4;
    --justify-important: center;
    --justify-normal: left;
    --line-height: 1.5;
    --width-card: 285px;
    --width-card-medium: 460px;
    --width-card-wide: 800px;
    --width-content: 1680px;
}

@charset "UTF-8";
.plans, .staff, .contact-box, footer .footer-columns {
  display: -moz-flex;
  display: flex; }


html, body {
  margin: 0;
  padding: 0; }

body {
    color: var(--color-text);
    font-family: var(--font-family);
    background-color: var(--color-bg);
}

a {
  color: #00a4ca;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  width: 100%; }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--header-family);
  text-transform: uppercase;
}
no
h1 strong, h2 strong {
  font-weight: 700; }

h1 {
  font-weight: 300;
  font-size: 2.3rem;
  margin: 0; }

#home-header {
  font-family: var(--font-family);
}

h2 {
  font-weight: 300;
  font-size: 2.2rem;
  margin: 2rem 0 1rem; }

h3 {
  margin: 20px 0 10px 0; }

p, address {
  font-size: 1.38rem;
  color: var(--c);
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4rem; }
.hero-list {
  font-size: 1.38rem;
}
address {
  font-style: normal;
}

.bottom-cta {
  background: var(--color-bg-secondary);
  /*color: #fff;*/
  text-align: center;
  margin: 0;
  padding: 100px 0; }
  .bottom-cta h2 {
    margin-bottom: 50px; }

.testimonial {
  background: var(--color-bg);
  color: var(--color-text-primary);
  margin: 0;
  padding: 100px 0; }
  .testimonial .testimonial-block {
    max-width: 750px;
    width: 98%;
    margin: 0 auto; }
    @media (min-width: 450px) {
      .testimonial .testimonial-block {
        display: -moz-flex;
        display: flex; }
        .testimonial .testimonial-block blockquote {
          flex: 1; } }

.hero {
  color: var(--color-text-primary);
  text-align: center;
  background: url(./assets/img/bg_star_pattern.png) var(--color-bg);
  /*background: var(--color-bg);*/
  padding-top: 50px; }
  .hero p {
    color: #fff; }

#snow {
    position: fixed;
    top: 0;
    left:0;
    /*background-color: var(--color-bg);*/
 /*   z-index: -1;*/
}

@media (min-width: 768px) {
  .flex {
    display: -moz-flex;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .flex .text, .flex .image {
      flex: 1;
      padding: 0 20px;
       }

  .content section:nth-child(even) .flex {
    flex-direction: row-reverse; } }
.container, .text-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

section.lead {
  padding: 0;
  margin-top: -1px;
}

.text-container {
  max-width: var(--width-card-wide);
  }

.text-container-lead, .text-container-lead-alt {
      max-width: var(--width-card-wide);
    margin: 3rem auto;
    position: relative;
    padding: 2rem;
}

.text-container-lead {
      background-color: var(--color-table);
    border-radius: var(--border-radius);
}

.text-container-lead p {

}

.container {
  max-width: var( --width-content); 
}
  .container.max-container {
    max-width: 100%;
    padding: 0;
  }

header {
  color: #fff;
  padding: 20px 0;
  background: var(--color-bg);
  }
  header a {
    color: #fff;
    text-decoration: none;
    z-index: 1;
    position: relative; }
    header a:hover {
      text-decoration: none; }
  header .org-name {
    font-size: 1.7rem;
    line-height: 0; }
    header .org-name a {
      display: inline-block; }
    header .org-name img {
      display: block;
      width: auto; }

.content {
  background: #fff;
  padding: 1px 0 0 0;
  position: relative; }

section {
  padding: 100px 0; }

section + section {
  padding-top: 0; }

.subtext {
  margin-top: 10px;
  text-align: center; }

.cta {
  margin: 60px 0; }

.page h2 {
  text-align: center; }

blockquote {
  padding: 18px 25px;
  margin: 0;
  quotes: "“" "”" "‘" "’";
  font-style: italic; }
  blockquote .author {
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
    font-size: .85em;
    font-style: normal; }
  blockquote p {
    display: inline; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1rem;
  margin-right: 0.25rem;
  vertical-align: -0.4rem; }

.square-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 25px auto 0 auto;
  position: relative;
  border-radius: 200px; }
  .square-image img {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    width: 300px; }

.page {
  margin-bottom: 0;
  padding-bottom: 80px; }

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

.editor-link {
  display: none;
  margin-top: 0; }
  .editor-link .btn {
    border: 0;
    border-radius:var(--border-radius);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 2rem;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.plans {
  flex-flow: wrap;
  padding: 50px 0 30px 0; }
  .plans .plan {
    list-style: none;
    padding: 0;
    margin: 0 10px 50px 10px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 10px #eee;
    width: 100%; }
    .plans .plan .highlighted {
      font-size: 1.2em; }
    .plans .plan .pricing-cta {
      padding: 0; }
      .plans .plan .pricing-cta a {
        font-family: var(--header-family);
        color: var(--color-text-primary);
        text-transform: uppercase;
        display: block;
        box-sizing: border-box;
        padding: 20px 0;
        border-radius: 0 0 2px 2px;
        border: 0; }
    @media (min-width: 768px) {
      .plans .plan {
        flex: 1; } }
    .plans .plan li {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      padding: 20px 0; }
      .plans .plan li h3 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-weight: normal; }

.faq {
  color: #666; }
  @media (min-width: 768px) {
    .faq {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }
  .faq div {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding: 25px 0; }
  .faq dt {
    font-weight: bold;
    margin: 0 0 5px 0; }
  .faq dd {
    padding: 0;
    margin: 0; }

.staff {
  padding: 0;
  list-style: none;
  flex-flow: wrap;
  text-align: center; }
  .staff li {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 450px) {
      .staff li {
        -moz-flex: 1 1 45%;
        flex: 1 1 45%; } }
    @media (min-width: 768px) {
      .staff li {
        -moz-flex: 1 1 29%;
        flex: 1 1 29%; } }
  .staff .square-image {
    width: 200px;
    height: 200px; }
    .staff .square-image img {
      border-radius: 200px; }
  .staff .name {
    font-size: 1.3em;
    margin-top: 20px; }
  .staff .position {
    color: #666; }

.map {
  width: 100%;
  margin: 100px 0;
  height: 400px; }

.contact-box {
  flex-flow: wrap;
  max-width: 750px;
  margin: 0 auto; }
  .contact-box form {
    width: 100%; }
  .contact-box p {
    margin: 0; }
  .contact-box .contact-form, .contact-box .contact-details {
    margin: 0 30px; }
    @media (min-width: 768px) {
      .contact-box .contact-form, .contact-box .contact-details {
        flex: 1; } }
  .contact-box .contact-details {
    font-size: .9em; }

.blog-posts {
  list-style: none;
  padding: 0; }
  .blog-posts li {
    margin: 100px 0; }

.blog-post .author {
  padding: 30px 0 0 0;
  border: 1px solid #eee;
  margin: 30px 0;
  font-size: .8rem; }
  .blog-post .author .square-image {
    width: 125px;
    height: 125px;
    margin-top: 0; }
  .blog-post .author .blurb {
    text-align: center; }
.blog-post h3 {
  margin: 0; }
  .blog-post h3 a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3rem; }
.blog-post h2 {
  text-align: left; }
.blog-post .blog-navigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden; }
  .blog-post .blog-navigation a {
    display: block;
    width: 50%;
    float: left;
    margin: 1rem 0; }
  .blog-post .blog-navigation .next {
    text-align: right; }
.blog-post .post-details {
  border-bottom: 1px solid #eee;
  font-size: .9em; }
  .blog-post .post-details .blog-filter {
    display: inline-block;
    text-align: left; }
    .blog-post .post-details .blog-filter a {
      position: relative;
      top: -5px; }
  .blog-post .post-details a {
    text-decoration: none; }
  .blog-post .post-details .post-date {
    float: right; }
  .blog-post .post-details:after {
    content: "";
    display: table;
    clear: both; }
.blog-post .post-content .button {
  margin: 30px 0 0 0; }

.pagination {
  text-align: center; }

.blog-filter {
  text-align: center; }
  .blog-filter a {
    background: #eee;
    padding: 3px 5px;
    font-size: .8rem;
    border-radius: var(--border-radius);
    color: #888;
    transition: .2s ease-in-out; }
    .blog-filter a:hover {
      color: #555;
      text-decoration: none; }

.blog-filter.cross a {
  padding-right: 8px; }
  .blog-filter.cross a:after {
    content: "x";
    font-size: .5rem;
    position: relative;
    bottom: 4px;
    right: -3px; }

.button a, input[type=submit] {
  background-color: var(--color-link);
  border: 2px solid var(--color-link);
  color: var(--color-bg);
  text-decoration: none;
  padding: 10px 30px;
  border-radius: var(--border-radius);
  transition: .2s ease-in-out; }

.button a:hover, input[type=submit]:hover {
  -webkit-filter: brightness(var(--hover-brightness));
  filter: brightness(var(--hover-brightness));
  cursor: pointer; }

.button.alt a {
  background: var(--color-bg);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-bg);
  color: var(--color-text-primary); 
  padding: 16px 50px; }

.button.alt a:hover {
    -webkit-filter: brightness(var(--hover-brightness));
    filter: brightness(var(--hover-brightness));
  }

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit; }

input[type=submit] {
  margin: 20px 0 0 0; }

label, input, textarea {
  display: block;
  width: 100%;
  box-sizing: border-box; }

textarea {
  resize: vertical;
  height: 150px; }

label {
  margin: 20px 0 5px 0; }

input, textarea {
  padding: 10px;
  font-size: 1em; }

input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD; }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee; }

.nav-open nav {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 10px 0; }
  .nav-open nav a {
    display: block; }
  @media (min-width: 620px) {
    .nav-open nav {
      border: 0;
      padding: 0 20px; }
      .nav-open nav a {
        display: inline; } }

nav {
  text-transform: uppercase;
  font-size: .8em;
  width: 100%; }
  @media (min-width: 620px) {
    nav {
      text-align: right;
      position: absolute;
      top: 13px;
      right: 0;
      padding: 0 20px; } }
  nav a {
    margin: 0 3px;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.8);
    transition: .2s ease-in-out;
    display: none; }
    @media (min-width: 620px) {
      nav a {
        display: inline;
        padding: 10px; } }
    nav a.nav-toggle {
      display: inline;
      position: absolute;
      right: 10px;
      top: -22px;
      font-size: 1.9rem;
      border: 0; }
      @media (min-width: 620px) {
        nav a.nav-toggle {
          display: none; } }
      nav a.nav-toggle:hover {
        border: 0; }
  nav a:hover, nav a.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff; }
  @media (min-width: 620px) {
    nav a.highlight {
        border: 1px var(--color-link) solid;
        border-radius: var(--border-radius);
        background: var(--color-link);
        color: var(--color-bg);
      }
      nav a.highlight:hover {
        -webkit-filter: var(--hover-brightness);
        filter: var(--hover-brightness);
      }
      }
  nav a.active {
    color: #fff; }

.footer-links {
  width: 100%;
  margin: 10px;
  padding: 0; }
  @media (min-width: 450px) {
    .footer-links {
      flex: 1 0 180px; } }
  .footer-links li {
    list-style: none;
    margin: 15px auto; }
    @media (min-width: 450px) {
      .footer-links li {
        max-width: 150px; } }
    .footer-links li a:hover {
      text-decoration: none; }
    .footer-links li a svg {
      fill: #999;
      margin-right: 10px;
      transition: fill 0.2s ease;
      vertical-align: middle;
      position: relative;
      top: -2px;
      width: 22px;
      height: 22px; }
    .footer-links li a:hover svg {
      fill: #fff; }
    .footer-links li a.twitter-icon:hover svg {
      fill: #55acee; }
    .footer-links li a.google-plus-icon:hover svg {
      fill: #db4437; }
    .footer-links li a.youtube-icon:hover svg {
      fill: #cd201f; }
    .footer-links li a.instagram-icon:hover svg {
      fill: #f167f5; }
    .footer-links li a.linkedin-icon:hover svg {
      fill: #0077b5; }
    .footer-links li a.pinterest-icon:hover svg {
      fill: #bd081c; }
    .footer-links li a.rss-icon:hover svg {
      fill: #f26522; }

footer {
  padding: 50px 0 50px 0;
  font-size: 1.1em;
  position: relative;
  background: var(--color-bg);
  color: #fff; }
  footer .copyright {
    font-size: .8em;
    margin: 0 auto; }
    @media (min-width: 450px) {
      footer .copyright {
        text-align: center; } }
  footer,
  footer a {
    color: var(--color-secondary); }
  footer h2 {
    font-size: 1.4em;
    margin: 30px 0;
    color: #ccc; }
  footer .footer-columns {
    flex-flow: wrap;
    margin: -10px -10px 10px -10px; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      color: #fff; }
  footer .legal-line {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    background-color: #222527; }
    footer .legal-line a {
      font-weight: 600; }

.editor-link, .nav-open nav .editor-link {
  display: none;
  margin-top: 0; }
  .editor-link .btn, .nav-open nav .editor-link .btn {
    border: 0;
    border-radius: var(--border-radius);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 2rem;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px; }
  nav .editor-link, .editor-link .btn, nav .nav-open nav .editor-link, .nav-open nav .editor-link .btn {
    cursor: pointer;
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
    nav .editor-link:hover, .editor-link .btn:hover, nav .nav-open nav .editor-link:hover, .nav-open nav .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.cms-editor-active .editor-link {
  display: block; }

.cms-editor-active nav .editor-link {
  display: inline; }
