body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

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

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #fff;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

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

.content-column {
  padding-top: 42px;
}

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

.waterfall-image-column {
  text-align: center;
}

.text-block {
  padding-top: 56px;
}

.image {
  margin-left: 203px;
}

.navbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.navbar-2 {
  border-bottom: 8px solid #5f0096;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
  background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
}

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbacee), color-stop(79%, #fff));
  background-image: linear-gradient(180deg, #cbacee, #fff 79%);
}

.column {
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #ceb10c), linear-gradient(180deg, #fff, #fff);
}

.column-2 {
  margin-bottom: 0px;
  padding-bottom: 669px;
  background-image: url('../images/Harriet-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c));
  background-image: url('../images/Harriet-2.jpg'), linear-gradient(180deg, #fff, #ceb10c);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.text-block-2 {
  margin-top: 52px;
  line-height: 30px;
}

.heading {
  padding-top: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.columns {
  padding-top: 24px;
}

.image-2 {
  margin-left: 39px;
}

.image-3 {
  margin-left: 151px;
}

.section-3 {
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c065b), to(#3c065b));
  background-image: linear-gradient(180deg, #3c065b, #3c065b);
}

.text-block-3 {
  margin-top: 37px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.text-block-4 {
  margin-top: 70px;
  color: #fff;
  text-align: center;
}

.text-span {
  color: #f45a1e;
  font-size: 20px;
}

.nav-link-2 {
  -webkit-transition: color 1658ms ease, opacity 200ms ease;
  transition: color 1658ms ease, opacity 200ms ease;
  color: #fff;
  font-size: 15px;
}

.nav-link-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nav-link-2.w--current {
  margin-left: 0px;
  color: #fff;
  font-size: 15px;
}

.nav-link-2.w--current:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
}

.text-block-5 {
  color: #fff;
}

.nav-menu-2 {
  margin-right: -147px;
  margin-left: 70px;
  padding-left: 0px;
}

.container-2 {
  display: block;
  margin-right: auto;
  margin-left: 126px;
}

.dropdown-link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
  color: #fff;
}

.dropdown-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
  background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
}

.dropdown-link.w--current {
  color: #fff;
}

.text-block-6 {
  margin-top: 72px;
}

.text-block-7 {
  margin-top: 44px;
}

.columns-2 {
  margin-left: -17px;
  padding-top: 38px;
}

.column-3 {
  padding-top: 175px;
  padding-bottom: 196px;
  background-image: url('../images/Pic22.jpg');
  background-position: 93% 50%;
  background-size: cover;
}

.column-4 {
  padding-top: 371px;
  background-image: url('../images/pic-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-3 {
  margin-top: 33px;
}

.text-span-2 {
  color: #5f0096;
  font-size: 18px;
}

.section-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbacee), to(#fff));
  background-image: linear-gradient(180deg, #cbacee, #fff);
}

.body {
  padding-top: 0px;
}

.heading-2 {
  font-family: 'Great Vibes', cursive;
  color: #5f0096;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.section-5 {
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 66px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c)), -webkit-gradient(linear, left top, left bottom, from(#ceb10c), to(#ceb10c));
  background-image: linear-gradient(180deg, #fff, #ceb10c), linear-gradient(180deg, #ceb10c, #ceb10c);
}

.column-5 {
  padding-top: 232px;
  padding-bottom: 409px;
}

.text-block-8 {
  padding-top: 49px;
}

.text-block-9 {
  margin-top: 3px;
}

.section-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #fff), to(#e3c8ff));
  background-image: linear-gradient(180deg, #fff 23%, #e3c8ff);
  text-align: center;
}

.image-7 {
  margin-left: 11px;
}

.heading-3 {
  padding-top: 23px;
  font-family: 'Great Vibes', cursive;
  color: #5f0096;
  text-align: center;
}

.section-7 {
  padding-top: 28px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c));
  background-image: linear-gradient(180deg, #fff, #ceb10c);
}

.column-6 {
  margin-top: -1px;
  padding-top: 76px;
}

.list-item {
  padding-top: 20px;
}

.list-item-2 {
  padding-top: 15px;
}

.list-item-3 {
  padding-top: 29px;
}

.list-item-4 {
  padding-top: 21px;
}

.list-item-5 {
  padding-top: 16px;
}

.text-block-12 {
  padding-top: 27px;
  padding-bottom: 48px;
  font-family: 'Great Vibes', cursive;
  color: #5f0096;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.section-8 {
  padding-bottom: 113px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c));
  background-image: linear-gradient(180deg, #fff, #ceb10c);
}

.text-block-13 {
  margin-top: 1px;
  padding-bottom: 37px;
  color: #5f0096;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.image-9 {
  margin-right: 21px;
  margin-left: 21px;
}

.image-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-11 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-12 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-13 {
  margin-right: 10px;
  margin-left: 10px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-14 {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ceb10c), to(#ceb10c));
  background-image: linear-gradient(180deg, #ceb10c, #ceb10c);
}

.image-20 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-21 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.right-arrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-22 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-2 {
  background-image: url('../images/pic-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/pic-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/pic-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/pic-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Pic24.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Pic22.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Pic23.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Pic25.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Pic26.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-14 {
  margin-top: 134px;
  padding-bottom: 45px;
  color: #5f0096;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
}

.slider-2 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
}

.slide-11 {
  background-image: url('../images/504.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/507.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/506.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/505.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/503.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-15 {
  margin-top: 12px;
  padding-bottom: 14px;
}

.text-block-16 {
  margin-top: 66px;
}

.section-9 {
  padding-bottom: 149px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c));
  background-image: linear-gradient(180deg, #fff, #ceb10c);
}

.text-block-17 {
  margin-top: 34px;
  padding-top: 0px;
  padding-bottom: 22px;
  font-family: 'Great Vibes', cursive;
  color: #5f0096;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.text-block-18 {
  margin-top: 17px;
}

.ht {
  color: #f45a1e;
  font-size: 18px;
}

.text-block-19 {
  padding-top: 24px;
  font-family: 'Great Vibes', cursive;
  color: #5f0096;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.section-10 {
  padding-bottom: 441px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c));
  background-image: linear-gradient(180deg, #fff, #ceb10c);
}

.body-2 {
  padding-bottom: 100px;
}

.text-block-20 {
  margin-top: 28px;
  font-family: 'Great Vibes', cursive;
  color: #5f0096;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.section-11 {
  padding-bottom: 373px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c));
  background-image: linear-gradient(180deg, #fff, #ceb10c);
}

.text-block-21 {
  margin-top: 25px;
  font-family: 'Great Vibes', cursive;
  color: #5f0096;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.section-12 {
  padding-bottom: 410px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ceb10c));
  background-image: linear-gradient(180deg, #fff, #ceb10c);
}

.container-4 {
  display: block;
}

.button-2.test {
  display: inline;
}

.text-block-22 {
  overflow: hidden;
}

.image-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  position: fixed;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
}

.link-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ceb10c), to(#ceb10c));
  background-image: linear-gradient(180deg, #ceb10c, #ceb10c);
}

.link-block-2 {
  width: 53px;
  height: 53px;
  background-image: url('../images/envelope.png');
  background-position: 0px 0px;
  background-size: 24px;
}

.image-26 {
  width: 48px;
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-26:hover {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: 1px 0 35px 0 #f45a1e;
}

.image-27 {
  width: 48px;
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-27:hover {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: 0 0 30px 0 #f45a1e;
}

.image-28 {
  width: 48px;
  height: 48px;
}

.image-28:hover {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: 0 0 30px 0 #f45a1e;
}

.image-30 {
  width: 48px;
  height: 48px;
}

.image-31 {
  width: 48px;
  height: 48px;
}

.link-block-3 {
  margin-right: 12px;
  margin-left: 12px;
}

.link-block-3:hover {
  box-shadow: 0 0 20px 0 #f45a1e;
}

.link-block-4 {
  margin-right: 12px;
  margin-left: 12px;
}

.link-block-4:hover {
  box-shadow: 0 0 20px 0 #f45a1e;
}

.link-block-5 {
  margin-right: 12px;
  margin-left: 12px;
}

.link-block-5:hover {
  box-shadow: 0 0 20px 0 #f45a1e;
}

.nav-link-3 {
  color: #fff;
  font-size: 15px;
}

.nav-link-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
  color: #fff;
}

.nav-link-3.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
  color: #fff;
}

.nav-link-3.w--current:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: visible;
  border-bottom: 8px solid #5f0096;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
  background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
}

