.clearfix:after, .more-like-this-wrapper:after, .share-badges .badge-row:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0 0 25px 0;
  padding: 0;
  color: #404040;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: -0.1px;
}

a, a img, .cover-div {
  border: 0;
  text-decoration: none;
  color: #F37226;
  transition: 0.2s linear color, 0.2s linear opacity;
}

a:hover {
  color: #018e93;
}

a img:hover, .cover-div:hover {
  opacity: 0.85;
}

figure {
  margin: 0;
}

.container {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.container img {
  max-width: 100%;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  float: left;
  width: 100%;
  margin-right: 20px;
}

.end {
  float: right;
  margin-right: 0 !important;
}

main {
  max-width: 570px;
  margin-right: 70px;
}

.half {
  position: relative;
  max-width: 275px;
}

.half-col-thumbnail {
  display: block;
  width: 275px;
  height: 215px;
  overflow: hidden;
}

.third {
  max-width: 182px;
  margin-right: 12px;
}

.third-col-thumbnail {
  display: block;
  width: 182px;
  height: 140px;
  overflow: hidden;
}

.sidebar {
  max-width: 300px;
  margin-right: 0;
}
.sidebar header a {
  color: #018e93;
}
.sidebar header a:hover {
  color: #F37226;
}
.sidebar .powered-by-tidal {
  margin: 35px 0px;
}
.sidebar .powered-by-tidal img {
  height: 22px;
}

.active {
  color: #F37226 !important;
}

.section-header {
  margin: 0 0 7px;
  color: #018e93;
  font-size: 19px;
  font-weight: 500;
  line-height: 1em;
}

.button {
  display: inline-block;
  padding: 0 15px;
  background: #dedede;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 27px;
  line-height: 28px;
  color: #646464;
  font-size: 11px;
  font-weight: 500;
}
.button.light {
  background: #FFF;
  color: #F37226 !important;
  border-color: #F69860 !important;
  border-radius: 0px;
}

.button:hover {
  color: #000;
}

.contributor-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #ccc;
  vertical-align: middle;
}

/* Header styles */
.page-header {
  height: 101px;
  background: linear-gradient(to bottom, #fff 0%, #eff8f8 100%);
  border-bottom: 1px solid #ccc;
  color: #75797a;
  font-size: 14px;
  font-weight: 600;
}
.page-header .homepage-header {
  margin: 0px !important;
  float: left;
  background-image: url("https://383dde37e14cf753bbcd-2e18728c9e6234034a66696f877f9e87.ssl.cf2.rackcdn.com/images/TODAY/tpt-header-vector2.png");
  background-repeat: no-repeat;
  height: 101px;
  width: 509px;
  text-indent: -9999px;
}
.page-header .logo {
  float: left;
}
.page-header .logo:hover {
  opacity: 1;
}
.page-header .hero {
  float: left;
  margin: 20px 0 0 25px;
  max-width: 426px;
}

.homepage-header a {
  display: block;
  height: 101px;
  width: 509px;
}
.homepage-header a:hover {
  opacity: 1;
}

.hero {
  line-height: 1.4em;
}
.hero h1, .hero h2, .hero .header-text {
  color: #F37226;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
.hero h2 {
  color: #018e93;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
}
.hero .join-the-conversation {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

nav {
  margin-bottom: 40px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
nav a {
  display: inline-block;
  vertical-align: middle;
  color: #6d6e71;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
nav a:hover {
  color: #F37226;
}
nav .has-divider {
  padding-right: 15px;
  margin-right: 15px;
}
nav .has-divider:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 15px;
  top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
}
nav .account-actions {
  float: right;
}
nav .button {
  margin-left: 5px;
}
nav input[type=search] {
  border-radius: 20px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
  height: 28px;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
}
nav .container {
  position: relative;
}
nav .dropdown {
  position: absolute;
  background: white;
  border: 1px solid #CCC;
  border-top: none;
  top: 40px;
  margin: 0;
  z-index: 10;
  padding: 10px 20px 10px 40px;
  left: 340px;
}
nav .dropdown li {
  list-style: none;
  line-height: 30px;
}
nav .dropdown-icon {
  display: inline-block;
  background: url("https://383dde37e14cf753bbcd-2e18728c9e6234034a66696f877f9e87.ssl.cf2.rackcdn.com/images/TODAY/TFC-sprite.png?1") no-repeat -466px -54px;
  width: 13px;
  height: 7px;
  margin-left: 5px;
}
nav .home-dropdown {
  cursor: pointer;
}
nav .today-communities-dropdown {
  cursor: default;
  margin-right: 15px;
}
nav #owned-and-operated, nav #agreement-privacy {
  position: absolute;
  right: 12px;
  font-size: 0.8em;
  color: #666;
  line-height: 1em;
  text-align: right;
}
nav #owned-and-operated a, nav #agreement-privacy a {
  display: inline;
  vertical-align: inherit;
}
nav #agreement-privacy {
  top: 46px;
  text-transform: uppercase;
}
nav #owned-and-operated {
  top: -16px;
}

/* Sidebar styles */
.sidebar .widget-featured-challenge .half-col-thumbnail {
  max-height: 215px;
  height: auto;
}

