:root {
  --darker-grey: #333;
  --blue: #2196f3;
  --dark-blue: #1565c0;
  --grey-mid: #a8a8a8;
  --dark-grey: #5d5d5d;
  --grey: #dbdbdb;
  --light-grey: #f1f1f1;
  --green: #4caf50;
  --crimson: #d32f2f;
  --burlywood: #d6b786;
  --black-2: #14110f;
  --black: black;
  --white: white;
  --dark-goldenrod: #a87b01;
  --forest-green: #149800;
  --olive: #6d5800;
  --slate-grey: #607d8b;
  --pink: #d81b60;
  --purple: #673ab7;
  --indigo: #3f51b5;
  --cyan: #00bcd4;
  --teal: #00bfa5;
  --lime: #cddc39;
  --gold: #ffc107;
  --orange: #f45a1e;
  --brown: #795548;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--darker-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

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

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

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

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

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

a {
  color: var(--blue);
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

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

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #3333338f;
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dark-blue);
}

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

.button.white {
  color: var(--darker-grey);
  background-color: #fff;
}

.button.white:hover {
  background-color: #ffffffc4;
}

.button.black {
  background-color: var(--darker-grey);
}

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

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

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

.button.small {
  background-color: var(--blue);
  text-transform: uppercase;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: var(--dark-blue);
}

.button.tab {
  background-color: var(--grey-mid);
  margin-left: 8px;
  margin-right: 8px;
}

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

.button.tab.w--current {
  background-color: var(--blue);
}

.button.tab.w--current:hover {
  background-color: var(--dark-blue);
}

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

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

.navigation-link:hover {
  color: var(--blue);
}

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

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

.navigation-bar.dark {
  background-color: var(--dark-grey);
}

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

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

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

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

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

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

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

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

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

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

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

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

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

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

.section.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

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