.text-block-23 {
  color: #fff;
  font-size: 15px;
}

.dropdown-link-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f0096), to(#5f0096));
  background-image: linear-gradient(180deg, #5f0096, #5f0096);
  color: #fff;
}

.dropdown-link-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
  background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
}

.slider-3 {
  height: 100px;
  background-color: transparent;
}

.slide-16 {
  height: 100px;
  background-color: transparent;
}

.text-block-24 {
  margin-top: 39px;
  color: #5f0096;
  font-size: 20px;
  text-align: center;
}

.slide-nav {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.left-arrow {
  display: none;
}

.text-block-25 {
  margin-top: 39px;
  color: #f45a1e;
  font-size: 20px;
  text-align: center;
}

.slide-17 {
  height: 100px;
  font-size: 20px;
}

.text-block-26 {
  margin-top: 39px;
  color: #5f0096;
  text-align: center;
}

.slide-18 {
  font-size: 20px;
}

.heading-4 {
  margin-top: 12px;
  color: #5f0096;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hero-slider {
    height: 400px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 0px;
  }
  .image {
    margin-left: -4px;
  }
  .column {
    padding-bottom: 26px;
  }
  .column-2 {
    padding-top: 563px;
    padding-bottom: 126px;
  }
  .text-block-2 {
    margin-left: 14px;
  }
  .heading {
    margin-top: -551px;
    margin-bottom: 153px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-3 {
    margin-left: 24px;
  }
  .nav-menu-2 {
    margin-right: 0px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
    background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
  }
  .container-2 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .menu-button {
    margin-left: 1px;
  }
  .menu-button.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
    background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
  }
  .icon {
    color: #fff;
    font-size: 35px;
  }
  .text-block-7 {
    margin-top: 32px;
  }
  .image-4 {
    margin-left: 5px;
  }
  .column-3 {
    padding-top: 20px;
  }
  .column-4 {
    padding-top: 217px;
  }
  .image-7 {
    margin-left: 45px;
  }
  .image-13 {
    margin-left: 11px;
    padding-top: 24px;
  }
  .image-23 {
    margin-top: -15px;
  }
  .button-2 {
    display: block;
  }
  .image-25 {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
  }
  .image-28 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .image-28:hover {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-29 {
    width: 48px;
    height: 48px;
  }
  .navbar-3 {
    position: relative;
    float: none;
    clear: none;
  }
  .menu-button-2 {
    color: #fff;
    font-size: 35px;
  }
  .menu-button-2.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
    background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
  }
  .nav-menu-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f45a1e), to(#f45a1e));
    background-image: linear-gradient(180deg, #f45a1e, #f45a1e);
  }
  .container-5 {
    position: relative;
  }
}