.widget-featured-challenge {
  margin-bottom: 5px;
}
.widget-featured-challenge h2 {
  margin-top: 3px;
  margin-bottom: 10px;
}
.widget-featured-challenge h2 a {
  color: #404040;
  font-weight: 400;
  font-size: 19px;
}
.widget-featured-challenge p {
  margin-top: 8px;
}

.contributor-thumbnails {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 35px 0px;
}
.contributor-thumbnails .contributor-thumbnail {
  display: block;
  width: 86px;
  height: 86px;
  overflow: hidden;
  margin-bottom: 15px;
}
.contributor-thumbnails .how-to-faqs {
  font-weight: 500;
  float: left;
  color: #F37226;
}
.contributor-thumbnails .how-to-faqs:hover {
  color: #f57c01;
}

.today-feed {
  padding: 35px 0px 0px 0px;
}
.today-feed .feed {
  margin-bottom: 15px;
}
.today-feed .feed:hover a {
  color: #F37226;
}
.today-feed .feed a:last-child {
  font-size: 14px;
  font-weight: 400;
}
.today-feed a {
  display: inline-block;
  vertical-align: top;
  max-width: 155px;
  color: #404040;
  font-size: 15px;
  line-height: 1.1em;
}
.today-feed .feed-thumbnail {
  width: 123px;
  height: 70px;
  overflow: hidden;
  margin-right: 10px;
}
.today-feed .section-header a {
  max-width: 100%;
  font-size: 20px;
}

.social-media {
  box-sizing: border-box;
  padding: 35px 0px;
  border-bottom: 1px solid #CCCCCC;
  color: #535353;
  font-weight: 500;
}
.social-media a img {
  margin-right: 16px;
}
.social-media a img:hover {
  opacity: 0.7;
}
.social-media form {
  margin-top: 10px;
}
.social-media label {
  display: block;
  margin-bottom: 4px;
}
.social-media input[type=email] {
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  color: #636363;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  padding: 5px 8px;
}
.social-media input:focus {
  border: 1px solid #F37226;
  font-style: normal;
}
.social-media .social-networks {
  margin-top: 12px;
}
.social-media .j-caption p {
  font-size: 14px !important;
}
.social-media .c-input-text {
  width: 65% !important;
  height: 30px !important;
  padding-left: 5px !important;
}
.social-media .c-button.c-submit {
  width: 25% !important;
  font-size: 13px !important;
  border: 0px !important;
  background-color: #ff6600;
  height: 30px !important;
  border-radius: 0px !important;
  margin-top: 0px !important;
  text-transform: uppercase !important;
  vertical-align: top !important;
}

.sidebar-ad-container {
  width: 100%;
  max-width: 100% !important;
}

