:root {
  --tan: #d39f9a;
  --dark-slate-gray-3: #333;
  --salmon: #fd7072;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --khaki: #face6a;
  --dim-gray-3: #5d5d5d;
  --white-smoke-4: #f0f0f0;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --sandy-brown-2: #e4b962;
  --indian-red: #cf404d;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #edeff2;
  --white-smoke-3: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dark-gray: #aaa;
  --dark-gray-2: #969696;
  --ddd: #ddd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  line-height: 135%;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

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

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

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

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

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

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

li {
  font-weight: 300;
}

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

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

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

figure {
  margin-bottom: 20px;
}

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

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

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

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

.navigation-bar {
  background-color: #0000;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navigation-menu {
  float: none;
}

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

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

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

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

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

.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: .6;
  width: 20px;
  margin-right: 12px;
  transition: opacity .2s;
}

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

.nav-link {
  color: var(--dark-slate-gray-3);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

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

.post-summary {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 160%;
  display: block;
}

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

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

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

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.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 {
  border-left-width: 4px;
  border-left-color: #333;
  margin-left: -23px;
  padding-left: 18px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

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

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

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

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

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

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

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

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

.menu-button {
  display: none;
}

.section-header {
  text-align: left;
  text-transform: capitalize;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.main-subheading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

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

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

.button-round.w--current {
  float: right;
}

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

.content {
  width: 70%;
  margin-left: 30%;
  padding: 50px;
}

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

.sidebar-column {
  background-color: var(--tan);
  color: #f3f3f3;
  width: 30%;
  height: 100%;
  padding: 50px 40px 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-text {
  color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.logo-link {
  float: none;
  display: block;
}

.divider {
  background-color: #5e5e5e;
  width: 70%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.image {
  opacity: 1;
  border-radius: 4px;
  width: 50vw;
  box-shadow: 2px 2px 5px #0003;
}

.heading {
  color: var(--salmon);
}

.button-2 {
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: left;
  vertical-align: baseline;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  text-decoration-style: solid;
  position: static;
}

.button-2:hover {
  background-color: var(--light-sea-green-2);
  border-radius: 4px;
}

.heading-title {
  color: var(--khaki);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.block-quote {
  font-size: 14px;
}

.post-content {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ba4540;
  white-space: normal;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-2 {
  color: #fd7072;
  text-decoration: none;
}

.link-3, .link-4 {
  text-decoration: none;
}

.heading3 {
  color: #fd7072;
}

.link-5 {
  color: #fd7072;
  text-decoration: none;
}

.heading3-2 {
  color: #30ad64;
}

.heading3-2:hover {
  color: #87cab8cc;
}

.bold-text-5 {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bold-text-3 {
  color: #fd7072;
  text-align: right;
  margin-top: 0;
  margin-left: 10%;
  text-decoration: none;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 20px;
}

.code-embed {
  margin-bottom: 20px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dim-gray-3);
  color: var(--white-smoke-4);
  width: 70%;
  margin-left: 30%;
  padding: 20px 50px;
  font-size: 12px;
  display: flex;
}

.text-block {
  font-size: 12px;
  line-height: 120%;
  display: inline-block;
}

.nav-link-2 {
  color: #aaa;
  letter-spacing: .5px;
  text-transform: none;
  margin-left: 40px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link-2:hover {
  color: var(--white-smoke-4);
}

.nav-link-2.w--current {
  color: #333;
  margin-left: 20px;
  margin-right: 40px;
  font-weight: 600;
  line-height: 120%;
}

.social-icon-link-2 {
  opacity: .36;
  text-align: right;
  width: 30px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px;
  transition: opacity .2s;
}

.social-icon-link-2:hover {
  opacity: .8;
  border-radius: 4px;
}

.social-icon-link-3 {
  opacity: .36;
  text-align: right;
  width: 30px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px;
  transition: opacity .2s;
}

.social-icon-link-3:hover {
  opacity: .8;
  border-radius: 4px;
}

.image-2 {
  background-color: #333;
  border-radius: 4px;
}

.heading-3 {
  font-size: 18px;
}

.sidebar-column-2 {
  background-color: var(--khaki);
  color: #f3f3f3;
  width: 30%;
  height: 100%;
  padding: 50px 40px 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.navigation-menu-copy {
  float: none;
}

.logo-text-copy {
  color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.logo-link-copy {
  float: none;
  display: block;
}

.main-subheading-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
  display: block;
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-menu {
    background-color: var(--tan);
    border-radius: 5px;
    padding: 20px;
  }

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

  .post-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

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

  .menu-button {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 5px;
    padding: 13px 11px 11px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #f0f0f0;
  }

  .section-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .main-subheading {
    margin-top: 0;
  }

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

  .sidebar-column {
    width: 100%;
    padding: 20px;
    position: static;
  }

  .logo-text {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .logo-link {
    float: left;
  }

  .divider {
    width: 30%;
    margin: 14px auto;
    display: block;
  }

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

  .sidebar-column-2 {
    width: 100%;
    padding: 20px;
    position: static;
  }

  .navigation-menu-copy {
    background-color: var(--tan);
    border-radius: 5px;
    padding: 20px;
  }

  .logo-text-copy {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .logo-link-copy {
    float: left;
  }

  .main-subheading-copy {
    margin-top: 0;
  }
}

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

  .navigation-menu {
    margin-top: 20px;
  }

  .nav-link {
    display: block;
  }

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

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

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

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

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

  .main-subheading {
    width: auto;
  }

  .content {
    padding: 20px 10px;
  }

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

  .sidebar-column {
    padding: 10px;
  }

  .logo-text {
    margin-top: 5px;
  }

  .logo-link {
    padding-left: 0;
  }

  .post-content {
    font-size: 14px;
  }

  .footer {
    padding: 20px 10px;
  }

  .nav-link-2 {
    margin: 0;
    display: inline-block;
  }

  .nav-link-2.w--current {
    margin-right: 20px;
  }

  .social-icon-link-2, .social-icon-link-3 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sidebar-column-2 {
    padding: 10px;
  }

  .navigation-menu-copy {
    margin-top: 20px;
  }

  .logo-text-copy {
    margin-top: 5px;
  }

  .logo-link-copy {
    padding-left: 0;
  }

  .main-subheading-copy {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .post-summary {
    font-size: 14px;
    line-height: 200%;
  }

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

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

  .main-subheading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .button-round {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .button-round.w--current {
    font-size: 12px;
  }

  .logo-text {
    font-size: 24px;
  }

  .image {
    width: 90vw;
  }

  .heading {
    font-size: 22px;
  }

  .button-2 {
    text-align: left;
  }

  .heading-title {
    font-size: 16px;
  }

  .block-quote {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 200%;
  }

  .post-content {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 200%;
  }

  .link-2 {
    font-size: 22px;
  }

  .heading3 {
    font-size: 18px;
  }

  .heading3-2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .text-block {
    margin-left: 10px;
  }

  .nav-link-2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .logo-text-copy {
    font-size: 24px;
  }

  .main-subheading-copy {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }
}


