/*
Theme Name: Buzznet
Template: idolator
Author: Hive Media
Description: Idolize MoFos.
Version: 1.0
*/






















@font-face {
  font-family: 'quiz';
  src: url('../_common/quiz/fonts/icomoon.eot');
  src: url('../_common/quiz/fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../_common/quiz/fonts/icomoon.ttf') format('truetype'), url('../_common/quiz/fonts/icomoon.woff') format('woff'), url('../_common/quiz/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.quizicon {
  
  font-family: 'quiz' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qretry:before {
  content: "\e984";
}
.qlink:before {
  content: "\e9cb";
}
.qclose:before {
  content: "\ea0f";
  color: #E85443;
}
.qcheck:before {
  content: "\ea10";
  color: #b1ef97;
}
.qfacebook:before {
  content: "\ea90";
}
.qtwitter:before {
  content: "\ea96";
}
.undo2:before {
  content: "\e967";
  transform: rotate(90deg);
  display: inline-block;
}

.sponsoredContent {
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  padding: 0 20px 0.2em;
  border-bottom: 1px solid #4dbed9;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0.7em;
}
.sponsoredButton {
  position: relative;
  display: inline-block;
  margin: auto;
  font-size: 75%;
  z-index: 1;
  padding: 0 0.8em;
  color: #fff;
  background-color: #4dbed9;
  letter-spacing: 1px;
  line-height: 1.65;
}
.sponsored-arrow {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #4dbed9;
  top: 14px;
  z-index: 0;
}
.nextButtonImageOverlay {
  display: inline-block;
  position: absolute;
  padding: 0.2em 0.6em;
  font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  bottom: 10px;
  right: 10px;
  color: #fff !important;
  background-color: #4dbed9;
  margin-bottom: 0;
  line-height: 1.65;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: normal;
  border-radius: 0;
  text-transform: none;
  transition: all .2s linear;
}
.nextButtonImageOverlay:hover,
.nextButtonImageOverlay:focus {
  background-color: #77cde2;
  color: #fff;
  text-decoration: none;
}
#primary-over-image:not(:empty) > div {
  margin-bottom: 30px;
}

.photo-extras-wrap {
  display: table-caption;
  caption-side: bottom;
}
.photo-extras-wrap .photo-extras {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 260px;
}
.photo-extras-wrap .photo-extras .caption {
  font-size: 75%;
  text-align: left;
  font-style: italic;
  line-height: 1.45;
  color: #a2a2a2;
  flex-grow: 1;
  word-break: break-word;
  margin: 0.5em 0;
  display: none;
}
.photo-extras-wrap .photo-extras .caption.mobile {
  display: inherit;
  
  display: initial;
}
.photo-extras-wrap .photo-extras .caption p {
  flex-grow: 1;
  margin: 0;
}
.photo-extras-wrap .photo-extras .caption:empty {
  margin: 0;
}
.picture-container {
  position: relative;
  display: table;
  min-width: 260px;
  margin: 0 auto 10px auto;
}
.picture-container .photo-controls.load-img {
  opacity: 0;
}
.picture-container picture {
  display: block;
  margin: 0 -24px;
  width: calc(100% + 48px);
}
.picture-container picture img {
  table-layout: fixed;
  margin-bottom: 0 !important;
}
.photo-controls {
  position: relative;
}
.single-page-thumbnail {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.single-page-thumbnail img,
.picture-container img {
  margin-bottom: 0;
}
.single-page-thumbnail picture,
.picture-container picture {
  margin-bottom: 0;
}
.firstImageWrapper .photo-controls {
  margin: 0 -24px;
}
.firstImageWrapper .photo-extras-wrap .photo-extras .caption {
  text-align: center;
}

.ss-btn,
.ss-play a,
.ss-scroll-to {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1.33em;
  color: #fff !important;
  cursor: pointer;
  background: #4dbed9;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
}
.ss-btn:hover,
.ss-btn:focus {
  background-color: #77cde2;
  color: #fff;
}
.ss-play a {
  background: url('../_common/images/view-as-slideshow-icon-75px.png') #4dbed9 no-repeat center center;
  background-size: 30px 30px;
  background-color: #4dbed9;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.ss-play a:hover {
  background-color: #77cde2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ss-play a:active {
  background-color: #77cde2;
}
.ss-play a:visited,
.ss-play a:focus,
.ss-play a:hover {
  color: #fff;
  text-decoration: none;
}
.ss-scroll-to {
  background: url('../_common/images/scroll-to-story-icon-75px.png') #777 no-repeat center center;
  background-size: 25px 25px;
  background-color: #777;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 40px;
  height: 40px;
}
.ss-scroll-to:hover {
  background-color: #919191;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ss-scroll-to:active {
  background-color: #919191;
}
.single-page-thumbnail .ss-play a {
  width: auto;
  background-position: 8px center;
  padding-left: 46px;
  font-size: 16px;
  line-height: 1.2em;
}
.single-page-thumbnail.ss-mt .ss-play a {
  background-image: none;
  padding-left: 12px;
}
.slideshow-page-controls {
  position: relative;
  display: block;
  width: 100%;
}
.slideshow-page-controls .ss-play a,
.slideshow-page-controls .ss-scroll-to {
  position: relative;
  width: 100%;
  background-position: 8px center;
  margin-bottom: 0.5em;
  bottom: 0;
  padding-left: 46px;
  height: auto;
}
.slideshow-page-controls.ss-mt .ss-play a {
  height: auto;
  font-size: 2.2em;
  padding: 30px 10px;
  line-height: 1.2;
  background-image: none;
  margin-bottom: 74px;
  text-transform: uppercase;
}
.slideshow-page-controls.ss-mt .ss-play a:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #3d3d40;
  left: 0;
  bottom: -44px;
}
.single .footer #menu-footer-backlinks {
  width: 100%;
}
.single .footer #menu-footer-backlinks li {
  width: 10%;
}

#menu-footer-backlinks {
  margin-top: 10px;
  display: inline-block;
}
#menu-footer-backlinks li {
  display: inline-block;
}
#menu-footer-backlinks li a {
  display: inline-block;
}
#menu-footer-backlinks li a:hover,
#menu-footer-backlinks li a:focus {
  background-color: rgba(0, 0, 0, 0);
}
#menu-footer-backlinks li a picture.backlink-icon {
  display: inline-block;
  margin: auto;
}
#menu-footer-backlinks li a picture.backlink-icon img {
  display: inline-block;
  transition: filter .1s;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
}
#menu-footer-backlinks li a picture.backlink-icon img:not(.buzznet-icon) {
  display: inline-block;
  filter: saturate(0%) brightness(1000%);
}
#menu-footer-backlinks li a picture.backlink-icon img:not(.buzznet-icon):hover {
  filter: saturate(100%) brightness(100%);
}
#menu-footer-backlinks li a picture.backlink-icon img.buzznet-icon {
  display: inline-block;
  filter: invert(100%);
}
#menu-footer-backlinks li a picture.backlink-icon img.buzznet-icon:hover {
  
  filter: invert(83%) sepia(11%) saturate(305%) hue-rotate(268deg) brightness(98%) contrast(116%);
}