.sidebar-ad {
  /* Mostly placeholder for now */
  width: 300px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.banner-ad {
  margin-top: -20px;
  margin-bottom: 20px;
}

.sidebar-ad, .banner-ad, .hashtag-ad {
  text-align: center;
}
.sidebar-ad > a, .banner-ad > a, .hashtag-ad > a {
  color: #666;
  font-size: 10px;
}
.sidebar-ad > a:hover, .banner-ad > a:hover, .hashtag-ad > a:hover {
  color: #666;
}

/* Homepage/Single Challenge page styles */
.challenge-blurb {
  max-width: 380px;
  margin-bottom: 40px;
  line-height: 1.4em;
}
.challenge-blurb header {
  margin: 0;
}
.challenge-blurb h1, .challenge-blurb .challenge-header-text {
  margin: 5px 0;
  color: #F37226;
  font-size: 46px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: -0.5px;
}
.challenge-blurb .lightbox-disclaimer {
  display: none;
}
.challenge-blurb .sidebar-ad {
  margin: 0 auto;
}

.challenge-image {
  max-width: 560px;
  margin-bottom: 40px;
}

.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .section-header {
  margin: 0 0 10px;
}
.featured-posts .featured-challenge-name {
  color: #404040;
  font-weight: normal;
}
.featured-posts .featured-challenge-name:hover {
  color: #F37226;
}
.featured-posts .toggle-nav {
  margin-bottom: 10px;
}
.featured-posts .featured-challege-posts, .featured-posts .most-popular-posts, .featured-posts .most-recent-posts {
  margin-top: 20px;
}
.featured-posts .hidden {
  display: none;
}

.widget-qanda {
  margin-bottom: 40px;
}
.widget-qanda h1 a, .widget-qanda h4 a {
  color: #018e93;
}
.widget-qanda h1 a:hover, .widget-qanda h4 a:hover {
  color: #F37226;
}
.widget-qanda .qanda-header {
  width: 300px;
  height: 43px;
  background-image: url(https://383dde37e14cf753bbcd-2e18728c9e6234034a66696f877f9e87.ssl.cf2.rackcdn.com/images/TODAY/qanda-logo-new.png?2);
  background-repeat: no-repeat;
  padding-top: 8px;
  margin-bottom: 0px;
}
.widget-qanda .qanda-container .qanda-prompt {
  font-weight: 500;
  font-size: 14px;
}
.widget-qanda .qanda-container .qanda-post-container {
  margin-top: 20px;
}
.widget-qanda .qanda-container .qanda-post {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 30px;
}
.widget-qanda .qanda-container .qanda-post.first-in-row {
  margin-right: 28px;
}
.widget-qanda .qanda-container .qanda-post .q {
  color: #018e93;
  font-size: 20px;
  font-weight: 700;
}
.widget-qanda .qanda-container .qanda-post .qanda-post-title {
  display: inline;
}
.widget-qanda .qanda-container .qanda-post a {
  color: #404040;
}
.widget-qanda .qanda-container .qanda-post a:hover {
  color: #F37226;
}
.widget-qanda .qanda-container .qanda-post .share-your-answer {
  float: none;
  margin-top: 2px;
}
.widget-qanda .qanda-container .qanda-post .share-your-answer a {
  color: #F37226;
  font-size: 11px;
  font-weight: 500;
}
.widget-qanda p {
  margin-bottom: 0px;
}

.widget-communities {
  border-bottom: 1px solid #CCCCCC;
  padding: 35px 0px;
}
.widget-communities .community:not(:first-child) {
  margin-top: 35px;
}
.widget-communities .community h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.widget-communities .community h3 a {
  color: #404040;
  font-weight: 500;
}
.widget-communities .community .campaign-image {
  display: block;
  float: left;
  width: 125px;
  height: 85px;
  margin: 5px 15px 15px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.widget-communities .community .campaign-description {
  display: block;
  float: left;
  width: 160px;
  height: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  word-wrap: break-word;
  color: #404040;
  padding-top: 0px;
}
.widget-communities .community .campaign-description a {
  color: #404040;
}
.widget-communities .community .campaign-description .lightbox-disclaimer {
  display: none;
}
.widget-communities .community .share-your-story {
  margin-top: 10px;
}

.post-filters {
  color: #404040 !important;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.post-filters a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #404040 !important;
}
.post-filters a:hover {
  color: #F37226;
}
.post-filters span {
  display: inline-block;
  padding: 0 10px;
}
.post-filters .active {
  color: #666666 !important;
  border-bottom: 2px solid #F37226 !important;
}

.post {
  margin-bottom: 35px;
}
.post h3 {
  margin: 0;
  padding: 35px 0px 8px 0px;
  min-height: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}
.post h3 a {
  display: inline-block;
  max-width: 230px;
  color: #404040;
}
.post h3 a:hover {
  color: #F37226;
}
.post:hover h3 a {
  color: #F37226;
}
.post .contributor-badge {
  position: absolute;
  top: 216px;
  right: 0;
  width: 70px;
  height: 53px;
}

.post-vote {
  margin-left: 14px;
  margin-bottom: -7px;
  /* on single post page */
}
.post-vote a {
  color: #000 !important;
  font-weight: 500;
  margin-left: 8px;
  font-size: 13px;
}
.post-vote:hover .post-vote-count {
  color: #F37226;
  border-color: #F37226;
}
.post-vote .votes {
  margin-left: -5px;
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
}
.post-vote .button {
  position: relative;
  font-size: 14px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  border: 1px solid #F37226;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  vertical-align: middle;
  padding: 0px;
  z-index: 10;
}
.post-vote .button:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 35px;
  top: 12px;
  border-width: 5px 0 5px 11px;
  border-style: solid;
  border-color: transparent #F37226;
}
.post-vote .button:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 34px;
  top: 13px;
  border-width: 4px 0 4px 10px;
  border-style: solid;
  border-color: transparent #FFF;
}
.post-social-media .post-vote {
  position: relative;
  top: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  max-width: none !important;
  margin-left: 0px !important;
}
.post-social-media .post-vote a {
  vertical-align: middle;
}
.post-social-media .post-vote .post-vote-count {
  display: inline-block;
  text-align: center;
}
.post-social-media .post-vote .large-vote-count {
  width: auto !important;
  height: auto !important;
  padding: 6px;
}

.post-pinit-button {
  cursor: pointer;
  background-image: url(https://383dde37e14cf753bbcd-2e18728c9e6234034a66696f877f9e87.ssl.cf2.rackcdn.com/images/TODAY/icon-pinterest.png);
  width: 33px;
  height: 31px;
  padding: 0px;
  border: none;
  vertical-align: top;
}
.post-pinit-button:hover {
  opacity: 0.85;
}

.post-vote-count {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s linear all;
}

.post-author, .post-sponsor {
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: initial;
}
.post-author img, .post-author span, .post-sponsor img, .post-sponsor span {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  padding-top: 0px;
}
.post-author .contributor-avatar, .post-sponsor .contributor-avatar {
  margin-right: 5px;
}
.post-author a, .post-sponsor a {
  color: #6d6e71;
}
@media screen and (max-width: 375px) {
  .post-author a, .post-sponsor a {
    word-wrap: break-word;
  }
}

.post-author {
  position: absolute;
  border-top: 0px;
  padding-top: 4px;
  margin-bottom: 10px;
  margin-top: -13px;
  margin-left: 8px;
}

.post.sponsored {
  color: #26af01;
}
.post.sponsored h3 {
  min-height: inherit;
}
.post.sponsored a, .post.sponsored h1 a {
  color: #26af01;
}
.post.sponsored a:hover, .post.sponsored h1 a:hover {
  color: #F37226;
}
.post.sponsored .post-sponsor {
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
}

/* Challenges landing page styles */
.more-challenges h1 a, .more-challenges h4 a {
  color: #018e93;
}
.more-challenges h1 a:hover, .more-challenges h4 a:hover {
  color: #F37226;
}

.featured-challenge {
  padding-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 35px;
  line-height: 1.5em;
}
.featured-challenge h1, .featured-challenge .challenge-header-text {
  margin: 8px 0 3px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2em;
}

.featured-challenge-thumbnail {
  display: block;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.challenge {
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 13px;
  line-height: 1.4em;
}
.challenge h2 {
  margin: 10px 0 6px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1em;
}
.challenge h2 a {
  color: #404040;
}
.challenge h2 a:hover {
  color: #F37226;
}
.challenge:hover h2 a {
  color: #F37226;
}

/* Contributor landing page styles */
.featured-contributors {
  margin-bottom: 10px;
}
.featured-contributors .sidebar-ad {
  margin: 0 auto;
}

.contributor {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
}
.contributor .contributor-name {
  max-width: 200px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.1em;
}
.contributor .meta {
  font-size: 12px;
  line-height: 1.3em;
}
.contributor .contributor-badge {
  position: absolute;
  top: 190px;
  right: 3px;
  width: 70px;
  height: 53px;
}

.contributors {
  border-bottom: 1px solid #d5d5d5;
}

.contributor.third {
  margin-bottom: 15px;
  border-bottom: 0;
}
.contributor.third p {
  margin: 8px 0;
}

/* Single Contributor page styles */
.contributor-profile {
  margin-bottom: 10px;
}
.contributor-profile h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
}
.contributor-profile .meta {
  font-size: 14px;
}
.contributor-profile .user-profile-text {
  word-wrap: break-word;
}
.contributor-profile .sidebar-ad {
  margin: 0 auto;
}

.contributor-stats {
  padding: 6px 12px;
  border-top: 1px solid #d5d5d5;
}

.contributor-stats:last-of-type {
  border-bottom: 1px solid #d5d5d5;
}

.contributor-stat {
  float: left;
  width: 80px;
  font-weight: 600;
}

.contributor-profile-picture {
  line-height: 20px;
  text-align: center;
}

.contributor-badges {
  line-height: 20px;
  margin-bottom: 20px;
}
.contributor-badges .contributor-badge {
  width: 120px;
  vertical-align: middle;
  margin: 5px;
}
.contributor-badges .button {
  margin-top: 10px;
}

.share-badges-button {
  margin-bottom: 20px;
}

.share-badges .badge-row {
  margin: 40px 0;
}
.share-badges .badge-row img {
  float: left;
  width: 100px;
  margin-right: 30px;
}
.share-badges .badge-row textarea {
  float: left;
  width: 70%;
  height: 40px;
  margin-top: 10px;
  resize: none;
  padding: 10px;
  background: #EEE;
  border: 1px solid #CCC;
  box-shadow: inset 0 0 5px #CCC;
}

/* Single Post styles */
header.sponsored {
  text-align: left;
  margin-bottom: 20px;
  margin-top: -20px;
}
header.sponsored img {
  vertical-align: middle;
}

.post-section-header {
  margin: 0 0 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  color: #727272;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}
.post-section-header a {
  color: #555;
  font-weight: 400;
}

.post-headline {
  margin: 0 0 12px;
  color: #F37226;
  font-size: 44px;
  font-weight: 300;
  line-height: 45px;
  word-wrap: break-word;
}

main.sponsored .post-headline {
  color: #26af01;
}

.post-timestamp {
  color: #666;
  margin-top: 0;
  font-size: 14px;
}

.post-social-media {
  float: left;
  margin-bottom: 30px;
  line-height: 0;
}

.print-button {
  float: right;
}

.image-credit {
  font-size: 10px;
  text-align: right;
  margin-bottom: 4px;
}

.image-caption {
  font-size: 12px;
}

article {
  margin-top: 40px;
  font-size: 17.5px;
  line-height: 1.4em;
  word-wrap: break-word;
}
article iframe {
  width: 100%;
  height: 315px;
}
article .sidebar-ad iframe {
  height: auto;
}
article .fb-comments iframe {
  max-height: none;
  width: inherit !important;
}
article .sidebar-ad {
  margin: 0 auto;
}

.article p:first-of-type {
  margin-top: 0;
  font-size: 21.5px;
  font-weight: 300;
  line-height: 30px;
}

.article-author {
  max-width: 120px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 19px;
}
.article-author .contributor-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}
.article-author p {
  margin: 0 0 10px;
  padding: 8px 0 12px;
  border-bottom: 1px solid #bcbdc0;
}
.article-author .contributor-badge {
  max-width: 120px;
}

.article {
  max-width: 420px;
}
.article iframe {
  min-height: 300px;
}

.c-privacy-link {
  margin: 5px 0 !important;
  font-size: 12px !important;
}
.c-privacy-link a {
  font-size: 11px;
  font-weight: 400;
}

.social-media .j-caption p {
  margin: 23px 0 10px;
  font-weight: 400;
}

div.carousel {
  margin-bottom: 25px !important;
}

#alert-container {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#alert-container .alert {
  border: 1px solid #c5c5c5;
  margin: 20px;
  -webkit-animation: showAlert 1s ease;
  animation: showAlert 1s ease;
}
#alert-container .alert {
  position: relative;
  padding: 14px 40px 14px 14px;
  line-height: 24px;
  text-align: center;
}
#alert-container .alert a {
  color: inherit;
  font-style: italic;
}
#alert-container .alert .fa {
  font-style: normal;
}
#alert-container .alert .fields-incomplete-error-message {
  text-align: left;
}
#alert-container .alert-success {
  color: #fff;
  background-color: #66cc00;
}
#alert-container .alert-info {
  color: #fff;
  background-color: #339900;
}
#alert-container .alert-warning {
  color: #fff;
  background-color: #ec4727;
}
#alert-container .alert-error {
  color: #fff;
  background-color: #ec4727;
}
#alert-container .alert-TFC {
  border-color: #F69860 !important;
  color: #F37226 !important;
  background-color: #FFF;
}
#alert-container .alert-TPT {
  border-color: #F69860 !important;
  color: #F37226 !important;
  background-color: #FFF;
}
#alert-container .close-alert {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  cursor: pointer;
}

