body {
  height: 100%;
  color: #333;
  background-color: #202122;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #797979;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 23px;
  line-height: 33px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navbar {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#202122, rgba(32, 33, 34, 0));
  padding-top: 20px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  margin-right: -30px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 35px;
  transition: border .2s;
}

.menu-button:hover {
  border-color: #fff;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  width: 320px;
  height: 100%;
  color: #6d6d6d;
  text-align: left;
  background-color: #000;
  background-image: var(--image-6a6cd21a);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 700px;
  margin-left: 120px;
  box-shadow: -20px 0 70px 10px rgba(0, 0, 0, .3);
}

.logo-block {
  margin-left: -20px;
}

.floating-footer {
  z-index: 1000;
  color: #696969;
  text-align: center;
  background-image: linear-gradient(rgba(32, 33, 34, 0), #202122 91%);
  padding-top: 50px;
  padding-bottom: 40px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.container {
  max-width: 1250px;
  flex: 1;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

.container.site-nav {
  max-width: none;
}

.footer-nav-text {
  float: left;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  display: inline-block;
}

.section {
  background-color: #202122;
  padding-top: 220px;
  padding-bottom: 150px;
}

.section.blog-post {
  padding-top: 0;
  padding-bottom: 0;
}

.section.tint {
  background-color: #252627;
  padding-top: 80px;
  padding-bottom: 50px;
}

.section.subpage {
  padding-bottom: 60px;
}

.section.subpage-section {
  color: #fff;
  padding-top: 240px;
  padding-bottom: 50px;
}

.section.site-nav {
  margin-bottom: 11px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.blog-column {
  width: 50%;
  float: left;
  perspective: 1600px;
  padding-right: 15px;
}

.blog-column.right {
  float: right;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 0;
}

.blog-column.right.push-up {
  margin-top: -80px;
}

.blog-column.push-down {
  margin-top: 50px;
}

.blog-list {
  display: block;
}

.blog-list-item {
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.empty-state {
  color: rgba(255, 255, 255, .2);
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  margin-bottom: 20px;
}

.blog-post-wrapper {
  height: 450px;
  position: relative;
  overflow: hidden;
}

.blog-post-wrapper:hover {
  z-index: 10;
  position: relative;
}

.blog-post-wrapper.small {
  height: 220px;
}

.blog-post-wrapper.medium {
  height: 400px;
}

.blog-post-wrapper.tall {
  height: 500px;
}

.blog-post-wrapper.small-archive {
  height: 260px;
}

.blog-post-wrapper.read-more {
  width: 300px;
  height: 220px;
}

.blog-post-wrapper.archive {
  height: 340px;
}

.blog-image-block {
  z-index: 1;
  width: 100%;
  height: 450px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.blog-image-block.small {
  height: 220px;
}

.blog-image-block.tall {
  height: 500px;
}

.blog-image-block.small-archive-image {
  height: 260px;
}

.blog-image-block.medium {
  height: 440px;
}

.blog-image-block.read-more {
  height: 220px;
}

.blog-image-block.category {
  height: 600px;
}

.blog-image-block.archive {
  height: 340px;
}

.post-overlay-block {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .15);
  padding: 85px 45px 45px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.post-overlay-block:hover {
  background-color: rgba(0, 0, 0, 0);
}

.post-overlay-block.small {
  padding: 60px 30px 30px;
}

.post-overlay-block.read-more {
  padding: 25px;
}

.blog-post-title {
  width: 70%;
  color: #fff;
  text-align: left;
  text-shadow: 3px 3px 11px #000;
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31));
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.blog-post-title.small-title {
  font-size: 18px;
  line-height: 23px;
}

.blog-post-title.read-more {
  width: 90%;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 29px;
}

.blog-category-title-link {
  z-index: 20;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #c23ce1;
  margin-bottom: 7px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: 47px;
  left: 47px;
}

.blog-category-title-link:hover {
  transform: scale(1.05);
}

.blog-category-title-link.small {
  top: 31px;
  left: 29px;
}

.read-more-button {
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 100%;
  padding-top: 9px;
  padding-right: 1px;
  line-height: 25px;
  transition: border .2s, transform .2s;
}

.read-more-button:hover {
  border-color: #fff;
  transform: rotate(360deg);
}

.read-more-button.small {
  width: 35px;
  height: 35px;
  float: right;
  padding-top: 1px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.read-more-button.post-page {
  z-index: 30;
  position: absolute;
  top: 27px;
  right: 19px;
  transform: rotate(90deg);
}

.read-more-arrow {
  width: auto;
  height: 11px;
}

.blog-post-date-title {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.post-author-block {
  z-index: 20;
  text-align: right;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
}

.post-author-image {
  z-index: 20;
  width: 40px;
  height: 40px;
  float: right;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  margin-left: 20px;
  position: relative;
}

.post-author-title {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.post-author-title:hover {
  text-decoration: underline;
}

.blog-column-wrapper.author-posts-wrapper {
  z-index: 10;
  margin-top: -330px;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 14px 50px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  background-color: #c23ce1;
}

.nav-link.w--current {
  color: #c23ce1;
}

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

.nav-link.topic {
  color: #d2b4ff;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 70px;
}

.nav-link.topic:hover {
  color: #fff;
  background-color: #c23ce1;
}

.nav-content-block {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 0;
  padding: 50px;
  font-size: 13px;
}

.nav-content-block:hover {
  opacity: 1;
  filter: blur();
}

.nav-text {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 19px;
}

.nav-block-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
}

.nav-color-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 32%);
  padding-top: 50px;
}

.nav-read-more-link {
  color: rgba(255, 255, 255, .6);
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.nav-read-more-link:hover {
  color: #fff;
  text-decoration: underline;
}

.logo {
  height: 50px;
  margin-top: 5px;
}

.read-more-block {
  width: 100%;
  height: 300px;
  color: #535353;
  text-align: center;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.read-more-title {
  color: #d6d6d6;
  font-size: 24px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 900;
  transition: background-color .2s;
}

.button:hover {
  background-color: #c23ce1;
}

.button.outline-button {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c23ce1;
  align-self: center;
  padding-top: 13px;
  transition: background-color .2s;
}

.button.outline-button:hover {
  background-color: #c23ce1;
}

.button.submit-button {
  border-width: 0;
  position: absolute;
  bottom: 37px;
  right: 39px;
}

.button.brojo {
  background-color: #000;
}

.category-link-block {
  height: 600px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.category-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  padding: 0;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.category-overlay:hover {
  background-color: rgba(0, 0, 0, 0);
}

.category-block-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
}

.post-image-header {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: var(--image-i104681d4);
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.post-image-header.author-header {
  width: 103%;
  height: 104%;
  filter: blur(7px);
  top: -2%;
  left: -2%;
}

.blog-post-header-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-post-header-overlay.team-member-overlay {
  z-index: 2;
  height: 104%;
  background-color: rgba(0, 0, 0, .4);
  background-image: linear-gradient(rgba(32, 33, 34, .1) 46%, #202122);
  padding-bottom: 110px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.post-header-title-wrapper {
  z-index: 30;
  width: 510px;
  position: relative;
}

.blog-post-main-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 53px;
}

.blog-post-main-title.smaller {
  font-size: 33px;
  line-height: 41px;
}

.blog-post-date {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 3px;
  font-size: 17px;
  font-weight: 300;
}

.blog-post-date.small {
  font-size: 14px;
  line-height: 18px;
}

.blog-header-author-block {
  width: 370px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  margin-top: 40px;
  padding: 30px 40px 20px;
  display: inline-block;
  position: relative;
}

.blog-header-author-block.small {
  border-width: 0;
  margin-top: 30px;
  padding: 0;
}

.blog-author-block {
  width: 50px;
  height: 50px;
  float: left;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  margin-right: 20px;
}

.blog-author-title {
  display: block;
}

.blog-author-link {
  color: #fff;
}

.post-header-wrapper {
  height: 100%;
  perspective: 2000px;
  position: relative;
}

.blog-post-content-wrapper {
  z-index: 10;
  width: 67%;
  background-color: #fff;
  margin-top: -420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

.blog-post-content-wrapper.admin {
  margin-top: 0;
}

.blur-header-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.blog-content-block {
  padding: 20px 90px;
}

.blog-content-block.first {
  margin-bottom: 30px;
  padding-top: 90px;
  position: relative;
}

.blog-content-block.last {
  padding-bottom: 90px;
}

.blog-content-block.brojo {
  background-color: #100057;
  background-image: none;
  background-position: 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-content-block.toc {
  background-color: rgba(194, 60, 225, .16);
  display: none;
}

.blog-content-block.comments, .blog-content-block.references {
  background-color: #dfdfdf;
}

.blur-header {
  width: 100%;
  height: 100%;
  filter: blur(20px);
}

.blur-gradient-overlay {
  z-index: 19;
  width: 100%;
  height: 320px;
  background-image: linear-gradient(rgba(32, 33, 34, 0), #202122);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-post-title-wrapper {
  width: 70%;
}

.blog-image-header {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
}

.blog-image-header-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, .4) 78%);
  padding: 155px 90px 45px;
}

.footer-link {
  color: rgba(255, 255, 255, .5);
}

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

.rich-text-block {
  margin-bottom: 8px;
  display: block;
}

.rich-text-block blockquote {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-style: italic;
}

.rich-text-block img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block figcaption {
  color: #c23ce1;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: -5px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.rich-text-block h1 {
  font-family: Vollkorn, serif;
}

.rich-text-block h2 {
  color: #d541d5;
  font-family: Vollkorn, serif;
}

.rich-text-block h3 {
  color: #c23ce1;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.rich-text-block a {
  color: #8643eb;
  border-bottom: 1px dotted #8643eb;
}

.rich-text-block a:hover {
  color: #c23ce1;
  border-bottom-color: #c23ce1;
}

.rich-text-block li {
  margin-bottom: 10px;
}

.rich-text-block h4 {
  color: #8643eb;
  border-bottom: 2px solid #8643eb;
  border-left: 2px solid #c23ce1;
  border-radius: 10px 10px 0;
  margin-bottom: 15px;
  padding: 3px 15px 2px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  display: inline-block;
}

.read-more-fixed-block {
  z-index: 100;
  background-color: #fff;
  position: fixed;
  bottom: 80px;
  right: 0;
}

.also-read-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
}

.return-block {
  border-top: 1px solid #e9e9e9;
  margin-top: 20px;
  padding-top: 20px;
}

.category-description {
  color: #fff;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.category-title-wrapper {
  text-align: right;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-title-block {
  text-align: center;
  margin-bottom: 110px;
}

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

.page-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.page-title.dynamic-page-title {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 50px;
  line-height: 40px;
  display: inline-block;
}

.page-subtitle {
  color: #c23ce1;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.page-subtitle.dynamic-subtitle {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

.page-subtitle.dynamic-subtitle.last {
  font-weight: 400;
}

.team-wrapper.on-subpage {
  margin-top: 90px;
}

.team-column-block {
  width: 66%;
  float: left;
}

.team-column-block.right {
  width: 32%;
  float: right;
  padding-left: 0;
}

.team-image-link-block {
  width: 100%;
  height: 360px;
  color: #fff;
  margin-bottom: 20px;
  margin-right: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.team-image-link-block:hover {
  color: #fff;
}

.team-page-info-block {
  height: 360px;
  color: #fff;
  border: 2px solid #313131;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-block-title {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
}

.info-block-title.subtitle {
  text-transform: none;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
}

.bottom-footer-link {
  float: right;
  display: inline-block;
}

.bottom-footer-divider {
  float: right;
  margin-left: 4px;
  margin-right: 4px;
}

.team-block {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2) 92%);
  margin-left: auto;
  margin-right: auto;
  padding: 90px 30px 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-name {
  text-transform: none;
  font-size: 33px;
  font-weight: 300;
  line-height: 31px;
}

.team-member-job-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.team-header-block {
  align-items: center;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  position: relative;
}

.team-header-image {
  width: 240px;
  height: 300px;
  float: left;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  margin-top: -20px;
  margin-right: 60px;
  position: relative;
  box-shadow: 7px 7px 70px rgba(0, 0, 0, .4);
}

.team-member-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 900;
  line-height: 30px;
}

.team-member-block {
  width: 640px;
  float: left;
  color: #fff;
}

.dynamic-title {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  display: inline-block;
}

.dynamic-title.dynamic {
  margin-left: 6px;
  font-weight: 900;
}

.team-subtitle {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
}

.large-quote-block {
  margin-top: 90px;
  margin-bottom: 100px;
}

.text-row {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.large-column-title {
  z-index: 20;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  position: relative;
  bottom: -48px;
  right: -35px;
}

.text-column-left {
  padding-left: 80px;
  padding-right: 80px;
}

.block-paragraph {
  margin-bottom: 0;
}

.large-quote-heading {
  font-family: Merriweather, serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 51px;
}

.quote-author {
  text-transform: uppercase;
}

.column-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 900;
}

.text-column-right {
  padding-left: 80px;
  padding-right: 80px;
}

.category-link {
  color: #c23ce1;
  border-bottom: 1px solid #c23ce1;
  margin-top: 11px;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.read-more-overlay {
  z-index: 70;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(32, 33, 34, .7), #202122);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-wrapper {
  text-align: left;
  margin-bottom: -5px;
}

.filter-dropdown {
  color: #fff;
  margin-left: -20px;
}

.filter-dropdown.fullwidth {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.filter-dropdown-toggle {
  color: #525252;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #313131;
  border-radius: 0;
  padding: 12px 45px 12px 35px;
  font-size: 13px;
  transition: border .2s, color .2s;
}

.filter-dropdown-toggle:hover {
  color: #fff;
  border-color: #777;
}

.filter-dropdown-toggle.w--open {
  border-color: #c23ce1;
}

.dropdown-link {
  color: #858585;
  text-align: center;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fdfdfd;
  background-color: #111;
}

.dropdown-link.w--current {
  color: #c23ce1;
}

.dropdown-title {
  color: #fff;
}

.dropdown-list-block.w--open {
  background-color: #232425;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 7px 7px 70px rgba(0, 0, 0, .4);
}

.author-social-wrapper {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.author-social-link-block {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  background-color: rgba(0, 0, 0, .2);
  margin-right: 4px;
  padding: 0 5px 5px;
  transition: background-color .2s;
}

.author-social-link-block:hover {
  background-color: #c23ce1;
}

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

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

.close-read-more-button {
  z-index: 30;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, .2);
  padding: 0 9px 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.back-link:hover {
  color: #c23ce1;
}

.contact-block {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.contact-icon-block {
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #2a2a2a;
  border-radius: 100%;
  margin-bottom: 20px;
  padding-top: 33px;
  display: inline-block;
}

.contact-icon {
  height: 35px;
}

.contact-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.contact-link {
  color: #c23ce1;
  border-bottom: 1px solid #c23ce1;
  padding-bottom: 0;
  transition: color .2s;
  display: inline-block;
}

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

.contact-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.contact-form {
  margin-bottom: 0;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.field {
  height: 50px;
  border: 0 solid #000;
  border-radius: 4px;
}

.field:hover {
  opacity: .9;
}

.field:focus {
  opacity: 1;
}

.field.area {
  height: 110px;
  padding-top: 12px;
  padding-right: 130px;
}

.rich-text-block-2 {
  display: block;
}

.call-to-action {
  color: #fff;
  background-image: linear-gradient(rgba(194, 60, 225, .84), rgba(194, 60, 225, .84)), var(--image-i10549955);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 4px solid #000;
  border-radius: 10px;
  margin-top: 21px;
  padding: 3px 26px 3px 28px;
}

.call-to-action.brojo {
  background-image: none;
  border-style: none;
  margin-top: 0;
  padding: 0;
}

.error-message {
  background-image: linear-gradient(#be0000, #be0000);
  border-radius: 10px;
}

.link {
  color: #fff;
  font-weight: 900;
}

.success-message {
  background-image: linear-gradient(#3aaa16, #3aaa16);
  border-radius: 10px;
}

.section-2 {
  background-color: #fff;
}

.search-block {
  align-items: flex-start;
  padding-top: 17px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.search-button {
  height: 40px;
  max-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(86deg, #c23ce1, #8643eb);
  border: 2px solid #000;
  border-radius: 0 0 10px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 900;
  transition: background-color .2s;
}

.search-button:hover {
  background-color: #c23ce1;
}

.search-button.outline-button {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c23ce1;
  align-self: center;
  padding-top: 13px;
  transition: background-color .2s;
}

.search-button.outline-button:hover {
  background-color: #c23ce1;
}

.search-button.submit-button {
  border-width: 0;
  position: absolute;
  bottom: 37px;
  right: 39px;
}

.search-input {
  width: 130px;
  height: 40px;
  max-height: 40px;
  border: 2px solid #000;
  border-radius: 10px 0 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}

.search-input.wide {
  width: 300px;
}

.search-page-block {
  align-items: flex-start;
  padding-top: 17px;
  padding-left: 16px;
  padding-right: 50px;
  display: flex;
}

.search-result-title {
  margin-bottom: 0;
}

.search-result-link {
  color: #c23ce1;
}

.search-result-description {
  color: #f5f5f5;
}

.search-result-item-clickable {
  border-radius: 20px 0;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 6px;
}

.search-result-item-clickable:hover {
  background-color: rgba(134, 67, 235, .18);
}

.search-menu-block {
  align-items: flex-start;
  display: flex;
}

.page-title-teaser {
  color: #6e6e6e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
}

.page-title-teaser.dynamic-page-title {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 50px;
  line-height: 40px;
  display: inline-block;
}

.sub-heading {
  color: #727272;
  font-family: Vollkorn, serif;
  font-size: 32px;
  line-height: 36px;
}

.heading {
  font-family: Vollkorn, serif;
}

.rich-text-block-brojo {
  display: block;
}

.rich-text-block-brojo blockquote {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-style: italic;
}

.rich-text-block-brojo img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block-brojo figcaption {
  color: #c23ce1;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: -5px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.rich-text-block-brojo h1 {
  font-family: Vollkorn, serif;
}

.rich-text-block-brojo h2 {
  color: #fff;
  font-family: Varela, sans-serif;
}

.rich-text-block-brojo h3 {
  color: #d2d541;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.rich-text-block-brojo a {
  color: #8643eb;
  border-bottom: 1px dotted #8643eb;
}

.rich-text-block-brojo a:hover {
  color: #c23ce1;
  border-bottom-color: #c23ce1;
}

.question-frame {
  background-color: rgba(194, 60, 225, .08);
  border: 4px solid #8643eb;
  border-left: 12px solid #c23ce1;
  border-right: 2px solid #c23ce1;
  border-radius: 20px;
  margin-bottom: 36px;
  padding: 13px 20px 1px 23px;
}

.question-label {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #c23ce1;
  background-image: linear-gradient(86deg, #c23ce1, #8643eb);
  border-radius: 10px;
  margin-bottom: 6px;
  padding: 2px 14px 4px 20px;
  font-weight: 400;
  display: inline-block;
}

.updated-data-info-frame {
  margin-top: 34px;
  font-style: italic;
}

.updated-date-info, .updated-data-info-subframe {
  display: inline;
}

.blog-post-title-text {
  color: #fff;
  text-align: left;
  text-shadow: 3px 3px 11px #000;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.blog-post-title-text.small-title {
  font-size: 18px;
  line-height: 23px;
}

.blog-post-title-text.read-more {
  width: 90%;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 29px;
}

.blog-post-subtitle-text {
  color: #fff;
  text-align: left;
  text-shadow: 3px 3px 11px #000;
  margin-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.blog-post-subtitle-text.small-title {
  font-size: 18px;
  line-height: 23px;
}

.blog-post-subtitle-text.read-more {
  width: 90%;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 29px;
}

.blog-post-main-subtitle {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 38px;
  font-style: italic;
  font-weight: 300;
  line-height: 42px;
}

.blog-post-main-subtitle.smaller {
  font-size: 28px;
  line-height: 34px;
}

.blog-post-main-title-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 53px;
}

.blog-post-main-title-copy.smaller {
  font-size: 33px;
  line-height: 41px;
}

.sub-heading-2 {
  color: #c23ce1;
  font-family: Vollkorn, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}

.series-panel {
  color: #fff;
  background-color: rgba(194, 60, 225, .86);
  border: 4px solid #8643eb;
  border-left: 12px solid #c23ce1;
  border-right: 2px solid #c23ce1;
  border-radius: 20px;
  margin-bottom: 36px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 23px;
}

.series-panel.bottom {
  margin-top: 20px;
}

.series-label {
  color: #fff;
  letter-spacing: 6px;
  background-color: #c23ce1;
  background-image: linear-gradient(86deg, #c23ce1, #8643eb);
  border-radius: 10px;
  margin-bottom: 6px;
  margin-left: 0;
  padding: 2px 14px 4px 20px;
  font-weight: 400;
  display: inline-block;
}

.series-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px #000;
  border-radius: 36px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 10px;
  padding: 6px;
  font-size: 13px;
  font-weight: 900;
  transition: background-color .2s;
  display: inline-block;
}

.series-button:hover {
  background-color: #c23ce1;
}

.series-button.w--current {
  background-color: #8643eb;
}

.series-button.outline-button {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c23ce1;
  align-self: center;
  padding-top: 13px;
  transition: background-color .2s;
}

.series-button.outline-button:hover {
  background-color: #c23ce1;
}

.series-button.submit-button {
  border-width: 0;
  position: absolute;
  bottom: 37px;
  right: 39px;
}

.series-button.brojo {
  background-color: #000;
}

.series-button.prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.series-button.next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text-block {
  display: block;
}

.series-number {
  width: 40px;
  height: 40px;
  color: #8643eb;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 24px;
  display: flex;
}

.series-button-content {
  align-items: center;
  display: flex;
}

.series-number-text {
  color: #000;
  display: block;
}

.series-item-title {
  text-align: left;
  margin-left: 14px;
  margin-right: 14px;
  line-height: 18px;
  display: block;
}

.series-title {
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: block;
}

.paragraph-2 {
  font-weight: 700;
}

.text-item {
  display: inline;
}

.text-item.bold {
  font-weight: 700;
}

.series-under-development {
  color: #ff0;
  flex-wrap: wrap;
  margin-top: 8px;
  font-style: normal;
  display: block;
}

.video-panel {
  margin-bottom: 20px;
}

.success-message-2 {
  background-color: #c23ce1;
}

.question-text {
  margin-bottom: 8px;
  display: block;
}

.question-text blockquote {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-style: italic;
}

.question-text img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.question-text figcaption {
  color: #c23ce1;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: -5px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.question-text h1 {
  font-family: Vollkorn, serif;
}

.question-text h2 {
  color: #d541d5;
  font-family: Vollkorn, serif;
}

.question-text h3 {
  color: #c23ce1;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.question-text a {
  color: #8643eb;
  border-bottom: 1px dotted #8643eb;
}

.question-text a:hover {
  color: #c23ce1;
  border-bottom-color: #c23ce1;
}

.question-text li {
  margin-bottom: 10px;
}

.question-text h4 {
  color: #8643eb;
  border-bottom: 2px solid #8643eb;
  border-left: 2px solid #c23ce1;
  border-radius: 10px 10px 0;
  margin-bottom: 15px;
  padding: 3px 15px 2px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  display: inline-block;
}

.read-more {
  background-color: #dfdfdf;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 20px;
  padding: 12px 10px 15px 20px;
}

.read-more.simple {
  padding-bottom: 10px;
}

.read-more-link {
  color: #fff;
  background-color: #c23ce1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 3px;
  margin-right: 5px;
  padding: 4px 20px 6px;
  display: inline-block;
}

.read-more-link:hover {
  background-color: #8643eb;
}

.text-block-2 {
  margin-bottom: 8px;
  font-weight: 700;
}

.div-block {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.series-item-sub-title {
  text-align: left;
  text-transform: none;
  margin-bottom: 3px;
  margin-left: 14px;
  margin-right: 14px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.div-block-3 {
  padding-top: 4px;
}

.footnote-link {
  display: inline;
}

.footnote {
  font-weight: 900;
}

.html-embed {
  height: 659px;
}

.reading-time-area {
  background-color: #e6e6e6;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 12px 12px 20px;
  display: none;
}

.reading-time.time {
  font-weight: 700;
}

.reading-time-layout {
  align-items: center;
  display: flex;
}

.reading-time-layout.note {
  font-size: 14px;
  font-style: italic;
}

.div-block-4 {
  color: #fff;
  background-color: #8643eb;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 11px 24px;
  font-weight: 300;
}

.site-nav-center {
  justify-content: center;
  display: flex;
}

.site-nav-center.mobile {
  display: none;
}

.progress-section {
  z-index: 100;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.progress-bar {
  height: 10px;
  background-color: #c23ce1;
}

.site-nav-link-2 {
  color: #a1a1a1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #c23ce1;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: 6px;
  padding: 14px 50px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.site-nav-link-2:hover {
  background-color: #c23ce1;
}

.site-nav-link-2.w--current, .site-nav-link-2.w--current:hover {
  color: #fff;
}

.site-nav-link-2.topic {
  color: #d2b4ff;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 70px;
}

.site-nav-link-2.topic:hover {
  color: #fff;
  background-color: #c23ce1;
}

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

.section-3 {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-5 {
  color: #fff;
}

.toc_wrapper {
  z-index: 100;
  width: 230px;
  min-height: 260px;
  background-color: #c23ce1;
  border-radius: 20px 0;
  padding: 14px 18px 23px 17px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.div-block-7 {
  position: absolute;
  left: -262px;
}

.div-block-8 {
  position: relative;
}

.fs-toc_link-wrapper {
  padding-top: 10px;
  padding-left: 16px;
  line-height: 20px;
}

.fs-toc_link {
  color: #fff;
  line-height: 16px;
}

.fs-toc_link.h2 {
  font-weight: 700;
}

.fs-toc_link.h4 {
  font-size: 14px;
  line-height: 14px;
}

.text-block-3 {
  margin-bottom: 9px;
}

.admin-components {
  background-color: #fff;
  display: none;
}

.side-component {
  width: 260px;
  border: 4px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 40px;
  margin-right: -200px;
  padding: 18px;
}

.side-component.black {
  float: right;
  color: #fff;
  background-color: #202122;
}

.side-component_rtf-dark {
  display: block;
}

.side-component_rtf-dark blockquote {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-style: italic;
}

.side-component_rtf-dark img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.side-component_rtf-dark figcaption {
  color: #c23ce1;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-top: -5px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.side-component_rtf-dark h1 {
  font-family: Vollkorn, serif;
}

.side-component_rtf-dark h2 {
  color: #fff;
  font-family: Varela, sans-serif;
}

.side-component_rtf-dark h3 {
  color: #ffdf00;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.side-component_rtf-dark a {
  color: #8643eb;
  border-bottom: 1px dotted #8643eb;
}

.side-component_rtf-dark a:hover {
  color: #c23ce1;
  border-bottom-color: #c23ce1;
}

.side-component_rtf-dark ul {
  padding-left: 20px;
  list-style-type: square;
}

.brojo_form-block {
  margin-top: 20px;
}

.div-block-9 {
  display: flex;
}

.search {
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

._404_search-input {
  width: 250px;
  height: 40px;
  max-height: 40px;
  border: 2px solid #000;
  border-radius: 10px 0 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}

._404_search-input.wide {
  width: 300px;
}

._404_search-button {
  height: 40px;
  max-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(86deg, #c23ce1, #8643eb);
  border: 2px solid #000;
  border-radius: 0 0 10px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 900;
  transition: background-color .2s;
}

._404_search-button:hover {
  background-color: #c23ce1;
}

._404_search-button.outline-button {
  background-color: rgba(0, 0, 0, 0);
  border-color: #c23ce1;
  align-self: center;
  padding-top: 13px;
  transition: background-color .2s;
}

._404_search-button.outline-button:hover {
  background-color: #c23ce1;
}

._404_search-button.submit-button {
  border-width: 0;
  position: absolute;
  bottom: 37px;
  right: 39px;
}

html.w-mod-js [data-ix="hide-author-block"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  transform: translate(0, 70px)rotateX(10deg)rotateY(10deg)rotateZ(0);
}

html.w-mod-js [data-ix="fade-in-post-header"] {
  opacity: 0;
  transform: rotateX(30deg)rotateY(0)rotateZ(0);
}

html.w-mod-js [data-ix="hide-blur-post-header"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-blog-content-block"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="hide-read-more-block"] {
  opacity: 0;
  display: none;
  transform: translate(100px);
}

html.w-mod-js [data-ix="hide-team-overlay-block"] {
  opacity: 0;
  display: none;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .menu-button {
    margin-right: -10px;
  }

  .floating-footer {
    padding: 30px;
  }

  .footer-nav-text {
    font-size: 11px;
  }

  .section {
    padding-top: 210px;
    padding-bottom: 120px;
  }

  .section.blog-post {
    padding-bottom: 70px;
  }

  .section.tint {
    padding-top: 50px;
  }

  .section.subpage {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .section.subpage-section {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .blog-column.right.push-up {
    margin-top: 0;
  }

  .blog-post-wrapper {
    height: 380px;
  }

  .blog-post-wrapper.medium {
    height: 340px;
  }

  .blog-post-wrapper.tall {
    height: 425px;
  }

  .blog-post-wrapper.small-archive {
    height: 250px;
  }

  .post-overlay-block {
    padding: 55px 30px 30px;
  }

  .post-overlay-block.small {
    padding-top: 60px;
  }

  .blog-post-title {
    width: 80%;
    font-size: 28px;
    line-height: 35px;
  }

  .blog-post-title.small-title {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-category-title-link {
    top: 30px;
    left: 30px;
  }

  .read-more-button.small {
    padding-top: 3px;
  }

  .logo {
    margin-left: 10px;
  }

  .read-more-block {
    margin-top: 10px;
  }

  .category-link-block {
    height: 350px;
  }

  .category-block-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .blog-post-content-wrapper {
    width: 90%;
  }

  .blog-content-block {
    padding: 50px;
  }

  .category-description {
    font-size: 12px;
    line-height: 22px;
  }

  .category-title-wrapper {
    padding: 25px;
  }

  .page-title-block {
    margin-bottom: 60px;
  }

  .page-title {
    font-size: 50px;
  }

  .page-subtitle {
    margin-top: 15px;
    font-size: 19px;
  }

  .team-image-link-block {
    height: 280px;
  }

  .team-page-info-block {
    height: 280px;
    text-align: center;
    padding: 20px;
  }

  .info-block-title.subtitle {
    line-height: 25px;
  }

  .bottom-footer-link {
    font-size: 15px;
  }

  .team-header-image {
    height: 380px;
  }

  .team-member-block {
    width: 400px;
  }

  .large-quote-block {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .text-row {
    display: block;
  }

  .recent-post-column-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-column-title {
    right: -15px;
  }

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

  .large-quote-heading {
    font-size: 30px;
    line-height: 47px;
  }

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

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

  .title-wrapper {
    margin-bottom: -15px;
  }

  .filter-dropdown {
    margin-left: 0;
  }

  .contact-icon-block {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    padding-top: 26px;
  }

  .contact-icon {
    height: 25px;
  }

  .contact-title {
    font-size: 10px;
    line-height: 16px;
  }

  .contact-link {
    font-size: 14px;
  }

  .page-title-teaser {
    font-size: 50px;
  }

  .blog-post-title-text {
    font-size: 28px;
    line-height: 35px;
  }

  .blog-post-title-text.small-title {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-post-subtitle-text {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-post-subtitle-text.small-title {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-post-main-subtitle {
    margin-top: 6px;
  }

  .html-embed {
    height: 659px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
  }

  .menu-button {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    padding-top: 4px;
    font-size: 25px;
  }

  .logo-block {
    margin-left: 0;
  }

  .floating-footer {
    text-align: center;
  }

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

  .footer-nav-text {
    float: none;
    margin-bottom: 10px;
    display: block;
  }

  .section {
    padding: 188px 30px 40px;
  }

  .section.blog-post {
    padding-bottom: 30px;
  }

  .section.tint {
    padding-top: 40px;
  }

  .section.subpage {
    padding-top: 80px;
  }

  .section.subpage-section {
    padding-top: 90px;
  }

  .blog-column {
    width: 100%;
    padding-right: 0;
  }

  .blog-column.right {
    width: 100%;
    padding-left: 0;
  }

  .blog-column.right.push-up {
    margin-top: 0;
  }

  .blog-column.push-down {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .blog-list-item {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-wrapper {
    height: 300px;
  }

  .blog-post-wrapper.small {
    height: 200px;
    min-height: 240px;
  }

  .blog-post-wrapper.medium, .blog-post-wrapper.tall {
    height: 300px;
  }

  .blog-post-wrapper.read-more {
    width: 100%;
    height: auto;
  }

  .blog-post-title.small-title {
    font-size: 28px;
    line-height: 32px;
  }

  .read-more-button {
    width: 40px;
    height: 40px;
    padding-top: 4px;
  }

  .read-more-button.small {
    float: left;
    padding-top: 1px;
    position: static;
  }

  .blog-column-wrapper.author-posts-wrapper {
    margin-top: -50px;
  }

  .nav-link {
    width: 33%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 20px;
  }

  .nav-content-block {
    margin-top: 30px;
    padding: 30px;
  }

  .nav-color-overlay {
    padding-top: 20px;
  }

  .logo {
    height: 40px;
    margin-top: 0;
    margin-left: 10px;
  }

  .read-more-block {
    height: 210px;
  }

  .button.submit-button {
    background-color: #3d3d3d;
    position: static;
  }

  .category-link-block {
    height: 300px;
  }

  .category-block-title {
    font-size: 30px;
    line-height: 25px;
  }

  .blog-post-header-overlay {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-header-overlay.team-member-overlay {
    height: 106%;
    padding: 80px 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .post-header-title-wrapper {
    width: 480px;
  }

  .post-header-wrapper.author-header {
    height: 780px;
  }

  .blog-post-content-wrapper {
    width: 100%;
  }

  .blog-content-block {
    padding: 35px;
  }

  .blog-post-title-wrapper {
    width: 100%;
  }

  .blog-image-header-overlay {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .rich-text-block blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .read-more-fixed-block {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .category-description {
    font-size: 13px;
    line-height: 24px;
  }

  .category-item, .author-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-block {
    width: 500px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-title {
    font-size: 40px;
    line-height: 40px;
  }

  .page-subtitle {
    line-height: 26px;
  }

  .team-wrapper.on-subpage {
    margin-top: 50px;
  }

  .team-column-block {
    width: 100%;
    float: none;
  }

  .team-column-block.right {
    width: 100%;
    float: right;
  }

  .bottom-footer-link {
    float: none;
  }

  .bottom-footer-divider {
    float: none;
    display: inline-block;
  }

  .team-header-block {
    text-align: center;
    display: block;
  }

  .team-header-image {
    width: 200px;
    height: 260px;
    float: none;
    margin: 0 auto 40px;
    display: inline-block;
  }

  .team-member-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .read-more-overlay {
    background-image: linear-gradient(rgba(32, 33, 34, .8), #202122);
  }

  .title-wrapper {
    margin-bottom: 20px;
  }

  .filter-dropdown {
    width: 100%;
  }

  .filter-dropdown-toggle {
    width: 100%;
    text-align: center;
  }

  .dynamic-title-wrapper {
    margin-bottom: 30px;
  }

  .collection-item, .collection-list, .collection-list-wrapper-2 {
    width: 100%;
  }

  .contact-block {
    height: 60px;
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .contact-icon-block {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    padding-top: 16px;
    position: relative;
    top: -9px;
  }

  .contact-wrapper {
    margin-bottom: 30px;
  }

  .search-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-button.submit-button {
    background-color: #3d3d3d;
    position: static;
  }

  .search-input {
    width: 170px;
  }

  .search-page-block {
    padding-left: 16px;
    padding-right: 30px;
  }

  .page-title-teaser {
    font-size: 40px;
    line-height: 40px;
  }

  .rich-text-block-brojo blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .question-frame {
    padding-right: 16px;
  }

  .blog-post-title-text.small-title, .blog-post-subtitle-text.small-title {
    font-size: 28px;
    line-height: 32px;
  }

  .series-panel {
    padding-right: 16px;
  }

  .series-button.submit-button {
    background-color: #3d3d3d;
    position: static;
  }

  .question-text blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .site-nav-link-2 {
    width: 33%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 20px;
  }

  .side-component.black {
    display: none;
  }

  .side-component_rtf-dark blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
  }

  ._404_search-input {
    width: 170px;
  }

  ._404_search-button.submit-button {
    background-color: #3d3d3d;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }

  .nav-menu {
    width: 75%;
    margin-left: 60px;
  }

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

  .section.blog-post, .section.tint, .section.subpage-section {
    padding-bottom: 10px;
  }

  .blog-post-wrapper.read-more {
    width: 100%;
  }

  .post-overlay-block {
    padding: 45px 25px 25px;
  }

  .blog-post-title {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }

  .blog-post-title.small-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-title.read-more {
    font-size: 18px;
    line-height: 23px;
  }

  .blog-category-title-link {
    top: 20px;
    left: 25px;
  }

  .read-more-button.small {
    padding-top: 2px;
  }

  .read-more-button.post-page.w--current {
    top: 17px;
    right: 15px;
  }

  .blog-post-date-title {
    font-size: 11px;
    line-height: 15px;
  }

  .post-author-block {
    bottom: 20px;
    left: 25px;
    right: 25px;
  }

  .post-author-image {
    margin-left: 10px;
  }

  .post-author-title {
    margin-top: -2px;
    font-size: 14px;
  }

  .nav-link {
    padding: 10px 12px;
  }

  .nav-link.topic {
    padding-left: 50px;
  }

  .logo {
    height: 35px;
    margin-left: 0;
  }

  .read-more-block {
    height: 200px;
  }

  .read-more-title {
    font-size: 15px;
  }

  .button.outline-button {
    font-size: 12px;
    line-height: 21px;
  }

  .category-link-block {
    height: 260px;
  }

  .blog-post-header-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-header-overlay.team-member-overlay {
    padding-top: 60px;
  }

  .post-header-title-wrapper {
    width: 90%;
  }

  .blog-post-main-title {
    font-size: 30px;
    line-height: 35px;
  }

  .blog-post-main-title.smaller {
    font-size: 25px;
    line-height: 30px;
  }

  .blog-header-author-block {
    width: 100%;
    margin-top: 30px;
    padding: 10px 30px 10px 20px;
  }

  .blog-author-block {
    margin-right: 15px;
  }

  .blog-author-title {
    font-size: 14px;
  }

  .post-header-wrapper.author-header {
    height: 690px;
  }

  .blog-content-block {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-image-header-overlay {
    padding-top: 95px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rich-text-block blockquote {
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .category-description {
    font-size: 12px;
    line-height: 23px;
  }

  .page-title-block {
    width: 280px;
  }

  .page-title {
    font-size: 32px;
    line-height: 35px;
  }

  .page-title.dynamic-page-title {
    font-size: 30px;
    display: block;
  }

  .page-subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .page-subtitle.dynamic-subtitle {
    margin-top: 10px;
    display: block;
  }

  .page-subtitle.dynamic-subtitle.last {
    margin-top: 0;
  }

  .team-image-link-block {
    height: 210px;
  }

  .team-header-image {
    width: 140px;
    height: 180px;
  }

  .team-member-title {
    font-size: 24px;
    line-height: 20px;
  }

  .team-member-block {
    width: 270px;
    font-size: 13px;
    line-height: 22px;
  }

  .team-subtitle {
    font-size: 16px;
    line-height: 15px;
  }

  .recent-post-column-right {
    padding-top: 40px;
  }

  .large-column-title {
    color: #757575;
    margin-bottom: 20px;
    font-size: 18px;
    position: static;
  }

  .large-quote-heading {
    font-size: 22px;
    line-height: 37px;
  }

  .column-title {
    font-size: 27px;
  }

  .author-social-wrapper {
    text-align: center;
    padding: 14px;
  }

  .author-social-link-block {
    float: none;
    margin-left: 4px;
    display: inline-block;
  }

  .close-read-more-button {
    padding-top: 2px;
  }

  .field {
    height: 40px;
  }

  .search-block {
    padding-right: 10px;
  }

  .search-button.outline-button {
    font-size: 12px;
    line-height: 21px;
  }

  .search-input {
    width: 120px;
  }

  .search-input.wide {
    width: 230px;
  }

  .search-page-block {
    padding-right: 10px;
  }

  .search-no-results {
    color: #c23ce1;
  }

  .page-title-teaser {
    font-size: 32px;
    line-height: 35px;
  }

  .page-title-teaser.dynamic-page-title {
    font-size: 30px;
    display: block;
  }

  .rich-text-block-brojo blockquote {
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .blog-post-title-text {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }

  .blog-post-title-text.small-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-title-text.read-more {
    font-size: 18px;
    line-height: 23px;
  }

  .blog-post-subtitle-text {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  .blog-post-subtitle-text.small-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-subtitle-text.read-more {
    font-size: 18px;
    line-height: 23px;
  }

  .blog-post-main-subtitle {
    font-size: 26px;
    line-height: 30px;
  }

  .blog-post-main-subtitle.smaller {
    font-size: 25px;
    line-height: 30px;
  }

  .blog-post-main-title-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .blog-post-main-title-copy.smaller {
    font-size: 25px;
    line-height: 30px;
  }

  .series-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .series-label {
    margin-left: 13px;
  }

  .series-button {
    width: auto;
    font-size: 12px;
    display: block;
  }

  .series-button.outline-button {
    font-size: 12px;
    line-height: 21px;
  }

  .series-number {
    flex: none;
  }

  .series-title {
    margin-left: 13px;
  }

  .paragraph {
    flex: 0 auto;
  }

  .series-under-development {
    margin-left: 13px;
  }

  .question-text blockquote {
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .series-item-sub-title {
    font-size: 10px;
  }

  .html-embed {
    height: 665px;
  }

  .site-nav-center.desktop {
    display: none;
  }

  .site-nav-center.mobile {
    display: flex;
  }

  .site-nav-link-2 {
    padding: 10px 12px;
  }

  .site-nav-link-2.topic {
    padding-left: 50px;
  }

  .side-component_rtf-dark blockquote {
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  ._404_search-input {
    width: 120px;
  }

  ._404_search-input.wide {
    width: 230px;
  }

  ._404_search-button.outline-button {
    font-size: 12px;
    line-height: 21px;
  }
}