.quiz .quiz-wrap {
  margin-bottom: 10px;
}
.quiz .quiz-wrap .picture-container {
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: column;
}
.quiz .quiz-wrap .picture-container picture {
  height: 260px;
  max-height: 330px;
}
.quiz .quiz-wrap .picture-container picture img {
  max-height: inherit;
}
.quiz .quiz-wrap .quiz-info {
  order: 2;
}
.quiz .quiz-wrap .photo-controls {
  display: table-caption;
  caption-side: bottom;
}
.quiz .quiz-wrap.start {
  margin-bottom: 45px;
}
.quiz .quiz-wrap.end .summary {
  display: block;
  opacity: 1;
  height: auto;
  margin: 0 0 20px;
  padding: 10px;
}
.quiz .quiz-wrap.end .summary .results {
  display: block;
}
.quiz .quiz-wrap.end .summary .title {
  opacity: 1;
  height: auto;
}
.quiz .quiz-wrap.end .summary .title > span {
  display: none;
}
.quiz .quiz-wrap.end .summary .title > span.reveal {
  display: block;
}
.quiz .quiz-wrap.end .summary .content {
  display: none;
}
.quiz .quiz-wrap.end .quiz-image,
.quiz .quiz-wrap.end .caption {
  opacity: 0;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.quiz .quiz-wrap.end.reveal .quiz-image,
.quiz .quiz-wrap.end.reveal .caption {
  opacity: 1;
}
.quiz .quiz-wrap.answered .quiz-info {
  margin-top: 0.5em;
}
.quiz .quiz-wrap.answered .summary {
  height: auto;
  opacity: 1;
  margin: 0;
  padding: 10px;
  width: 100%;
  display: block;
  order: 2;
}
.quiz .quiz-wrap.answered.correct .summary .title .correct {
  opacity: 1;
}
.quiz .quiz-wrap.answered.incorrect .summary .title .incorrect {
  opacity: 1;
}
.quiz .quiz-wrap.answered .answer.correct,
.quiz .quiz-wrap.answered .answer.selected {
  background: #CFF5BF;
}
.quiz .quiz-wrap.answered .answer.incorrect {
  background: #FFB8B8;
}
.quiz .quiz-wrap.answered .button,
.quiz .quiz-wrap.start .button,
.quiz .quiz-wrap.end .button {
  opacity: 1;
  pointer-events: auto;
}
.quiz #call-to-action,
.quiz #call-to-action-continue {
  display: none;
  text-align: center;
}
.quiz #call-to-action.show,
.quiz #call-to-action-continue.show {
  display: block;
}
.quiz .quiz-img {
  position: relative;
}
.quiz .quiz-img .image {
  position: relative;
  display: block;
  margin: 0 -20px;
  width: calc(100% + 40px);
  height: 260px;
}
.quiz .quiz-img img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  margin-bottom: 0;
}
.quiz .quiz-img h2 {
  padding: 0 10px;
}
.quiz .button {
  position: absolute;
  bottom: 20px;
  right: 0px;
  opacity: 0;
  pointer-events: none;
  color: #ffffff !important;
  background: #4dbed9;
  font-weight: 400;
  padding: 0 10px;
  line-height: 40px;
  transition: opactiy 0.2s ease;
  -ms-transition: opactiy 0.2s ease;
  -moz-transition: opactiy 0.2s ease;
  -webkit-transition: opactiy 0.2s ease;
  -o-transition: opactiy 0.2s ease;
}
.quiz .button:before,
.quiz .button:after {
  display: none;
}
.quiz .button + a {
  display: none;
}
.quiz .button:hover,
.quiz .button:focus {
  color: #ffffff !important;
  background: #77cde2;
  text-decoration: none;
}
.quiz .caption a {
  color: #a2a2a2;
}
.quiz h2 {
  font-size: 1.2em;
  margin: 0 0 10px !important;
  text-transform: none;
}
.quiz .summary {
  border: 3px solid #EBEBEB;
  display: block;
  border-radius: 2px;
  opacity: 0;
  height: 0;
  display: none;
  transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.quiz .summary .title {
  height: 25px;
  font-size: 24px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.quiz .summary .title .correct,
.quiz .summary .title .incorrect {
  position: absolute;
  opacity: 0;
}
.quiz .summary .tier-title {
  display: block;
  margin-bottom: 10px;
}
.quiz .summary .tier-summary {
  font-weight: 400;
  font-size: initial;
  display: block;
  text-transform: none;
}
.quiz .summary .tier-title {
  display: block;
  margin-bottom: 10px;
}
.quiz .summary .tier-summary {
  font-weight: 400;
  font-size: initial;
  display: block;
  text-transform: none;
}
.quiz .summary .content {
  border-top: 1px solid #EBEBEB;
  padding-top: 10px;
  display: block;
  line-height: 1.4;
}
.quiz .summary .results {
  display: none;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
}
.quiz .summary .results .reset-quiz {
  float: right;
  color: #7E7E7E;
}
.quiz .summary .results .score {
  float: left;
  max-width: calc(100% + 80px);
  color: #4dbed9;
}
.quiz .answers {
  display: block;
  margin: 0 !important;
  padding-left: 0!important;
}
.quiz .answers.long .answer {
  font-weight: 400;
}
.quiz .answers:after {
  content: '';
  display: table;
}
.quiz .answer {
  text-align: center;
  width: calc(50% - 5px);
  background: #EBEBEB;
  height: 125px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 600;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
}
.quiz .answer:nth-child(2n) {
  float: right;
}
.quiz .answer span {
  display: inline-block;
  width: 100%;
  padding: 5px;
  line-height: 1.2;
}
.quiz .answer:hover {
  background: rgba(235, 235, 235, 0.4);
}
.quiz .progress {
  display: block;
  padding: 2px;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  position: relative;
  height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 45px;
}
.quiz .progress .progress-top {
  display: none;
}
.quiz .progress .bar {
  width: 5%;
  display: block;
  height: 100%;
  background: #59e6ff;
}
.quiz .progress .percent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.quiz .progress .percent.gt-55 {
  color: #ffffff;
}
.quiz .skip-question {
  color: #a2a2a2;
  font-size: 75%;
  text-align: center;
}
.quiz .skip-question .skip-question-link {
  cursor: pointer;
}
.quiz .desktop-only {
  display: none;
}
.quiz .share {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.quiz .share input {
  position: absolute;
  border: 0;
  z-index: -1;
  opacity: 0;
}
.quiz .share .title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.quiz .share ul {
  margin: 0;
  padding-left: 0;
}
.quiz .share li {
  display: inline-block;
}
.quiz .share a {
  color: #ffffff !important;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.quiz .share a.qfacebook {
  background: #36609F;
}
.quiz .share a.qfacebook:hover,
.quiz .share a.qfacebook:focus {
  background: #4475bf;
}
.quiz .share a.qtwitter {
  background: #49B5E4;
}
.quiz .share a.qtwitter:hover,
.quiz .share a.qtwitter:focus {
  background: #71c5ea;
}
.quiz .share a.qlink {
  background: #BDBDBD;
}
.quiz .share a.qlink:hover,
.quiz .share a.qlink:focus {
  background: #d4d4d4;
}
.quiz .share a.qlink:after {
  content: 'Copied!';
  position: absolute;
  font-size: 12px;
  bottom: -27px;
  left: 1px;
  opacity: 0;
  transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.quiz .share a.qlink.copied:after {
  opacity: 1;
}
.quiz .share a:hover,
.quiz .share a:focus {
  color: #ffffff !important;
}
.primary-ad-widget div[id^=google_ads_iframe],
.tertiary-ad-widget div[id^=google_ads_iframe],
.quaternary-ad-widget div[id^=google_ads_iframe],
.lefternary-ad-widget div[id^=google_ads_iframe],
.secondary-ad-widget div[id^=google_ads_iframe] {
  width: auto!important;
}
#primary-over-next-container {
  column-count: 2;
}
.affiliate-disclosure {
  color: #333;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}
.sidebar .affiliate-disclosure {
  display: none;
}

fast-checkout-button {
  margin-bottom: 24px;
  width: 100% !important;
}
.amazon-button {
  background: #ffd814;
  border-color: #fcd200;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
  color: #0f1111;
  margin-bottom: 22px;
}

body.rsoc.r_scrolled #menu-search form,
body.afs-search.r_scrolled #menu-search form {
  top: 0px;
}
body.rsoc header,
body.afs-search header {
  background-color: #fff;
}
body.rsoc #read-more-content,
body.afs-search #read-more-content,
body.rsoc #next-button,
body.afs-search #next-button,
body.rsoc .right-col,
body.afs-search .right-col {
  display: none;
}
body.rsoc #menu-toggle-label,
body.afs-search #menu-toggle-label,
body.rsoc .social-links,
body.afs-search .social-links,
body.rsoc #menu-footer-backlinks,
body.afs-search #menu-footer-backlinks,
body.rsoc #main-nav li[id^=menu-item],
body.afs-search #main-nav li[id^=menu-item] {
  display: none;
}
body.rsoc footer.footer,
body.afs-search footer.footer {
  background-color: #ddd;
}
body.rsoc footer.footer .site-branding img,
body.afs-search footer.footer .site-branding img {
  max-height: 50px;
}
body.rsoc #menu-footer > li > a,
body.afs-search #menu-footer > li > a {
  color: #0064bd;
}
body.rsoc #inner-content .content .cat,
body.afs-search #inner-content .content .cat {
  display: none;
}
body.rsoc #inner-header > div > a,
body.afs-search #inner-header > div > a {
  display: block;
}
body.rsoc .site-branding,
body.afs-search .site-branding {
  line-height: 44px;
}
body.rsoc #menu-search,
body.afs-search #menu-search {
  height: 10px;
  display: block !important;
  visibility: visible;
}
body.rsoc #menu-search form,
body.afs-search #menu-search form {
  top: 36px;
  padding: 2px;
  z-index: 999;
}
body.rsoc #s,
body.afs-search #s {
  height: 5px;
}
body.rsoc #main-nav,
body.afs-search #main-nav {
  display: block !important;
  float: none;
  line-height: 50px !important;
}
body.rsoc #searchform div,
body.afs-search #searchform div {
  width: 50%;
}
body.rsoc #menu-search-label > i,
body.afs-search #menu-search-label > i {
  display: none;
}
body.rsoc #content,
body.afs-search #content {
  margin-top: 10px;
  background-color: white;
}
body.rsoc.search #inner-content h1,
body.afs-search.search #inner-content h1 {
  transform: none;
  text-shadow: none;
  width: auto;
}
@media only screen and (min-width: 767px) {
  body.rsoc .site-branding,
  body.afs-search .site-branding {
    line-height: 50px;
  }
  body.rsoc #s,
  body.afs-search #s {
    height: 10px;
  }
  body.rsoc #primary,
  body.afs-search #primary {
    width: auto;
  }
  body.rsoc #menu-search,
  body.afs-search #menu-search {
    height: 22px;
  }
  body.rsoc #menu-search form,
  body.afs-search #menu-search form {
    top: 50px;
  }
}
@media only screen and (min-width: 1030px) {
  body.rsoc.r_scrolled #menu-search form,
  body.afs-search.r_scrolled #menu-search form {
    top: 10px !important;
  }
  body.rsoc #s,
  body.afs-search #s {
    height: 20px;
  }
  body.rsoc header,
  body.afs-search header {
    background-color: white !important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    height: 65px !important;
  }
  body.rsoc header a,
  body.afs-search header a {
    color: #4d5156 !important;
  }
  body.rsoc #menu-search,
  body.afs-search #menu-search {
    top: 0px;
    position: absolute;
    right: 0px;
  }
  body.rsoc #menu-search form,
  body.afs-search #menu-search form {
    position: relative !important;
    transform: unset !important;
    top: 10px !important;
  }
  body.rsoc #main-nav,
  body.afs-search #main-nav {
    right: 0px;
    top: 0px;
  }
}
@media only screen and (min-width: 1279px) {
  body.rsoc #inner-content,
  body.afs-search #inner-content {
    margin-left: 0 !important;
    width: auto !important;
    max-width: 1088px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

#primary-under-title:not(:empty) {
  margin-bottom: 24px;
}
#primary-under-title:not(:empty) div[id^=google_ads_iframe] {
  min-height: 50px;
}
.primary-ad-widget {
  margin-bottom: 24px;
}
@media only screen and (min-width: 480px) {
  
  .picture-container.no-md-img {
    margin: 0 auto 10px auto;
  }
  .picture-container.no-md-img picture {
    margin: 0 auto;
    width: auto;
  }
  .picture-container.no-md-img .ss-scroll-to {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .picture-container.no-md-img .ss-play a {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .picture-container.single-page-thumbnail .ss-play a {
    font-size: 20px;
    line-height: 1;
  }
  .picture-container.single-page-thumbnail.ss-mt .ss-play a {
    font-size: 2em;
    height: auto;
  }
  .slideshow-page-controls.ss-mt .ss-play a {
    font-size: 3.2em;
  }
  .photo-extras-wrap .photo-extras .caption {
    display: inherit;
    
    display: initial;
  }
  .photo-extras-wrap .photo-extras .caption.mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  
  .picture-container {
    margin: 0 0 10px 0;
  }
  .picture-container.no-md-img {
    margin: 0 0 10px 0;
  }
  .picture-container.no-md-img .ss-scroll-to {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .picture-container.no-md-img .ss-play a {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .picture-container picture {
    margin: 0 auto;
    width: auto;
  }
  .picture-container.single-page-thumbnail.ss-mt .ss-play a {
    font-size: 2.4em;
    height: auto;
    max-width: 95%;
  }
  .picture-container .ss-scroll-to {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .picture-container .ss-play a {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  main > #next-button {
    display: none;
  }
  .sidebar > #next-button {
    display: none;
  }
  
  .quiz .quiz-wrap .picture-container picture {
    width: 100%;
  }
  .quiz .quiz-wrap.answered .summary {
    margin: 0;
  }
  .quiz .button {
    right: 20px;
  }
  .quiz .share {
    left: 20px;
  }
  .quiz .picture-container .image {
    margin: 0;
    width: auto;
  }
  .single .footer #menu-footer-backlinks {
    width: initial;
  }
  .single .footer #menu-footer-backlinks li {
    width: initial;
  }
  
  #secondary {
    max-width: 300px;
  }
  #secondary-sticky-wrapper {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1030px) {
  
  .quiz .quiz-wrap.answered .quiz-info {
    margin-top: 0;
  }
  .quiz .quiz-wrap .picture-container {
    display: table;
    min-width: 100%;
  }
  .quiz .quiz-wrap .picture-container picture {
    height: auto;
    width: auto;
    margin: 0;
  }
  .quiz .quiz-wrap .picture-container picture img {
    width: auto;
  }
  .quiz .quiz-wrap .photo-controls {
    display: block;
    caption-side: initial;
  }
  .quiz .quiz-wrap .quiz-info {
    position: relative;
    bottom: 0;
    order: initial;
  }
  .quiz .quiz-wrap .quiz-info .summary {
    bottom: 60px;
  }
  .quiz .quiz-wrap.end .quiz-info {
    position: static;
  }
  .quiz .quiz-wrap.end .quiz-info .summary {
    top: 20px;
    bottom: auto;
  }
  .quiz .summary {
    position: absolute;
    bottom: 50px;
    left: 20px;
    background: #ffffff;
    max-width: 60%;
    border: 0;
    margin: 0 0 10px;
  }
  .quiz .end .summary {
    max-width: 100%;
    right: 20px;
    bottom: auto;
    top: 20px;
  }
  .quiz .quiz-img .image {
    height: auto;
  }
  .quiz .desktop-only {
    display: block;
  }
  .quiz .mobile-only {
    display: none;
  }
  .quiz .answer {
    font-size: initial;
  }
}
@media only screen and (min-width: 1100px) {
  .author .affiliate-disclosure,
  .post-meta .affiliate-disclosure {
    display: none !important;
  }
  .sidebar .affiliate-disclosure {
    display: block;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    padding: 0.5rem;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.45);
    margin: 0 0 1.2rem;
  }
}
@media only screen and (min-width: 1280px) {
  
  .quiz h2 {
    font-size: 1.4em;
  }
  .quiz #lefternary {
    display: block;
  }
  .quiz #quaternary {
    display: none;
  }
  .quiz #inner-content,
  .quiz .main-container {
    margin-left: 180px !important;
  }
  
  #quaternary .quaternary-ad-widget div[id^=google_ads_iframe] {
    min-height: 600px;
  }
}
body {
  font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
  background-color: #ffffff;
}
body.category h1,
body.tag h1,
body.archive h1 {
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
body.author .author-header,
body .post-meta .author-header {
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 190px;
  margin-bottom: 20px;
  position: relative;
  background-color: #4dbed9;
}
body.author .author-header .author-info-holder,
body .post-meta .author-header .author-info-holder {
  bottom: 0;
  position: absolute;
  padding-left: 22px;
}
body.author .author-header .author-avatar,
body .post-meta .author-header .author-avatar {
  border-radius: 50%;
  display: inline-block;
  height: 112px;
  margin-bottom: -30px;
  overflow: hidden;
  position: relative;
  width: 112px;
  z-index: 2;
}
body.author .author-header .author-info,
body .post-meta .author-header .author-info {
  background-color: #fbdcf0;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 12px 6px 43px;
  margin-left: -35px;
}
body.author .author-header .icon-facebook,
body .post-meta .author-header .icon-facebook {
  font-size: 16px;
  line-height: 20px;
  padding-left: 12px;
}
body.author .author-header a:hover,
body .post-meta .author-header a:hover,
body.author .author-header a:focus,
body .post-meta .author-header a:focus {
  color: #333333;
}
.article-body a {
  color: #4dbed9;
}
.article-body a:hover,
.article-body a:focus {
  color: #333333;
}
#menu {
  background: url(images/texture-nav.jpg);
}
#menu .main-nav {
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#menu .main-nav > li:before {
  display: none;
}
#menu .main-nav > li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding: 0px 10px;
  margin: 0 10px;
  position: relative;
  -webkit-transition: line-height 0.2s ease-in-out;
  -o-transition: line-height 0.2s ease-in-out;
  transition: line-height 0.2s ease-in-out;
}
#menu .main-nav > li.selected a {
  color: #999999;
}
#menu.shrunk .main-nav {
  padding: 10px 0;
}
#menu.shrunk .main-nav > li > a {
  line-height: 20px;
}
#menu #search-submit {
  color: #ffffff;
}
#menu .social-and-search .social-links {
  background: none;
}
#menu .social-and-search:before,
#menu .social-and-search:after {
  display: none;
}
#menu .search:before,
#menu .search:after {
  display: none;
}
#menu .search #header-search .search-submit {
  color: #ffffff;
}
#menu .navbar-header {
  background-color: transparent;
  border: 0;
}
#menu .icon-menu {
  color: #ffffff;
}