@-webkit-keyframes showAlert {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes showAlert {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* Styling Today's Single Sign On lightbox */
#registration.j_modal {
  background-color: #fff;
  border-radius: 0;
  padding: 20px 30px 30px 30px;
  overflow-y: auto;
}
#registration .j-modal-close {
  position: absolute;
}
#registration .c-reg-header {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0;
}
#registration .c-reg-header h1 {
  margin: 0;
  font-size: 16px;
}
#registration .c-error {
  margin: 0 0 10px;
  font-size: 14px;
  color: #cc3551;
}
#registration .j-reg-form {
  box-sizing: border-box;
}
#registration .j-reg-form br {
  display: none;
}
#registration .j-reg-form label {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #525252;
  line-height: normal;
  padding-top: 10px;
  display: block;
  font-size: 12px;
}
#registration .j-reg-form input {
  margin: 5px 0;
  font-size: 12px;
  display: inline-block;
}
#registration .j-reg-form input[type=email], #registration .j-reg-form input[type=text], #registration .j-reg-form input[type=password] {
  width: 95%;
  padding: 5px;
  margin-bottom: 5px;
}
#registration .j-reg-form select {
  padding: 4px 3px 3px;
  margin: 5px 3px 0 0;
  font-size: 15px;
}
#registration .j-reg-form .c-checkbox {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#registration .j-reg-form .c-ckbx-label {
  display: inline;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #525252;
  line-height: normal;
  padding-top: 10px;
  font-size: 12px;
}
#registration .j-reg-form #j-captcha {
  clear: left;
  margin-top: 10px;
  margin-left: 0px;
}
#registration .j-reg-form .j-submit {
  background: #D95C2B;
  border: 1px solid #CE5526;
  color: #FFF;
  padding: 4px 8px;
  border-radius: 3px;
  width: auto;
  float: right;
  margin-top: 10px;
}
#registration .c-reg-footer {
  height: 0px !important;
}
#registration #recaptcha_response_field {
  display: inline;
}

