body {
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

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

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

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

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

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

.hero-section {
  position: relative;
  height: 242px;
  padding-top: 184px;
  background-image: linear-gradient(135deg, rgba(30, 33, 33, .82) 1%, rgba(32, 32, 32, .14) 98%), linear-gradient(180deg, #fff, #fff);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #000;
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, .85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

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

.long-text {
  margin-top: 7px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 2px;
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .63);
  font-size: 18px;
  font-weight: 300;
}

.hero-content {
  margin-top: 326px;
  text-align: center;
}

.button {
  padding: 12px 31px;
  float: right;
  border-radius: 3px;
  background-color: #14ab97;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-weight: 300;
}

.button:hover {
  background-color: #f17228;
  color: #fff;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.dark {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px none #000;
  background-color: #000;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  padding-top: 0px;
  padding-bottom: 89px;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -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;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, .09) 0px 0px 0px 1px, rgba(0, 0, 0, .09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

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

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  color: #efefef;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, .28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen, sans-serif;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  background-color: rgba(35, 47, 56, .6);
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .03)), color-stop(46%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 3px;
  text-align: center;
}

.inner-hero.about-page {
  height: 21px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: none;
}

.inner-hero.category {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/Screen-Shot-2016-11-20-at-6.13.54-PM.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Screen-Shot-2016-11-20-at-6.13.54-PM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(35, 47, 56, .22);
}

.nav-link {
  display: inline-block;
  padding: 10px 20px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

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

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  display: block;
  margin-top: -47px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #000;
}

.category-link {
  display: block;
  width: 143px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px;
  float: none;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.category-link:hover {
  background-color: transparent;
  color: #14ab97;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links {
  display: block;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.footer-links:hover {
  color: #14ab97;
}

.footer-links:active {
  color: #fff;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

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

.nav-menu {
  width: 450px;
}

.field-label {
  font-family: Oxygen, sans-serif;
  font-weight: 400;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: Oxygen, sans-serif;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: url('../images/social-18.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
  font-size: 14px;
  text-decoration: none;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.social-media-links {
  position: static;
  display: block;
  width: 250px;
  height: 38px;
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto;
}

.author {
  display: block;
  width: 193px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

.author.category {
  display: block;
  width: 88px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

.article-date {
  display: block;
  width: 144px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

.article-heading {
  display: block;
  width: 407px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

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

.article-main-photo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.articles-container {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.featured-posts-heading {
  width: 260px;
}

.homepage-article-name {
  width: 543px;
}

.article-homepage-image {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 7px;
  float: left;
  clear: none;
}

.article-homepage-title {
  display: block;
  width: 317px;
  margin: 0px auto;
  float: left;
  color: #000;
  font-size: 19px;
  text-align: left;
}

.homepage-article-author {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.top-featured-stories {
  width: 156px;
  height: 131px;
  margin-top: 10px;
  margin-left: 0px;
  float: none;
}

.homepage-top-featured-articles {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  float: left;
}

.artists-bio {
  display: block;
  width: 445px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}

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

.header-logo {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.menu-dynamic-list {
  display: block;
  width: 833px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 30px;
  float: none;
}

.menu-categories-name {
  width: 82px;
  color: #fff;
}

.main-menu-dynamic-items {
  position: static;
  display: block;
  width: 16%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
}

.category-names-menu {
  display: block;
  width: 137px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  color: #fff;
  text-align: center;
}

.category-names-menu:hover {
  color: #14ab97;
}

.main-menu-dynamic-list-wrapper {
  display: block;
  width: 791px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
}

.menu-categories-name-link {
  display: block;
  width: 365px;
  float: none;
}

.main-menu-dynamic-list {
  display: block;
  width: 822px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.header-row {
  display: block;
  height: 212px;
  max-width: 100%;
  margin-top: -253px;
  margin-right: auto;
  margin-left: auto;
}

.side-banners {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.twitter-feed-code {
  position: static;
  display: block;
  width: 380px;
  height: 386px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  clear: none;
}

.facebook-feed {
  position: static;
  display: block;
  width: 380px;
  height: 186px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.aside-heading {
  display: block;
  margin-top: 15px;
  clear: both;
}

.header-dynamic-list {
  width: 557px;
}

.header-dynamic-list-wrapper {
  display: block;
  width: 518px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

.email-updates-div-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.top-story-image {
  display: block;
  margin-top: 10px;
}

.top-story-middle {
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
}

.top-story-middle.top {
  height: 108px;
  margin-top: 10px;
  padding-left: 8px;
}

.top-story-middle.top.right {
  display: block;
  width: 142px;
  height: 108px;
  margin-right: auto;
  margin-left: auto;
}

.top-story-middle.bottom {
  display: block;
  padding-left: 9px;
}

.top-story-heading {
  display: block;
  margin: -11px auto 5px;
  background-color: #000;
  color: #14ab97;
  text-align: center;
}

.top-story-dynamic-item {
  display: block;
  width: 307px;
}

.top-middle-dynamic-item {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bottom-middle-dynamic-item {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.top-middle-dynamic-list {
  display: block;
  height: 115px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-middle-dynamic-list {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.homepage-stories-row {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.stories-block-container {
  display: block;
}

.stories-block-column-2 {
  display: block;
  margin: 7px auto 0px;
}

.stories-block-link-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-left: 7px;
}

.stories-block-link-3 {
  display: block;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
}

.stories-block-link-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-left: 7px;
}

.stories-block-link-5 {
  display: block;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  float: none;
}

.homepage-stories-summary {
  width: 299px;
  height: 89px;
  float: left;
  color: #000;
}

.continue-reading-buttons {
  display: block;
  margin: 0px auto 19px;
  float: right;
  clear: none;
  background-color: #14ab97;
  color: #fff;
  text-align: center;
}

.continue-reading-buttons:hover {
  color: #000;
}

.article-homepage-author {
  width: 167px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #000;
  font-size: 10px;
  text-align: left;
}

.article-homepage-author.date {
  width: 82px;
}

.article-homepage-author.category {
  width: 143px;
  margin-left: 0px;
  float: left;
}

.featured-posts-row {
  width: 482px;
}

.footer-header {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  color: #14ab97;
  text-align: center;
}

.footer-row {
  margin-bottom: 15px;
}

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

.sponsors-slider-footer {
  width: 209px;
  height: 115px;
}

.sponsors-slides-footer {
  position: static;
  height: 19%;
}

.more-stories-aside-heading {
  margin-top: 5px;
}

.categories-articles-dynamic-item {
  height: 519px;
}

.categories-articles-preview {
  width: 187px;
  height: 180px;
  text-align: justify;
}

.categories-articles-headings {
  width: 194px;
  height: 49px;
}

.categories-articles-category-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.categories-articles-category-image-dynamic-item {
  display: block;
  width: 222px;
  height: 49px;
  margin: 15px auto;
}

.categories-articles-category-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #14ab97;
}

.categories-articles-category-heading-dynamic-list {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.article-author-div-block {
  margin-bottom: 11px;
  border-style: solid none none;
  border-width: 3px;
  border-color: #000;
  background-color: #fff;
}

.latest-issue-footer-current-issue {
  display: block;
  width: 107px;
  height: 136px;
  margin-right: auto;
  margin-left: auto;
}

.top-banner {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btsm-top-banner {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-heading {
  display: block;
  width: 202px;
  margin: 28px auto 15px;
  border-style: none;
  background-color: transparent;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

.email-updates-html-code {
  display: block;
  width: 380px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.article-author-categories {
  width: 167px;
  margin-top: -6px;
  margin-left: 13px;
  float: left;
  color: #14ab97;
}

.article-author-categories.date {
  color: #000;
}

.categories-paragraph {
  margin-left: 13px;
  clear: both;
}

.categories-row {
  margin-bottom: 10px;
}

.category-article-image {
  box-shadow: 1px 1px 3px 0 #000;
}

.categories-column-2 {
  padding-left: 0px;
}

.category-article-heading {
  margin-left: 13px;
  color: #14ab97;
  font-size: 23px;
}

.articles-page-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.articles-page-column-1 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.download-media-kit-button {
  display: block;
  width: 95px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #14ab97;
  color: #fff;
}

.download-media-kit-button:hover {
  background-color: #fff;
  color: #14ab97;
}

.store-coming-soon-image {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.copyright-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.team-btsm-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.btsm-team-code {
  margin-bottom: 15px;
}

.recent-posts-by-author-heading {
  width: 225px;
  height: 33px;
  color: #14ab97;
  font-size: 13px;
  line-height: 13px;
}

.authors-recent-post-dynamic-list {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.authors-recent-dynamic-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

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

.link-to-author-profile {
  display: block;
  width: 271px;
  margin-right: auto;
  margin-left: auto;
  color: #14ab97;
  text-align: center;
}

.link-to-author-profile:hover {
  color: #000;
}

.kids-corner-link-block {
  height: 255px;
}

.social-share {
  margin-top: 0px;
  margin-bottom: 10px;
}

.html-embed {
  position: static;
  width: 50%;
  float: none;
}

.column {
  left: -23px;
}

.html-embed-2 {
  margin-bottom: 10px;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-content {
    display: block;
    margin-top: 304px;
  }
  .main-section {
    padding: 40px 10px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }
  .section-heading {
    display: block;
    text-align: center;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }
  .featured-title {
    font-size: 23px;
  }
  .category-tag-2 {
    z-index: 10;
  }
  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }
  .inner-hero {
    position: static;
    padding-top: 2px;
  }
  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .category-link {
    width: 117px;
    padding-left: 0px;
  }
  .footer-links {
    width: 94px;
  }
  .category-block {
    padding: 10px 0px;
  }
  .social-media-links {
    width: 237px;
  }
  .author {
    width: 154px;
    font-size: 9px;
  }
  .author.category {
    width: 98px;
  }
  .article-date {
    width: 101px;
    font-size: 9px;
  }
  .article-heading {
    display: block;
    width: 357px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .article-body {
    width: 373px;
  }
  .homepage-article-name {
    width: 357px;
  }
  .article-homepage-title {
    width: 317px;
  }
  .top-featured-stories {
    display: block;
    width: 149px;
    height: 108px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .artists-bio {
    width: 387px;
  }
  .menu-dynamic-list {
    width: 862px;
    padding-left: 1px;
  }
  .menu-categories-name {
    width: 138px;
    text-align: center;
  }
  .main-menu-dynamic-items {
    width: 110px;
  }
  .main-menu-dynamic-items:hover {
    color: #14ab97;
  }
  .category-names-menu {
    width: 122px;
    text-align: center;
  }
  .category-names-menu:hover {
    color: #14ab97;
  }
  .main-menu-dynamic-list-wrapper {
    width: 655px;
  }
  .main-menu-dynamic-list {
    width: 735px;
  }
  .header-row {
    margin-top: -222px;
  }
  .header-dynamic-list {
    height: 133px;
  }
  .header-dynamic-list-wrapper {
    width: 497px;
  }
  .top-story-image {
    display: inline-block;
    width: 236px;
  }
  .top-story-middle {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-story-middle.top {
    display: block;
    height: 108px;
    margin: 20px auto -4px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .top-story-middle.top.right {
    display: block;
    width: 103px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .top-story-middle.bottom {
    display: block;
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 4px;
  }
  .top-story-middle.left {
    padding-left: 0px;
  }
  .top-story-heading {
    color: #14ab97;
  }
  .top-story-dynamic-item {
    width: 229px;
  }
  .top-middle-dynamic-item {
    display: block;
    width: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .bottom-middle-dynamic-item {
    width: 93px;
  }
  .top-middle-dynamic-list {
    display: block;
    width: 109px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .bottom-middle-dynamic-list {
    display: block;
    width: 116px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .top-middle-row {
    width: 106%;
  }
  .bottom-middle-row {
    width: 100%;
  }
  .stories-block-link-2 {
    display: block;
    width: 155px;
    margin-right: auto;
    margin-left: 11px;
    padding-left: 1px;
  }
  .stories-block-link-3 {
    padding-left: 0px;
  }
  .stories-block-link-4 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .homepage-stories-summary {
    width: 368px;
    height: 72px;
    clear: both;
  }
  .continue-reading-buttons {
    float: right;
  }
  .article-homepage-author {
    width: 152px;
    clear: both;
  }
  .article-homepage-author.category {
    margin-left: 0px;
  }
  .categories-articles-dynamic-item {
    margin-top: 0px;
    margin-bottom: 74px;
  }
  .categories-articles-preview {
    width: 142px;
    height: 282px;
  }
  .categories-articles-headings {
    width: 148px;
    height: 60px;
  }
  .content-heading {
    width: 354px;
  }
  .article-author-categories {
    margin-left: 16px;
  }
  .categories-paragraph {
    margin-left: 16px;
    line-height: 18px;
  }
  .categories-row {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .categories-column-2 {
    position: static;
    padding-left: 0px;
  }
  .category-article-heading {
    margin-left: 16px;
  }
  .download-media-kit-button {
    display: block;
    width: 100px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: #14ab97;
    color: #fff;
    text-align: center;
  }
  .download-media-kit-button:hover {
    background-color: #fff;
    color: #14ab97;
  }
  .link-to-author-profile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .kids-corner-link-block {
    height: 204px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }
  .navbar {
    position: static;
    height: 110px;
  }
  .hero-content {
    display: block;
    height: 217px;
    margin-top: 173px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-content.aboutpage {
    height: 133px;
    margin-top: 270px;
  }
  .hero-content.aboutpage.contact {
    margin-top: 152px;
  }
  .hero-content.aboutpage.contact.homepage {
    margin-top: 276px;
  }
  .hero-content.aboutpage.contact.homepage.authors {
    margin-top: 269px;
  }
  .hero-content.contact {
    height: 122px;
  }
  .main-section {
    padding: 0px 20px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-section.bottom-padding {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .featured-title {
    font-size: 27px;
  }
  .featured-description {
    font-size: 18px;
  }
  .inner-hero {
    position: static;
    height: 299px;
    margin-top: 107px;
  }
  .inner-hero.about-page {
    position: static;
    height: 140px;
  }
  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }
  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }
  .blog-thumbnail {
    width: 50%;
  }
  .featuredthumbnail {
    padding: 10px 0px;
  }
  .navmenu {
    width: 100%;
  }
  .category-section {
    display: block;
    width: 100%;
    height: 32px;
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 40px;
  }
  .category-link {
    width: 131px;
    text-align: left;
  }
  .footer-links {
    text-align: center;
  }
  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    display: block;
    width: 410px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }
  .success-text {
    font-size: 18px;
  }
  .social-media-links {
    position: static;
    width: 281px;
  }
  .author {
    margin-left: 86px;
  }
  .article-date {
    float: left;
  }
  .article-heading {
    display: block;
    width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .homepage-article-name {
    width: 528px;
  }
  .top-featured-stories {
    position: static;
    left: 78px;
    top: 0px;
    right: 78px;
    display: block;
    width: 152px;
    margin-top: -3px;
  }
  .homepage-top-featured-articles {
    position: relative;
    left: -59px;
    float: left;
  }
  .header-logo {
    display: block;
    margin-top: -134px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .menu-dynamic-list {
    width: 456px;
  }
  .main-menu-dynamic-items {
    width: 16%;
    margin-left: 3px;
    float: left;
    text-align: left;
  }
  .category-names-menu {
    display: block;
    width: 91px;
    margin-top: -2px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 10px;
    text-align: center;
  }
  .main-menu-dynamic-list-wrapper {
    width: 548px;
    height: 30px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-categories-name-link {
    display: block;
    width: 91px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .main-menu-dynamic-list {
    width: 527px;
  }
  .header-row {
    height: 166px;
    margin-top: -21px;
  }
  .aside-heading {
    display: block;
    width: 386px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-dynamic-list {
    position: static;
    display: block;
    width: 620px;
    height: 133px;
    margin-top: -11px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .header-dynamic-list-wrapper {
    display: block;
    width: 367px;
    height: 120px;
    float: none;
  }
  .top-story-image {
    display: block;
  }
  .top-story-middle.top {
    position: static;
    display: block;
    width: 99px;
    margin-top: -8px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    text-align: left;
  }
  .top-story-middle.top.right {
    display: block;
    width: 99px;
    margin-right: auto;
    margin-left: 34px;
    padding-left: 0px;
  }
  .top-story-middle.bottom {
    display: block;
    margin-top: auto;
    padding-left: 0px;
  }
  .top-story-heading {
    margin-bottom: 0px;
  }
  .top-story-dynamic-item {
    width: 209px;
  }
  .top-middle-dynamic-item {
    width: 103px;
  }
  .bottom-middle-dynamic-item {
    width: 103px;
  }
  .top-story-dynmic-list {
    width: 143px;
  }
  .top-middle-dynamic-list {
    width: 105px;
    height: 95px;
  }
  .bottom-middle-dynamic-list {
    width: 105px;
    height: 78px;
  }
  .top-middle-dynamic-wrapper {
    width: 104px;
    height: 81px;
  }
  .bottom-middle-dynamic-wrapper {
    width: 105px;
    height: 76px;
  }
  .top-middle-column-1 {
    position: static;
    display: block;
    padding-left: 0px;
  }
  .homepage-stories-row {
    display: inline-block;
  }
  .top-story-dymanic-wrapper {
    width: 211px;
  }
  .stories-block-container {
    display: block;
    height: 648px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
  }
  .stories-block-column-1 {
    position: static;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
  }
  .stories-block-column-2 {
    position: static;
    margin-top: 0px;
  }
  .stories-block-column-3 {
    position: static;
  }
  .top-featured-stories-div-block {
    display: block;
    width: 228px;
    height: 581px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-middle-row {
    position: relative;
    left: -12px;
    top: 17px;
    display: block;
    width: 241px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .stories-block-link-4 {
    padding-top: 6px;
  }
  .featured-posts-dynamic-list {
    display: block;
    width: 535px;
    margin-right: auto;
    margin-left: auto;
  }
  .homepage-stories-summary {
    width: 289px;
    height: 137px;
  }
  .continue-reading-buttons {
    width: 159px;
    float: right;
  }
  .more-stories-aside-heading {
    display: block;
    width: 132px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .content-container {
    margin-top: 40px;
  }
  .content-heading {
    width: 369px;
  }
  .article-author-categories {
    width: 151px;
    margin-left: 119px;
    padding-left: 0px;
    text-align: right;
  }
  .article-author-categories.date {
    display: block;
    width: 118px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .categories-paragraph {
    display: block;
    width: 393px;
    margin-right: auto;
    margin-left: auto;
  }
  .category-article-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .category-article-heading {
    display: block;
    width: 208px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .more-stories-articles-page {
    display: block;
    width: 132px;
    margin-right: auto;
    margin-left: auto;
  }
  .copyright-footer {
    width: 494px;
  }
  .policyterms-info {
    margin-right: 15px;
    margin-left: 15px;
  }
  .link-to-author-profile {
    color: #14ab97;
  }
  .link-to-author-profile:hover {
    color: #000;
  }
  .kids-corner-link-block {
    height: 183px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-section {
    height: 430px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .navbar {
    height: 72px;
    padding: 2px 15px 7px;
  }
  .menu-button {
    margin-top: 13px;
  }
  .long-text {
    margin-top: 0px;
  }
  .hero-subheading {
    line-height: 27px;
  }
  .hero-content {
    height: 171px;
    margin-top: 196px;
  }
  .hero-content.contact {
    margin-top: 147px;
  }
  .button {
    float: right;
    background-color: #14ab97;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .author-img {
    display: block;
  }
  .section-heading {
    display: block;
  }
  .med-divider {
    width: 60%;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .footer-section {
    position: relative;
  }
  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .featured-text {
    padding: 0px 15px 55px;
  }
  .featured-title {
    font-size: 18px;
  }
  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }
  .featured-description {
    display: none;
  }
  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-hero {
    position: static;
    height: 330px;
    margin-top: 0px;
    padding-top: 71px;
  }
  .inner-hero.about-page {
    height: 131px;
  }
  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }
  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .authorbio {
    font-size: 14px;
    text-align: center;
  }
  .social-wrapper {
    text-align: center;
  }
  .hero-header {
    font-size: 40px;
  }
  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .blog-post {
    width: 95%;
  }
  .featuredthumbnail {
    padding: 5px 0px;
  }
  .navmenu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-color: rgba(35, 47, 56, .72);
  }
  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }
  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }
  .category-section {
    width: 100%;
    height: 120px;
    max-height: 100%;
    margin-top: 15px;
    padding-bottom: 0px;
  }
  .category-link {
    position: static;
    display: block;
    overflow: visible;
    width: 104px;
    margin-top: 0px;
    padding-right: 0px;
    float: none;
    clear: none;
  }
  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    background-color: rgba(35, 47, 56, .92);
  }
  .close-x {
    position: absolute;
    left: 35px;
    top: 21px;
    right: 35px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .success-text {
    line-height: 27px;
  }
  .section-title {
    margin-top: 116px;
  }
  .social-media-links {
    position: static;
    width: 239px;
    height: 40px;
    margin-top: -42px;
    float: left;
  }
  .author {
    display: block;
    width: 117px;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .author.category {
    width: 82px;
    float: left;
  }
  .article-date {
    width: 96px;
    float: left;
  }
  .article-heading {
    width: 292px;
    font-size: 28px;
  }
  .article-body {
    width: 297px;
  }
  .homepage-article-name {
    position: static;
    display: block;
    width: 262px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .article-homepage-image {
    position: static;
    display: block;
    width: 363px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .top-featured-stories {
    width: 116px;
    height: 84px;
    max-width: 100%;
  }
  .homepage-top-featured-articles {
    left: -2px;
    width: 100px;
    height: 101px;
    float: left;
  }
  .header-logo {
    margin-top: -127px;
    margin-bottom: 10px;
  }
  .menu-dynamic-list {
    width: 270px;
    height: 143px;
    float: left;
  }
  .main-menu-dynamic-items {
    position: static;
    left: 86px;
    display: inline-block;
    overflow: visible;
    width: 49%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .category-names-menu {
    display: block;
    margin-top: 4px;
    float: none;
    clear: none;
    text-align: center;
  }
  .main-menu-dynamic-list-wrapper {
    width: 266px;
    height: 104px;
    float: none;
  }
  .main-menu-dynamic-list {
    position: static;
    display: block;
    width: 285px;
    margin-right: auto;
    margin-left: -1px;
    padding-left: 0px;
    float: none;
    clear: none;
    text-align: left;
  }
  .header-row {
    margin-top: auto;
    margin-bottom: auto;
  }
  .twitter-feed-code {
    width: 270px;
  }
  .header-dynamic-list {
    position: static;
    width: 304px;
    height: 91px;
    margin-bottom: 10px;
  }
  .header-dynamic-list-wrapper {
    width: 305px;
    height: 94px;
  }
  .top-story-image {
    margin-top: 32px;
  }
  .top-story-middle.bottom {
    margin-top: 5px;
    margin-bottom: -1px;
  }
  .top-middle-dynamic-list {
    width: 85px;
    height: 67px;
  }
  .top-middle-column-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .top-middle-row {
    display: block;
    width: 237px;
    margin-right: auto;
    margin-left: auto;
  }
  .stories-block-link-3 {
    margin-top: 36px;
  }
  .stories-block-link-5 {
    margin-top: 39px;
    margin-bottom: -10px;
  }
  .featured-posts-dynamic-list {
    position: static;
    left: 20px;
    top: 0px;
    width: 273px;
  }
  .homepage-stories-summary {
    width: 264px;
    height: 135px;
  }
  .continue-reading-buttons {
    float: none;
  }
  .featured-posts-row {
    width: 259px;
  }
  .categories-articles-category-heading {
    float: none;
  }
  .categories-articles-category-heading-dynamic-list {
    width: 282px;
  }
  .content-container {
    margin-top: 106px;
  }
  .content-heading {
    width: 299px;
    height: 49px;
    margin-top: 50px;
    font-size: 31px;
  }
  .article-author-categories {
    width: 154px;
    margin-left: 1px;
  }
  .categories-paragraph {
    width: 300px;
  }
  .category-article-heading {
    display: block;
    width: 272px;
    margin-right: auto;
    margin-left: auto;
  }
  .articles-page-row {
    margin-top: 37px;
  }
  .articles-page-column-1 {
    margin-top: 31px;
  }
  .copyright-footer {
    width: 318px;
  }
  .kids-corner-link-block {
    height: 202px;
  }
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c74ee08ca720-d067a683 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

