#wpcontent {
  height: calc(100vh - 32px);
  padding-left: 0;
  font-family: Cerebrisans, sans-serif;
}

#wpbody, #wpbody-content {
  height: 100%;
}

#wpbody-content {
  display: flex;
  flex-direction: column;
}

.wordable-body {
  flex-grow: 1
}

.section {
  margin-top: 25px;
}

.button-wf {
  position: static;
  width: 138px;
  margin-top: 17px;
  float: right;
  border-radius: 5px;
  background-color: #5061b9;
  font-family: Cerebrisans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.button-wf:hover {
  opacity: 0.9;
  color: #ffffff !important;
}

.button-danger {
  width: 120px;
  border-radius: 5px;
  background-color: #ef4d35;
  font-family: Cerebrisans, sans-serif;
  font-weight: 700;
  text-align: center;
}

.link, .link:active, .link:visited {
  font-size: 16px;
  padding: 2px 0;
  text-decoration: none;
  color: #5061b9;
}

.link:hover {
  text-decoration: underline;
  color: #5061b9;
}

.article-link, .article-link:active, .article-link:visited {
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
  color: #5061b9;
  border-bottom: thin solid #ddd;
  display: block;
}

.article-link:hover {
  text-decoration: underline;
  color: #5061b9;
}

.article-link:last-child {
  border-bottom: none;
}

.wordable-body-contents {
  height: 100%;
}

.cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  padding-bottom: 10%;
}

.wordable-destination-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cta-connect-button, .cta-connect-button:active, .cta-connect-button:visited {
  background-color: #5fc268;
  border-radius: 5px;
  border: none;
  color: white;
  display: block;
  font-family: Cerebrisans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.cta-connect-button:hover {
  background-color: #43b04d;
  color: #f6fcf7;
}

.cta-signup-message {
  font-size: 16px;
  text-align: center;
}

.onboarding-link {
  margin-bottom: 0;
}

.columns {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
}

.wordable-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 12px 20px;
  background-color: #5061b9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.w-help-and-support {
  background-color: #3e4e9c;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  font-weight: 500;
}

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

.button-alert-danger {
  width: 155px;
  height: 29px;
  padding-top: 5px;
  float: right;
  border-radius: 5px;
  background-color: #ff5959;
  font-family: Cerebrisans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.wordable-body {
  background-color: #f8f8f8;
}

.dropdown-toggle {
  position: static;
  padding-right: 20px;
  float: none;
}

.dropdown {
  position: static;
  margin-left: auto;
  float: right;
  clear: none;
}

.div-block-4 {
  height: auto;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  background-color: #fff;
  margin-bottom: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cerebrisans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cerebrisans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.list-item-3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.widget-card {
  border-bottom: thin solid #ddd;
  padding: 10px 0;
}

.widget-card:last-child {
  border-bottom: none;
}

.widget-card-title {
  font-size: 16px;
  font-weight: 700;
}

.widget-card-hidden-count {
  text-align: right;
  color: #999;
  padding-top: 10px;
  font-size: 11px;
}

.list {
  margin-top: 10px;
}

.list-item-3-copy {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.columns-3 {
  margin-top: 30px;
  padding-right: 70px;
  padding-left: 70px;
}

.columns-4 {
  padding-left: 110px;
}

.link-block {
  width: 100%;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.author-email {
  width: 100%;
  color: #333;
  text-align: left;
  text-decoration: none;
  font-size: small;
  font-weight: normal;
}

.link-block:hover {
  color: #727272;
}

.dropdown-list {
  width: 150px;
}

.dropdown-list.w--open {
  width: 220px;
  height: 150px;
  margin-left: -180px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -15px #5c5c5c;
}

.text-block-7 {
  margin-top: 12px;
  font-family: Cerebrisans, sans-serif;
  color: #847d7d;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: #5061b9;
}

.link-block-2 {
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.text-span-2 {
  text-decoration: underline;
}

.onboarding-complete, .onboarding-incomplete {
  text-align: center;
}

.onboarding-complete h2 {
  color: #43b04d;
}

.onboarding-complete .link {
  font-size: 11px;
}

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

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

@media screen and (max-width: 479px) {
  .section {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .button {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .button-danger {
    margin-top: 10px;
  }

  .tab-link-tab-1 {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
    margin-bottom: 20px;
  }

  .tab-link-tab-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .tab-link-tab-3 {
    width: 100%;
  }

  .sticky-nav {
    padding: 0px;
  }

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

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .button-alert-danger {
    width: 136px;
    float: right;
    font-size: 13px;
  }

  .list-item {
    display: none;
  }

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

  .column-2 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2 {
    margin-bottom: 30px;
  }

  .list-item-2 {
    list-style-type: disc;
  }

  .column-5 {
    padding-right: 0px;
  }

  .column-6 {
    padding-left: 0px;
  }

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

  .columns-3 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
