body {
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 135%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 27px;
  line-height: 135%;
  font-weight: 700;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h5 {
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 160%;
  font-weight: 300;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Domine, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 0 0 1px #333;
}

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

.navigation-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #333;
}

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

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

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

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

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

.social-button:hover {
  opacity: 0.7;
}

.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 {
  width: 19px;
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #969696;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #ebebeb;
}

.footer-link.w--current {
  color: #ebebeb;
}

.site-name {
  display: block;
  margin-top: 16px;
  margin-right: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ebebeb;
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.site-name.w--current {
  font-family: 'PT Serif', serif;
  font-weight: 700;
}

.post-wrapper {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

.post-summary {
  display: block;
  margin-bottom: 14px;
  line-height: 144%;
}

.post-info {
  display: inline-block;
  margin-right: 8px;
  color: #969696;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-title-link:hover {
  opacity: 0.61;
}

.body-copy {
  font-size: 18px;
}

.body-copy img {
  border-radius: 3px;
}

.body-copy a {
  text-decoration: none;
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  margin-left: -23px;
  padding-left: 18px;
  border-left-width: 4px;
  border-left-color: #333;
}

.body-copy figure {
  margin-bottom: 20px;
}

.success-message {
  padding-top: 49px;
  padding-bottom: 49px;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.success-text {
  margin-bottom: 0px;
  font-size: 17px;
}

.text-field {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

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

.button-wrapper {
  margin-top: 60px;
  color: green;
  text-align: center;
}

.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.blog-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 33px;
}

.white-wrapper {
  max-width: 100%;
  min-width: 350px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
}

.circle-profile {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  border-radius: 500px;
}

.section-header {
  margin: 0px 7% 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
  font-size: 29px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.footer {
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #333;
}

.button-round {
  padding: 5px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.button-round:hover {
  border-color: #333;
  color: #333;
}

.post-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.sidebar-copy h1 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.sidebar-copy p {
  margin-bottom: 10px;
  font-size: 12px;
}

.sidebar-copy h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.sidebar-copy h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.nav-link {
  display: inline-block;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ebebeb;
}

.nav-link.w--current {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ebebeb;
}

.content-column {
  padding-right: 22px;
}

.blog-body-wrapper {
  margin-right: 7%;
  margin-left: 7%;
}

.post-title-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
  text-align: center;
}

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

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-block {
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image {
  text-align: center;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.paragraph {
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  color: #d4d4d4;
  text-align: center;
}

.paragraph-3 {
  margin-bottom: 5px;
  font-size: 12px;
}

.bt-links {
  display: inline-block;
  overflow: visible;
  height: 50px;
  min-width: 95%;
  margin-right: 0px;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #e2a62b;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
  color: #000;
  font-size: 18px;
  line-height: 170%;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  mix-blend-mode: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.bt-links:hover {
  background-color: #333;
  color: #fff;
}

.columns {
  padding-right: 0px;
}

.column {
  font-size: 18px;
}

.container {
  max-width: 1400px;
}

.container-2 {
  max-width: 1400px;
}

.text-block-2 {
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link-block {
  width: 100%;
  max-width: none;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #d4d4d4;
  text-decoration: none;
}

.link-block:hover {
  background-color: #f3f3f3;
}

.div-block-2 {
  border: 1px solid #5d5d5d;
}

.text-block-3 {
  padding-bottom: 10px;
  border-bottom: 0px none #000;
}

.div-block-3 {
  min-width: 350px;
  box-shadow: 2px 2px 2px 0 #9c9c9c;
}

.columns-2 {
  border: 1px none #000;
  box-shadow: 1px 1px 0 0 #000;
}

.form-block {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.submit-button {
  width: 100%;
  background-color: #edeff2;
  color: #000;
  font-weight: 600;
}

.column-2 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  clear: right;
}

.text-block-4 {
  padding: 0px 10px 5px;
  border-right: 1px none #000;
  border-left: 1px none #000;
  color: #b2b0b0;
  font-size: 12px;
  line-height: 120%;
  font-style: italic;
  text-align: left;
}

.recent-image {
  position: relative;
  display: inline-block;
  max-width: 275px;
  min-height: auto;
  padding-top: 10px;
  float: none;
  clear: none;
  text-align: left;
}

.column-3 {
  overflow: auto;
  max-height: none;
  min-height: 320px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 10px;
  background-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.columns-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-bottom: 0px;
  padding-top: 20px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #e9e9e9;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.recent-header {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #404047;
  font-size: 18px;
  font-weight: 700;
}

.recent-preview {
  padding-bottom: 5px;
  color: #5d5d5d;
}

.text-block-5 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    padding-top: 10px;
  }

  .navigation-menu {
    padding-bottom: 20px;
    border-bottom: 2px solid #616161;
    background-color: #333;
  }

  .site-name {
    margin-top: 12px;
  }

  .button-wrapper {
    margin-top: 60px;
  }

  .content-wrapper {
    padding: 60px 20px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .menu-button {
    padding: 14px 14px 12px;
    border-radius: 2px;
    background-color: hsla(0, 0%, 92.2%, 0.16);
    color: #ebebeb;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 92.2%, 0.48);
  }

  .nav-link {
    display: block;
    text-align: center;
  }

  .blog-body-wrapper {
    margin-right: 0%;
    margin-left: 0%;
  }

  .column-3 {
    overflow: visible;
  }

  .columns-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
    line-height: 38px;
  }

  .navigation-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-link {
    display: inline-block;
    margin: 0px 10px;
  }

  .post-wrapper {
    margin-right: 0%;
    margin-bottom: 30px;
    margin-left: 0%;
    padding-bottom: 30px;
  }

  .body-copy blockquote {
    margin-left: 0px;
  }

  .social-link-group {
    margin-bottom: 20px;
    text-align: center;
  }

  .button-wrapper {
    margin-top: 30px;
    text-align: center;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0px;
    padding: 30px 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .section-header {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0%;
    padding-bottom: 30px;
  }

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

  .blog-body-wrapper {
    margin-right: 0%;
    margin-left: 0%;
  }

  .post-title-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .site-name-link {
    padding-left: 0px;
  }

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

  .column-2 {
    position: relative;
  }

  .columns-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .social-link-group {
    margin-top: 0px;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .footer {
    text-align: center;
  }

  .nav-link {
    font-size: 16px;
  }

  .bt-links {
    min-width: 100%;
    margin-bottom: 7px;
    border-radius: 9px;
    background-color: #e2a62b;
    font-family: 'Open Sans', sans-serif;
    color: #000;
  }

  .recent-image {
    max-width: 250px;
  }

  .columns-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.div-block-4 {
  max-width: 350px;
  background-color: #fff;
  color: #fff;
  text-align: center;
}
.div-block-5 {
  padding-top: 8px;
  padding-bottom: 25px;
}

.button-2 {
  max-width: 300px;
  min-width: 300px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 18px;
}

.button-2:hover {
  background-color: #5d5d5d;
}