.slide {
  background-color: var(--grey);
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide.two {
  background-color: var(--grey);
}

.header-section {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}

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

.cta-section {
  background-color: var(--grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.cta-section.centered-accented {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}

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

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

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

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

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000040, #00000040), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  padding: 117px 20px;
}

.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 {
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

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

.hollow-button.white:hover {
  color: #ffffffb8;
  border-color: #ffffffa3;
}

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

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

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

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

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

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

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

.form-field {
  border-style: none;
  border-radius: 3px;
  min-height: 41px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px #00000017;
}

.form-field:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

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

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

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

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #0000001f;
}

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

.social-button {
  background-color: var(--blue);
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  background-color: var(--dark-blue);
  opacity: 1;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.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 {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

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

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

.hero-with-nav {
  background-color: var(--grey);
}

.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: var(--light-grey);
}

.footer.centered-accented {
  background-color: var(--light-grey);
  text-align: center;
}

.float-right {
  float: right;
}

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

.link {
  color: var(--blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--dark-blue);
}

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

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

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

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

.sidemenu-link:hover {
  color: var(--darker-grey);
}

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

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

.info-icon {
  float: left;
}

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

.footer-link {
  color: #000000bd;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

.left-navigation {
  float: left;
  background-color: var(--grey);
  width: 20%;
  height: 100vh;
}

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

.nav-menu {
  float: none;
}

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

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

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

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

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

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

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

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 31px;
}

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

.error-wrapper {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 5px;
}

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

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

.background {
  background-color: var(--grey);
}

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

.rich-text h1, .rich-text h3, .rich-text h5, .rich-text h4, .rich-text h6 {
  margin-top: 30px;
}

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

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

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

.section-2 {
  background-image: url('../images/top-banner1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 1px;
  padding-top: 174px;
}

.container-2 {
  margin-top: -177px;
}

.image {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  border-bottom: 2px solid var(--burlywood);
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  position: sticky;
  top: 0;
}

.nav-link-2 {
  color: #fff;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 14px;
}

.nav-link-2:hover {
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
}

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

.icon {
  color: #fff;
}

.dropdown-link {
  background-image: linear-gradient(to bottom, var(--burlywood), var(--burlywood));
}

.dropdown-link:hover {
  color: #fff;
}

.section-3 {
  padding-top: 857px;
}

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

.container-4 {
  margin-top: -701px;
}

.heading {
  cursor: pointer;
}

.paragraph {
  overflow: hidden;
}

.container-5 {
  margin-top: -709px;
}

.main-content, .call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.section-4 {
  padding-top: 207px;
}

.div-block {
  justify-content: flex-start;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: -167px;
  margin-left: 112px;
  margin-right: 112px;
  padding-top: 116px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-6 {
  margin-top: -154px;
  padding-left: 6px;
  padding-right: 6px;
}

.rich-text-block {
  line-height: 16px;
}

.heading-4 {
  text-align: center;
  font-size: 25px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  background-image: url('../images/social-34-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 5px solid #000;
  border-radius: 9px;
  width: 50px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: 16px;
  padding: 17px 19px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-2:hover {
  background-color: var(--darker-grey);
}

.section-5 {
  justify-content: center;
  padding-top: 69px;
  padding-bottom: 125px;
  display: flex;
}

.section-6 {
  border-radius: 5px;
  padding-left: 11px;
}

.section-7 {
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.container-7 {
  text-align: center;
  margin-top: -289px;
}

.section-8 {
  background-image: url('../images/photo-1441486374104-36abe5ed9b69-bw.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 159px;
}

.text-block-2 {
  margin-top: 38px;
}

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

.background-video {
  padding-top: 688px;
  padding-bottom: 0;
}

.html-embed {
  background-color: #ff5e7f;
}

.section-9 {
  background-color: #3d0058;
  padding-top: 479px;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -389px;
  display: flex;
}

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

.container-9 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.button-3 {
  margin-top: 32px;
}

.nav-link-3 {
  text-transform: uppercase;
  margin-top: -1px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.nav-link-3:hover {
  color: #ac8d01;
}

.nav-link-3.w--current {
  color: var(--dark-goldenrod);
  padding-left: 28px;
  padding-right: 28px;
}

.column-2 {
  margin-top: 50px;
  padding-left: 119px;
}

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

.column-4 {
  justify-content: center;
  display: flex;
}

.navbar-2 {
  background-color: #e9e9e9;
  position: sticky;
  top: 0;
}

.button-4 {
  background-color: var(--dark-goldenrod);
  border-radius: 20px;
  margin-top: 46px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Roboto, sans-serif;
}

.button-4:hover {
  background-color: var(--forest-green);
}

.button-4.w--current {
  margin-top: 40px;
}

.link-block {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-2, .link-block-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.columns {
  background-color: var(--white);
  padding-bottom: 8px;
  box-shadow: 1px 1px 3px #000;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.section-10 {
  background-image: url('../images/home-banner.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 432px;
}

.container-10 {
  margin-top: -385px;
}

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

.section-11 {
  background-color: var(--white);
  padding-top: 242px;
}

.container-11 {
  margin-top: -226px;
}

.heading-6 {
  background-color: var(--dark-goldenrod);
  text-align: center;
  padding-left: 23px;
  padding-right: 23px;
}

.bold-text {
  color: var(--white);
  padding-left: 19px;
  padding-right: 19px;
  font-weight: 400;
}

.text-block-5 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.text-block-6 {
  text-align: center;
  margin-top: 16px;
}

.text-block-7 {
  color: var(--olive);
  text-align: center;
  margin-top: 19px;
  font-size: 22px;
  line-height: 25px;
}

.section-12 {
  margin-top: 34px;
  padding-top: 488px;
}

.section-13 {
  background-color: var(--black);
  padding-top: 276px;
  padding-bottom: 27px;
}

.dropdown-link-2 {
  color: var(--dark-goldenrod);
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.dropdown-link-2.w--current {
  background-color: var(--grey-mid);
  color: var(--white);
}

.container-12 {
  margin-top: -239px;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-8, .text-block-9 {
  color: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.image-5, .column-7 {
  text-align: center;
}

.button-5 {
  background-color: var(--dark-goldenrod);
  border-radius: 20px;
  margin-top: 15px;
  padding-left: 74px;
  padding-right: 74px;
}

.button-5:hover {
  background-color: var(--forest-green);
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4, .link-block-5, .link-block-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-10 {
  color: var(--white);
  margin-top: 13px;
  padding-bottom: 14px;
}

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

.div-block-3 {
  background-color: var(--olive);
  height: 2px;
}

.container-13 {
  margin-top: 0;
  padding-bottom: 73px;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: var(--olive);
}

.link-2:hover {
  color: var(--dark-goldenrod);
}

.section-14 {
  background-color: var(--black);
}

.section-15 {
  background-image: url('../images/bc51-1920w.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 241px;
}

.container-14 {
  margin-top: -173px;
}

.section-16 {
  background-color: var(--white);
  padding-top: 146px;
  padding-bottom: 56px;
}

.container-15 {
  margin-top: -120px;
  padding-bottom: 15px;
}

.text-block-12 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.image-6 {
  float: left;
  padding-bottom: 15px;
}

.text-block-13 {
  margin-top: 21px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-block-4 {
  background-color: var(--olive);
  height: 3px;
}

.slide-2 {
  background-image: url('../images/169095927_10219233419690467_8802197663275549522_n-1920w.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.slider {
  height: 500px;
}

.icon-4, .icon-5 {
  color: var(--dark-goldenrod);
}

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

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

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

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

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

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

.section-17 {
  background-image: url('../images/Layer0-1920w.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 439px;
}

.container-16 {
  margin-top: 21px;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.body-2 {
  background-color: var(--dark-goldenrod);
}

.section-19 {
  background-color: var(--white);
  padding-top: 123px;
  padding-bottom: 39px;
}

.container-17 {
  margin-top: -102px;
}

.column-9, .column-10, .column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-7, .image-8 {
  padding-bottom: 13px;
}

.image-9 {
  padding-bottom: 14px;
}

.text-block-15, .bold-text-2 {
  text-align: center;
}

.section-20, .container-18 {
  display: none;
}

.bold-text-3 {
  color: var(--dark-goldenrod);
}

.container-19 {
  margin-top: -122px;
}

.container-20 {
  justify-content: center;
  display: flex;
}

.button-6 {
  margin-top: 37px;
}

.body-3 {
  background-color: var(--white);
}

.section-21 {
  background-image: url('../images/24174224_10210360064902143_6194305803806165083_n-1920w.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 499px;
}

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

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

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

.slide-12 {
  background-image: url('../images/Copy-of-Sunday-service-flyer-6-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.image-10 {
  margin-top: 85px;
}

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

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

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

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

.slide-18 {
  background-image: url('../images/image-1_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-19 {
  background-image: url('../images/image_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.background-video-3 {
  height: 650px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .container-9 {
    justify-content: center;
    max-width: 1200px;
  }

  .nav-link-3 {
    margin-top: -1px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column {
    justify-content: flex-end;
    display: flex;
  }

  .column-2, .column-3, .column-4 {
    text-align: center;
  }

  .container-10 {
    max-width: 1150px;
    margin-top: -412px;
  }

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

  .section-11 {
    padding-top: 265px;
    padding-bottom: 0;
  }

  .container-11 {
    max-width: 1200px;
    margin-top: -232px;
  }

  .heading-6 {
    margin-top: 2px;
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 30px;
  }

  .text-block-5 {
    margin-top: 17px;
    font-size: 21px;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 21px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .text-block-7 {
    color: #6d5800;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .section-13 {
    background-color: var(--black);
  }

  .image-4 {
    margin-top: -5px;
  }

  .dropdown-link-2 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }

  .dropdown-link-2:hover {
    color: var(--dark-goldenrod);
  }

  .container-12 {
    max-width: 1200px;
  }

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

  .text-block-8 {
    color: var(--white);
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .container-13 {
    max-width: 1150px;
  }

  .section-16 {
    background-color: var(--white);
  }

  .container-15 {
    max-width: 1150px;
  }

  .slider {
    height: 500px;
  }

  .icon-4, .icon-5 {
    color: var(--dark-goldenrod);
  }

  .section-18 {
    background-color: var(--dark-goldenrod);
    padding-top: 51px;
  }

  .container-16 {
    margin-top: -26px;
  }

  .heading-9 {
    color: var(--white);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .container-17 {
    max-width: 1150px;
  }

  .container-19 {
    margin-top: -129px;
  }

  .container-21 {
    max-width: 1150px;
  }

  .image-10 {
    margin-top: 103px;
  }

  .image-11 {
    margin-top: -25px;
  }

  .columns-2 {
    margin-top: 0;
  }

  .background-video-3 {
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: var(--blue);
  }

  .hamburger-button.w--open {
    background-color: var(--darker-grey);
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

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

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
  }

  .nav-link {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--darker-grey);
    padding: 17px;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0;
  }

  .content-column {
    padding-top: 0;
  }

  .section-2 {
    padding-top: 153px;
  }

  .image {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar {
    position: relative;
  }

  .menu-button {
    color: #fff;
    font-size: 30px;
  }

  .div-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-9 {
    justify-content: flex-end;
  }

  .nav-link-3 {
    color: var(--white);
    margin-top: 0;
    padding-top: 10px;
  }

  .column-2 {
    padding-left: 50px;
  }

  .button-4 {
    margin-top: 11px;
    padding-bottom: 9px;
  }

  .button-4.w--current {
    margin-top: 42px;
  }

  .text-block-4 {
    color: var(--white);
  }

  .icon-2 {
    font-size: 37px;
  }

  .image-2 {
    margin-top: -40px;
  }

  .section-12 {
    background-attachment: scroll;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 28px;
  }

  .menu-button-2 {
    background-color: #e9e9e9;
  }

  .nav-menu-2 {
    background-color: #000000f2;
  }

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

  .slide-8 {
    background-size: contain;
  }

  .section-17 {
    background-attachment: scroll;
  }

  .section-20 {
    display: none;
  }

  .container-18 {
    justify-content: center;
    padding-bottom: 21px;
    display: none;
  }

  .section-21 {
    background-attachment: scroll;
  }

  .image-10 {
    margin-top: 67px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

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

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

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

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .image {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-content, .call-to-action {
    padding: 40px 20px;
  }

  .column-2 {
    text-align: center;
    display: none;
  }

  .column-4 {
    display: none;
  }

  .button-4 {
    margin-top: 20px;
  }

  .section-10 {
    background-position: 45%;
  }

  .image-2 {
    margin-top: 17px;
  }

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

  .column-7 {
    margin-top: 32px;
  }

  .section-15 {
    padding-top: 190px;
  }

  .container-14 {
    margin-top: -129px;
  }

  .section-16 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .section-17 {
    padding-top: 337px;
  }

  .image-8 {
    margin-top: 50px;
  }

  .image-9 {
    margin-top: 38px;
  }

  .section-20 {
    background-color: #a29256;
    display: block;
  }

  .container-18 {
    background-color: var(--white);
    justify-content: center;
    padding-bottom: 22px;
    display: flex;
  }

  .section-21 {
    padding-top: 355px;
  }

  .column-12, .column-13 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .grid-fours {
    width: 50%;
  }

  .section-2 {
    padding-top: 98px;
  }

  .container-2 {
    margin-top: -231px;
  }

  .image {
    margin-top: 137px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .centered-container {
    text-align: left;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .button-4.w--current {
    margin-top: 22px;
  }

  .section-10 {
    background-position: 35% 0;
  }

  .image-3 {
    margin-top: -38px;
  }

  .section-12 {
    padding-top: 271px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .section-15 {
    background-attachment: scroll;
    padding-top: 177px;
  }

  .container-14 {
    margin-top: -120px;
  }

  .section-16 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .image-6 {
    padding-bottom: 25px;
  }

  .slide-2 {
    background-position: 50% 0;
  }

  .slider {
    height: 300px;
  }

  .slide-3, .slide-7 {
    background-position: 50% 0;
  }

  .section-17 {
    padding-top: 219px;
  }

  .heading-9 {
    font-size: 25px;
  }

  .container-18 {
    margin-top: 1px;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .section-21 {
    padding-top: 237px;
  }

  .image-10 {
    margin-top: 22px;
  }

  .background-video-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video-3 {
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}