@media (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block {
    margin-top: 3px;
    padding-top: 28px;
    text-align: center;
  }
  .image {
    margin-right: 142px;
    margin-left: 142px;
  }
  .text-block-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .text-block-4 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .container-2 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .image-4 {
    margin-left: 154px;
  }
  .image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 22px;
  }
  .column-3 {
    padding-top: 143px;
  }
  .column-4 {
    padding-top: 393px;
  }
  .heading-2 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .text-block-9 {
    margin-right: 13px;
    margin-left: 13px;
    padding-top: 27px;
  }
  .text-block-10 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .image-6 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-11 {
    padding-top: 22px;
  }
  .image-8 {
    display: block;
    margin-top: -31px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-12 {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 16px;
  }
  .image-13 {
    margin-left: 2px;
    padding-top: 16px;
  }
  .text-block-15 {
    text-align: center;
  }
  .image-23 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-16 {
    display: block;
    margin-top: 89px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 42px;
    text-align: center;
  }
  .column-7 {
    margin-top: -72px;
    padding-top: 0px;
  }
  .html-embed {
    margin-top: 85px;
  }
  .image-24 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-19 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .image-25 {
    display: block;
    overflow: hidden;
    margin-top: 47px;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-3 {
    margin-left: 158px;
  }
  .slide-16 {
    margin-top: 38px;
  }
  .slide-17 {
    margin-top: 34px;
  }
  .slide-18 {
    margin-top: 33px;
  }
}

@media (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .grid-fours {
    width: 50%;
  }
  .text-block {
    padding-top: 13px;
  }
  .image {
    margin-left: 39px;
  }
  .text-block-3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-4 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .nav-link-2.w--current {
    padding-right: 29px;
    padding-left: 20px;
  }
  .container-2 {
    margin-right: 10px;
    margin-left: 11px;
  }
  .image-4 {
    margin-left: 0px;
  }
  .column-3 {
    padding-top: 30px;
  }
  .column-4 {
    padding-top: 226px;
  }
  .heading-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-9 {
    margin-top: 18px;
    margin-right: -4px;
    margin-left: -4px;
  }
  .text-block-10 {
    margin-top: 15px;
    margin-right: 8px;
    margin-left: 8px;
  }
  .image-6 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .dropdown-toggle {
    padding-right: 20px;
  }
  .image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    margin-top: -25px;
  }
  .text-block-13 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .image-9 {
    display: block;
    margin-right: 41px;
    margin-left: 41px;
  }
  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-14 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .text-block-15 {
    margin-top: 32px;
    padding-bottom: 26px;
  }
  .text-block-16 {
    margin-top: 86px;
    margin-bottom: 20px;
  }
  .image-25 {
    overflow: visible;
  }
  .link-block-3 {
    margin-left: 30px;
  }
  .slide-18 {
    margin-top: 37px;
  }
}

