.show-more {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.storyblend_content_related.one_col_responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 95%;
  clear: both;
  margin: 40px auto 60px auto;
}

.storyblend_content_related.one_col_responsive h2 {
  background: #f8b818;
  height: 35px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}

.storyblend_content_related.one_col_responsive .story-related-story {
  width: 100%;
  min-height: 10px;
  display: block;
  position: relative;
  overflow: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 10px 10px 0;
  color: black;
  border-radius: 3px;
  border: 1px #f3f3f3 solid;
  -webkit-box-shadow: 3px 3px 10px -7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px -7px rgba(0, 0, 0, 0.3);
}

@media (max-width: 700px) {
  .storyblend_content_related.one_col_responsive .story-related-story {
    padding: 10px;
  }
}

.storyblend_content_related.one_col_responsive .story-related-story .story-related-title {
  display: block;
  font-size: calc(17px + 0.4vw);
  padding: 5px;
  font-weight: 700;
  color: #000000;
  line-height: 21px;
}

@media (min-width: 700px) {
  .storyblend_content_related.one_col_responsive .story-related-story .story-related-title {
    padding: 10px;
    line-height: 1.1;
  }
}

.storyblend_content_related.one_col_responsive .story-related-story .story-cover-image {
  float: left;
  margin-right: 8px;
  width: 30% !important;
  height: auto !important;
}

.storyblend_content_related.one_col_responsive .story-related-story .story-cover-image img {
  width: 99% !important;
  height: 50% !important;
}

@media (min-width: 700px) {
  .storyblend_content_related.one_col_responsive .story-related-story .story-cover-image {
    padding-right: 10px;
  }
}

.storyblend_content_related.one_col_responsive .story-related-story .summary-content-wrapper {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 700px) {
  .storyblend_content_related.one_col_responsive .story-related-story .summary-content-wrapper {
    clear: both;
  }
}

.storyblend_content_related.one_col_responsive .story-related-story .story-related-summary {
  display: block;
  overflow: auto;
  font-size: calc(15px + 0.3vw);
  padding: 2px 5px 1px 0;
}

@media (max-width: 700px) {
  .storyblend_content_related.one_col_responsive .story-related-story .story-related-summary {
    float: right;
    line-height: 1.1;
  }
}

@media (min-width: 700px) {
  .storyblend_content_related.one_col_responsive .story-related-story .story-related-summary {
    padding: 2px 5px 0 0;
  }
}

.storyblend_content_related.one_col_responsive .story-related-story .story-related-summary.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.storyblend_content_related.one_col_responsive .story-related-story button.expand-summary {
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  float: left;
  margin-top: 2px;
  font: 13px/16px "Lato", Arial, sans-serif;
  color: grey;
  text-align: left;
  font-weight: 700;
  letter-spacing: .5px;
  opacity: 1;
}

.storyblend_content_related.one_col_responsive .story-related-story .story-related-published-date {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: calc(13px + 0.3vw);
}