.left-col {
  font-weight: normal;
}
.left-col h1 {
  font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
.left-col .feed-large-image .post,
.left-col .feed-split-image .post {
  position: relative;
}
.left-col .feed-large-image .post h2,
.left-col .feed-split-image .post h2,
.left-col .feed-large-image .post h3,
.left-col .feed-split-image .post h3 {
  font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.4;
}
.left-col .feed-large-image .post h2 a,
.left-col .feed-split-image .post h2 a,
.left-col .feed-large-image .post h3 a,
.left-col .feed-split-image .post h3 a {
  color: #333333;
  padding: 3px 0;
}
.left-col .feed-large-image .post h2 a:hover,
.left-col .feed-split-image .post h2 a:hover,
.left-col .feed-large-image .post h3 a:hover,
.left-col .feed-split-image .post h3 a:hover,
.left-col .feed-large-image .post h2 a:focus,
.left-col .feed-split-image .post h2 a:focus,
.left-col .feed-large-image .post h3 a:focus,
.left-col .feed-split-image .post h3 a:focus {
  color: #333333;
  background: #fbdcf0;
}
.left-col .feed-large-image .post .author,
.left-col .feed-split-image .post .author,
.left-col .feed-large-image .post .post-meta,
.left-col .feed-split-image .post .post-meta {
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.left-col .feed-large-image .post .author a,
.left-col .feed-split-image .post .author a,
.left-col .feed-large-image .post .post-meta a,
.left-col .feed-split-image .post .post-meta a {
  color: #4dbed9;
}
.left-col .feed-large-image .post .author a:hover,
.left-col .feed-split-image .post .author a:hover,
.left-col .feed-large-image .post .post-meta a:hover,
.left-col .feed-split-image .post .post-meta a:hover,
.left-col .feed-large-image .post .author a:focus,
.left-col .feed-split-image .post .author a:focus,
.left-col .feed-large-image .post .post-meta a:focus,
.left-col .feed-split-image .post .post-meta a:focus {
  color: #333333;
}
.left-col .feed-large-image .post .author .author-image,
.left-col .feed-split-image .post .author .author-image,
.left-col .feed-large-image .post .post-meta .author-image,
.left-col .feed-split-image .post .post-meta .author-image {
  display: none;
}
.left-col .feed-large-image .post .image-holder,
.left-col .feed-split-image .post .image-holder,
.left-col .feed-large-image .post .img-wrap,
.left-col .feed-split-image .post .img-wrap {
  margin-bottom: 0;
  min-height: 169px;
}
.left-col .feed-large-image .post .mainembed,
.left-col .feed-split-image .post .mainembed {
  margin-bottom: 0;
}
.left-col .feed-large-image .post .featured-gallery-holder,
.left-col .feed-split-image .post .featured-gallery-holder {
  max-width: 100%;
}
.left-col .feed-large-image .post .slide-count,
.left-col .feed-split-image .post .slide-count {
  background-color: #4dbed9;
}
.left-col .feed-large-image .post .preview a,
.left-col .feed-split-image .post .preview a {
  color: #4dbed9;
}
.left-col .feed-large-image .post .preview a:hover,
.left-col .feed-split-image .post .preview a:hover,
.left-col .feed-large-image .post .preview a:focus,
.left-col .feed-split-image .post .preview a:focus {
  color: #000000;
}
.left-col .feed-split-image .post .image-holder,
.left-col .feed-split-image .post .preview-holder {
  width: 50%;
}
.left-col .videoembed .logo,
.left-col .videoembed .overlay-wrapper {
  display: none;
}

.carousel-widget .next,
.article-gallery-holder .next,
.carousel-widget .prev,
.article-gallery-holder .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carousel-widget .next:after,
.article-gallery-holder .next:after,
.carousel-widget .prev:after,
.article-gallery-holder .prev:after {
  font-family: 'sm-icons';
  font-size: 24px;
}
.carousel-widget .next.slick-disabled,
.article-gallery-holder .next.slick-disabled,
.carousel-widget .prev.slick-disabled,
.article-gallery-holder .prev.slick-disabled {
  display: none !important;
}
.carousel-widget .next,
.article-gallery-holder .next {
  left: 100%;
}
.carousel-widget .next:after,
.article-gallery-holder .next:after {
  content: "\e615";
}
.carousel-widget .prev,
.article-gallery-holder .prev {
  right: 100%;
}
.carousel-widget .prev:after,
.article-gallery-holder .prev:after {
  content: "\e614";
}
.header-carousel-holder {
  position: relative;
}
.header-carousel-holder:before {
  content: '';
  background-color: #fbdcf0;
  width: 100%;
  position: absolute;
  top: 8%;
  bottom: 8%;
}
.carousel-widget-header-carousel {
  margin: 0 -5px;
}
.carousel-widget-header-carousel .next,
.carousel-widget-header-carousel .prev {
  background-color: rgba(77, 190, 217, 0.8) !important;
  background-image: none;
  cursor: pointer;
  height: 64px;
  width: 30px;
  top: 150px;
  margin-top: -5px;
}
.carousel-widget-header-carousel .next:after,
.carousel-widget-header-carousel .prev:after {
  border: 0;
  position: absolute;
  top: 10px;
  height: 30px;
  width: 30px;
  color: #ffffff;
}
.carousel-widget-header-carousel .next {
  margin-left: -35px !important;
}
.carousel-widget-header-carousel .next:after {
  left: 4px !important;
}
.carousel-widget-header-carousel .prev {
  margin-right: -35px !important;
}
.carousel-widget-header-carousel .prev:after {
  right: 4px !important;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.carousel-widget-header-carousel .carousel-slide {
  margin: 0;
  padding: 0 5px;
}
.carousel-widget-header-carousel .carousel-slide a {
  text-decoration: none;
}
.carousel-widget-header-carousel .carousel-slide:hover .carousel-text {
  background-color: #4dbed9;
}
.carousel-widget-header-carousel .carousel-slide:hover .carousel-text a {
  color: #fff;
}
.carousel-widget-header-carousel .carousel-slide .carousel-thumb {
  border: solid 1px #fbdcf0;
  border-width: 1px 1px 0;
  height: auto;
  width: auto;
}
.carousel-widget-header-carousel .carousel-slide .carousel-thumb div {
  height: 320px;
}
.carousel-widget-header-carousel .carousel-slide .carousel-thumb div img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.carousel-widget-header-carousel .carousel-slide .carousel-text {
  background-color: #fff;
  border: 0;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  text-align: left;
}
.carousel-widget-header-carousel .carousel-slide .carousel-text a {
  display: block;
  line-height: 1;
  height: 2em;
  overflow: hidden;
}
.carousel-widget-header-carousel .carousel-slide .carousel-text p {
  display: none;
}
.carousel-widget-header-carousel .carousel-slide .carousel-text .text-holder {
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px;
  font-weight: bold;
}

.mid-page-carousel .title-holder {
  background: url('images/gall-hr-dash.png') 0 center repeat-x;
  margin-bottom: 18px;
}
.mid-page-carousel .title {
  background: url('images/mid-gall-bg.png') no-repeat;
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 297px;
  text-transform: uppercase;
}
.mid-page-carousel .title h2 {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 16px;
}
.mid-page-carousel .see-all {
  background: #fff;
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mid-page-carousel .see-all a {
  display: inline-block;
  line-height: 24px;
  padding-top: 2px;
  vertical-align: middle;
}
.mid-page-carousel .see-all a:hover {
  color: #4dbed9;
}
.carousel-widget-feed-tile .next,
.carousel-widget-feed-tile .prev {
  top: 90px;
}
.carousel-widget-feed-tile .next:hover,
.carousel-widget-feed-tile .prev:hover {
  color: #4dbed9;
}
.carousel-widget-feed-tile .carousel-slide {
  padding: 0 9px 45px;
  position: relative;
}
.carousel-widget-feed-tile .carousel-slide .author,
.carousel-widget-feed-tile .carousel-slide .post-meta {
  font-size: 11px;
}
.carousel-widget-feed-tile .carousel-slide .author-comment-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 9px;
  padding-right: 9px;
}
.carousel-widget-feed-tile .carousel-slide .carousel-thumb {
  margin-bottom: 14px;
}
.carousel-widget-feed-tile .carousel-slide .carousel-text {
  font-size: 22px;
  height: 124px;
  overflow: hidden;
}
.carousel-widget-feed-tile .carousel-slide .carousel-text a {
  display: inline;
  line-height: 31px;
  padding: 2px 0;
  text-decoration: none;
}
.carousel-widget-feed-tile .carousel-slide .carousel-text a:hover {
  background: #fbdcf0;
}
.carousel-widget-feed-tile .carousel-slide .carousel-text p {
  display: none;
}
.article-gallery-holder .return-to-story {
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer {
  background: url(images/texture-footer.jpg);
}
.footer-recommended {
  background: none;
  background-color: #ffd503;
}
.footer-recommended:before {
  background: url(images/footer-left-triangle.png) no-repeat;
  content: '';
  top: 0;
  left: 0;
  height: 315px;
  width: 221px;
  position: absolute;
  z-index: 0;
}
.footer-recommended:after {
  background: url(images/footer-right-triangle.png) no-repeat;
  bottom: 0;
  content: '';
  height: 285px;
  right: 0;
  width: 200px;
  position: absolute;
  z-index: 0;
}
.footer-recommended h3 {
  text-indent: -9999999px;
  overflow: hidden;
  background: url(images/footer-text.png) no-repeat center center;
  height: 54px;
}
.footer-recommended .footer-recommended--coll {
  width: 30%;
  margin: 0;
  border: 0;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.footer-recommended .footer-recommended--coll:hover {
  border: 0;
}
.footer-recommended .footer-recommended--coll:hover .footer-recommended--title {
  background-color: #4dbed9;
  color: #ffffff;
}
.footer-recommended a {
  border: 1px solid #ffffff;
  display: block;
}
.footer-recommended .footer-recommended--img {
  width: auto;
  height: auto;
}
.footer-recommended .footer-recommended--title {
  padding: 15px 20px;
  height: auto;
  background: white;
  color: #333333;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: bold;
}
@media only screen and (max-width: 1099px) {
  #menu #menu-main-nav li {
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #menu #menu-main-nav li a {
    font-size: 20px;
    font-weight: normal;
    padding: 5px;
  }
  #menu .navbar-header {
    text-align: left;
  }
  #menu .navbar-brand {
    margin-top: 7px;
  }
  .single .sp-pagination {
    margin: 40px 0;
  }
  .social-holder .social-icons .social-container .sharrre .icon-social {
    color: #777777;
  }
  .carousel-widget .prev,
  .article-gallery-holder .prev,
  .carousel-widget .next,
  .article-gallery-holder .next {
    bottom: -90px;
  }
  .carousel-widget .next,
  .article-gallery-holder .next {
    margin-left: -40px;
  }
  .left-col .author-image {
    display: none;
  }
  .single-format-gallery .article-body #image-above + div .social-holder {
    display: none;
  }
  .carousel-widget-header-carousel .carousel-slide .carousel-thumb div img {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .navbar-brand {
    max-height: 36px;
  }
  #menu #logo {
    padding: 0;
    margin: 1px 20px 0 0;
  }
  #menu #logo img {
    width: 234px;
    height: auto;
  }
  #menu .main-nav > li:hover a,
  #menu .main-nav > li:focus a {
    color: #333333;
    background: url(images/nav-rollover.svg) no-repeat;
    background-size: cover;
  }
  .paged h1 {
    display: none;
  }
  .sp-pagination .next,
  .sp-pagination .prev {
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .sp-pagination .next a:hover,
  .sp-pagination .prev a:hover,
  .sp-pagination .next a:focus,
  .sp-pagination .prev a:focus {
    color: #4dbed9;
  }
  .sp-pagination .next a:hover .pag-arrow,
  .sp-pagination .prev a:hover .pag-arrow,
  .sp-pagination .next a:focus .pag-arrow,
  .sp-pagination .prev a:focus .pag-arrow {
    background-color: #4dbed9;
  }
  .sp-pagination .next .pag-arrow,
  .sp-pagination .prev .pag-arrow {
    border: 0;
  }
  .sp-pagination .next .pag-arrow:hover,
  .sp-pagination .prev .pag-arrow:hover,
  .sp-pagination .next .pag-arrow:focus,
  .sp-pagination .prev .pag-arrow:focus {
    background-color: #4dbed9;
  }
  .sp-pagination .next .pag-arrow .icon-chevron-light-right:before,
  .sp-pagination .prev .pag-arrow .icon-chevron-light-right:before {
    display: none;
  }
  .sp-pagination .next:hover,
  .sp-pagination .prev:hover,
  .sp-pagination .next:focus,
  .sp-pagination .prev:focus {
    color: #4dbed9;
  }
  .sp-pagination .next:hover a,
  .sp-pagination .prev:hover a,
  .sp-pagination .next:focus a,
  .sp-pagination .prev:focus a {
    color: #4dbed9;
  }
  .sp-pagination .next:hover .pag-arrow,
  .sp-pagination .prev:hover .pag-arrow,
  .sp-pagination .next:focus .pag-arrow,
  .sp-pagination .prev:focus .pag-arrow {
    background-color: #4dbed9;
  }
  .carousel-container:before {
    content: '';
    background-color: #fbdcf0;
    width: 100%;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    height: 40%;
    max-height: 250px;
  }
  .carousel-container.container {
    overflow: visible;
  }
  .carousel-widget-featured .prev {
    left: 0;
  }
  .carousel-widget-header-carousel {
    height: auto;
    overflow: visible;
  }
  .carousel-widget-header-carousel .carousel-slide {
    border: 0;
  }
  .carousel-widget-header-carousel .carousel-slide:hover {
    border: 0;
  }
  .carousel-widget-header-carousel .carousel-slide:hover a {
    color: #ffffff;
  }
  .carousel-widget-header-carousel .carousel-slide .carousel-thumb {
    margin: 0;
    line-height: 0;
  }
  .carousel-widget-header-carousel .carousel-slide .carousel-thumb div {
    height: 300px;
  }
  .carousel-widget-header-carousel .carousel-slide .carousel-thumb div img {
    object-fit: cover;
    height: 100%;
  }
  .carousel-widget-header-carousel .carousel-slide .carousel-text {
    background-color: #fff;
    border: solid 1px #fbdcf0;
    border-width: 0 1px 1px;
    display: block;
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    top: auto;
    max-height: none;
  }
  .carousel-widget-header-carousel .prev,
  .carousel-widget-header-carousel .next {
    top: 20px;
    background-color: black !important;
    border: 0;
    width: 35px;
    height: 90px;
    top: 50%;
  }
  .carousel-widget-header-carousel .prev:after,
  .carousel-widget-header-carousel .next:after {
    top: 20px;
  }
  .carousel-widget-header-carousel .prev:hover,
  .carousel-widget-header-carousel .next:hover {
    background-color: rgba(77, 190, 217, 0.8) !important;
  }
  .carousel-widget-header-carousel .prev {
    margin-left: -25px;
  }
  .carousel-widget-header-carousel .prev:after {
    right: 0 !important;
  }
  .carousel-widget-header-carousel .next {
    margin-left: -3px !important;
  }
  .carousel-widget-header-carousel .next:after {
    left: -4px !important;
  }
  .featured-container hr {
    background: url(images/hr-dash.png) repeat-x;
    content: '';
    display: block;
    height: 1px;
    margin: 0 20px 25px;
    border: 0;
  }
  .featured-container hr:first-child {
    background: url(images/gall-hr-dash.png) 0 center repeat-x;
    position: relative;
    top: 40px;
    z-index: 0;
  }
  .featured-container h5 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 16px;
    background: url(images/mid-gall-bg.png) no-repeat;
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 297px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
  }
  .featured-container .carousel-widget-featured .slick-list {
    max-width: 1020px;
    margin: 0 auto;
  }
  .featured-container .carousel-widget-featured .prev,
  .featured-container .carousel-widget-featured .next {
    top: 170px;
    background: none;
  }
  .featured-container .carousel-widget-featured .prev:before,
  .featured-container .carousel-widget-featured .next:before {
    display: none;
  }
  .featured-container .carousel-widget-featured .prev:after,
  .featured-container .carousel-widget-featured .next:after {
    border: 0;
  }
  .featured-container .carousel-widget-featured .prev:hover,
  .featured-container .carousel-widget-featured .next:hover {
    color: #4dbed9;
  }
  .featured-container .carousel-widget-featured .date .prev {
    margin-left: 15px;
  }
  .featured-container .carousel-widget-featured .next {
    margin-left: -50px;
  }
  .featured-container .carousel-widget-featured .carousel-slide .carousel-thumb {
    max-width: 100%;
    width: auto;
    height: 200px;
  }
  .featured-container .carousel-widget-featured .carousel-slide .carousel-text {
    position: relative;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    text-shadow: none;
    color: #333333;
    max-height: none;
    font-size: 22px;
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
    height: auto;
    overflow: hidden;
  }
  .featured-container .carousel-widget-featured .carousel-slide .carousel-text span {
    padding: 3px 0;
  }
  .featured-container .carousel-widget-featured .carousel-slide .author,
  .featured-container .carousel-widget-featured .carousel-slide .post-meta {
    font-size: 11px;
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .featured-container .carousel-widget-featured .carousel-slide .author > div,
  .featured-container .carousel-widget-featured .carousel-slide .post-meta > div {
    display: inline-block;
    vertical-align: middle;
  }
  .featured-container .carousel-widget-featured .carousel-slide .author .date,
  .featured-container .carousel-widget-featured .carousel-slide .post-meta .date {
    display: block;
    color: #838383;
  }
  .featured-container .carousel-widget-featured .carousel-slide .author .author-image,
  .featured-container .carousel-widget-featured .carousel-slide .post-meta .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
  }
  .featured-container .carousel-widget-featured .carousel-slide .author a,
  .featured-container .carousel-widget-featured .carousel-slide .post-meta a {
    color: #4dbed9;
  }
  .featured-container .carousel-widget-featured .carousel-slide .author a:hover,
  .featured-container .carousel-widget-featured .carousel-slide .post-meta a:hover,
  .featured-container .carousel-widget-featured .carousel-slide .author a:focus,
  .featured-container .carousel-widget-featured .carousel-slide .post-meta a:focus {
    color: #333333;
  }
  .featured-container .carousel-widget-featured .carousel-slide:hover .carousel-text span,
  .featured-container .carousel-widget-featured .carousel-slide:focus .carousel-text span {
    background-color: #fbdcf0;
  }
  .carousel-widget-header-carousel .carousel-slide:hover .carousel-thumb > div:after,
  .carousel-widget-featured .carousel-slide:hover .carousel-thumb > div:after,
  .carousel-widget-header-carousel .carousel-slide:focus .carousel-thumb > div:after,
  .carousel-widget-featured .carousel-slide:focus .carousel-thumb > div:after {
    display: none;
  }
  .left-col .feed-large-image h2,
  .left-col .feed-split-image h2 {
    border: 0;
  }
  .left-col .feed-large-image .post:after,
  .left-col .feed-split-image .post:after {
    content: '';
    display: table;
    clear: both;
  }
  .left-col .feed-large-image .post .image-holder,
  .left-col .feed-split-image .post .image-holder {
    float: left;
    clear: left;
    width: 50%;
    padding-right: 10px;
  }
  .left-col .feed-large-image .post .image-holder .img-wrap,
  .left-col .feed-split-image .post .image-holder .img-wrap,
  .left-col .feed-large-image .post .image-holder img,
  .left-col .feed-split-image .post .image-holder img {
    max-width: 100%;
  }
  .left-col .feed-large-image .post .preview,
  .left-col .feed-split-image .post .preview,
  .left-col .feed-large-image .post .slide-count,
  .left-col .feed-split-image .post .slide-count {
    display: none;
  }
  .left-col .feed-large-image .post h2,
  .left-col .feed-split-image .post h2,
  .left-col .feed-large-image .post .author-holder,
  .left-col .feed-split-image .post .author-holder {
    float: right;
    clear: right;
    width: 50%;
  }
  .left-col .feed-large-image .post .author,
  .left-col .feed-split-image .post .author,
  .left-col .feed-large-image .post .post-meta,
  .left-col .feed-split-image .post .post-meta {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
  }
  .left-col .feed-large-image .post .author span,
  .left-col .feed-split-image .post .author span,
  .left-col .feed-large-image .post .post-meta span,
  .left-col .feed-split-image .post .post-meta span {
    display: block;
  }
  .left-col .feed-large-image .post .author > div,
  .left-col .feed-split-image .post .author > div,
  .left-col .feed-large-image .post .post-meta > div,
  .left-col .feed-split-image .post .post-meta > div {
    display: inline-block;
    vertical-align: middle;
  }
  .left-col .feed-large-image .post .author .author-image,
  .left-col .feed-split-image .post .author .author-image,
  .left-col .feed-large-image .post .post-meta .author-image,
  .left-col .feed-split-image .post .post-meta .author-image {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
  }
  .left-col .feed-large-image .post .author .author-image img,
  .left-col .feed-split-image .post .author .author-image img,
  .left-col .feed-large-image .post .post-meta .author-image img,
  .left-col .feed-split-image .post .post-meta .author-image img {
    height: 40px;
    width: 40px;
    display: block;
  }
  .left-col .feed-split-image .post .author,
  .left-col .feed-split-image .post h2 {
    width: 100%;
  }
  .left-col .feed-split-image .post .author,
  .left-col .feed-split-image .post .post-meta {
    left: 20px;
  }
  .left-col .feed-split-image .post .preview-holder {
    min-height: 169px;
  }
  .left-col hr {
    background: url(images/hr-dash.png) repeat-x;
    content: '';
    display: block;
    height: 1px;
    margin: 0 20px 25px;
    border: 0;
  }
  .left-col .article-body + hr {
    background: none;
    border-top: 1px solid #333333;
  }
  .left-col .article-body h1 {
    font-weight: bold;
  }
  .left-col .article-body .author span,
  .left-col .article-body .post-meta span {
    display: block;
    line-height: 1.4;
  }
  .left-col .article-body .author > div,
  .left-col .article-body .post-meta > div {
    display: inline-block;
    vertical-align: middle;
  }
  .left-col .article-body .author .author-image,
  .left-col .article-body .post-meta .author-image {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
  }
  .left-col .article-body .author .author-image img,
  .left-col .article-body .post-meta .author-image img {
    height: 40px;
    width: 40px;
    display: block;
  }
  .left-col .article-body .author a,
  .left-col .article-body .post-meta a {
    color: #4dbed9;
  }
  .left-col .article-body .article-content-holder .article-content a {
    color: #4dbed9;
  }
  .left-col .article-body .article-content-holder .article-content a:hover,
  .left-col .article-body .article-content-holder .article-content a:focus {
    color: #333333;
  }
  .left-col .article-body .tags {
    font-size: 16px;
    margin: 0 0 20px 20px;
  }
  .left-col .article-body .tags a {
    color: #4dbed9;
  }
  .left-col .article-body .tags a:hover,
  .left-col .article-body .tags a:focus {
    color: #333333;
  }
  .social-holder .social-icons .social-container .sharrre a {
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .article-gallery-holder .gallery-main-holder .gallery-arrow.prev,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.prev,
  .article-gallery-holder .gallery-main-holder .gallery-arrow.next,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.next {
    background: #000;
    border: 0;
    height: auto;
    padding: 35px 6px;
    top: 50%;
    text-decoration: none;
    z-index: 100;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 100px;
    width: 35px;
  }
  .article-gallery-holder .gallery-main-holder .gallery-arrow.prev:after,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.prev:after,
  .article-gallery-holder .gallery-main-holder .gallery-arrow.next:after,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.next:after {
    border: 0;
    content: "\e615";
    color: #ffffff;
    margin: 0;
  }
  .article-gallery-holder .gallery-main-holder .gallery-arrow.prev:hover,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.prev:hover,
  .article-gallery-holder .gallery-main-holder .gallery-arrow.next:hover,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.next:hover {
    background-color: #4dbed9;
  }
  .article-gallery-holder .gallery-main-holder .gallery-arrow.prev,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.prev {
    margin-left: -20px;
  }
  .article-gallery-holder .gallery-main-holder .gallery-arrow.prev:after,
  .article-gallery-holder .gallery-popup-holder .gallery-arrow.prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 60px;
    left: 28px;
  }
  .article-gallery-holder .gallery-holder .view-full-size {
    background: url(images/gallery-launch.png) no-repeat;
    color: #000;
    font-size: 12px;
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    left: auto;
    line-height: 27px;
    overflow: hidden;
    padding: 0px 0px 0px 10px;
    right: 14px;
    bottom: 14px;
    top: auto;
    text-transform: uppercase;
    width: 176px;
  }
  .article-gallery-holder .gallery-holder .view-full-size .right {
    display: none;
  }
  .article-gallery-holder .gallery-holder .return-to-story {
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .article-gallery-holder .gallery-popup .right-col .popup-info-holder h2 {
    font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
  }
  .article-gallery-holder .gallery-popup .right-col .popup-info-holder .xofy {
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  .article-gallery-holder .gallery-popup .close-x {
    background: url(images/close-x.png) no-repeat;
    height: 28px;
    width: 27px;
  }
}
.widget-title,
.row.widget h4 {
  font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: left;
}
.widget-title a:hover,
.row.widget h4 a:hover,
.widget-title a:focus,
.row.widget h4 a:focus {
  color: #4dbed9;
}
.single .big-next a,
.single #spl-read-more-button {
  background: #4dbed9;
  font-family: 'Libre Baskerville', Georgia, "Times New Roman", Times, serif;
  color: #fff;
}
.single .big-next a:hover,
.single #spl-read-more-button:hover,
.single .big-next a:focus,
.single #spl-read-more-button:focus {
  background: #77cde2;
  text-decoration: none;
  color: #fff;
}
#menu-footer-backlinks {
  margin-left: 8px;
}
