body {
  font-family: Archivo, sans-serif;
  color: #1a1725;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: tablet-gothic, sans-serif;
  font-size: 45px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: tablet-gothic, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: tablet-gothic, sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: tablet-gothic, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

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

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-weight: 600;
}

ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-weight: 600;
}

li {
  padding-left: 4px;
}

blockquote {
  max-width: 770px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 12px 0px 12px 28px;
  border-left: 3px solid #ff2f5b;
  font-size: 20px;
  line-height: 28px;
}

.body {
  font-family: Archivo, sans-serif;
  color: #1a1725;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.think-local-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.think-local-section.dark.no-vertical-paddings {
  background-color: #000;
}

.think-local-section.haze {
  background-color: #fff;
}

.think-local-section.page-header {
  overflow: hidden;
  padding-top: 192px;
  padding-bottom: 96px;
  background-color: #6334ef;
  color: #fff;
}

.think-local-section.page-header.big-header {
  padding-bottom: 184px;
}

.think-local-section.image-1 {
  background-color: #6334ef;
  color: #fff;
}

.think-local-section.bg-image-section {
  overflow: hidden;
  background-color: #6334ef;
  color: #fff;
}

.think-local-section.media-grid {
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.hero-wrapper {
  z-index: 1;
  display: block;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.left.side-paddings {
  padding-right: 0px;
  padding-left: 0px;
}

.button {
  display: block;
  height: 48px;
  padding: 12px 28px;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #1a1725, 2px 2px 0 0 #1a1725;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: tablet-gothic, sans-serif;
  color: #1a1725;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: inset 0 0 0 2px #1a1725, 3px 3px 0 0 #1a1725;
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
  text-decoration: none;
}

.button:active {
  box-shadow: inset 0 0 0 2px #1a1725, 0 0 0 0 #1a1725;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.button.color-button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #03cce6;
  font-family: tablet-gothic, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.color-button:hover {
  box-shadow: inset 0 0 0 2px #fff, 3px 3px 0 0 #fff;
}

.button.color-button:active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 0 #fff;
}

.button.color-button.subscribe-button {
  display: inline-block;
  width: 100%;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff4081;
}

.button.color-button.block-button {
  display: block;
}

.button.full-width {
  width: 100%;
}

.button.centered {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.paragraph-small {
  font-size: 13px;
  line-height: 20px;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-style-wrapper {
  width: 50%;
  padding: 48px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #6334ef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .8)), to(rgba(98, 51, 239, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/mcdobbie-hu-424584.jpg');
  background-image: linear-gradient(180deg, rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/mcdobbie-hu-424584.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.color-button {
  background-color: #ff2f5b;
  box-shadow: inset 0 0 0 2px #fff, 2px 2px 0 0 #fff;
  color: #fff;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(76, 76, 76, .25);
  background-color: #fff;
  color: #fff;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  height: 100%;
  margin-bottom: 0px;
  padding: 0px 30px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #03cce6;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: tablet-gothic, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #03cce6;
  color: #fff;
  text-decoration: none;
}

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

.nav-link.act {
  border-right: 1px solid #03cce6;
}

.text-white {
  color: #fff;
}

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

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap.bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .8)), to(rgba(98, 51, 239, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/al-nik-383735.jpg');
  background-image: linear-gradient(180deg, rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/al-nik-383735.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tooltip {
  position: absolute;
  bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  padding: 6px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0dee9;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 hsla(0, 0%, 7%, .1);
  color: #1a1725;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.tooltip.change-tooltip {
  bottom: 50px;
  padding-right: 12px;
  padding-left: 12px;
  font-weight: 600;
}

.tooltip-text {
  display: block;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.haze {
  background-color: #f7f6fa;
}

.text-grey {
  color: #706b81;
}

.no-margin {
  margin: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-intro.margin {
  height: 125px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-05.svg');
  background-position: 50% 50%;
  background-size: 125px 3270px;
  background-repeat: no-repeat;
}

.dark {
  background-color: #1a1725;
}

.text-center {
  font-family: tablet-gothic, sans-serif;
  text-align: center;
}

.title {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
}

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

.no-vertical-paddings {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, .7);
  text-decoration: none;
}

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

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none hsla(0, 0%, 100%, .2);
  font-size: 12px;
  line-height: 16px;
}

.text-white-faded {
  color: hsla(0, 0%, 100%, .5);
}

.text-white-faded.margin-left {
  margin-left: 20px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.brand:hover {
  text-decoration: none;
}

.brand.w--current {
  width: 200px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 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;
}

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1a1725;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-icon.release {
  background-color: #6334ef;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding: 16px 12px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #e0dee9;
  text-align: center;
}

.radio-bullet {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 16px;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.radio-text {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px -8px 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 80%;
  -webkit-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.hero-intro {
  display: block;
  width: 820px;
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 136px;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.about-info {
  position: relative;
  z-index: 1;
  display: inline;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.dark-icon {
  opacity: 0.4;
}

.social-icon.dark-icon:hover {
  opacity: 1;
}

.divider {
  width: 70px;
  height: 3px;
  margin: 8px auto 0px;
  background-color: #03cce6;
}

.divider.numbers-divider {
  margin-top: 12px;
  margin-bottom: 24px;
  background-color: #fff;
}

.divider.margins {
  margin-top: 20px;
  margin-bottom: 24px;
}

.divider.hero-divider {
  margin-top: 4px;
  margin-bottom: 20px;
  background-color: #fff;
}

.about-text {
  font-family: tablet-gothic, sans-serif;
  color: #4c4c4c;
  font-size: 19px;
  line-height: 35px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.about-text.top-margin {
  margin-top: 40px;
}

.arrow-link {
  padding: 10px 8px 8px 22px;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/arrow-red-icon.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #1a1725;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.arrow-link.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, .7);
}

.arrow-link.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.arrow-link.event-schedule-link {
  margin-top: 16px;
  margin-bottom: 32px;
}

.tab-link {
  margin-right: 28px;
  margin-left: 28px;
  padding: 4px 0px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #c7c8cf;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.tab-link:hover {
  color: #1a1725;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -3px 0 0 #ff2f5b;
  color: #1a1725;
}

.schedule-tabs {
  width: 83.33%;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
}

.schedule-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.read-local-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 24px;
  -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;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  -webkit-transition: background-color 100ms ease, border 100ms ease, color 200ms ease;
  transition: background-color 100ms ease, border 100ms ease, color 200ms ease;
  color: #1a1725;
}

.read-local-item:hover {
  background-color: #f5f4f2;
  text-decoration: none;
}

.schedule-event-info {
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #03cce6;
}

.schedule-event-time {
  width: 16%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.schedule-speaker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-speaker:hover {
  position: relative;
  z-index: 1;
}

.tabs-content {
  overflow: visible;
  padding-bottom: 1px;
}

.schedule-speaker-image {
  border-radius: 50%;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 970px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.numbers-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.numbers-info.right-side {
  padding-right: 0%;
  padding-left: 8.33%;
}

.numbers-info-block {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 4px;
  padding-right: 40px;
  padding-left: 15px;
}

.big-number {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.numbers-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  padding: 80px 32px 104px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 6px solid #fff;
  background-color: #ff2f5b;
}

.numbers-date {
  margin-left: -8px;
  font-size: 150px;
  line-height: 144px;
  font-weight: 700;
}

.numbers-month {
  position: absolute;
  left: 26px;
  top: 24px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.numbers-year {
  position: absolute;
  top: 24px;
  right: 26px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.numbers-card-text {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  font-size: 13px;
  line-height: 20px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.speakers.no-margin-bottom {
  margin-bottom: 0px;
}

.speaker-item {
  width: 20%;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.speaker-item.big {
  width: 25%;
}

.speaker-card {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1a1725;
}

.speaker-card:hover {
  text-decoration: none;
}

.speaker-card-bio {
  margin-top: -4px;
  margin-bottom: 8px;
  color: #706b81;
  font-size: 13px;
  line-height: 20px;
}

.speaker-card-avatar {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.cta-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 8%;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #fff;
  text-align: center;
}

.cta-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 4% 24px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-price-tag {
  margin-bottom: 12px;
  font-size: 80px;
  line-height: 72px;
  font-weight: 700;
}

.cta-heading {
  margin-top: 16px;
  margin-bottom: 28px;
}

.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-heading {
  display: inline;
  margin-top: 6px;
  margin-bottom: 22px;
  padding-right: 20px;
  font-weight: 400;
}

.footer-logo {
  margin-bottom: 28px;
}

.footer-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-bottom-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-bottom-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-line {
  width: 40px;
  height: 2px;
  margin-right: 8px;
  margin-left: 16px;
  background-color: #fff;
  opacity: 0.3;
}

.heart-icon {
  display: inline-block;
  width: 13px;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/heart-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.footer-instagram-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px -6px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instagram-photo {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  padding: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.photo-hover {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(98, 51, 239, .8);
}

.no-padding {
  padding: 0px;
}

.play-button {
  width: 56px;
  height: 40px;
  background-color: #ff2f5b;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/play-icon-white.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px #fff, 3px 3px 0 0 #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.play-button:hover {
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}

.play-button:active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 0 #fff;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.play-button.big {
  position: absolute;
  left: 48%;
  top: 22%;
  width: 72px;
  height: 56px;
  background-color: #ff4081;
  background-size: auto 16px;
}

.play-button.center {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: auto;
}

.gallery-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.13.10-AM.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.subscribe {
  width: 100%;
  padding: 72px 8.33% 64px;
  background-color: #000;
  color: #fff;
}

.subscribe-form {
  display: block;
  padding-top: 32px;
  padding-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  padding: 13px 20px 12px;
  border-style: none;
  background-color: #f7f6fa;
  box-shadow: inset 0 -2px 0 0 #e0dee9;
}

.input::-webkit-input-placeholder {
  color: #a5a6af;
}

.input:-ms-input-placeholder {
  color: #a5a6af;
}

.input::-ms-input-placeholder {
  color: #a5a6af;
}

.input::placeholder {
  color: #a5a6af;
}

.input.subscribe-input {
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: none;
  font-family: tablet-gothic, sans-serif;
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.form-success {
  background-color: transparent;
}

.form-success.contact-success {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.form-error {
  margin-top: 24px;
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #ff2f5b;
  color: #fff;
  text-align: center;
}

.featured-events-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-org-card {
  position: relative;
  width: 100%;
}

.section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 775px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: tablet-gothic, sans-serif;
  color: #4c4c4c;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.section-copy.white {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.section-copy.white.left {
  margin-right: 0px;
  margin-left: 0px;
}

.section-copy.centered {
  max-width: none;
  text-align: center;
}

.news-org-logo {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.text-one-column {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #e0dee9;
  font-family: tablet-gothic, sans-serif;
  color: #4c4c4c;
  font-size: 19px;
  line-height: 35px;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding: 55px 3.5% 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #1aa3b7;
  background-color: #fff;
  text-align: left;
}

.pricing-ticket {
  margin-top: 8px;
  color: #706b81;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  letter-spacing: 1px;
}

.pricing-tag {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.pricing-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pricing-feature {
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/check-icon-color.svg');
  background-position: 0px 20px;
  background-repeat: no-repeat;
  color: #706b81;
}

.pricing-feature.no {
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/close-icon-color.svg');
  background-position: 0px 20px;
  background-size: auto;
  text-decoration: line-through;
}

.video-slider {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  background-color: transparent;
}

.slide-nav {
  margin-top: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 9px;
}

.arrow {
  width: 64px;
  margin-bottom: 152px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #a5a6af;
  font-size: 24px;
}

.arrow:hover {
  color: #1a1725;
}

.arrow.left {
  left: -64px;
}

.arrow.right {
  right: -64px;
}

.video {
  padding-bottom: 24px;
  color: #1a1725;
  text-decoration: none;
}

.video:hover {
  text-decoration: none;
}

.video-slide {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.video-preview {
  position: relative;
  margin-bottom: 20px;
}

.popup-window {
  position: relative;
  z-index: 1;
  width: 570px;
  padding: 56px 64px 64px;
  background-color: #fff;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-label {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
}

.checkbox-field {
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  font-size: 24px;
}

.buy-input-wrapper {
  width: 50%;
}

.buy-input-wrapper.padding-right {
  padding-right: 8px;
}

.buy-input-wrapper.padding-left {
  padding-left: 8px;
}

.popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #1a1725;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/close-icon-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.popup-close:hover {
  background-color: #ff2f5b;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .5);
}

.hero-heading {
  display: inline;
  width: 950px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px 20px 5px 0px;
  clear: none;
  background-color: transparent;
  font-family: tablet-gothic, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-heading.unbold {
  font-weight: 400;
}

.speaker {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -112px;
  padding: 64px 64px 56px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e0dee9;
  background-color: #fff;
}

.speaker-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-right: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.speaker-avatar {
  width: 100%;
  margin-bottom: 40px;
}

.speaker-info {
  padding-top: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.speaker-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 44px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
}

.speaker-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #706b81;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.speaker-social-link:hover {
  opacity: 1;
}

.speaker-social-icon {
  width: 16px;
  margin-top: -2px;
  margin-right: 10px;
  opacity: 0.5;
}

.text-block {
  color: #1a1725;
}

.speaker-about-heading {
  margin-bottom: 24px;
}

.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events.no-margin-bottom {
  margin-bottom: 0px;
}

.event-item {
  width: 33.33%;
  padding-right: 15px;
  padding-bottom: 48px;
  padding-left: 15px;
}

.event-item.big {
  width: 50%;
}

.licence-items {
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  background-color: #fff;
}

.licence-item-image {
  width: 170px;
}

.licence-item-info {
  padding-bottom: 8px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-item-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 12px;
  margin-bottom: 3px;
  margin-left: 12px;
  border-radius: 50px;
  background-color: #e0dee9;
}

.schedule {
  width: 83.33%;
  margin-bottom: 80px;
}

.card-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 60px 16px 20px;
  -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;
  background-color: rgba(98, 51, 239, .8);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.event-card-preview {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.event {
  width: 100%;
}

.event-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-bottom: 120px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-about {
  width: 50%;
  padding-right: 80px;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.event-image {
  width: 50%;
  max-width: 570px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.event-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-description {
  padding-right: 64px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1a1725;
}

.event-speaker:hover {
  text-decoration: none;
}

.event-speaker-avatar {
  width: 48px;
  margin-right: 20px;
  border-radius: 50%;
}

.event-speaker-name {
  margin-top: 4px;
  margin-bottom: 4px;
}

.event-info-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0dee9;
  font-size: 15px;
  line-height: 24px;
}

.event-info-cell-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0dee9;
}

.event-more-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-more-divider {
  height: 1px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e0dee9;
}

.schedule-event-description {
  margin-bottom: -4px;
  opacity: 0.7;
}

.map {
  height: 480px;
}

.text-block-2 {
  font-family: tablet-gothic, sans-serif;
  font-weight: 700;
}

.contact {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -112px;
  padding: 64px 64px 56px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e0dee9;
  background-color: #fff;
}

.contact-map {
  width: 50%;
  height: auto;
  max-width: 506px;
}

.contact-form-wrapper {
  width: 50%;
  margin-bottom: 0px;
  padding: 24px 80px 32px 16px;
}

.contact-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 56px 3.5% 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #e0dee9;
  background-color: #f5f4f2;
  text-align: center;
}

.big-icon {
  margin-bottom: 20px;
}

.full-width {
  display: block;
  width: 100%;
}

.password-window {
  width: 470px;
  padding: 48px;
  background-color: #fff;
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, .15);
  color: #1a1725;
}

.checkbox-text {
  margin-top: 1px;
  margin-bottom: 0px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-contacts-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-social {
  position: static;
  top: 0px;
  right: -160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .3);
  text-align: left;
}

.hero-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 136px;
  padding-right: 24px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.hero-social-link:hover {
  background-color: hsla(0, 0%, 100%, .08);
  text-decoration: none;
}

.hero-social-link.no-border {
  border-width: 0px;
}

.hero-social-icon {
  width: 12px;
  margin-right: 16px;
}

.hero-bg-text {
  position: absolute;
  left: 44%;
  top: 81%;
  right: -6px;
  z-index: 1;
  margin-top: -15px;
  font-family: tablet-gothic, sans-serif;
  color: hsla(0, 0%, 100%, .25);
  font-size: 125px;
  line-height: 120px;
  font-weight: 700;
  text-align: right;
}

.nav-underline {
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 2px;
  background-color: #fff;
}

.gallery-lightbox {
  position: relative;
  width: 100%;
}

.subscribe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.top-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #4c4c4c;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/arrow-up-icon.svg');
  background-position: 50% 50%;
  background-size: 20px 3270px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.top-button:hover {
  background-color: #ff4081;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 150%;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image.hero-slide-1 {
  top: 0px;
  height: 125%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .7)), to(rgba(98, 51, 239, .7))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/alex-kotliarskyi-361099.jpg');
  background-image: linear-gradient(180deg, rgba(98, 51, 239, .7), rgba(98, 51, 239, .7)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/alex-kotliarskyi-361099.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.hero-slide-3 {
  top: 0px;
  height: 125%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .8)), to(rgba(98, 51, 239, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/al-nik-383735.jpg');
  background-image: linear-gradient(180deg, rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/al-nik-383735.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.hero-slide-2 {
  top: 0px;
  height: 125%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .8)), to(rgba(98, 51, 239, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kai-oberhauser-167204.jpg');
  background-image: linear-gradient(180deg, rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kai-oberhauser-167204.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.header-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .85)), to(rgba(98, 51, 239, .85))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/al-nik-383735.jpg');
  background-image: linear-gradient(180deg, rgba(98, 51, 239, .85), rgba(98, 51, 239, .85)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/al-nik-383735.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.cta-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .7)), to(rgba(98, 51, 239, .7))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/mcdobbie-hu-424584.jpg');
  background-image: linear-gradient(180deg, rgba(98, 51, 239, .7), rgba(98, 51, 239, .7)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/mcdobbie-hu-424584.jpg');
  background-position: 0px 0px, 50% -140px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.hero-image {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #000;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf_halftone-13.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .8)), to(rgba(98, 51, 239, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-collage_1.jpg');
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf_halftone-13.svg'), linear-gradient(180deg, rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-collage_1.jpg');
  background-position: -445px 49%, 0px 0px, 50% 0%;
  background-size: 40% 3270px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
}

.bg-image.counters-image {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 163, 183, .8)), to(rgba(26, 163, 183, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.06.03-AM.png');
  background-image: linear-gradient(180deg, rgba(26, 163, 183, .8), rgba(26, 163, 183, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.06.03-AM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sponsor-logotype {
  max-height: 36px;
  opacity: 1;
}

.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 56px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  border: 1px solid #e0dee9;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.sponsor:hover {
  border-color: #a5a6af;
}

.sponsors-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: 400px;
  padding-top: 40px;
  padding-right: 5%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sponsors-logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  color: #1a1725;
}

.card-info-arrow {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.link-dark {
  color: #1a1725;
  text-decoration: none;
}

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

.event-card-speaker-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0dee9;
}

.event-card-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-right: 88px;
  padding-left: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #525b73;
  text-align: center;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: border 300ms ease, -webkit-transform 300ms ease;
  transition: border 300ms ease, -webkit-transform 300ms ease;
  transition: border 300ms ease, transform 300ms ease;
  transition: border 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.slider-arrow-button.left {
  padding-left: 8px;
  -webkit-transform: translate(-8px, 0px);
  -ms-transform: translate(-8px, 0px);
  transform: translate(-8px, 0px);
}

.slider-arrow-button.left:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider-arrow-button.right {
  padding-right: 8px;
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.slider-arrow-button.right:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hero-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 9px;
}

.hero-slider {
  height: 100vh;
  color: #fff;
}

.slide-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 970px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-social-text {
  font-family: tablet-gothic, sans-serif;
}

.schedule-speaker-name {
  display: none;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.loading-icon {
  position: relative;
  width: 28px;
}

.loading-text {
  margin-top: 12px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.think1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-intro {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: tablet-gothic, sans-serif;
  color: #000;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.support-local-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 80px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f4f2;
}

.white {
  color: #fff;
}

.white:hover {
  text-decoration: none;
}

.white.left-aligned {
  text-align: left;
}

.reading-list {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.think-local-heading {
  position: relative;
  margin-top: 80px;
  margin-bottom: 60px;
}

.outlet-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  margin-right: 20px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: tablet-gothic, sans-serif;
}

.copy-small {
  font-family: tablet-gothic, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.copy-small.centered.top-padding {
  margin-top: 30px;
}

.copy-small.support {
  margin-bottom: 0px;
}

.copy-small.white {
  color: #fff;
}

.left-white-box {
  position: relative;
  display: block;
  width: 65%;
  margin-top: -15%;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 5% 0px;
  float: none;
  background-color: #fff;
  text-align: left;
}

.content-wrapper {
  position: relative;
  display: block;
  height: 100%;
  max-width: 1446px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 793px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 163, 183, .7)), to(rgba(26, 163, 183, .7))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-9.07.44-PM.jpg');
  background-image: linear-gradient(180deg, rgba(26, 163, 183, .7), rgba(26, 163, 183, .7)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-9.07.44-PM.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns {
  margin-bottom: 20px;
}

.think2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.think2-block {
  width: 50%;
  padding: 2% 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 76, 76, .8)), to(rgba(76, 76, 76, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM_1.png');
  background-image: linear-gradient(180deg, rgba(76, 76, 76, .8), rgba(76, 76, 76, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.think2-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(235, 5%, 53%, .8)), to(hsla(235, 5%, 53%, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
  background-image: linear-gradient(180deg, hsla(235, 5%, 53%, .8), hsla(235, 5%, 53%, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.think3-block {
  width: 50%;
  padding: 2% 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 40, 77, .8)), to(rgba(151, 40, 77, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.31.27-PM.png');
  background-image: linear-gradient(180deg, rgba(151, 40, 77, .8), rgba(151, 40, 77, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.31.27-PM.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.think3-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 64, 129, .8)), to(rgba(255, 64, 129, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.31.27-PM.png');
  background-image: linear-gradient(180deg, rgba(255, 64, 129, .8), rgba(255, 64, 129, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.31.27-PM.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.think3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.think1-block {
  width: 100%;
  padding-right: 12%;
  padding-left: 12%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #03cce6;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf_halftone-13.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.think1-block:hover {
  background-color: #1aa3b7;
}

.think4-block {
  width: 100%;
  padding: 38% 12%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff4081;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf_halftone-15.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.think4-block:hover {
  background-color: #97284d;
}

.think4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.think6-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 32px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #ff2f5b;
  background-color: #1aa3b7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 204, 230, .8)), to(rgba(3, 204, 230, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.45.55-PM.png');
  background-image: linear-gradient(180deg, rgba(3, 204, 230, .8), rgba(3, 204, 230, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.45.55-PM.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1a1725;
  text-decoration: none;
}

.think6-block:hover {
  border-style: none;
  border-bottom-width: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 163, 183, .8)), to(rgba(26, 163, 183, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.45.55-PM.png');
  background-image: linear-gradient(180deg, rgba(26, 163, 183, .8), rgba(26, 163, 183, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.45.55-PM.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.think6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.think5-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 7% 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #ff2f5b;
  background-color: #4c4c4c;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf_halftone-15.svg');
  background-position: -262px 14px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #1a1725;
  text-decoration: none;
}

.think5-block:hover {
  border-style: none;
  border-bottom-width: 16px;
  background-color: #000;
  text-decoration: none;
}

.think5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.think5:hover {
  background-color: transparent;
}

.read-local-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 80px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.share-local-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 80px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cef5f9;
}

.text-block-3 {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.centered.no-padding {
  margin-bottom: 0px;
}

.gallery-block3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.13.10-AM.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.gallery-block4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.50.18-PM.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-4 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.post-me {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: 35px;
  padding: 6px 20px 5px;
  clear: none;
  background-color: #1a1725;
  font-family: tablet-gothic, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-6 {
  display: block;
  margin-top: 0px;
}

.intro-section {
  margin-bottom: 80px;
  padding-top: 7%;
  background-color: #fff;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Dot-white_1Dot-white.jpg');
  background-position: 50% 100%;
  background-size: 360px 3270px;
  background-repeat: repeat-x;
}

.hero-social-small {
  display: block;
  margin-left: 20px;
  padding-right: 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;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.support-row1 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.support-row2 {
  width: 100%;
  margin-bottom: 70px;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero-wrapper.hero-section {
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-top: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1aa3b7;
  color: #fff;
}

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

.column-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-8 {
  padding-right: 15px;
  padding-left: 15px;
}

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

.heading-6 {
  margin-bottom: 0px;
}

.section-intro-think {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-01.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.section-intro-think.margin {
  height: 125px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-01.svg');
  background-position: 50% 50%;
  background-size: 115px 3270px;
  background-repeat: no-repeat;
}

.section-intro-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  max-width: 770px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-02.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.section-intro-read.margin {
  height: 125px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-02.svg');
  background-position: 50% 50%;
  background-size: 115px 3270px;
  background-repeat: no-repeat;
}

.section-intro-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  max-width: 770px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-03.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.section-intro-share.margin {
  height: 125px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-03.svg');
  background-position: 50% 50%;
  background-size: 115px 3270px;
  background-repeat: no-repeat;
}

.think-local-act {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.think-local-act.dark.no-vertical-paddings {
  background-color: #000;
}

.think-local-act.haze {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #fff;
}

.think-local-act.page-header {
  overflow: hidden;
  padding-top: 192px;
  padding-bottom: 96px;
  background-color: #6334ef;
  color: #fff;
}

.think-local-act.page-header.big-header {
  padding-bottom: 184px;
}

.think-local-act.image-1 {
  background-color: #6334ef;
  color: #fff;
}

.think-local-act.bg-image-section {
  overflow: hidden;
  background-color: #6334ef;
  color: #fff;
}

.think-local-act.media-grid {
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-intro-act {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  max-width: 770px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-04.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.section-intro-act.margin {
  height: 125px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-04.svg');
  background-position: 50% 50%;
  background-size: 115px 3270px;
  background-repeat: no-repeat;
}

.section-intro-support {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  max-width: 770px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-05.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.section-intro-support.margin {
  height: 125px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-halftone-separators-05.svg');
  background-position: 50% 50%;
  background-size: 125px 3270px;
  background-repeat: no-repeat;
}

.div-block {
  position: absolute;
  left: 0px;
  top: -20px;
  right: 0px;
  width: 100%;
  height: 1px;
}

.support-marker {
  position: absolute;
  left: 0px;
  top: -80px;
  right: 0px;
  width: 100%;
  height: 1px;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: -80px;
  right: 0px;
  width: 100%;
  height: 1px;
}

.think-marker {
  position: absolute;
  left: 0px;
  top: -160px;
  right: 0px;
  width: 100%;
  height: 1px;
}

.read-marker {
  position: absolute;
  left: 0px;
  top: -80px;
  right: 0px;
  width: 100%;
  height: 1px;
}

.share-marker {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 80px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cef5f9;
}

.act-marker {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  width: 100%;
  height: 1px;
}

.lightbox-link {
  width: 100%;
}

.image-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 204, 230, .8)), to(rgba(3, 204, 230, .8)));
  background-image: linear-gradient(180deg, rgba(3, 204, 230, .8), rgba(3, 204, 230, .8));
}

.column-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.pink {
  color: #ff4081;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none hsla(0, 0%, 100%, .2);
  font-size: 12px;
  line-height: 16px;
}

.footer-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-tagline {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.share {
  margin-bottom: 0px;
  font-size: 16px;
}

.heading-2 {
  cursor: pointer;
}

.container {
  position: relative;
  text-align: center;
}

.accordion-item {
  margin-bottom: 10px;
  padding: 20px 30px 5px;
  border-top: 1px none #03cce6;
  border-bottom: 1px none #03cce6;
  background-color: #cef5f9;
}

.accordion-item.bottom {
  margin-bottom: 40px;
  border-bottom-style: none;
}

.accordion-item-content {
  overflow: hidden;
}

.gallery-lightbox-2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.gallery-image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kristin-lopez-416908-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image-block._3 {
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/alexis-chloe-534920-unsplash.jpg');
}

.gallery-image-block._2 {
  background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/veronika-homchis-64124-unsplash.jpg');
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.section-title-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.gallery-overlay-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.gallery-overlay-icon:hover {
  background-color: rgba(0, 0, 0, .7);
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.view-icon {
  height: 35px;
}

.faq-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1a1725;
}

.heading-7 {
  font-style: normal;
}

.faq-marker {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  width: 100%;
  height: 1px;
}

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

.columns-2 {
  width: 100%;
}

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

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

.support-row3 {
  width: 100%;
  margin-bottom: 50px;
}

.columns-3 {
  width: 100%;
  border-top: 1px none #a5a6af;
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    font-size: 23px;
    line-height: 28px;
  }
  h6 {
    font-size: 19px;
    line-height: 27px;
  }
  .think-local-section {
    padding: 80px 5%;
  }
  .think-local-section.page-header {
    padding-top: 144px;
    padding-bottom: 64px;
  }
  .think-local-section.page-header.big-header {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .wrapper.nav-bar-wrapper {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper.hero-wrapper {
    height: auto;
  }
  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .button.color-button.subscribe-button {
    margin-right: 8px;
    margin-left: 8px;
  }
  .nav-bar {
    position: fixed;
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-color: rgba(26, 23, 37, .12);
    background-color: #fff;
  }
  .nav-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #e0dee9;
    border-left-width: 4px;
    background-color: #fff;
    color: #1a1725;
    font-size: 18px;
  }
  .nav-link.w--current {
    color: #6334ef;
  }
  .section-intro.margin {
    margin-bottom: 48px;
  }
  .no-vertical-paddings {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-links {
    width: 25%;
    padding-right: 16px;
    padding-left: 8px;
  }
  .footer-bottom {
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand {
    margin-left: 0px;
    color: #1a1725;
    font-size: 18px;
  }
  .brand.w--current {
    margin-left: 30px;
    color: #1a1725;
  }
  .changelog {
    width: 83.33%;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    height: 250px;
    margin-top: 80px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .paragraph-big {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-intro {
    margin-top: 60px;
    margin-bottom: 0px;
    padding: 64px 8px;
  }
  .about-info {
    width: 50%;
    padding-right: 4%;
    padding-left: 8px;
  }
  .about-text {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .schedule-tabs {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .read-local-item {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .read-local-item:hover {
    background-color: transparent;
  }
  .schedule-event-time {
    width: 120px;
  }
  .schedule-speaker {
    width: 100%;
    margin-top: 16px;
    margin-left: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
  }
  .schedule-speaker-image {
    width: 32px;
    margin-right: 12px;
  }
  .numbers-info {
    padding-right: 0%;
  }
  .numbers-info-block {
    padding-right: 32px;
    padding-left: 8px;
  }
  .big-number {
    font-size: 56px;
    line-height: 64px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .speaker-item {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .cta-price {
    width: 33.33%;
    margin-right: 4%;
  }
  .footer-about {
    padding-left: 8px;
  }
  .footer-instagram {
    width: 100%;
    margin-left: 0%;
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-social-line {
    display: block;
  }
  .instagram-photo {
    width: 16.66%;
    max-width: 176px;
  }
  .no-padding {
    padding: 0px;
  }
  .play-button.big {
    left: 45%;
    top: 10%;
  }
  .gallery-block {
    width: 50%;
  }
  .subscribe {
    padding-right: 4%;
    padding-bottom: 50px;
    padding-left: 4%;
  }
  .input.subscribe-input {
    margin-right: 8px;
    margin-left: 8px;
  }
  .section-copy {
    font-size: 20px;
    line-height: 35px;
  }
  .section-copy.white {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 17px;
    line-height: 25px;
  }
  .section-copy.white.left {
    font-size: 17px;
    line-height: 25px;
  }
  .pricing {
    width: 100%;
    margin-bottom: -40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pricing-card {
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pricing-card.no-margin-left {
    margin-right: 10px;
    margin-left: 0px;
  }
  .pricing-card.no-margin-right {
    margin-right: 0px;
  }
  .pricing-tag {
    font-size: 56px;
    line-height: 64px;
  }
  .video-slider {
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .video-slide {
    width: 33.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .popup-window {
    overflow: scroll;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 55px;
  }
  .speaker {
    margin-top: -80px;
    padding: 40px;
  }
  .speaker-media {
    width: 33.33%;
    margin-right: 40px;
  }
  .speaker-social {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event-item {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }
  .licence-items {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .event-info {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .event-about {
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
  }
  .event-image {
    width: 100%;
    max-width: none;
  }
  .event-more {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-description {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-more-info {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .event-more-heading {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-2 {
    display: block;
  }
  .contact {
    margin-top: -80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-map {
    width: 100%;
    height: 320px;
    max-width: none;
  }
  .contact-form-wrapper {
    width: 100%;
    padding: 40px 0px 16px;
  }
  .contact-cards {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .contact-card {
    margin-right: 10px;
    margin-left: 10px;
  }
  .contact-card.no-margin-left {
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .contact-card.no-margin-right {
    margin-right: 0px;
  }
  .hero-contacts-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-social {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 8px;
    margin-bottom: 40px;
    margin-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-social-link {
    height: 48px;
    min-width: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid hsla(0, 0%, 100%, .3);
    border-bottom-style: none;
    font-size: 15px;
  }
  .hero-social-icon {
    width: 16px;
  }
  .hero-bg-text {
    left: auto;
    top: auto;
    right: -5px;
    bottom: -26px;
    margin-top: 0px;
    font-size: 80px;
  }
  .nav-underline {
    display: none;
  }
  .menu-button {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #1a1725;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #1a1725;
  }
  .top-button {
    display: none;
  }
  .bg-image {
    height: 150%;
  }
  .bg-image.cta-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/mcdobbie-hu-424584.jpg');
    background-image: linear-gradient(180deg, null, null), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/mcdobbie-hu-424584.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .sponsors-info {
    width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sponsors-logotypes {
    width: 100%;
    margin-top: 40px;
  }
  .slider-arrow {
    width: 64px;
  }
  .hero-slide {
    min-height: 640px;
  }
  .slider-arrow-button {
    height: 56px;
  }
  .hero-slider {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }
  .schedule-speaker-name {
    display: block;
  }
  .button-intro {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .support-local-section {
    padding: 60px 40px 80px;
  }
  .reading-list {
    width: 100%;
    margin-bottom: 0px;
  }
  .think-local-heading {
    margin-top: 60px;
    margin-bottom: 50px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .left-white-box {
    width: 90%;
  }
  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .link-block-2 {
    height: 451px;
  }
  .think2-block {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .think3-block {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .think6-block {
    width: 50%;
    padding-top: 56px;
    padding-bottom: 56px;
    border-bottom-style: none;
  }
  .think5-block {
    width: 50%;
    padding-top: 56px;
    padding-bottom: 56px;
    border-bottom-style: none;
  }
  .read-local-section {
    padding: 60px 40px;
  }
  .share-local-section {
    padding: 60px 40px;
  }
  .gallery-block3 {
    width: 50%;
  }
  .gallery-block4 {
    display: none;
    width: 50%;
  }
  .hero-social-small {
    display: block;
    height: 50px;
    margin-left: 0px;
    padding-top: 8px;
    border-top: 1px solid #e0dee9;
    border-left: 4px solid #03cce6;
    background-color: #fff;
  }
  .support-row1 {
    width: 104%;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .support-row2 {
    width: 104%;
    margin-bottom: 50px;
  }
  .hero-wrapper {
    padding: 80px 5%;
  }
  .hero-wrapper.hero-section {
    height: 400px;
    margin-top: 80px;
  }
  .section-intro-think.margin {
    margin-bottom: 48px;
  }
  .section-intro-read.margin {
    margin-bottom: 48px;
  }
  .section-intro-share.margin {
    margin-bottom: 48px;
  }
  .think-local-act {
    padding: 80px 5%;
  }
  .think-local-act.haze {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .think-local-act.page-header {
    padding-top: 144px;
    padding-bottom: 64px;
  }
  .think-local-act.page-header.big-header {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-intro-act.margin {
    margin-bottom: 48px;
  }
  .section-intro-support {
    margin-bottom: 20px;
  }
  .section-intro-support.margin {
    margin-bottom: 48px;
  }
  .share-marker {
    padding: 80px 5%;
  }
  .icon {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-4 {
    font-size: 18px;
  }
  .footer-social {
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-tag {
    width: 50%;
    padding-right: 16px;
    padding-left: 8px;
  }
  .footer-tagline {
    line-height: 28px;
  }
  .section {
    padding: 45px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  .faq-section {
    padding: 60px 45px;
  }
  .support-row3 {
    width: 104%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .think-local-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .think-local-section.page-header {
    padding-top: 128px;
    padding-bottom: 48px;
  }
  .think-local-section.page-header.big-header {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .wrapper.hero-wrapper {
    padding-bottom: 0px;
  }
  .button.color-button.subscribe-button {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-intro.margin {
    margin-bottom: 40px;
  }
  .no-vertical-paddings {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-bottom {
    overflow: hidden;
    margin-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-white-faded.margin-left {
    margin-right: 20px;
    margin-left: 0px;
  }
  .changelog {
    width: 100%;
  }
  .radio-button {
    padding-top: 4px;
    padding-bottom: 24px;
    border-width: 1px;
  }
  .radio-bullet {
    bottom: 12px;
    margin-top: 6px;
  }
  .radio-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .radio-buttons {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 12px;
  }
  .hero-intro {
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-info {
    width: auto;
    padding-top: 40px;
  }
  .about-text.top-margin {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 28px;
  }
  .tab-link {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
    line-height: 28px;
  }
  .schedule-tabs-menu {
    margin-bottom: 40px;
  }
  .read-local-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .schedule-event-time {
    width: 96px;
    font-size: 17px;
  }
  .schedule-speaker {
    margin-left: 96px;
  }
  .numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .numbers-info.right-side {
    padding-left: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .numbers-card {
    width: 50%;
    height: 360px;
    margin-bottom: 48px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .speaker-item {
    width: 33.33%;
    padding-bottom: 24px;
  }
  .speaker-item.big {
    width: 33.33%;
  }
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-price {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }
  .cta-info {
    padding-top: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-bottom-text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-bottom-social {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .no-padding {
    padding: 0px;
  }
  .play-button.big {
    left: 43%;
    top: 5%;
  }
  .subscribe {
    padding-right: 12%;
    padding-left: 12%;
  }
  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .input.subscribe-input {
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }
  .input.popup-input {
    height: 40px;
    margin-bottom: 12px;
    box-shadow: inset 0 -1px 0 0 #e0dee9;
    font-size: 13px;
  }
  .pricing {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-card {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .video-slider {
    padding-bottom: 64px;
  }
  .slide-nav {
    font-size: 8px;
  }
  .video-slide {
    width: 50%;
  }
  .popup-window {
    width: 91.66%;
    padding: 16px 24px 8px;
  }
  .popup {
    display: none;
  }
  .checkbox {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .hero-heading {
    margin-top: -8px;
    font-size: 30px;
    line-height: 40px;
  }
  .speaker {
    padding: 24px 24px 24px 23px;
  }
  .speaker-media {
    margin-right: 24px;
  }
  .speaker-social-link {
    margin-right: 16px;
  }
  .licence-items {
    width: 100%;
  }
  .schedule {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .event-more-info {
    width: 66.66%;
  }
  .contact {
    padding: 40px;
  }
  .contact-cards {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-card {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .contact-card.no-margin-left.no-margin-right {
    margin-bottom: 20px;
  }
  .contact-card.no-margin-right {
    margin-bottom: 0px;
  }
  .hero-bg-text {
    right: -2px;
    bottom: -19px;
    font-size: 60px;
    line-height: 88px;
  }
  .sponsor {
    width: 50%;
  }
  .hero-slider {
    min-height: 400px;
  }
  .popup-heading {
    padding-right: 12px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .radio-icon {
    display: none;
  }
  .button-intro {
    width: 100%;
    text-align: center;
  }
  .support-local-section {
    padding-top: 50px;
    padding-bottom: 64px;
  }
  .outlet-name {
    width: 100%;
    padding-top: 0px;
    padding-left: 8px;
  }
  .left-white-box {
    width: 90%;
  }
  .columns {
    margin-bottom: 0px;
  }
  .think2-block {
    padding-top: 40%;
    padding-bottom: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 76, 76, .8)), to(rgba(76, 76, 76, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-image: linear-gradient(180deg, rgba(76, 76, 76, .8), rgba(76, 76, 76, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-position: 0px 0px, -147px 0px;
  }
  .think2-block:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(234, 6%, 67%, .8)), to(hsla(234, 6%, 67%, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-image: linear-gradient(180deg, hsla(234, 6%, 67%, .8), hsla(234, 6%, 67%, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-position: 0px 0px, -147px 0px;
  }
  .think3-block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.31.27-PM.png');
    background-image: linear-gradient(180deg, null, null), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-10.31.27-PM.png');
    background-position: 0px 0px, -73px 0px;
  }
  .read-local-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .share-local-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .intro-section {
    margin-bottom: 60px;
  }
  .hero-social-small {
    margin-bottom: 16px;
    padding-right: 0px;
  }
  .support-row1 {
    width: 100%;
  }
  .support-row2 {
    width: 100%;
  }
  .hero-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hero-wrapper.hero-section {
    height: 300px;
  }
  .column {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-intro-think.margin {
    margin-bottom: 40px;
  }
  .section-intro-read.margin {
    margin-bottom: 40px;
  }
  .section-intro-share.margin {
    margin-bottom: 40px;
  }
  .think-local-act {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .think-local-act.page-header {
    padding-top: 128px;
    padding-bottom: 48px;
  }
  .think-local-act.page-header.big-header {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .section-intro-act.margin {
    margin-bottom: 40px;
  }
  .section-intro-support.margin {
    margin-bottom: 40px;
  }
  .share-marker {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .column-9 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-social {
    overflow: hidden;
    margin-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-tag {
    width: 100%;
    padding-left: 0px;
    font-size: 14px;
  }
  .footer-tagline {
    font-size: 19px;
  }
  .section {
    padding: 25px;
  }
  .gallery-image-block {
    height: 220px;
  }
  .gallery-image-block._3 {
    height: 160px;
  }
  .gallery-image-block._2 {
    height: 160px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .bottom-gallery-column-left {
    padding-left: 0px;
  }
  .bottom-gallery-column-right {
    padding-right: 0px;
  }
  .faq-section {
    padding: 60px 25px;
  }
  .support-row3 {
    width: 100%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .wrapper.nav-bar-wrapper {
    padding-right: 0px;
    padding-left: 20px;
  }
  .button {
    font-size: 14px;
  }
  .button.color-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button-style-wrapper {
    width: 100%;
  }
  .section-intro.margin {
    margin-bottom: 24px;
  }
  .no-vertical-paddings {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .footer-links {
    width: 50%;
  }
  .brand.w--current {
    margin-left: 0px;
  }
  .change {
    padding-left: 0px;
  }
  .change-text {
    margin-left: 16px;
  }
  .radio-button {
    margin-right: 0px;
    margin-left: -1px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .radio-text {
    font-size: 11px;
  }
  .radio-buttons {
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-intro {
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-link {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 20px;
    line-height: 24px;
  }
  .read-local-item {
    padding: 32px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .schedule-event-time {
    margin-bottom: 24px;
  }
  .schedule-speaker {
    margin-left: 0px;
  }
  .numbers-info-block {
    width: 100%;
    padding-right: 0px;
  }
  .numbers-card {
    width: 100%;
  }
  .speaker-item {
    width: 100%;
  }
  .speaker-item.big {
    width: 100%;
  }
  .footer-about {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-bottom-text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-bottom-social {
    width: 85%;
  }
  .footer-social-line {
    width: 24px;
    margin-right: 4px;
    margin-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .instagram-photo {
    width: 33.33%;
  }
  .no-padding {
    padding: 0px;
  }
  .play-button.big {
    left: 41%;
    top: 5%;
    width: 50px;
    height: 42px;
  }
  .gallery-block {
    width: 100%;
  }
  .subscribe {
    padding: 48px 8%;
  }
  .subscribe-form {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .featured-events-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-copy {
    font-size: 17px;
    line-height: 28px;
  }
  .pricing {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pricing-card {
    padding-right: 8%;
    padding-left: 8%;
  }
  .pricing-card.no-margin-right.no-margin-bottom {
    margin-bottom: 0px;
  }
  .video-slide {
    width: 100%;
  }
  .popup-window {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .buy-input-wrapper {
    width: 100%;
  }
  .buy-input-wrapper.padding-right {
    padding-right: 0px;
  }
  .buy-input-wrapper.padding-left {
    padding-left: 0px;
  }
  .hero-heading {
    width: 100%;
    padding-right: 0px;
    font-size: 19px;
    line-height: 29px;
  }
  .speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .speaker-media {
    width: 100%;
  }
  .event-item {
    width: 100%;
  }
  .event-item.big {
    width: 100%;
  }
  .licence-item {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .licence-item-image {
    margin-bottom: 32px;
  }
  .licence-item-info {
    padding-left: 0px;
    text-align: center;
  }
  .event-info {
    padding-right: 4%;
    padding-left: 4%;
  }
  .event-more {
    padding-right: 4%;
    padding-left: 4%;
  }
  .event-more-info {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-speaker {
    width: 100%;
  }
  .contact {
    padding: 24px;
  }
  .contact-cards {
    width: 100%;
  }
  .contact-card {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-card.no-margin-left.no-margin-right {
    padding-right: 25px;
    padding-left: 25px;
  }
  .password-window {
    width: 90%;
    padding: 32px 8% 40px;
  }
  .hero-contacts-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-social {
    margin-bottom: 48px;
  }
  .hero-social-link {
    height: 40px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .hero-social-icon {
    margin-right: 0px;
  }
  .hero-bg-text {
    right: 0px;
    bottom: -19px;
    font-size: 40px;
    line-height: 72px;
  }
  .menu-button {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .bg-image.hero-image {
    background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf_halftone-13.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(98, 51, 239, .8)), to(rgba(98, 51, 239, .8))), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-collage.jpg');
    background-image: url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf_halftone-13.svg'), linear-gradient(180deg, rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/kf-collage.jpg');
    background-position: -445px 49%, 0px 0px, 85% 50%;
  }
  .sponsor {
    width: 100%;
  }
  .sponsors-info {
    max-width: none;
  }
  .slider-arrow {
    display: none;
  }
  .hero-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-social-text {
    display: none;
  }
  .popup-heading {
    font-size: 15px;
  }
  .button-intro {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
  }
  .support-local-section {
    padding: 30px 25px 40px;
  }
  .white {
    font-family: tablet-gothic, sans-serif;
  }
  .think-local-heading {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .outlet-name {
    margin-left: -2px;
    padding-left: 0px;
  }
  .left-white-box {
    display: block;
    width: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding: 0% 0% 9%;
    float: none;
  }
  .content-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .think2-block {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-image: linear-gradient(180deg, null, null), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-position: 0px 0px, 50% 50%;
  }
  .think2-block:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-image: linear-gradient(180deg, null, null), url('https://s3.amazonaws.com/kf-site-legacy-media/feature_assets/www/local-news/Screen-Shot-2019-02-13-at-11.04.44-AM.png');
    background-position: 0px 0px, 50% 50%;
  }
  .think3-block {
    width: 100%;
    padding-top: 20%;
    padding-right: 25px;
    padding-left: 25px;
    font-family: tablet-gothic, sans-serif;
  }
  .think1-block {
    padding: 12% 25px 10%;
  }
  .think4-block {
    padding: 22% 25px 20%;
    font-family: tablet-gothic, sans-serif;
  }
  .think6-block {
    width: 100%;
    padding: 20% 25px 1%;
  }
  .think5-block {
    width: 100%;
    padding: 22% 25px 20%;
    font-family: tablet-gothic, sans-serif;
  }
  .read-local-section {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .share-local-section {
    padding: 40px 25px;
  }
  .gallery-block3 {
    width: 100%;
  }
  .gallery-block4 {
    width: 100%;
  }
  .intro-section {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .hero-social-small {
    width: 100%;
  }
  .support-row1 {
    margin-bottom: 30px;
  }
  .support-row2 {
    margin-bottom: 30px;
  }
  .hero-wrapper.hero-section {
    height: 250px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column {
    margin-bottom: 30px;
  }
  .column-2 {
    margin-bottom: 30px;
  }
  .column-7 {
    margin-bottom: 30px;
  }
  .column-8 {
    margin-bottom: 30px;
  }
  .section-intro-think.margin {
    margin-bottom: 24px;
  }
  .section-intro-read {
    height: 125px;
  }
  .section-intro-read.margin {
    margin-bottom: 24px;
  }
  .section-intro-share.margin {
    margin-bottom: 24px;
  }
  .think-local-act.haze {
    padding: 40px 25px;
  }
  .section-intro-act.margin {
    margin-bottom: 24px;
  }
  .section-intro-support.margin {
    margin-bottom: 24px;
  }
  .image-8 {
    display: none;
  }
  .image-9 {
    display: none;
  }
  .footer-tag {
    width: 100%;
  }
  .section {
    padding: 25px;
  }
  .gallery-image-block {
    height: 150px;
  }
  .gallery-image-block._3 {
    height: 120px;
  }
  .gallery-image-block._2 {
    height: 120px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .faq-section {
    padding: 40px 25px;
  }
  .support-row3 {
    margin-bottom: 30px;
  }
}