.storyblend_content_related.one_col_responsive a.story-related-story:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media (min-width: 700px) {
  .storyblend_content_related.one_col_responsive a.story-related-story:before {
    left: 30%;
  }
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="kabazi.com"]:before {
  background-image: url(https://www.kabazi.com/static/images/kabazi_logo.svg);
  background-color: #222;
  background-position: center center;
  background-size: 60px;
  width: 75px;
  height: 25px;
  border-radius: 3px;
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="odometer.com"]:before {
  background-image: url(https://www.odometer.com/static/images/logo.svg);
  background-color: #222;
  background-position: center center;
  background-size: 75px;
  width: 85px;
  height: 25px;
  border-radius: 3px;
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="tickld.com"]:before {
  background-image: url(https://www.tickld.com/static/images/logo.png);
  background-color: #222;
  background-position: center center;
  background-size: 60px;
  width: 75px;
  height: 25px;
  border-radius: 3px;
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="minq.com"]:before {
  height: 30px;
  background-image: url(https://www.minq.com/static/images/logo.svg);
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="suggest.com"]:before {
  background-image: url(https://www.suggest.com/static/images/logo2.svg);
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="seniorsmatter.com"]:before {
  background-image: url(https://www.seniorsmatter.com/static/images/logo.png);
  background-color: #2C92E7;
  background-position: center center;
  background-size: 100px;
  width: 110px;
  border-radius: 3px;
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="ratemyjob.com"]:before {
  background-image: url(https://www.ratemyjob.com/static/images/logo-white-mobile.svg);
  background-color: #ed4b4b;
  background-position: center center;
  height: 20px;
  background-size: 100px;
  width: 110px;
  border-radius: 3px;
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="oola.com"]:before {
  background-image: url(https://www.oola.com/static/images/oola-w-slogan.svg);
  background-color: #fff;
  background-position: center center;
  height: 27px;
  background-size: 60px;
  width: 60px;
  border-radius: 3px;
}

.storyblend_content_related.one_col_responsive a.story-related-story[href*="travelawaits.com"]:before {
  background-image: url(https://www.travelawaits.com/static/images/logo2.svg);
  background-color: #fff;
  background-position: center center;
  height: 32px;
  background-size: 80px;
  width: 91px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new {
  padding-top: 10px;
  margin-left: 20px;
  float: left;
  overflow: hidden;
  max-width: 960px;
}

@media screen and (min-device-width: 1024px) {
  .storyblend_content_related.featured_story_new {
    margin-left: 0;
  }
  .storyblend_content_related.featured_story_new .arrow {
    width: 75px;
    height: 42px;
    padding: 10px 5px;
    text-align: center;
    background-color: #303647;
    border-radius: 4px;
    color: #ffe353;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    bottom: 12px;
    z-index: 1;
  }
  .storyblend_content_related.featured_story_new .arrow#prev {
    left: 2px;
  }
  .storyblend_content_related.featured_story_new .arrow#prev i {
    padding-right: 5px;
  }
  .storyblend_content_related.featured_story_new .arrow#next {
    right: 2px;
  }
  .storyblend_content_related.featured_story_new .arrow#next i {
    padding-left: 5px;
  }
  .storyblend_content_related.featured_story_new .arrow:hover, .storyblend_content_related.featured_story_new .arrow:focus {
    cursor: pointer;
    background-color: #ffe353;
    color: #303647;
  }
  .storyblend_content_related.featured_story_new .arrow i {
    font-size: 20px;
  }
}

@media screen and (min-device-width: 701px) and (max-device-width: 1024px) {
  .storyblend_content_related.featured_story_new {
    width: 95%;
  }
}

@media screen and (max-device-width: 700px) {
  .storyblend_content_related.featured_story_new {
    width: 97%;
  }
}

.storyblend_content_related.featured_story_new .story-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.storyblend_content_related.featured_story_new .story-related .storyblend_save_to_book.sb-rendered {
  left: unset;
  right: 0;
  top: 5px;
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 50px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media (min-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related a.story-related-story:before {
    left: 30%;
  }
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="kabazi.com"]:before {
  background-image: url(https://www.kabazi.com/static/images/kabazi_logo.svg);
  background-color: #222;
  background-position: center center;
  background-size: 60px;
  width: 75px;
  height: 25px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="odometer.com"]:before {
  background-image: url(https://www.odometer.com/static/images/logo.svg);
  background-color: #222;
  background-position: center center;
  background-size: 75px;
  width: 85px;
  height: 25px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="tickld.com"]:before {
  background-image: url(https://www.tickld.com/static/images/logo.png);
  background-color: #222;
  background-position: center center;
  background-size: 60px;
  width: 75px;
  height: 25px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="minq.com"]:before {
  height: 30px;
  background-image: url(https://www.minq.com/static/images/logo.svg);
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="suggest.com"]:before {
  background-image: url(https://www.suggest.com/static/images/logo2.svg);
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="seniorsmatter.com"]:before {
  background-image: url(https://www.seniorsmatter.com/static/images/logo.png);
  background-color: #2C92E7;
  background-position: center center;
  background-size: 100px;
  width: 110px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="ratemyjob.com"]:before {
  background-image: url(https://www.ratemyjob.com/static/images/logo-white-mobile.svg);
  background-color: #ed4b4b;
  background-position: center center;
  height: 20px;
  background-size: 100px;
  width: 110px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="oola.com"]:before {
  background-image: url(https://www.oola.com/static/images/oola-w-slogan.svg);
  background-color: #fff;
  background-position: center center;
  height: 27px;
  background-size: 60px;
  width: 60px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new .story-related a.story-related-story[href*="travelawaits.com"]:before {
  background-image: url(https://www.travelawaits.com/static/images/logo2.svg);
  background-color: #fff;
  background-position: center center;
  height: 32px;
  background-size: 80px;
  width: 91px;
  border-radius: 3px;
}

.storyblend_content_related.featured_story_new .story-related .story-related-story {
  width: 100%;
  min-height: 10px;
  display: block;
  position: relative;
  overflow: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 10px 10px 0;
  color: black;
  border-radius: 3px;
  border: 1px #f3f3f3 solid;
  -webkit-box-shadow: 3px 3px 10px -7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px -7px rgba(0, 0, 0, 0.3);
}

.storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-content {
  position: relative;
}

@media (max-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story {
    padding: 10px;
  }
}

.storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-title {
  display: block;
  font-size: calc(17px + 0.4vw);
  padding: 5px;
  font-weight: 700;
  color: #000000;
  line-height: 21px;
}

@media (min-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-title {
    padding: 10px;
    line-height: 1.1;
  }
}

.storyblend_content_related.featured_story_new .story-related .story-related-story .summary-content-wrapper {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story .summary-content-wrapper {
    clear: both;
  }
}

.storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-summary {
  display: block;
  overflow: auto;
  font-size: calc(15px + 0.3vw);
  padding: 2px 5px 1px 0;
  overflow-y: hidden;
}

@media (max-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-summary {
    float: right;
    line-height: 1.1;
  }
}

@media (min-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-summary {
    padding: 2px 5px 0 0;
  }
}

.storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-summary.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.storyblend_content_related.featured_story_new .story-related .story-related-story button.expand-summary {
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  float: left;
  margin-top: 2px;
  font: 13px/16px "Lato", Arial, sans-serif;
  color: grey;
  text-align: left;
  font-weight: 700;
  letter-spacing: .5px;
  opacity: 1;
  padding-left: 10px;
}

.storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image {
  display: block;
}

@media (min-width: 500px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image {
    float: left;
    margin-right: 8px;
    width: 30% !important;
    height: auto !important;
    float: right;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image img {
    width: 99% !important;
    height: 50% !important;
  }
}

@media (min-width: 500px) and (min-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image {
    padding-right: 10px;
  }
}

.storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image img {
  height: 100% !important;
  width: 100% !important;
}

@media screen and (min-device-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related a.story-related-story:before {
    top: 2px;
    left: 20px;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 94%;
            flex: 0 0 94%;
    margin-left: 0;
    margin-right: 0;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-summary {
    padding-left: 20px;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-title {
    font-size: calc(17px + 0.9vw);
    padding: 40px 0 10px 20px;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image {
    padding-right: 0;
    margin-right: 0;
    margin-left: 10px;
    width: 35% !important;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story button.expand-summary {
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 960px;
            flex: 0 0 960px;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .summary-content-wrapper {
    padding-bottom: 0;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-summary {
    line-height: 1.2;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-title {
    font-size: calc(20px + 0.9vw);
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image {
    width: 40% !important;
  }
}

@media (max-width: 700px) and (max-width: 500px) {
  .storyblend_content_related.featured_story_new .story-related a.story-related-story:before {
    left: 15px;
    top: 90vw;
  }
}

@media (max-width: 700px) {
  .storyblend_content_related.featured_story_new .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90vw;
            flex: 0 0 90vw;
    margin-right: 11px;
    padding: 0;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-summary {
    padding: 0 10px;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-related-title {
    padding: 5px 10px;
  }
  .storyblend_content_related.featured_story_new .story-related .story-related-story .story-cover-image {
    padding-bottom: 40px;
  }
}.snippet.four_oh_four {
  letter-spacing: 1px;
}

.snippet.four_oh_four h2 {
  margin-top: 60px;
  color: #ff1c19;
  font-size: 32px;
  font-weight: bold;
}

.snippet.four_oh_four p {
  font-size: 18px;
  min-height: 430px;
}

.snippet.mc-newsletter {
  margin: 0 auto;
  background: #fff;
  color: black;
  clear: left;
  font: 1em Helvetica,Arial,sans-serif;
  padding: 0 15px;
  min-height: 500px;
  max-width: 750px;
}

.snippet.mc-newsletter #mc_embed_signup .button {
  background-color: #ffc100;
}

.snippet.mc-newsletter #mc_embed_signup input {
  border-radius: 6px;
}

.snippet.mc-newsletter #mc_embed_signup input[type=checkbox] {
  margin-right: 5px;
}

.snippet.mc-newsletter #mc_embed_signup .button:hover {
  background-color: #ffe353;
}

.snippet.mc-newsletter #mc_embed_signup div#mce-responses {
  width: 100%;
}

.snippet.mc-newsletter #mc_embed_signup div#mce-error-response.response {
  margin-top: 0;
  padding: 14px 16px 14px 16px;
  color: #646464;
  background-color: #f8d0c8;
  border-radius: 6px;
}

.snippet.mc-newsletter #mc_embed_signup div#mce-success-response.response {
  margin-top: 0;
  padding: 14px 16px 14px 16px;
  background-color: #bcf3b6;
  color: #5BCA15;
  border-radius: 6px;
}.storyblend_save_to_book.sb-rendered {
  position: absolute;
  left: 9px;
  top: 11px;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.storyblend_save_to_book.sb-rendered a {
  display: block;
  padding: 1.2em;
}

.storyblend_save_to_book.sb-rendered.sb-unsaved a {
  background: url(/static/images/save.png) no-repeat;
}

.storyblend_save_to_book.sb-rendered.sb-saving a {
  background: url(/static/images/save-saving.png) no-repeat;
}

.storyblend_save_to_book.sb-rendered.sb-saved a {
  background: url(/static/images/save-saved.png) no-repeat;
}

.content_story_related.featured_story .storyblend_save_to_book.sb-rendered {
  float: none;
  display: inline-block;
  position: relative;
}.heading {
  font-size: 2rem;
  font-weight: 800;
  padding: 0 13px 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  clear: both;
}

.heading.storyblend_heading h2 {
  text-align: center;
  font-weight: 900;
  margin-top: 10px;
  font-size: calc(18px + 0.4vw);
  color: #000000;
}@charset "UTF-8";
.content_search {
  width: 100%;
  position: absolute;
  top: 6px;
}

.content_search > :before {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
  content: "";
  position: absolute;
  right: 9px;
  bottom: 10px;
  font-size: 24px;
  color: #fff;
  pointer-events: none;
  line-height: 1;
}

@media screen and (min-device-width: 1025px) {
  .content_search > :before {
    padding-right: 10%;
  }
}

.content_search.login_search > :before {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .3em;
  content: "";
  position: absolute;
  right: 35px;
  bottom: 10px;
  font-size: 24px;
  color: #fff;
  pointer-events: none;
  line-height: 1;
}

@media screen and (min-device-width: 1025px) {
  .content_search.login_search > :before {
    padding-right: 10%;
  }
}

.content_search .form-contents .keyword {
  background: #303647;
  height: 44px;
  padding: 5px 10px;
}

.content_search .form-contents .keyword input {
  width: 100%;
  background: #fff;
  border: none;
  height: 34px;
  padding: 0 10px;
  color: #000;
  font: 12px/25px Arial, sans-serif;
  border-radius: 4px;
  float: left;
}

.content_search .form-contents .submit {
  margin-top: 5px;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background: black;
  border: none;
  border-radius: 4px;
}

.content_search.search_bar {
  width: 100vw;
  position: static;
  top: unset;
}

.content_search.search_bar .form-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_search.search_bar .form-contents .keyword {
  padding: 5px;
  width: 100%;
  background: #ffe353;
}

.content_search.search_bar .form-contents .keyword input {
  width: 95%;
  float: right;
}

#sticky_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffe353;
  width: 100%;
  position: relative;
  top: 60px;
}

@media screen and (min-device-width: 1025px) {
  #sticky_search {
    padding-right: 10%;
  }
}

#sticky_search.sticky {
  position: fixed !important;
  top: 0 !important;
}@charset "UTF-8";
.utility_popup_button a {
  position: absolute;
  z-index: 2;
  text-decoration: none;
  color: #303647;
}

.utility_popup_button a i:before {
  display: block;
}

.utility_popup_button.popup_cat_button {
  -webkit-transform: skewX(165deg);
          transform: skewX(165deg);
}

.utility_popup_button.popup_cat_button a {
  display: block;
  position: relative;
  float: left;
  margin-left: 22px;
  margin-top: 13px;
}

.utility_popup_button.popup_cat_button a i:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  font-size: 25px;
}

.utility_popup_button.sticky_popup_cat_button {
  -webkit-transform: skewX(165deg);
          transform: skewX(165deg);
  float: left;
}

@media screen and (min-device-width: 1025px) {
  .utility_popup_button.sticky_popup_cat_button {
    padding-left: 9%;
  }
}

.utility_popup_button.sticky_popup_cat_button a {
  position: relative;
  bottom: -9px;
  left: 2vw;
}

.utility_popup_button.sticky_popup_cat_button a i:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  font-size: 25px;
}

.utility_popup_button.popup_search_button a {
  display: block;
  position: relative;
  float: right;
  clear: none;
  margin-top: 15px;
  margin-right: 15px;
}

.utility_popup_button.popup_search_button a i:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  font-size: 20px;
}

.utility_popup_button.data a {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 15px;
  display: block;
  background: #fff;
  font-size: 12px;
  position: static;
  color: #303647;
}

.utility_popup_button.search-filter a {
  position: relative;
  display: block;
  color: #303647;
  background-color: #ffe13b;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: calc(10px + 0.2vw);
  line-height: calc(10px + 0.2vw);
  letter-spacing: .2rem;
  font-weight: 700;
  width: 205px;
  margin: 0 auto 5px auto;
  padding: 6px;
}

.utility_popup_button.search-filter a:before {
  content: '';
  background: url(/static/images/filter.svg) center center no-repeat;
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-right: 12px;
  margin-bottom: -3px;
}.utility_popup_dialog {
  position: relative;
}

.utility_popup_dialog.data {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 15px;
  padding-bottom: 30px;
  background: #fff;
}.link_list.footer_menu {
  width: 250px;
  margin: 8px auto 0;
  border-top: 1px solid #ccc;
}

.link_list.footer_menu .contents {
  margin-top: 8px;
}

.link_list.footer_menu .contents li {
  font-size: 8px;
  display: inline;
  float: left;
  padding: 0 10px;
}

.link_list.footer_menu .contents li a {
  color: #ccc;
}

.link_list.header_nav {
  position: absolute;
  width: 100%;
  top: 60px;
  color: #303647;
}

.link_list.header_nav ul li a {
  width: 180px;
  height: 45px;
  background: #ffe353 url(/static/images/chevrons3.png) no-repeat 15px center;
  color: #303647;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 45px;
  display: block;
  padding-left: 40px;
}

.link_list.search_header_nav {
  position: absolute;
  width: 100%;
  top: 44px;
  color: #303647;
}

@media screen and (max-device-width: 1024px) {
  .link_list.search_header_nav {
    right: 21px;
  }
}

.link_list.search_header_nav ul li a {
  width: 180px;
  height: 45px;
  background: #ffe353 url(/static/images/chevrons3.png) no-repeat 15px center;
  color: #303647;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 45px;
  display: block;
  padding-left: 40px;
}.storyblend_user_login.link {
  display: block;
  float: right;
  height: 20px;
  line-height: 20px;
  margin-top: 14px;
  margin-right: 7px;
  font-size: 1.2em;
  color: black;
}

.storyblend_user_login.link img {
  display: inline;
  max-height: 20px;
  vertical-align: middle;
}

.storyblend_user_login.link > a {
  color: black;
}

.storyblend_user_login.link > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .storyblend_user_login.link .account {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .storyblend_user_login.link .account {
    position: absolute;
  }
}

.storyblend_user_login.link .dropdown-content {
  position: absolute;
  top: 42px;
  right: 0;
  color: black;
}

@media screen and (min-width: 1025px) {
  .storyblend_user_login.link .dropdown-content.logged-out-dropdown {
    right: 6%;
  }
}

.storyblend_user_login.link .dropdown-content a {
  white-space: nowrap;
  height: 45px;
  background: #ffe353 url(/static/images/chevrons3.png) no-repeat 15px center;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 45px;
  display: block;
  padding-left: 40px;
  padding-right: 20px;
}

.storyblend_user_login .forgot-password {
  font-size: 1.2em;
  display: block;
  text-align: center;
}.topic_list {
  position: absolute;
  width: 100%;
  top: 55px;
}

.topic_list .content ul li {
  border-top: 1px solid #f8b818;
  border-bottom: 1px solid #f8b818;
}

.topic_list .content ul li a {
  width: 100%;
  height: 45px;
  background: #ffe353 url(/static/images/chevrons3.png) no-repeat 15px center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 45px;
  display: block;
  padding-left: 40px;
}

.topic_list.resp {
  width: 210px;
}

@media (max-width: 1024px) {
  .topic_list.resp {
    width: 100%;
  }
}#search_story {
  position: relative;
  overflow: auto;
}.banner.logo {
  position: absolute;
  left: 50%;
  top: 10px;
}

.banner.logo > * {
  margin-left: -50%;
}

.banner.logo .hgroup h2 {
  background: url(/static/images/logo-white-mobile.svg) no-repeat;
  background-size: 173px 49px;
  text-indent: -9999px;
  width: 173px;
  height: 49px;
}

.banner.logo_footer {
  width: 275px;
  margin: 0 auto;
}

.banner.logo_footer .hgroup h2 {
  background: url(/static/images/sb_footer.png) no-repeat;
  background-size: 160px 80px;
  text-indent: -9999px;
  width: 160px;
  height: 80px;
  margin: 10px auto 8px;
}

.banner.logo_footer .contents {
  color: #ffe353;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
}
.psquirrel.foobar { margin: 0 }
/* Avoiding empty files */