@media screen and (min-width: 600px) {
  #registration.j_modal form.c-reg-form {
    max-height: none !important;
  }

  #registration.j_modal {
    width: 392px !important;
    margin: 20px 0 0 -155px !important;
    top: 0 !important;
  }
}
.j_modal.c-zinger-container .c-modal-close {
  position: absolute !important;
  top: -8px;
  right: -8px;
}

#tidal-alert-container .edit-profile {
  background-color: #018e93 !important;
}

.gsc-control-cse {
  padding: 0px !important;
  margin-top: 30px !important;
}
.gsc-control-cse .gsc-refinementsArea {
  padding-left: 0px !important;
}
.gsc-control-cse .gsc-refinementsArea .gsc-refinementhActive > span {
  border-bottom: 2px solid #F37226 !important;
}
.gsc-control-cse .gsc-refinementsArea .gsc-refinementHeader:first-child {
  padding-left: 0px !important;
}
.gsc-control-cse .gsc-above-wrapper-area {
  padding-top: 20px !important;
}
.gsc-control-cse .gsc-refinementHeader {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  color: #404040 !important;
}
.gsc-control-cse .gsc-result-info-container .gsc-result-info {
  padding-left: 0px !important;
}
.gsc-control-cse .gsc-selected-option-container {
  background-color: #FFF !important;
  background-image: none !important;
}
.gsc-control-cse .gsc-table-result, .gsc-control-cse .gsc-thumbnail-inside, .gsc-control-cse .gsc-url-top {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.gsc-control-cse .gs-title {
  color: #404040 !important;
}
.gsc-control-cse .gs-webResult div.gs-visibleUrl, .gsc-control-cse .gs-imageResult div.gs-visibleUrl {
  color: #75797a !important;
  font-weight: 500;
}
.gsc-control-cse .gsc-cursor-box {
  margin: 10px 0px 10px -8px !important;
}
.gsc-control-cse .gsc-cursor-box .gsc-cursor-page {
  color: #404040 !important;
  padding: 2px 6px !important;
  margin-right: 0px !important;
}
.gsc-control-cse .gsc-cursor-box .gsc-cursor-current-page {
  color: #FFF !important;
  background-color: #f57c01 !important;
  border-radius: 2px !important;
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* QNA */
.qna-blurb {
  max-width: none;
  margin-bottom: 0px;
}
.qna-blurb h1 {
  color: #404040 !important;
}

.qna-posts .post-filters {
  margin-bottom: 40px;
}
.qna-posts .post:hover h3 a {
  color: #404040;
}
.qna-posts .post .post-vote {
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 0px;
  vertical-align: top;
}
.qna-posts .post .post-vote .votes {
  margin-left: 3px;
}
.qna-posts .post .post-vote a {
  margin-left: 0px;
}
.qna-posts .post .post-info {
  display: inline-block;
  padding-left: 20px;
  width: 492px;
}
.qna-posts .post .post-info h3 {
  min-height: 0px;
  padding-top: 0px;
}
.qna-posts .post .post-info h3 a {
  max-width: none;
}
.qna-posts .post .post-info .q-label {
  color: #404040;
  font-size: 1.17em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.qna-posts .post .post-info .post-author {
  color: #6d6e71;
  position: relative;
  border-top: 0px;
  padding-top: 4px;
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  margin-left: 0px;
  margin-bottom: 4px;
}
.qna-posts .post .post-info .share-your-answer a {
  color: #F37226;
  font-size: 12px;
  font-weight: bold;
}

.Tidal-button--share:hover {
  color: #FFFFFF !important;
}

.today-footer {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #444444;
}
.today-footer .today-footer-logo {
  background: url("https://383dde37e14cf753bbcd-2e18728c9e6234034a66696f877f9e87.ssl.cf2.rackcdn.com/images/TODAY/TFC-sprite-header.png?1") no-repeat -513px -47px;
  width: 91px;
  height: 15px;
  margin-left: 8px;
  margin-right: 20px;
  display: inline-block;
}
.today-footer ul {
  list-style: none;
  padding-left: 0px;
}
.today-footer ul li {
  padding-right: 10px;
  display: inline-block;
}
.today-footer a {
  color: #F37226;
}

.container.full-masonry .col {
  width: 306px;
}
.container.full-masonry .col:last-child {
  margin-right: 0;
}
.container.full-masonry .post.hashtag {
  position: relative;
}
.container.full-masonry .post.hashtag.sponsored .post-sponsor img {
  padding: 0;
}
.container.full-masonry .post.hashtag.sponsored h3 {
  bottom: 80px;
}
.container.full-masonry .post.hashtag h3 {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  bottom: 40px;
}
.container.full-masonry .post.hashtag h3 a {
  color: black;
}
.hashtag.campaign-title {
  width: 632px;
  max-width: 100%;
  text-align: center;
  padding: 10px 40px;
  box-sizing: border-box;
  float: left;
  margin: 0 auto;
}
@media screen and (max-width: 968px) {
  .hashtag.campaign-title {
    float: none;
  }
}
.hashtag.campaign-title h1 {
  color: #018e93;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: initial;
}
.hashtag.campaign-title .description {
  font-weight: 100;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}
.hashtag.campaign-title hr {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.hashtag.campaign-title .campaign-title__buttons {
  height: 40px;
  padding: 20px 0;
}
.hashtag.campaign-title .campaign-title__buttons a img, .hashtag.campaign-title .campaign-title__buttons a.button {
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .phone-only {
    display: inherit;
  }
}
@media (min-width: 481px) {
  .phone-only {
    display: none;
  }
}

@media (min-width: 481px) {
  .desktop-only {
    display: inherit;
  }
}
@media (max-width: 480px) {
  .desktop-only {
    display: none;
  }
}

.more-like-this-wrapper {
  clear: both;
  width: 100%;
  margin: 20px 0;
  padding: 10px 0;
}
.more-like-this-wrapper h3 {
  margin: 10px 0 20px 0;
}
.more-like-this-wrapper .more-like-this-post {
  width: 33%;
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
}
.more-like-this-wrapper .more-like-this-post .more-like-this-image {
  height: 200px;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
.more-like-this-wrapper .more-like-this-post .more-like-this-image a {
  position: absolute;
  width: 100%;
  height: 100%;
}
/**
 * MLT Wrapper in sidebar
 */
.sidebar .more-like-this-wrapper {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.sidebar .more-like-this-wrapper h3 {
  margin: 15px 0;
  color: #018e93;
  font-size: 19px;
  font-weight: 500;
  line-height: 1em;
}
.sidebar .more-like-this-wrapper .more-like-this-post {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}

.responsive-hero {
  display: none;
}

.responsive-nav {
  display: inline-block;
}

nav .responsive-nav-toggle {
  display: none;
}

@media screen and (max-width: 1000px) {
  .container {
    margin-left: 5px;
    margin-right: 5px;
  }

  .page-header .homepage-header {
    background-position-x: 15px;
  }

  nav {
    height: auto;
    text-align: center;
  }
  nav a {
    padding: 0 15px;
  }
  nav .has-divider {
    margin-right: 0;
  }
  nav .contributor-avatar {
    padding: 0;
  }
  nav .account-actions {
    float: none;
    display: inline-block;
    margin: 2px 0 5px;
  }
  nav #owned-and-operated {
    top: -36px;
  }
  nav #agreement-privacy {
    top: -18px;
  }

  main, .sidebar {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }

  main {
    margin-bottom: 40px;
  }

  .sidebar section {
    max-width: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contributor-thumbnails .contributor-thumbnail {
    width: 32%;
    height: 100px;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .social-media {
    text-align: center;
  }
  .social-media .end {
    float: none;
  }

  .half {
    max-width: 48%;
    margin-right: 2%;
  }

  .half-col-thumbnail, .third-col-thumbnail {
    width: 100%;
  }

  .third {
    max-width: 32%;
    margin-right: 2%;
  }

  .article {
    max-width: 76%;
  }

  .article-author {
    max-width: 20%;
    margin-right: 4%;
  }

  .challenge-blurb {
    max-width: 47%;
    margin-right: 3%;
  }

  .challenge-image {
    max-width: 50%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 620px) {
  .page-header .container {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .page-header img {
    max-width: none;
  }
  .page-header .hero {
    display: table-cell;
    vertical-align: top;
    float: none;
    max-width: none;
    margin: 0;
    padding: 9px;
  }
  .page-header .responsive-hidden {
    display: none;
  }

  .hero h2 {
    font-size: 11px;
  }
  .hero .join-the-conversation {
    font-size: 11px;
    margin-top: 8px;
  }

  nav {
    text-align: left;
  }
  nav a {
    padding: 0 10px;
  }
  nav .account-actions {
    float: right;
    margin: 0px 0px 0px 0px;
  }
  nav #owned-and-operated {
    top: -58px;
    width: 95px;
    font-size: 12px;
  }

  .featured-posts .cover-div {
    width: 100% !important;
  }
}
/** 1000px and lower **/
@media screen and (max-width: 1000px) {
  .post.contributor-badge {
    display: none;
  }

  .post-author {
    display: inline-block;
    display: inline-block;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #cccccc;
  }

  .post-vote {
    top: 220px;
    right: 20px;
  }
}
@media screen and (min-width: 621px) {
  .responsive-nav {
    display: inline-block !important;
  }
}
@media screen and (max-width: 874px) {
  .responsive-nav > a:nth-child(7) {
    position: absolute;
    top: 2px;
    right: 0;
  }
}
@media screen and (min-width: 621px) and (max-width: 874px) {
  .account-actions {
    float: none !important;
    display: block !important;
    text-align: right !important;
  }
}
@media screen and (max-width: 690px) {
  .hero h2 {
    font-size: 9px;
  }
  .hero .join-the-conversation {
    margin-top: 0px;
  }
}
@media screen and (max-width: 685px) {
  .today-communities-dropdown {
    margin-right: 0px !important;
  }

  .responsive-nav a {
    font-size: 13px;
  }
}
@media screen and (max-width: 620px) {
  .container {
    padding: 0px !important;
  }

  nav > div.container {
    padding-right: 10px !important;
  }

  .banner-ad {
    display: none;
    margin-top: -5px;
    margin-left: -5px;
  }

  div.carousel {
    width: 90%;
  }

  div.carousel div.mask,
div.carousel div.mask .slide-holder .slider-post-img-link,
div.carousel div.mask .slide-holder .slider-post-img-link-container,
div.carousel div.mask div.slide {
    width: 100%;
  }

  div.carousel div.mask .slide-holder {
    padding: 0 0px;
  }

  .carousel .mask,
div.carousel div.mask div.slide,
div.carousel div.mask .slide-holder .slider-post-img-link-container,
div.carousel div.mask .slide-holder .slider-post-img-link {
    height: 280px !important;
  }

  .carousel .details {
    width: 100% !important;
    padding: 2px !important;
    height: 65px !important;
  }

  .page-header {
    margin-top: 40px;
    text-align: center;
  }
  .page-header.non-index {
    margin-top: 66px;
  }
  .page-header .logo {
    float: none;
  }
  .page-header .hero {
    display: none;
  }
  .page-header .homepage-header {
    width: 100%;
    height: 66px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .page-header .homepage-header a {
    width: 100%;
    height: 66px;
  }
  .page-header.parenting-header {
    margin-top: 44px;
  }
  .page-header.foodclub-header {
    margin-top: 46px;
  }
  .page-header .foodclub-header-container {
    padding-bottom: 10px !important;
  }
  .page-header .foodclub-header-container .homepage-header {
    width: 278px !important;
    float: none;
    margin: 24px auto 0px auto !important;
    background-image: url("https://383dde37e14cf753bbcd-2e18728c9e6234034a66696f877f9e87.ssl.cf2.rackcdn.com/images/TODAY/TFC-sprite-header.png?1");
    background-position-y: 0px !important;
    background-position: inherit;
  }

  .responsive-hero {
    display: none;
    border-bottom: 1px solid #ccc;
    padding: 9px 10px 5px;
    text-align: center;
  }

  nav {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 42px;
    margin-bottom: 0;
    padding: 0;
    background: #dedede;
  }
  nav .container {
    margin-left: 0px;
    margin-right: 0px;
  }
  nav .button {
    padding: 0px 8px;
    background: #dedede !important;
    color: #646464 !important;
  }
  nav .account-actions {
    position: relative;
    right: 0px;
    top: 1px;
    margin: 0;
    display: inline-block;
    float: right;
  }
  nav #owned-and-operated {
    display: inline-block;
    text-align: left;
    width: 29%;
    position: relative;
    top: 6px;
    font-size: 10px;
    left: 10px;
  }
  nav #agreement-privacy {
    position: relative;
    top: inherit;
    text-align: right;
    right: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
  }
  nav #agreement-privacy a {
    padding: 0px 8px;
    font-size: 12px;
  }
  nav .has-divider:after {
    display: none;
  }
  nav .responsive-nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 40px;
  }
  nav .responsive-nav {
    display: none;
    margin-top: 40px;
  }
  nav .responsive-nav a {
    display: block;
  }

  .responsive-hero {
    margin-bottom: 40px;
  }

  .widget-featured-challenge {
    margin-bottom: 40px;
  }
  .widget-featured-challenge .half-col-thumbnail {
    width: 49%;
    height: 125px;
    float: left;
  }
  .widget-featured-challenge h2 {
    width: 49%;
    float: right;
    margin-top: 0px;
    line-height: 18px;
  }
  .widget-featured-challenge p {
    float: right;
    width: 49%;
  }

  .widget-qanda {
    display: none;
  }

  .more-challenges {
    display: none;
  }

  .half, .article, .article-author, .challenge-blurb, .challenge-image {
    max-width: none;
    margin-right: 0;
  }

  .article-author {
    margin-top: 40px;
    border-top: 1px solid #bcbdc0;
    padding-top: 15px;
  }

  .mobile-byline {
    display: initial !important;
  }

  .sidebar section {
    width: 100%;
    text-align: center;
  }

  .today-footer ul {
    text-align: center;
  }
  .today-footer ul li {
    display: block;
  }
  .today-footer ul li .today-footer-logo {
    margin-right: 0;
  }

  .post-filters {
    margin-bottom: 36px;
  }
  .post-filters a {
    font-size: 12px !important;
  }
  .post-filters span {
    padding: 0 6px !important;
  }

  .featured-posts {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .featured-posts .post {
    margin-bottom: 50px !important;
  }
  .featured-posts .post .half-col-thumbnail {
    height: 125px;
    width: 49%;
    float: left;
  }
  .featured-posts .post h3 {
    width: 49%;
    float: right;
    padding-top: 0px;
  }
  .featured-posts .post h3 a {
    font-size: 14px;
  }
  .featured-posts .post .post-vote {
    position: absolute;
    top: -28px;
    left: -8px;
  }
  .featured-posts .post .post-sponsor, .featured-posts .post .contributor-badge {
    position: relative;
    clear: both;
    display: block;
    float: left;
    top: -10px;
    right: 0;
  }
  .featured-posts .post .post-sponsor {
    width: 30%;
    margin-top: 15px;
  }
  .featured-posts .post .post-author {
    display: block;
    border-right: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 42%;
  }
  .featured-posts .post .post-author span {
    max-width: 60%;
  }
  .featured-posts .post .cover-div {
    width: 100% !important;
  }

  .challenge-header {
    margin-bottom: 40px !important;
  }

  main {
    margin-bottom: 0px;
  }

  header.sponsored {
    margin-top: 20px !important;
  }

  .qna-posts .post .post-info {
    display: block;
    padding-left: 20px;
    width: auto;
  }

  .fb-comments {
    width: 100% !important;
  }
  .fb-comments span, .fb-comments iframe {
    width: 100% !important;
  }

  nav {
    text-align: left;
  }
  nav .dropdown {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    background: none !important;
    border: none !important;
  }

  .hashtag-challenge-masonry .col {
    float: none;
    margin: 0 auto;
  }
  .hashtag-challenge-masonry .col:last-child {
    margin-right: auto !important;
  }

  .standard-challenge-posts .half {
    float: none;
    max-width: 320px;
    margin: 0 auto 35px !important;
  }
}
@media screen and (max-width: 475px) {
  .page-header, .page-header .logo {
    height: auto !important;
    line-height: 0;
  }

  .responsive-hero {
    padding-top: 5px;
  }

  .responsive-hero h1, .responsive-hero h2 {
    max-width: 300px;
    margin: 0 auto;
  }

  .responsive-hero h2 {
    font-size: 17px;
  }

  .third {
    max-width: none;
    margin-right: 0;
  }

  .third-col-thumbnail {
    height: 180px;
  }

  .post-social-media .post-vote {
    display: block;
    margin: 0 auto 10px;
  }
  .post-social-media img {
    max-width: 31%;
    height: auto !important;
  }
}
@media screen and (max-width: 435px) {
  .hashtag.campaign-title {
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
