:root {
  --background: #fde2b0;
  --orange: #f3bb04;
  --dark-orange: #ff7500;
  --dark-bronze: #5f3c04;
}

.uniform__potty {
    position: absolute;
    left: -9999px;
}

.article hr {
  width: 100%;
  height: 50%;
  color: var(--dark-bronze)
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Dashiell Bright, Georgia, serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dashiell Bright, Georgia, serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

.body {
  color: #1b1b1b;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  font-family: Ocre Sans, PT Sans, sans-serif;
  line-height: 1.5em;
  display: flex;
}

.sticky-nav {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . . Area"
  / 1fr max-content max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  text-decoration: underline;
  color: var(--dark-orange);
}

.container {
  max-width: 1440px;
  min-height: 50vh;
}

.div-block {
  background-image: url('../images/componly_photocase_id_2662016.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.columns {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: fill;
}

.div-block-2 {
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.image {
  object-fit: cover;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-3 {
  max-width: 1440px;
  flex: 1;
}

.image-2 {
  min-height: 175px;
  min-width: 175px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-4 {
  max-width: 1680px;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  margin-top: 55px;
  display: block;
}

.brand {
  width: 200px;
  height: 200px;
  padding: 11px 12px;
}

.link {
  display: inline-block;
}

.link-2 {
  padding: 20px;
  display: inline-block;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  grid-template-rows: auto auto auto;
}

.section-2 {
  min-height: 70vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3, .image-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-3 {
  max-height: 70vh;
  min-height: 40vh;
  min-width: 0;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: minmax(auto, .25fr) auto auto auto auto;
  grid-template-columns: 1fr 1fr .5fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.div-block-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 21px;
  display: flex;
  box-shadow: 2px 2px 6px -2px #000;
}

.body-2 {
  min-width: auto;
  background-color: #f6ffec;
  flex-direction: column;
  font-family: Ocre Sans, PT Sans, sans-serif;
  display: flex;
}

.container-5 {
  flex: 1;
}

.div-block-4 {
  max-height: 200px;
  max-width: none;
}

.heading {
  font-family: Dashiell Bright, Georgia, serif;
}

.callout {
  margin-top: 23px;
  margin-bottom: 23px;
  font-family: Dashiell Bright, Georgia, serif;
  font-size: 20px;
  line-height: 26px;
}

.button {
  clear: none;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer.logo {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dashiell Bright, Georgia, serif;
  font-size: 24px;
  font-weight: 900;
}

.footer.link {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.footer.list {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-flex-container {
  text-align: left;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

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

.footer-link:hover {
  text-decoration: underline;
}

.section-4 {
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.homapage-card {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.card-callout {
  font-family: Dashiell Bright, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section-5 {
  object-position: 30% 30%;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #1b1b1b;
  background-image: url('../images/emailMain_fw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: left;
  background-color: #fff;
  flex: 1;
  align-self: flex-end;
  padding: 30px;
}

.container-7 {
  flex: 0 auto;
}

.grid-2 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.leaderbox {
  background-color: #fff;
  padding: 20px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column.home {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-2 {
  font-family: Dashiell Bright Black;
}

.brand-2.w--current {
  margin-top: -58px;
}

.button-primary {
  background-color: var(--dark-orange);
  text-transform: none;
  font-family: Dashiell Bright, Georgia, sans-serif;
  font-weight: 700;
}

.container-10 a.button-primary {
  color: #ffffff;
}

.container-10 .button-primary:hover {
  background-color: var(--dark-bronze);
  text-decoration: none;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.headerimg {
  width: 60%;
  min-height: 500px;
  float: none;
  margin-left: -20px;
  position: relative;
}

.image-6 {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.textblock {
  z-index: 1;
  width: 50%;
  padding: 20px 20px 42px;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0 1px 5px 1px #b1adad;
}

.textblock.green {
  background-color: #d5da91;
}

.textblock.green.left {
  top: -296px;
  left: 68px;
}

.textblock.right {
  width: 50%;
  top: 0;
  left: 461px;
}

.textblock.right.up {
  top: -275px;
}

.textblock.blue {
  background-color: #d5da91;
}

.textblock.blue.left {
  top: -263px;
  left: 68px;
}

.textblock.blue.right {
  background-color: #4f90c8;
  top: -304px;
}

.nav-menu-2 {
  margin-top: 1px;
}

.home-banner {
  background-color: var(--background);
  text-align: center;
  margin: 0;
  font-family: Dashiell Bright Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.home-banner.headings {
  text-align: center;
  font-size: 32px;
}

.heading-3 {
  border-bottom-style: none;
  border-bottom-color: #000;
  border-radius: 0;
  font-size: 24px;
}

.heading-3.underline {
  border: 1px #000;
  border-bottom: 1px solid #835204;
}

.text-span {
  font-family: Dashiell Bright Italic;
}

.columns-2 {
  align-self: stretch;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-link {
  color: var(--dark-bronze);
  margin-top: auto;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.link-3 {
  color: var(--dark-bronze);
}

.feature-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-container {
  border-top: 1px solid var(--dark-bronze);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.feature-image-mask {
  width: 300px;
  height: 300px;
  object-fit: none;
  border-radius: 50%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  flex: none;
}

.container-9 {
  margin-top: 55px;
  margin-bottom: 55px;
  padding-left: 128px;
  padding-right: 128px;
}

.banner {
  margin-bottom: 1.5em;
  font-family: Dashiell Bright, Georgia, sans-serif;
  font-size: 24px;
}

.heading-4 {
  font-family: Dashiell Bright, Georgia, sans-serif;
  font-weight: 900;
}

.section-6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.underline {
  border-bottom: 1px solid var(--dark-bronze);
}

.columns-3 {
  width: 75%;
  align-self: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-6 {
  padding-right: 0;
  display: inline-block;
}

.column-3, .column-4, .column-5, .column-6 {
  text-align: left;
}

.link-4, .link-5 {
  display: block;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.text-block {
  text-align: left;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-10 p.date, .container-10 ul.tags {
  display: inline-block;
  /*! font-size: 1em; */
  color: var(--dark-brone)
}

.container-10 ul.tags {
  /*! padding: 0 1em ; */
}

.container-10 h1 {
  font-weight: 300;
  font-size: 3.5em;
  font-style: italic;
}

.container-10 ul.tags li {
  list-style-type: none;
  font-style: italic;
  text-transform: capitalize;
}

.container-10 a {
  text-decoration: none;
  color: var(--dark-orange);
}

.container-10 a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  height: 48px;
  align-self: auto;
  position: static;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.logotype {
  padding-top: 9px;
  font-family: Dashiell Bright, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
}

.logotype.footerlogo {
  padding-top: 0px;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.logotype.footerlogo a {
  color: #1b1b1b;
  text-decoration: none
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-split.article {
  max-width: 75%;
}

.hero-split.article img.hero {
  max-width: 75%;
  margin-left: 5%;
}

.hero-split.intro p {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

.footer h3 {
  margin: 0 0 1em;
}

.footer-social-link img {
  width: 40px;
}

.footer-link-two {
  color: #1b1b1b;
  margin-bottom: .5em;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 100px;
  height: 48px;
  background-color: #1a1b1f;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.brand-3 {
  height: 30px;
}

.navbar-3 {
  background-color: #fff;
  border-bottom: 3px solid #f3bb04;
}

.hero-split .full {
  width: 100%;
}

.hero-split .threeQuaters {
  width: 75%;
}

.hero-split .twoThirds {
  width: 66%;
}

.hero-split .half {
  width: 50%;
}

/* EXTRAS */

div.card {
  border-bottom: solid 1px var(--dark-orange);
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 3%;
  background: #ffffff;
  margin-top: 3%;
}

.hero-split.article .card {
  width: 45%;
}

.hero-split .card {
  width: 100%;
}

div.card .contents {
  padding: 1em;
}

.card h3 {
  font-family: Dashiell Bright;
  font-weight: 300;
  color: var(--dark-orange);
  margin-top: 0.5em;
}

.card ul {
  display: inline-block;
  padding: 0;
}

.card li {
  list-style-type: none;
  display: inline list-item;
  font-style: italic;
  color: #777777;
}

.card p.date {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  border-bottom: 1px solid #f3bb04
}

.card a, .list a {
  text-decoration: none;
  color: inherit;
}

.card a:hover, .list a:hover {
  text-decoration: underline;
}

.card .arrow {
  color: #ff7500;
}

div.list {
  width: 100%;
  font-size: 16px;
/*   background: #ffffff; */
  margin-bottom: 1%;
  border-bottom: solid 1px var(--dark-orange);
  text-align: justify;
}

.list h3, .list p, .list li, .list ul {
  font-size: 14px;
  padding: 0 2em 0 0;
}

.list h3, .list li, .list ul {
  display: inline-block;
}

.list li {
  font-style: italic;
}

.thumbnail-container img {
  height: 100px; 
  width: 100%; 
  max-width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-overlay {
    background-position: 0 0;
    flex-direction: column;
    padding-bottom: 22px;
  }

  .textblock {
    width: 100%;
    top: 0;
  }

  .textblock.right.low {
    width: 100%;
    top: 10px;
    left: 0;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }


  .hero-split.article {
    max-width: 100%;
  }

  .hero-split.article img {
    max-width: 100%;
    margin: 0;
  }
  
  .hero-split.article img.hero {
    margin-left: 0;
  }
  
  div.card {
    width: 100% !important;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .hero-overlay {
    height: 100vh;
    background-position: 16%;
    background-size: auto 100%;
    padding: 40px 20px;
  }

  .column {
    padding-left: 10px;
  }

  .brand-2 {
    width: 20%;
    height: auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .callout {
    font-size: 14px;
    line-height: 16px;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .hero-overlay {
    background-color: #afafe6;
    background-position: 22% 0;
    background-size: auto 30vh;
  }

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

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-8 {
    width: 100%;
  }

  .home-banner {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

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

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .container-10 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-DemiItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-XBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dashiell Bright';
  src: url('../fonts/DashiellBrightTEST-XBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
