/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/**
 * Susy breakpoint variables for min to max pairings
 * https://github.com/at-import/breakpoint/wiki/Basic-Media-Queries#default-single-and-pair
 *
 */
/**
 * Susy shorthand maps altering the number of columns and max-widths for each breakpoint
 * These maps are passed into the breakpoint contexts below
 *
 */
/**
 * This map is used to reset a grid context to 0 columns
 * uncomment debug to see the out put in the terminal
 * TO-DO Usage of this in get-layout mixin is currently not producing any output
 * so needs understanding why
 *
 */
/**
 * Set global box-sizing:border-box
 *
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: none !important;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.brightcove-video, .youtube-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .brightcove-video > div, .youtube-video > div, .brightcove-video > video, .youtube-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.u-clearfix {
  zoom: 1; }
  .u-clearfix:before, .u-clearfix:after {
    content: "";
    display: table; }
  .u-clearfix:after {
    clear: both; }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (min-width: 700px) {
    .container {
      width: 640px; } }
  @media screen and (min-width: 768px) {
    .container {
      width: 748px; } }
  @media screen and (min-width: 960px) {
    .container {
      width: 960px;
      max-width: 960px; } }
  @media screen and (min-width: 1300px) {
    .container {
      max-width: 1280px;
      width: 1280px; } }

.u-adaptive-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .u-adaptive-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 320px) {
    .u-adaptive-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 480px) {
    .u-adaptive-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 640px) {
    .u-adaptive-container {
      max-width: 748px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 960px) {
    .u-adaptive-container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1300px) {
    .u-adaptive-container {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }

.slab--blended .teaser-splash__text-container {
  background-color: #222; }
.slab--blended .teaser-splash__heading {
  color: #fff; }
.slab--blended .teaser-splash__promoted {
  color: #ccc; }
  .slab--blended .teaser-splash__promoted:hover {
    color: #ccc; }
@media (min-width: 640px) {
  .slab--blended .teaser-splash__heading {
    padding: 10px 16px;
    padding: 1rem 1.6rem; }
  .slab--blended .teaser-splash__category-link {
    padding: 10px 16px;
    padding: 1rem 1.6rem; } }

.pluck-app .pluck-confirm-dialog span.pluck-confirm-btn a, #pluck-comments .pluck-primary-button-text, #pluck-comments .pluck-comm-comment-connect-facebook-submit, #pluck-mobile a.pmobile-primary-button {
  background-color: #1CB1BB;
  color: #fff;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  .pluck-app .pluck-confirm-dialog span.pluck-confirm-btn a:hover, #pluck-comments .pluck-primary-button-text:hover, #pluck-comments .pluck-comm-comment-connect-facebook-submit:hover, #pluck-mobile a.pmobile-primary-button:hover {
    background-color: #1CB1BB;
    color: #fff;
    text-decoration: none; }
  .touchevents .pluck-app .pluck-confirm-dialog span.pluck-confirm-btn a:hover, .pluck-app .pluck-confirm-dialog span.pluck-confirm-btn .touchevents a:hover, .touchevents #pluck-comments .pluck-primary-button-text:hover, #pluck-comments .touchevents .pluck-primary-button-text:hover, .touchevents #pluck-comments .pluck-comm-comment-connect-facebook-submit:hover, #pluck-comments .touchevents .pluck-comm-comment-connect-facebook-submit:hover, .touchevents #pluck-mobile a.pmobile-primary-button:hover, #pluck-mobile .touchevents a.pmobile-primary-button:hover {
    background-color: #1CB1BB;
    color: #fff; }
  .pluck-app .pluck-confirm-dialog span.pluck-confirm-btn a.is-loading, #pluck-comments .is-loading.pluck-primary-button-text, #pluck-comments .is-loading.pluck-comm-comment-connect-facebook-submit, #pluck-mobile a.is-loading.pmobile-primary-button {
    background-color: #1CB1BB;
    color: #fff; }
  .touchevents .pluck-app .pluck-confirm-dialog span.pluck-confirm-btn a.is-loading, .pluck-app .pluck-confirm-dialog span.pluck-confirm-btn .touchevents a.is-loading, .touchevents #pluck-comments .is-loading.pluck-primary-button-text, #pluck-comments .touchevents .is-loading.pluck-primary-button-text, .touchevents #pluck-comments .is-loading.pluck-comm-comment-connect-facebook-submit, #pluck-comments .touchevents .is-loading.pluck-comm-comment-connect-facebook-submit, .touchevents #pluck-mobile a.is-loading.pmobile-primary-button, #pluck-mobile .touchevents a.is-loading.pmobile-primary-button {
    background-color: #1CB1BB;
    color: #fff; }

#pluck-comments .pluck-comm-delete a {
  padding: 0.5rem 1rem; }

#pluck-comments span.pluck-comm-reply-button a, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .pmobile-secondary-button {
  background-color: #1CB1BB;
  color: #fff;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  #pluck-comments span.pluck-comm-reply-button a:hover, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .pmobile-secondary-button:hover {
    background-color: #1CB1BB;
    color: #fff;
    text-decoration: none; }
  .touchevents #pluck-comments span.pluck-comm-reply-button a:hover, #pluck-comments span.pluck-comm-reply-button .touchevents a:hover, .touchevents #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .pmobile-secondary-button:hover, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .touchevents .pmobile-secondary-button:hover {
    background-color: #1CB1BB;
    color: #fff; }
  #pluck-comments span.pluck-comm-reply-button a.is-loading, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .is-loading.pmobile-secondary-button {
    background-color: #1CB1BB;
    color: #fff; }
  .touchevents #pluck-comments span.pluck-comm-reply-button a.is-loading, #pluck-comments span.pluck-comm-reply-button .touchevents a.is-loading, .touchevents #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .is-loading.pmobile-secondary-button, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .touchevents .is-loading.pmobile-secondary-button {
    background-color: #1CB1BB;
    color: #fff; }

#pluck-comments .pluck-comm-delete a {
  background-color: #1CB1BB;
  color: #fff;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  #pluck-comments .pluck-comm-delete a:hover {
    background-color: #1CB1BB;
    color: #fff;
    text-decoration: none; }
  .touchevents #pluck-comments .pluck-comm-delete a:hover, #pluck-comments .pluck-comm-delete .touchevents a:hover {
    background-color: #1CB1BB;
    color: #fff; }
  #pluck-comments .pluck-comm-delete a.is-loading {
    background-color: #1CB1BB;
    color: #fff; }
  .touchevents #pluck-comments .pluck-comm-delete a.is-loading, #pluck-comments .pluck-comm-delete .touchevents a.is-loading {
    background-color: #1CB1BB;
    color: #fff; }

.pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn a, #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .pluck-cancel-button-text, #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span, #pluck-comments .pluck-comm-comment-connect-facebook-cancel, #pluck-mobile .pmobile-cancel-button {
  background-color: #1CB1BB;
  color: #fff;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  .pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn a:hover, #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .pluck-cancel-button-text:hover, #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span:hover, #pluck-comments .pluck-comm-comment-connect-facebook-cancel:hover, #pluck-mobile .pmobile-cancel-button:hover {
    background-color: #1CB1BB;
    color: #fff;
    text-decoration: none; }
  .touchevents .pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn a:hover, .pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn .touchevents a:hover, .touchevents #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .pluck-cancel-button-text:hover, #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .touchevents .pluck-cancel-button-text:hover, .touchevents #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span:hover, #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel .touchevents span:hover, .touchevents #pluck-comments .pluck-comm-comment-connect-facebook-cancel:hover, #pluck-comments .touchevents .pluck-comm-comment-connect-facebook-cancel:hover, .touchevents #pluck-mobile .pmobile-cancel-button:hover, #pluck-mobile .touchevents .pmobile-cancel-button:hover {
    background-color: #1CB1BB;
    color: #fff; }
  .pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn a.is-loading, #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .is-loading.pluck-cancel-button-text, #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span.is-loading, #pluck-comments .is-loading.pluck-comm-comment-connect-facebook-cancel, #pluck-mobile .is-loading.pmobile-cancel-button {
    background-color: #1CB1BB;
    color: #fff; }
  .touchevents .pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn a.is-loading, .pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn .touchevents a.is-loading, .touchevents #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .is-loading.pluck-cancel-button-text, #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .touchevents .is-loading.pluck-cancel-button-text, .touchevents #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span.is-loading, #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel .touchevents span.is-loading, .touchevents #pluck-comments .is-loading.pluck-comm-comment-connect-facebook-cancel, #pluck-comments .touchevents .is-loading.pluck-comm-comment-connect-facebook-cancel, .touchevents #pluck-mobile .is-loading.pmobile-cancel-button, #pluck-mobile .touchevents .is-loading.pmobile-cancel-button {
    background-color: #1CB1BB;
    color: #fff; }

.pluck-comm-comment-content .pluck-comm-hide-hidden-info, .pluck-comm-comment-content .pluck-comm-show-hidden-info, .pluck-comm-child-count-single, .pluck-comm-child-count-multiple, #pluck-comments .pluck-comm-rate-controls a, #pluck-comments .pluck-callToAction-terms a, #pluck-comments a.pluck-comm-report-abuse, #pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms a, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button .pmobile-secondary-button-text:after, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button .pmobile-secondary-button-text:after, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-report .pmobile-secondary-button span, #pluck-mobile .pmobile-comments-replies-closed, #pluck-mobile .pmobile-comments-replies-open {
  background-color: transparent;
  color: #1CB1BB;
  cursor: pointer;
  text-decoration: none; }
  .pluck-comm-comment-content .pluck-comm-hide-hidden-info:visited, .pluck-comm-comment-content .pluck-comm-show-hidden-info:visited, .pluck-comm-child-count-single:visited, .pluck-comm-child-count-multiple:visited, #pluck-comments .pluck-comm-rate-controls a:visited, #pluck-comments .pluck-callToAction-terms a:visited, #pluck-comments a.pluck-comm-report-abuse:visited, #pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms a:visited, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button .pmobile-secondary-button-text:visited:after, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button .pmobile-secondary-button-text:visited:after, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-report .pmobile-secondary-button span:visited, #pluck-mobile .pmobile-comments-replies-closed:visited, #pluck-mobile .pmobile-comments-replies-open:visited {
    background-color: transparent;
    color: #1CB1BB;
    text-decoration: none; }
  .pluck-comm-comment-content .pluck-comm-hide-hidden-info:hover, .pluck-comm-comment-content .pluck-comm-show-hidden-info:hover, .pluck-comm-child-count-single:hover, .pluck-comm-child-count-multiple:hover, #pluck-comments .pluck-comm-rate-controls a:hover, #pluck-comments .pluck-callToAction-terms a:hover, #pluck-comments a.pluck-comm-report-abuse:hover, #pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms a:hover, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button .pmobile-secondary-button-text:hover:after, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button .pmobile-secondary-button-text:hover:after, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-report .pmobile-secondary-button span:hover, #pluck-mobile .pmobile-comments-replies-closed:hover, #pluck-mobile .pmobile-comments-replies-open:hover, .pluck-comm-comment-content .pluck-comm-hide-hidden-info:active, .pluck-comm-comment-content .pluck-comm-show-hidden-info:active, .pluck-comm-child-count-single:active, .pluck-comm-child-count-multiple:active, #pluck-comments .pluck-comm-rate-controls a:active, #pluck-comments .pluck-callToAction-terms a:active, #pluck-comments a.pluck-comm-report-abuse:active, #pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms a:active, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button .pmobile-secondary-button-text:active:after, #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button .pmobile-secondary-button-text:active:after, #pluck-mobile .pmobile-actions-wrap .pmobile-comments-report .pmobile-secondary-button span:active, #pluck-mobile .pmobile-comments-replies-closed:active, #pluck-mobile .pmobile-comments-replies-open:active {
    background-color: transparent;
    color: #1CB1BB;
    text-decoration: none; }

.comments-cta {
  float: right;
  width: 14rem;
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  margin: 0 0rem 2rem 2rem;
  text-decoration: none;
  outline: none;
  background-color: rgba(34, 34, 34, 0.05);
  color: #222;
  cursor: pointer;
  text-decoration: none; }
  .comments-cta:visited {
    background-color: rgba(34, 34, 34, 0.05);
    color: #222;
    text-decoration: none; }
  .comments-cta:hover, .comments-cta:active {
    background-color: rgba(34, 34, 34, 0.05);
    color: #222;
    text-decoration: none; }
  .comments-cta:hover, .comments-cta:focus {
    text-decoration: none !important;
    outline: none; }

.comments-cta__title {
  border: 1px solid rgba(34, 34, 34, 0.1); }

.comments-cta__title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  background-color: #fff;
  color: #222;
  cursor: pointer;
  text-decoration: none; }
  .comments-cta__title:visited {
    background-color: #fff;
    color: #222;
    text-decoration: none; }
  .comments-cta__title:hover, .comments-cta__title:active {
    background-color: #fff;
    color: #222;
    text-decoration: none; }

.comments-cta__count {
  font-size: 30px;
  font-size: 3rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  font-weight: 600;
  display: block;
  background-color: transparent;
  color: #222;
  cursor: pointer;
  text-decoration: none; }
  .comments-cta__count:visited {
    background-color: transparent;
    color: #222;
    text-decoration: none; }
  .comments-cta__count:hover, .comments-cta__count:active {
    background-color: transparent;
    color: #222;
    text-decoration: none; }
  .comments-cta__count::after {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    content: ' comments';
    text-transform: lowercase;
    display: block; }

.comments-cta__icon {
  display: inline-block;
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
  margin-top: 0.5rem;
  transition: all 0.1s ease;
  background-color: transparent;
  color: #222;
  cursor: pointer;
  fill: #222; }
  .comments-cta__icon:visited {
    background-color: transparent;
    color: #222;
    fill: #222; }
  .comments-cta__icon:hover, .comments-cta__icon:active {
    background-color: transparent;
    color: #1CB1BB;
    fill: #1CB1BB; }

.article__content a {
  color: #1CB1BB;
  text-decoration: none; }
  .article__content a:hover {
    text-decoration: underline; }

#pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span {
  background-color: transparent;
  color: #1CB1BB;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span:hover {
    background-color: transparent;
    color: #1CB1BB;
    text-decoration: none; }
  .touchevents #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span:hover {
    background-color: transparent;
    color: #1CB1BB; }
  #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span.is-loading {
    background-color: transparent;
    color: #1CB1BB; }
  .touchevents #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span.is-loading {
    background-color: transparent;
    color: #1CB1BB; }

@media screen and (min-width: 990px) {
  .slab__inner, .container {
    max-width: 990px;
    padding-left: 0px !important;
    padding-right: 0px !important; } }
.container {
  background-color: #fff;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.main {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 320px) {
    .main {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; } }
  @media screen and (min-width: 960px) {
    .main {
      padding-left: 10px;
      padding-right: 10px;
      width: 66.66667%; } }

.main__aside {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 320px) {
    .main__aside {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; } }
  @media screen and (min-width: 960px) {
    .main__aside {
      padding-left: 10px;
      padding-right: 10px;
      width: 33.33333%; } }

.main-slot {
  margin-left: -10px;
  margin-right: -10px; }
  .main-slot:before, .main-slot:after {
    content: " ";
    display: table; }
  .main-slot:after {
    clear: both; }

.second-slot {
  margin-left: -10px;
  margin-right: -10px; }
  .second-slot:before, .second-slot:after {
    content: " ";
    display: table; }
  .second-slot:after {
    clear: both; }

.third-slot {
  margin-left: -10px;
  margin-right: -10px; }
  .third-slot:before, .third-slot:after {
    content: " ";
    display: table; }
  .third-slot:after {
    clear: both; }

.bulletlist__item {
  margin-bottom: .6em;
  font-size: 2rem;
  line-height: 1.2em; }
  @media screen and (min-width: 481px) {
    .bulletlist__item {
      font-size: 2.2rem; } }
  @media screen and (min-width: 640px) {
    .bulletlist__item {
      font-size: 2.25rem; } }
  @media screen and (min-width: 960px) {
    .bulletlist__item {
      font-size: 2.3rem; } }

.bulletlist {
  font-family: inherit;
  margin-bottom: 0.75em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  line-height: inherit; }
  .bulletlist__item {
    list-style: none;
    display: inline-block;
    clear: both;
    color: #393939;
    width: 100%;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bulletlist__item--image {
      float: left;
      margin: 0 0.2em 0 0;
      display: inline-block; }
      .bulletlist__item--image svg {
        width: 0.6em;
        height: 0.6em; }
        .bulletlist__item--image svg circle {
          fill: #B6B6B6; }

.pullquote {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  clear: both;
  display: block;
  float: none;
  text-align: left;
  margin-bottom: 1.5em;
  border-top: solid thin #dfdfdf;
  border-bottom: solid thin #dfdfdf;
  color: #292929; }
  .pullquote__quote:before {
    content: "\201C";
    margin-left: -.425em; }
  .pullquote__quote:after {
    content: "\201D"; }
  .pullquote__quote {
    font-family: "utopia-std", serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    text-align: left;
    background: none;
    padding: 1.5rem 1.5rem 1rem;
    margin: 0; }
    @media screen and (min-width: 481px) {
      .pullquote__quote {
        font-size: 32px;
        font-size: 3.2rem; } }
  .pullquote__cite {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #808080;
    display: block;
    font-style: normal;
    width: 100%; }
    @media screen and (min-width: 481px) {
      .pullquote__cite {
        font-size: 18px;
        font-size: 1.8rem; } }
  .pullquote:after {
    display: none; }

@media only screen {
  .ie .brightcove-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 2rem; } }
@media only screen {
  .ie .brightcove-video > iframe, .ie .brightcove-video > div, .ie .brightcove-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

#video {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  #video.isIphone .vjs-big-play-button, #video.vjs-paused.isIphone .vjs-big-play-button {
    display: none; }
  #video .vjs-big-play-button {
    position: absolute;
    /* Center the element */
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
    background: url("/assets/images/logos/news-eye-logo-64x64.png");
    /* Corrections */
    border-radius: 0;
    box-shadow: none; }
  #video .vjs-big-play-button:before {
    content: ''; }
  #video.vjs-paused .vjs-big-play-button {
    display: block; }
  #video.vjs-playing .vjs-big-play-button {
    display: none; }
  #video .vjs-control:before {
    text-shadow: none; }
  #video .vjs-volume-bar:before {
    box-shadow: none; }
  #video .vjs-slider-handle {
    display: none; }
  #video .vjs-errors-headline {
    color: white;
    background: none; }
  #video .vjs-errors-content-container {
    text-align: center; }
  #video .vjs-errors-content-container div {
    display: none; }
  #video, #video *, #video *:before, #video *:after {
    box-sizing: content-box; }
  #video .vjs-play-progress {
    background-color: white; }
  #video .vjs-control-bar {
    z-index: 40; }
  #video .vjs-ima3-ad-container {
    z-index: 30; }
  #video .vjs-error-display {
    z-index: 20; }
  #video .vjs-big-play-button {
    z-index: 10;
    position: absolute; }

.comments-cta__icon:hover {
  width: 7rem;
  height: 7rem;
  margin-top: 0; }
.comments-cta__icon-container {
  display: inline-block;
  height: 8rem;
  width: 100%;
  margin: 0; }

.article__cta .comments-cta {
  font-family: "open-sans", sans-serif;
  font-weight: normal; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
p.pluck-error-message, p.pluck-confirm-message {
  display: inline-block; }

a.pluck-secondary-button {
  display: block;
  float: left;
  height: 25px;
  /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  margin-right: 6px;
  padding-right: 6px;
  /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  text-align: center;
  text-decoration: none; }

span.pluck-secondary-button-text {
  cursor: pointer;
  display: block;
  padding: 7px 29px 8px 35px;
  line-height: 10px;
  /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */ }

.helloDiv {
  font-style: italic;
  font-weight: bold;
  text-align: center; }

.pluckAppsDebugLog {
  display: none; }

/*********************************
 * 
 * general pluck wait
 *
 *********************************/
/* Specify top,bottom.left,right on a per-item basis */
.pluck-wait {
  display: none;
  position: absolute;
  z-index: 10; }

/* Specify background based on item being overlaid */
.pluck-wait-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  opacity: 0.80;
  filter: alpha(opacity=80); }

/* Specify top,bottom.left,right on a per-item basis */
.pluck-wait-display {
  position: absolute;
  z-index: 12; }

/* Specify font info on a per-item basis */
.pluck-wait-msg {
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center; }

/*********************************
 * 
 * pluck dialog info
 *
 *********************************/
/* Specify width on a per-item basis */
.pluck-dialog {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  padding-bottom: 5px; }

.pluck-comm-comment-delete-confirm .bottomContainer > div {
  display: none;
  /* hides the bottom border markup */ }

.pluck-comm-comment-delete-confirm .hasBackgroundColor {
  bottom: 2px !important;
  border-bottom: 2px solid #888; }

.pluck-comm-comment-delete-confirm .pluck-comm-wait-msg {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  /* requested to have a shadow in this instance */ }

.pluck-comm-comment-delete-confirm .topContainer {
  top: -2px !important;
  border-top: 2px solid #888; }

.pluck-comm-comment-delete-confirm .bottomContainer div {
  padding: 0 !important; }

/* Specify width on a per-item basis - generally 2px less than pluck-dialog */
.pluck-app .pluck-confirm-dialog .pluck-confirm-wrapper .pluck-confirm-middle {
  border: 0;
  border-radius: 0 !important;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  background: #3E3E3E; }

.pluck-dialog .pluck-wait {
  bottom: 0;
  left: 2px;
  right: 2px;
  top: 25px; }

.pluck-dialog .pluck-wait-display {
  left: 30px;
  right: 30px;
  top: 50px; }

.pluck-dialog .pluck-wait-msg {
  font-weight: bold; }

.pluck-dialog p.pluck-dialog-subheader {
  padding-top: 0; }

.pluck-dialog p.pluck-dialog-info {
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px; }

.pluck-dialog span.pluck-dialog-group {
  display: block;
  margin-bottom: 10px; }

/* Specify width on a per-item basis */
.pluck-dialog span.pluck-dialog-group label {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: normal; }

/* Specify width on a per-item basis */
.pluck-dialog span.pluck-dialog-group select {
  display: inline-block;
  border: 1px solid #e2e3ea;
  color: #222222;
  width: 80%;
  /* Fallback if Unsupported */
  width: -webkit-calc(100% - 9.5rem);
  /* Chrome 19+ & Safari */
  width: -moz-calc(100% - 9.5rem);
  /* Firefox v4-15 */
  width: calc(100% - 9.5rem); }

/* Specify width and height on a per-item basis */
.pluck-dialog span.pluck-dialog-group textarea {
  border: 1px solid #e2e3ea;
  overflow: auto;
  color: #222222;
  width: 80%;
  /* Fallback if Unsupported */
  width: -webkit-calc(100% - 9.5rem);
  /* Chrome 19+ & Safari */
  width: -moz-calc(100% - 9.5rem);
  /* Firefox v4-15 */
  width: calc(100% - 9.5rem); }

/* Specify width and height on a per-item basis */
.pluck-dialog span.pluck-dialog-group input {
  border: 1px solid #e2e3ea;
  overflow: hidden; }

.pluck-dialog p.pluck-action-error {
  display: none;
  margin: 0 10px 5px 10px; }

/* Specify the left-margin on a per-item basis. Usually the width of the pluck-dialog-group label + 20px */
.pluck-dialog p.pluck-validation-error {
  display: none;
  margin: 0 10px 5px 0; }

/* Specify padding-left on a per-item basis. Usually the width of the pluck-dialog-group label + 20px */
span.pluck-dialog-actions {
  display: block;
  height: 25px;
  margin-bottom: 15px; }

/*********************************
 * 
 * pluck/login/comment
 *
 *********************************/
.pluck-login-comment-form {
  margin-bottom: 0; }

.pluck-login-comment-content {
  width: auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

p.pluck-login-comment-calltoaction {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold; }

.pluck-login-comment-wrapper {
  width: auto;
  height: auto !important;
  /* This fixes IE6's problem with min height */
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-top: 4px solid #ddd;
  border-right: 4px solid #ddd;
  border-left: 4px solid #ddd; }

.pluck-login-comment-links-wrapper {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 20px 15px 20px;
  border-top: 4px solid #ddd;
  border-right: 4px solid #ddd;
  border-left: 4px solid #ddd; }

.pluck-login-comment-new-signup-area {
  float: left;
  margin-left: 22px;
  padding-right: 24px;
  width: 150px;
  border: 0 solid #fff; }

.pluck-login-comment-narrow .pluck-login-comment-new-signup-area {
  padding-right: 5px;
  margin-left: 5px;
  -right: 5px; }

h5.pluck-login-comment-signup-question {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  font-weight: bold; }

p.pluck-login-comment-signup-directions {
  width: 150px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal; }

.pluck-login-comment-member-login-area {
  margin-left: 236px; }

.pluck-login-comment-narrow .pluck-login-comment-member-login-area {
  margin-left: 170px;
  margin-right: 5px; }

p.pluck-login-comment-login-directions {
  margin-top: 0;
  margin-bottom: 15px;
  width: 303px;
  font-weight: normal; }

.pluck-login-comment-narrow p.pluck-login-comment-login-directions {
  width: auto; }

a.pluck-login-comment-forgot-password-link {
  display: block;
  float: right;
  text-decoration: none; }

span.pluck-login-comment-group {
  display: block;
  margin-bottom: 10px; }

span.pluck-login-comment-group label {
  display: block;
  float: left;
  width: 75px; }

span.pluck-login-comment-group input {
  display: block;
  margin-left: 10px;
  width: 225px;
  border: 1px solid #e2e3ea; }

.pluck-login-comment-narrow span.pluck-login-comment-group input {
  margin-left: 0;
  width: 210px; }

span.pluck-login-comment-submit-area {
  display: block;
  padding-left: 72px;
  width: 236px;
  height: 25px;
  padding-bottom: 24px; }

.pluck-login-comment-narrow span.pluck-login-comment-submit-area {
  width: auto;
  padding-left: 0; }

span.pluck-login-comment-submit-area label {
  margin-right: 10px; }

a.pluck-login-comment-submit-button {
  display: block; }

.pluck-login-comment-narrow a.pluck-login-comment-submit-button {
  margin-right: 0; }

.pluck-login-comment-pluck-logo {
  height: 45px;
  padding: 10px;
  text-align: center; }

a.pluck-fbconnect-login-button {
  display: block;
  float: right;
  margin-right: 4px;
  border: none; }

a.pluck-fbconnect-login-button img {
  border: none; }

/*********************************
 * 
 * pluck/login/persona
 *
 *********************************/
.pluck-login-persona-call-out {
  height: auto;
  margin: 24px 14px 24px 10px;
  border: 4px solid #cacaca; }

p.pluck-login-persona-call {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 5px; }

.pluck-login-persona-submit-area {
  display: block;
  height: 25px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 5px; }

a.pluck-login-persona-submit-button {
  display: block;
  float: right; }

/*********************************
 * 
 * pluck/reactions/score/dialog
 *
 *********************************/
.pluck-score-dialog {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding-bottom: 5px;
  width: 212px; }

.pluck-score-dialog-wrapper {
  border: 2px solid #bcb49d; }

.pluck-score-volume-info {
  padding: 10px 0;
  margin: 0; }

span.pluck-score-sub-head {
  float: left;
  margin-left: 10px;
  font-weight: bold; }

span.pluck-score-text {
  display: block;
  margin-top: 0;
  margin-left: 75px;
  margin-bottom: 0; }

.pluck-score-em {
  font-weight: bold; }

/*********************************
 * 
 * pluck/reactions/score/submit
 *
 *********************************/
span.pluck-thumb-up a:before {
  content: "Like";
  padding-right: 0.5rem; }

span.pluck-thumb-up a, span.pluck-thumb-up a:hover, span.pluck-thumb-up a:active {
  display: block;
  height: 26px;
  text-decoration: none;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
  text-decoration: none;
  color: #1cb1bb; }

span.pluck-thumb-down {
  float: right;
  height: 26px;
  padding-left: 0.5rem; }

span.pluck-thumb-down a:before {
  content: "Dislike";
  padding-right: 0.5rem;
  margin-left: 1rem; }

span.pluck-thumb-down a, span.pluck-thumb-down a:hover, span.pluck-thumb-down a:active {
  display: block;
  height: 26px;
  text-decoration: none;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #1cb1bb; }

span.pluck-thumb-wait {
  display: none;
  height: 26px;
  width: 100%;
  line-height: 26px;
  text-align: center; }

span.pluck-thumb-wait img {
  margin-right: 5px;
  margin-left: 0;
  margin-top: 2px; }

span.pluck-thumb-voted {
  display: block;
  height: 26px;
  padding-right: 20px;
  margin-right: 18px;
  line-height: 26px;
  text-align: right; }

p.pluck-thumb-error {
  display: block;
  display: none;
  margin: 5px 0; }

/*********************************
 * 
 * pluck/user/miniPersona/dialog
 *
 *********************************/
.pluck-user-mp-dialog {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }

.pluck-user-mp-wrap {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  z-index: 998;
  border: 2px solid #bcb49d;
  min-height: 190px;
  height: auto !important;
  height: 190px;
  width: 400px; }

.pluck-user-isMe .pluck-user-mp-wrap, .pluck-user-isAnonTier .pluck-user-mp-wrap {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  min-height: 120px;
  height: auto !important;
  height: 120px; }

/*      !region sidebar */
.pluck-user-mp-sidebar {
  position: absolute;
  left: 0;
  width: 60px; }

.pluck-user-mp-avatar-seethrough {
  width: 45px;
  height: 49px;
  margin-top: 0;
  margin-left: 10px; }

.pluck-user-mp-avatar-seethrough a {
  border: none;
  text-decoration: none; }

.pluck-user-mp-avatar-seethrough img.pluck-user-mp-avatarimg {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-top: 5px;
  border: 2px solid #afa89c; }

.pluck-user-mp-dialog.pluck-user-isFeaturedUser .pluck-user-mp-avatar-seethrough {
  height: 67px;
  background: transparent url("/ver1.0/Content/ua/images/comments/pluck-comm-featured-posts.jpg") bottom left no-repeat; }

.pluck-user-mp-dialog.pluck-user-isFeaturedUser .pluck-user-mp-avatar-seethrough img.pluck-user-mp-avatarimg {
  border: 2px solid #3f90f4; }

.pluck-user-mp-badges {
  margin: 7px 0 0 14px; }

.pluck-user-mp-badge {
  width: 16px;
  height: 16px;
  margin-right: 4px; }

/*      !endregion sidebar */
/*      !region content */
.pluck-user-mp-content {
  margin-left: 67px; }

.pluck-user-mp-wrap-nocorners .pluck-user-mp-content {
  margin-left: 65px; }

h4.pluck-user-mp-username {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px; }

.pluck-user-mp-wrap-ie7 h4.pluck-user-mp-username {
  padding-top: 14px; }

h4.pluck-user-mp-username a {
  font-weight: normal;
  text-decoration: none; }

p.pluck-user-mp-asl {
  display: none;
  margin-top: 0;
  margin-bottom: 0; }

.pluck-user-mp-isPublic p.pluck-user-mp-asl {
  display: block; }

.pluck-user-mp-activity-area {
  margin-right: 10px;
  margin-top: 0;
  padding-bottom: 44px; }

.pluck-user-mp-dialog.pluck-user-isMe .pluck-user-mp-activity-area, .pluck-user-mp-dialog.pluck-user-isAnonTier .pluck-user-mp-activity-area {
  padding-bottom: 5px; }

.pluck-user-mp-isPrivate .pluck-user-mp-activity-area {
  margin-top: 25px; }

.pluck-user-mp-isSharedWithFriends .pluck-user-mp-activity-area {
  margin-top: 25px; }

p.pluck-user-mp-info {
  display: none;
  margin-top: 10px;
  margin-bottom: 0; }

.pluck-user-mp-isPublic p.pluck-user-mp-info {
  display: block; }

p.pluck-user-mp-private-info {
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: bold; }

.pluck-user-mp-isPrivate p.pluck-user-mp-private-info {
  display: block; }

p.pluck-user-mp-sharedWithFriends-info {
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: bold; }

.pluck-user-mp-isSharedWithFriends p.pluck-user-mp-sharedWithFriends-info {
  display: block; }

p.pluck-user-mp-abusive-info {
  display: none;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: bold; }

.pluck-user-mp-isAbusive p.pluck-user-mp-abusive-info, .pluck-user-mp-isBlocked p.pluck-user-mp-abusive-info {
  display: block; }

.pluck-user-mp-isPublic p.pluck-user-mp-isEmpty {
  display: none; }

span.pluck-user-mp-sub-head {
  float: left;
  font-weight: bold; }

span.pluck-user-mp-text {
  display: block;
  margin-top: 5px;
  margin-left: 40px;
  margin-bottom: 0; }

span.pluck-user-mp-no-bio {
  display: block;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0; }

.pluck-user-mp-dialog .pluck-error-message, .pluck-user-mp-dialog .pluck-confirm-message {
  display: none; }

/*      !endregion content */
/*      !region actions */
.pluck-user-mp-qtip-style {
  padding: 2px;
  font-weight: normal; }

.pluck-user-mp-action-items {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 26px;
  width: 100%;
  padding-bottom: 0; }

.pluck-user-mp-dialog.pluck-user-isMe .pluck-user-mp-action-items, .pluck-user-mp-dialog.pluck-user-isAnonymous .pluck-user-mp-action-items {
  display: none; }

.pluck-user-mp-action-items .pluck-user-mp-action-items-btns {
  margin-left: 52px; }

.pluck-user-mp-action-items-btns a, .pluck-user-mp-action-items span {
  display: none; }

.pluck-user-mp-action-items-btns a img {
  height: 16px;
  margin: 5px 15px;
  width: 16px;
  border: none; }

.pluck-user-mp-action-items-btns span img {
  height: 16px;
  width: 16px;
  border: none;
  padding: 5px 15px; }

.pluck-user-mp-action-items p {
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
  text-align: center; }

/*      !endregion actions */
/*      !region messaging */
.pluck-user-mp-message-area {
  display: none;
  margin-right: 10px;
  margin-top: 10px; }

span.pluck-user-mp-message-subject-group {
  display: block;
  margin-bottom: 10px; }

span.pluck-user-mp-message-message-group {
  display: block;
  margin-bottom: 10px; }

span.pluck-user-mp-message-subject-group label {
  float: left;
  margin-right: 10px;
  width: 52px;
  font-weight: bold; }

span.pluck-user-mp-message-message-group label {
  float: left;
  margin-right: 10px;
  width: 52px;
  font-weight: bold; }

span.pluck-user-mp-message-subject-group input {
  display: inline-block;
  width: 178px;
  border: 1px solid #e2e3ea; }

span.pluck-user-mp-message-message-group textarea {
  width: 178px;
  height: 30px;
  border: 1px solid #e2e3ea;
  overflow: auto; }

span.pluck-user-mp-message-options {
  display: block;
  height: 25px;
  margin-bottom: 15px;
  margin-left: 62px; }

.pluck-user-mp-message-area .pluck-error-message {
  margin: 0; }

.pluck-user-mp-message-no-message, .pluck-user-mp-message-no-subject {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  padding-left: 62px; }

/*      !endregion messaging */
/*      !region abuse */
.pluck-user-mp-abuse-area {
  display: none;
  margin-right: 10px;
  margin-top: 20px; }

span.pluck-user-mp-report-abuse-type-group {
  display: block;
  margin-bottom: 10px; }

span.pluck-user-mp-report-abuse-message-group {
  display: block;
  margin-bottom: 10px; }

span.pluck-user-mp-report-abuse-type-group label {
  float: left;
  margin-right: 10px;
  width: 61px;
  font-weight: bold; }

span.pluck-user-mp-report-abuse-message-group label {
  float: left;
  margin-right: 10px;
  width: 61px;
  font-weight: bold; }

span.pluck-user-mp-report-abuse-type-group select {
  display: inline-block;
  width: 178px;
  border: 1px solid #e2e3ea; }

span.pluck-user-mp-report-abuse-message-group textarea {
  width: 178px;
  border: 1px solid #e2e3ea;
  overflow: auto; }

span.pluck-user-mp-report-abuse-options {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  display: block;
  height: 25px;
  margin-bottom: 15px;
  margin-left: 71px; }

.pluck-user-mp-abuse-area .pluck-error-message {
  margin: 0; }

/*      !endregion abuse */
/*      !region wait */
.pluck-user-mp-wait {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.pluck-user-mp-wait-modal {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  opacity: 0.80;
  filter: alpha(opacity=80); }

.pluck-user-mp-wait-msg {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  z-index: 10;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold; }

/*    !endregion wait */
/*    !region loading */
.pluck-user-mp-loading {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.pluck-user-mp-loading-modal {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  opacity: 0.80;
  filter: alpha(opacity=80); }

.pluck-user-mp-loading-msg {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  z-index: 10;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold; }

/*    !endregion loading */
/*    !region user states and statuses */
.pluck-user-mp-dialog.pluck-user-isSystemEditor .pluck-user-mp-avatar-seethrough {
  height: 67px; }

.pluck-user-mp-dialog.pluck-user-isSystemEditor .pluck-user-mp-avatar-seethrough img.pluck-user-mp-avatarimg {
  border: 2px solid #3f90f4; }

.pluck-user-mp-dialog.pluck-user-mp-isBlocked .pluck-user-mp-avatar-seethrough, .pluck-user-mp-dialog.pluck-user-isIgnored .pluck-user-mp-avatar-seethrough {
  height: 49px;
  background: transparent; }

.pluck-user-mp-dialog.pluck-user-mp-isBlocked .pluck-user-mp-avatar-seethrough img.pluck-user-mp-avatarimg, .pluck-user-mp-dialog.pluck-user-isIgnored .pluck-user-mp-avatar-seethrough img.pluck-user-mp-avatarimg {
  border: 2px solid #d96a6a; }

/*      !endregion user states and statuses */
/*********************************
 * 
 * pluck/util/email
 *
 *********************************/
a.pluck-email-set {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  text-decoration: none;
  background-position: -25px -223px; }

a.pluck-email-set:hover {
  width: 16px;
  margin: 0;
  background-position: -25px -245px; }

/*********************************
 * 
 * pluck/util/email/dialog
 *
 *********************************/
.pluck-email-dialog {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  min-height: 222px;
  height: auto !important;
  width: 267px;
  height: 222px;
  padding-bottom: 10px; }

.pluck-email-dialog .pluck-dialog-middle {
  width: 263px; }

.pluck-email-dialog .pluck-wait-display {
  top: 30px; }

.pluck-email-dialog .pluck-wait-msg {
  font-weight: bold; }

.pluck-email-dialog p.pluck-validation-error {
  margin-left: 85px; }

.pluck-email-dialog span.pluck-dialog-group label {
  width: 65px; }

.pluck-email-dialog span.pluck-dialog-group input {
  width: 160px; }

.pluck-email-dialog span.pluck-dialog-group textarea {
  height: 65px; }

.pluck-email-dialog span.pluck-dialog-actions {
  padding-left: 85px; }

/*********************************
 * 
 * pluck/util/permalink
 *
 *********************************/
a.pluck-permalink-set {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  text-decoration: none;
  background-position: -85px -223px; }

a.pluck-permalink-set:hover {
  width: 16px;
  margin: 0;
  background-position: -85px -245px; }

/*********************************
 * 
 * pluck/util/permalink/dialog
 *
 *********************************/
.pluck-permalink-dialog {
  z-index: 50;
  width: 133px; }

.pluck-permalink-dialog .pluck-dialog-middle {
  width: 129px; }

a.pluck-permalink-share-link {
  display: block;
  margin-left: 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none; }

.pluck-permalink-dialog a.hover, a:hover.pluck-permalink-share-link {
  text-decoration: none; }

/*********************************
 * 
 * pluck/util/share
 *
 *********************************/
a.pluck-share-set {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  text-decoration: none; }

a.pluck-share-set:hover {
  width: 16px;
  margin: 0;
  background-position: -56px -245px; }

/*********************************
 * 
 * pluck/util/share/dialog
 *
 *********************************/
.pluck-share-dialog {
  z-index: 90;
  width: 287px;
  padding-bottom: 10px; }

.pluck-share-dialog .pluck-dialog-middle {
  width: 283px; }

.pluck-share-col1 {
  float: left;
  width: 140px;
  padding-top: 10px; }

.pluck-share-col2 {
  width: 140px;
  margin-left: 143px;
  padding-top: 10px; }

span.pluck-share-item {
  display: block;
  padding-bottom: 8px; }

.pluck-share-col1 span.pluck-share-item, .pluck-share-col2 span.pluck-share-item {
  margin-left: 10px;
  margin-bottom: 7px; }

span.pluck-share-item a.pluck-share-link, span.pluck-share-item a.pluck-share-link:hover {
  text-decoration: none; }

span.pluck-share-item a.pluck-share-link img {
  border: none;
  float: left;
  margin-top: 3px;
  margin-right: 7px;
  text-decoration: none; }

span.pluck-share-item a.pluck-share-disabled-link, span.pluck-share-item a.pluck-share-disabled-link:hover {
  cursor: default;
  color: #ccc; }

/*********************************
 * 
 * pluck/reactions/recommend
 *
 *********************************/
a.pluck-reactions-recommend-like {
  display: block;
  width: 64px;
  padding: 2px;
  height: 18px;
  border: 1px solid #b3b1aa;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  background-image: url("/ver1.0/pluck/reactions/recommend/images/button_bg.png");
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

a.pluck-reactions-recommend-like-recommend {
  width: 120px; }

a.pluck-reactions-recommend-like:link, a.pluck-reactions-recommend-like:visited {
  color: #999; }

a.pluck-reactions-recommend-like:hover, a.pluck-reactions-recommend-like:focus {
  border-color: #999;
  color: #333;
  background-image: url("/ver1.0/pluck/reactions/recommend/images/button_bg_hover.png"); }

a.pluck-reactions-recommend-like span, span.pluck-reactions-recommend-liked {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 5px;
  margin-top: 0;
  line-height: 14px;
  background: transparent url("/ver1.0/pluck/reactions/recommend/images/vote_yes_inactive.png") no-repeat 0 0; }

a.pluck-reactions-recommend-like:hover span, a.pluck-reactions-recommend-like:focus span, span.pluck-reactions-recommend-liked {
  background-image: url("/ver1.0/pluck/reactions/recommend/images/vote_yes.png"); }

span.pluck-reactions-recommend-liked {
  padding-left: 20px;
  padding-top: 2px;
  color: #666;
  font-size: 14px; }

.pluck-app .pluck-confirm-dialog .pluck-confirm-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  filter: alpha(opacity=80);
  opacity: 0.80; }

.pluck-app .pluck-confirm-dialog .pluck-confirm-wrapper {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 10px;
  z-index: 12; }

.pluck-app .pluck-confirm-dialog .pluck-confirm-middle {
  position: relative;
  height: auto;
  padding: 1rem;
  text-align: center; }

.pluck-app .pluck-confirm-dialog .pluck-confirm-spacer {
  height: 8px; }

/* Primary Button */
.pluck-app .pluck-confirm-dialog span.pluck-confirm-btn {
  display: inline-block;
  margin-top: 1rem; }

.pluck-app .pluck-confirm-dialog span.pluck-confirm-btn a {
  display: block;
  width: 7.5rem;
  height: auto;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  margin: 0;
  font-family: "montserratbold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem; }

.pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn {
  margin-left: 1.4rem;
  margin-right: 0;
  padding-right: 0; }

.pluck-app .pluck-confirm-dialog span.pluck-confirm-cancel-btn a {
  display: block;
  width: 7.5rem;
  height: auto;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  margin: 0;
  font-family: "montserratbold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem; }

/* by default, hide throbbers */
.pluck-app-processing {
  display: none; }

.pluck-login-withFacebook .pluck-fbconnect-login-button {
  display: block;
  float: none;
  margin-left: 4px;
  margin-right: 4px;
  border: medium none; }

.pluck-tracking-image {
  display: none; }

/* // end original pluck cdn css file */
/*********************************
 * 
 * pluck/comments/list
 *
 *********************************/
/*     !region Comment Count Area */
.pluck-comm-ReplyLevel-1, .pluck-comm-ReplyLevel-2 {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  position: relative; }

.pluck-comm-single-comment-top {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  position: relative; }

.pluck-comm-single-comment-main {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  min-height: 121px;
  max-width: 2400px;
  min-width: 250px;
  margin: 0 auto 0 0;
  padding: 0 0 0 10px;
  width: auto;
  overflow: visible; }

/*     !endregion Comment Count Area */
/*     !region Comment Area */
.pluck-comm-sc-threading {
  position: relative;
  padding-bottom: 10px; }

/*         !region user avatar */
.pluck-comm-sc-avatar {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  left: 0;
  top: 0;
  float: left;
  width: 6rem;
  height: 6rem; }

/*
.pluck-comm-ReplyLevel-1 > .pluck-comm-single-comment-top:nth-of-type(3n+1) > .pluck-comm-single-comment-main > .pluck-comm-sc-avatar{
	background-color: $pluck-avatar-2;
}
.pluck-comm-ReplyLevel-1 > .pluck-comm-single-comment-top:nth-of-type(3n+2) > .pluck-comm-single-comment-main > .pluck-comm-sc-avatar{
	background-color: $pluck-avatar-1;
}
.pluck-comm-ReplyLevel-1 > .pluck-comm-single-comment-top:nth-of-type(3n+3) > .pluck-comm-single-comment-main > .pluck-comm-sc-avatar{
	background-color: $pluck-avatar-3;
}

.pluck-comm-ReplyLevel-2 > .pluck-comm-single-comment-top:nth-of-type(3n+1) > .pluck-comm-single-comment-main > .pluck-comm-sc-avatar{
	background-color: $pluck-avatar-2;
}
.pluck-comm-ReplyLevel-2 > .pluck-comm-single-comment-top:nth-of-type(3n+2) > .pluck-comm-single-comment-main > .pluck-comm-sc-avatar{
	background-color: $pluck-avatar-1;
}
.pluck-comm-ReplyLevel-2 > .pluck-comm-single-comment-top:nth-of-type(3n+3) > .pluck-comm-single-comment-main > .pluck-comm-sc-avatar{
	background-color: $pluck-avatar-3;
}
*/
.avatarBackground-0 .pluck-comm-sc-avatar {
  background-color: #ef783b; }

.avatarBackground-1 .pluck-comm-sc-avatar {
  background-color: #1db0e9; }

.avatarBackground-2 .pluck-comm-sc-avatar {
  background-color: #b01773; }

img.pluck-comm-avatarimg {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  width: 100%;
  height: 100%; }

/*         !endregion user avatar */
/*         !region Comment Content */
.pluck-comm-narrow .pluck-comm-comment-content {
  margin-right: 0; }

.pluck-comm-rate-system {
  float: right;
  padding-top: 8px; }

.pluck-comm-comment-content p {
  margin-top: 0;
  margin-bottom: 0; }

.pluck-comm-comment-content p.pluck-comm-body {
  overflow: hidden;
  width: 83%; }

.pluck-comm-comment-content p.pluck-comm-body a {
  text-decoration: none; }

.pluck-comm-comment-content p.pluck-comm-body img {
  padding-top: 5px;
  max-width: 100%; }

.pluck-comm-comment-content p.pluck-comm-lastEditBy {
  padding: 10px 0 0 0;
  text-align: right; }

.pluck-comm-comment-content .pluck-comm-hide-hidden-info, .pluck-comm-comment-content .pluck-comm-show-hidden-info {
  margin-left: 0;
  font-weight: normal;
  text-decoration: none;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600; }

.pluck-comm-hide-hidden-info {
  display: none; }

.pluck-comm-action-controls, .pluck-comm-edit-controls {
  display: block;
  padding: 10px 10px 0 0;
  vertical-align: top; }

.pluck-comm-action-controls a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-decoration: none; }

.pluck-comm-action-controls .pluck-thumb-voted-action {
  margin-right: 15px; }

.pluck-comm-action-controls img {
  border: none;
  vertical-align: text-bottom; }

.pluck-comm-edit-controls span {
  margin-right: 15px; }

.pluck-comm-edit-controls a {
  display: inline-block;
  text-decoration: none; }

.pluck-comm-edit-controls a img {
  float: left;
  margin-right: 5px;
  border: 0px solid #fff; }

.pluck-comm-single-comment-main .pluck-error-message {
  display: none; }

.pluck-comm-show-hide-replies-open {
  margin-bottom: -20px; }

.pluck-comm-show-hide-replies span.pluck-comm-show-hide-reply-toggle img {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 0;
  border: none; }

.pluck-comm-show-hide-replies a.pluck-comm-hide-reply-link {
  display: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  text-decoration: none; }

.pluck-comm-show-hide-replies span.pluck-comm-wait-reply-link {
  display: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  text-decoration: none; }

/*         !endregion Comment Content */
/*         !region Comment Actions */
.pluck-comm-comment-action-group-arrow-wrapper {
  position: relative;
  float: right;
  width: auto; }

.pluck-comm-comment-action-group-arrow {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  width: 110px;
  min-height: 50px;
  position: absolute;
  right: 0;
  top: 1rem; }

span.pluck-comm-email-area {
  float: left;
  height: 16px;
  width: 16px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px; }

span.pluck-comm-share-area {
  float: left;
  height: 16px;
  width: 16px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

span.pluck-comm-permalink-area {
  float: left;
  height: 16px;
  width: 16px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px; }

div.pluck-comm-abuse-area {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center; }

.pluck-comm-report-abuse {
  text-decoration: none; }

/*         !endregion Comment Actions */
/*    !endregion Comment Area */
/*    !region Wait  - DJL OK */
.pluck-comm-wait {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10; }

.pluck-comm-wait-modal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  opacity: 0.80;
  filter: alpha(opacity=80); }

.pluck-comm-wait-display {
  position: absolute;
  top: 20px;
  left: 20%;
  right: 20%;
  z-index: 12; }

/*    !endregion Wait */
/*    !region Levels - DJL OK */
.pluck-comm-ReplyLevel-2 div.pluck-comm-sc-avatar {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  margin-left: 60px; }

.pluck-comm-ReplyLevel-2 .pluck-comm-single-comment-main {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  margin-top: 0;
  margin-bottom: 0;
  min-height: 97px;
  border-top: 0; }

/*    !endregion Levels */
/*    !region Comment State conditionals */
.pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-comment-action-group-arrow, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-comment-action-group-arrow, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-comment-action-group-arrow, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-comment-action-group-arrow, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-comment-action-group-arrow, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-comment-action-group-arrow, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-comment-action-controls, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-comment-action-controls, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-comment-action-controls, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-comment-action-controls, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-comment-action-controls, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-comment-action-controls, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-sc-avatar-inactive, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-sc-avatar-inactive, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-sc-avatar-inactive, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-sc-avatar-active, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-sc-avatar-active, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-sc-avatar-active, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-sc-avatar-active, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-sc-avatar-active-persona-disabled, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-sc-avatar-active-persona-disabled, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-sc-avatar-active-persona-disabled, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-sc-avatar-active-persona-disabled, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-username-withheld, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-username-withheld, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-username-withheld, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-username-display, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-username-display, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-username-display, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-username-display, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-deletedmsg, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-deletedmsg, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-deletedmsg, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-deletedmsg, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-deletedmsg, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-deletedmsg, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-blockedmsg, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-blockedmsg, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-blockedmsg, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-blockedmsg, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-blockedmsg, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-blockedmsg, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-reviewedmsg, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-reviewedmsg, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-reviewedmsg, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-reviewedmsg, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-reviewedmsg, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-reviewedmsg, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-hiddenmsg, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-hiddenmsg, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-hiddenmsg, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-hiddenmsg, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-hiddenmsg, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-hiddenmsg, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-ignoredmsg, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-ignoredmsg, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-ignoredmsg, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-ignoredmsg, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-ignoredmsg, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-ignoredmsg, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-abusereportedmsg, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-abusereportedmsg, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-abusereportedmsg, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-abusereportedmsg, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-abusereportedmsg, .pluck-comm-wrapper .pluck-comm-isVisible .pluck-comm-abusereportedmsg, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-body, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-body, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-body, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-body, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-body, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-body, .pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-lastEditBy, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-lastEditBy, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-lastEditBy, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-lastEditBy, .pluck-comm-wrapper .pluck-comm-isAbuseReported .pluck-comm-lastEditBy, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-lastEditBy, .pluck-comm-wrapper div.pluck-comm-isDeleted .pluck-comm-edit-controls, .pluck-comm-wrapper div.pluck-user-isHidden .pluck-comm-unblock, .pluck-comm-wrapper div.pluck-user-isIgnored .pluck-comm-unblock, .pluck-comm-wrapper div.pluck-comm-isAbuseReported .pluck-comm-unblock, .pluck-comm-wrapper div.pluck-comm-isUnderReview .pluck-comm-unblock, .pluck-comm-wrapper div.pluck-comm-isVisible .pluck-comm-unblock, .pluck-comm-wrapper div.pluck-comm-isBlocked .pluck-comm-block, .pluck-comm-wrapper div.pluck-comm-isDeleted .pluck-comm-show-hide-replies, .pluck-comm-wrapper div.pluck-comm-isBlocked .pluck-comm-show-hide-replies, .pluck-comm-wrapper div.pluck-user-isHidden .pluck-comm-show-hide-replies, .pluck-comm-wrapper div.pluck-comm-isUnderReview .pluck-comm-show-hide-replies, .pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-username-withheld, .pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-sc-avatar-inactive, .pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-show-hidden-info {
  display: none; }

.pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-username-display, .pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-sc-avatar-active, .pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-body, .pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-lastEditBy, .pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-sc-avatar-active-persona-disabled {
  display: block; }

.pluck-comm-wrapper .pluck-comm-showHiddenInfo .pluck-comm-hide-hidden-info {
  display: inline; }

/*    !endregion Comment State conditionals */
div.pluck-comm-pagination-logo-area {
  float: right;
  height: 39px;
  width: 130px;
  overflow: hidden; }

div.pluck-comm-pagination-logo-area img {
  margin-left: 1px;
  border: none; }

div.pluck-comm-pagination-back-area {
  height: 30px;
  margin-left: 15px;
  padding-top: 7px; }

a.pluck-comm-pagination-first {
  display: block;
  float: left;
  width: 28px;
  height: 25px;
  margin-right: 7px; }

a.pluck-comm-pagination-prev {
  display: block;
  float: left;
  width: 44px;
  height: 20px;
  padding-top: 5px;
  padding-left: 25px;
  text-decoration: none; }

div.pluck-comm-pagination-forward-area {
  float: right;
  width: 106px;
  height: 25px;
  margin-right: 15px;
  padding-top: 7px; }

.pluck-comm-ReplyLevel-2 div.pluck-comm-pagination-forward-area {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  margin-right: 145px; }

a.pluck-comm-pagination-next {
  display: block;
  float: right;
  width: 69px;
  height: 20px;
  padding-right: 0;
  padding-top: 5px;
  text-align: left;
  text-decoration: none;
  text-indent: 15px; }

a.pluck-comm-pagination-last {
  display: block;
  float: right;
  width: 28px;
  height: 25px;
  margin-left: 7px; }

/*     !endregion Pagination */
/*     !region Retrieval Errors */
.pluck-comm-errors {
  /* SEE IE 6 STYLESHEET FOR MORE STYLES */
  position: relative;
  border-top: 3px solid #767572;
  max-width: 2400px;
  min-width: 250px;
  width: auto;
  margin: 0 auto 0 0;
  min-height: 25px;
  padding-top: 0; }

.pluck-comm-error-msg {
  padding: 10px; }

.pluck-comm-error-details {
  display: none;
  padding: 10px;
  border-top: 1px solid #a6a6a5; }

/*     !endregion */
/*********************************
 * 
 * pluck/comments/submit
 *
 *********************************/
.pluck-comm-comment-input {
  max-width: 2400px;
  margin: 0;
  min-width: 350px;
  padding-top: 0;
  padding-right: 0; }

.pluck-comm-no-comments {
  border-bottom: 4px solid #767572; }

.pluck-comm-comment-input .pluck-error-message {
  display: none; }

.pluck-comm-comment-input .pluck-confirm-message {
  display: none;
  margin: 0 0 0 10px; }

.pluck-comm-reply-input {
  position: relative;
  display: none;
  border: 0 solid #fff;
  margin: 0 150px 0 0;
  min-width: 300px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 17px; }

.pluck-comm-narrow .pluck-comm-reply-input {
  margin-right: 10px; }

p.pluck-comm-calltoaction {
  padding-left: 15px;
  margin-top: 0;
  margin: 0;
  background-color: #ffffff;
  padding-bottom: 10px; }

.pluck-comm-comment-input .pluck-comm-socialoptions {
  clear: right;
  display: block;
  width: 308px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0 10px 5px;
  cursor: default; }

.pluck-comm-wrapper .pluck-comm-socialoptions {
  clear: right;
  display: block;
  height: 20px;
  margin-left: 15px;
  margin-right: 10px;
  padding: 10px 0 10px 5px;
  width: 89%;
  cursor: default; }

span.pluck-comm-facebook-option, span.pluck-comm-twitter-option, span.pluck-comm-linkedin-option {
  margin-left: 2rem; }

span.pluck-comm-facebook-option {
  margin-left: 1rem; }

span.pluck-comm-socialoptions-posttext {
  margin-right: 10px;
  margin-top: 5px;
  font-weight: bold; }

.pluck-comm-socialoptions span.pluck-comm-facebook-option, .pluck-comm-socialoptions span.pluck-comm-twitter-option, .pluck-comm-socialoptions span.pluck-comm-linkedin-option {
  margin-top: 0; }

form.pluck-comm-posting-form {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px; }

.pluck-comm-submitoptions label, .pluck-comm-socialoptions label {
  font-weight: bold; }

.pluck-comm-socialoptions label {
  display: inline-block; }

.pluck-comm-socialoptions label.isie {
  margin-top: 3px; }

.pluck-comm-input-rounded-wrap {
  width: auto;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-top: 4px solid #ddd;
  border-right: 4px solid #ddd;
  border-left: 4px solid #ddd; }

/*    !region Wait  - DJL OK */
.pluck-comm-submit-wait, .pluck-comm-submit-wait-fb {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10; }

.pluck-comm-submit-wait-modal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  opacity: 0.80;
  filter: alpha(opacity=80); }

.pluck-comm-submit-wait-display {
  position: absolute;
  top: 50px;
  left: 10%;
  right: 10%;
  z-index: 12; }

.pluck-comm-submit-wait-msg {
  padding: 1.5rem 1rem 1rem 1rem;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  background-color: #3E3E3E; }
  .pluck-comm-submit-wait-msg img {
    margin-bottom: 1rem; }

/*    !endregion Wait */
.pluck-nocomm-logo {
  padding-top: 10px;
  text-align: center; }

.pluck-nocomm-logo img {
  border: 0; }

.pluck-comm-comment-input-fb-auto {
  display: none; }

.pluck-comm-commenting-as-persona-disabled, .pluck-comm-commenting-as {
  padding-top: 15px;
  padding-left: 60px;
  margin-bottom: 20px;
  margin-top: 0px;
  vertical-align: middle; }

.pluck-user-isGroupAdmin .pluck-comm-commenting-as, .pluck-user-isGroupManager .pluck-comm-commenting-as, .pluck-user-isSystemEditor .pluck-comm-commenting-as, .pluck-user-isFeatured .pluck-comm-commenting-as {
  margin-bottom: 42px; }

.pluck-comm-commenting-as a, .pluck-comm-commenting-as-persona-disabled a {
  color: #06c;
  font-weight: normal;
  text-decoration: none; }

.pluck-comm-commenting-as-fb-icon {
  float: left;
  padding-top: 2px;
  padding-left: 8px; }

.pluck-comm-commenting-as-fb {
  width: 300px;
  padding-left: 30px;
  vertical-align: middle;
  color: #1a1414; }

.pluck-comm-submit-loggedInUser {
  margin-left: 6px; }

/**************
 * Updates for Pothole
 **************/
.pluck-comm-posting-form div.pluck-user-isGroupAdmin img.pluck-comm-avatarimg, .pluck-comm-posting-form div.pluck-user-isGroupManager img.pluck-comm-avatarimg, .pluck-comm-posting-form div.pluck-user-isSystemEditor img.pluck-comm-avatarimg, .pluck-comm-posting-form div.pluck-user-isFeatured img.pluck-comm-avatarimg {
  border: 2px solid #3f90f4; }

/*******************
 * Updates for 2/22/11
 *******************/
.pluck-comm-paged-pagination a, span.pluck-comm-paged-pagination-separator {
  color: #0066cc; }

.pluck-comm-paged-pagination-page {
  font-size: 0.8em; }

.pluck-comm-paged-pagination-wrapper {
  background: none; }

.pluck-comm-paged-pagination-wrapper a.pluck-comm-paged-pagination-button-prev {
  background: transparent url("/ver1.0/pluck/reviews/pluck-pag-prev-active.png") top left no-repeat; }

.pluck-comm-paged-pagination-wrapper span.pluck-comm-paged-pagination-button-prev {
  background: transparent url("/ver1.0/pluck/comments/list/pluck-pag-prev-disabled.png") top left no-repeat; }

.pluck-comm-paged-pagination-wrapper a.pluck-comm-paged-pagination-button-next {
  background: transparent url("/ver1.0/pluck/comments/list/pluck-pag-next-active.png") top left no-repeat; }

.pluck-comm-paged-pagination-wrapper span.pluck-comm-paged-pagination-button-next {
  background: transparent url("/ver1.0/pluck/comments/list/pluck-pag-next-disabled.png") top left no-repeat; }

.pluck-comm-paged-pagination {
  /* See IE6 stylesheet for additional styles */
  height: 18px;
  padding: 10px 10px 10px 25px;
  text-align: right; }

.pluck-comm-paged-pagination-wrapper {
  float: right;
  height: 18px;
  padding-right: 20px; }

.pluck-comm-ReplyLevel-2 .pluck-comm-paged-pagination-wrapper {
  padding-right: 140px; }

.pluck-comm-paged-pagination-wrapper a {
  text-decoration: none; }

.pluck-comm-paged-pagination-wrapper img {
  display: block;
  border: 0; }

.pluck-comm-paged-pagination-button-prev {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px; }

.pluck-comm-paged-pagination-button-next {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 5px; }

.pluck-comm-paged-pagination-page {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding-top: 2px; }

.pluck-comm-paged-pagination-separator {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding-top: 0px; }

span.pluck-comm-paged-pagination-page {
  font-weight: bold; }

p.pluck-comm-calltoaction-disabled {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  color: #cc6633;
  font-weight: bold;
  background: #E0E0E0; }

.pluck-comm-wrapper .pluck-comm-isDeleted .pluck-comm-action-controls, .pluck-comm-wrapper .pluck-comm-isBlocked .pluck-comm-action-controls, .pluck-comm-wrapper .pluck-user-isHidden .pluck-comm-action-controls, .pluck-comm-wrapper .pluck-user-isIgnored .pluck-comm-action-controls, .pluck-comm-wrapper .pluck-comm-isUnderReview .pluck-comm-action-controls {
  display: none; }

.pluck-comm-show-hide-replies div.pluck-comm-wait-reply-link {
  display: none; }

/** Updates for Quicksand **/
.pluck-comm-commenting-as {
  padding-top: 18px; }

.pluck-comm-submit-loggedInUser {
  height: 40px; }

.pluck-comm-posting-form div.pluck-user-isGroupAdmin, .pluck-comm-posting-form div.pluck-user-isGroupManager, .pluck-comm-posting-form div.pluck-user-isSystemEditor, .pluck-comm-posting-form div.pluck-user-isFeatured {
  height: 62px; }

.pluck-comm-posting-form .pluck-comm-submit-loggedInUser h4 {
  color: #1a1414;
  font-size: 0.8em;
  font-weight: normal; }

.pluck-comm-body, .pluck-comm-body a {
  word-wrap: break-word; }

/* // end comments cdn css file */
/* jp-pluck.css */
/*********************************
 * 
 * pluck/login/comment
 *
 *********************************/
#commentsSection {
  margin-top: 20px; }

.pluck-app {
  color: #000; }

.pluck-login-comment-content, .pluck-login-comment-wrapper, .pluck-login-comment-links-wrapper {
  background: none; }

.pluck-login-comment-links-wrapper {
  border: none; }

p.pluck-login-comment-calltoaction {
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 15px;
  font-weight: bold; }

.pluck-login-comment-content p.pluck-login-comment-calltoaction {
  display: none; }

a.pluck-email-set, a.pluck-permalink-set, a.pluck-share-set {
  background-image: url("http://samples.pluck.com/ver1.0/Content/ua/images/comments/pluck-comm-action-buttons.png"); }

/* jp-pluck.css */
/* jp-comments-v2.css */
/*********************************
 * 
 * pluck/login/comment
 *
 *********************************/
#commentsSection {
  margin-top: 20px; }

.pluck-login-comment-pluck-logo, .pluck-nocomm-logo, .pluck-login-comment-content p.pluck-login-comment-calltoaction, img.pluck-comm-avatarimg, .pluck-comm-show-hide-replies-links a.pluck-comm-show-reply-link img, .pluck-comm-show-hide-replies-links a.pluck-comm-hide-reply-link img, .pluck-comm-submit-loggedInUser, .pluck-comm-comment-input .pluck-comm-socialoptions, div.pluck-comm-pagination-logo-area, .pluck-score-volume-display, .pluck-comm-reply-input p.pluck-comm-calltoaction, .pluck-comm-isAbuseReported .pluck-comm-rate-system, .pluck-comm-isDeleted .pluck-comm-rate-system, .pluck-comm-isBlockedOrig .pluck-comm-rate-system, a.pluck-login-comment-signup-button {
  display: none; }

p.pluck-login-comment-calltoaction {
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 15px;
  font-weight: bold; }

.pluck-comm-ReplyLevel-2 .pluck-comm-single-comment-main {
  margin-left: 6.4rem; }

.pluck-comm-wrapper div.pluck-user-isSystemEditor img.pluck-comm-avatarimg {
  border-bottom: 5px solid; }

.pluck-comm-wrapper div.pluck-user-isSystemEditor .pluck-comm-sc-avatar {
  padding-bottom: 3px;
  background-position: left 70px;
  background-repeat: no-repeat; }

p.pluck-comm-body, p.pluck-comm-abusereportedmsg {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
  padding: 1.1rem 0 0 0; }

p.pluck-comm-body {
  padding: 0; }

p.pluck-comm-abusereportedmsg {
  padding-left: 0; }

.pluck-comm-ReplyLevel-2 p.pluck-comm-abusereportedmsg {
  padding-left: 10px; }

.pluck-comm-ReplyLevel-2 .pluck-comm-comment-action-group-arrow-wrapper {
  border: none; }

.pluck-comm-comment-input {
  border: 0; }

.pluck-comm-reply-input {
  border: none;
  padding: 0;
  margin: 1rem 0 0 0; }

.pluck-comm-comment-input .pluck-comm-socialoptions {
  cursor: default;
  display: block;
  width: 308px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px 0 10px 0; }

.pluck-comm-commenting-as-persona-disabled, .pluck-comm-commenting-as {
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 82px;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 1.6em; }

.pluck-standardfont p.pluck-comm-calltoaction {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: bold; }

.pluck-comm-comment-input p.pluck-comm-calltoaction {
  padding-left: 0; }

.pluck-comm-submitoptions {
  padding-left: 0;
  width: 420px; }

.pluck-comm-pagination-level1 {
  border: none; }

.pluck-comm-pagination-wrapper {
  position: absolute;
  height: 39px;
  width: 300px; }

.pluck-comm-paged-pagination {
  padding: 0; }

.pluck-comm-paged-pagination-wrapper {
  float: left; }

.pluck-comm-paged-pagination-page {
  font-size: inherit; }

.pluck-comm-comment-action-group-arrow-wrapper, .pluck-comm-comment-action-group-arrow {
  position: static; }

span.pluck-thumb-down, span.pluck-thumb-up {
  display: inline-block;
  float: right;
  height: 20px;
  width: auto; }

div.pluck-comm-abuse-area {
  position: relative;
  top: 15px;
  clear: right;
  margin-top: 0;
  text-align: right; }

div.pluck-comm-abuse-area a:hover {
  text-decoration: underline; }

.pluck-comm-rate-system {
  position: relative;
  top: 4px;
  padding-top: 0;
  margin-right: 5px; }

.pluck-comm-ReplyLevel-2 .pluck-comm-rate-system {
  top: 7px; }

.pluck-comm-ReplyLevel-2 div.pluck-comm-sc-avatar {
  margin-left: 0; }

.jp-comments-reply-user {
  position: relative;
  left: -26px;
  top: 2px;
  display: block;
  min-height: 20px;
  padding: 6px 0 0 27px;
  font-size: 0.8em;
  background-position: 0 0;
  background-repeat: no-repeat; }

.pluck-comm-input-rounded-wrap {
  border: 0 !important; }

.pluck-comm-reply-input .pluck-comm-message-border textarea {
  height: 116px;
  width: 404px;
  margin: 0; }

.pluck-comm-reply-input .pluck-comm-submitoptions {
  width: 404px;
  height: 1%; }

.pluck-comm-reply-input .pluck-comm-submitoptions:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.pluck-comm-comment-action-group-arrow {
  width: auto; }

.pluck-comm .pluck-user-mp-dialog {
  display: none !important;
  /* left for specificity */ }

span.pluck-thumb-voted {
  position: relative;
  top: 0;
  margin-right: 0;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
  padding: 0; }

.pluck-comm-isAbuseReported .pluck-comm-single-comment-main {
  opacity: 1; }

/* end of jp-comments-v2.css */
.pluck-comm-child-count-single, .pluck-comm-child-count-multiple {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 700; }

.pluck-comm-child-count-single:hover, .pluck-comm-child-count-multiple:hover {
  text-decoration: none; }

.pluck-comm-ReplyLevel-2 {
  border-top-color: #ccc; }

span.pluck-score-volume {
  display: none; }

span.pluck-wait-msg-txt, .pluck-comm-submit-wait-msg {
  display: inline-block;
  width: 34.8rem;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #ffffff; }

.pluck-comm-wait-msg {
  width: 34.8rem;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #ffffff;
  display: inline-block;
  background-color: #3E3E3E;
  padding: 1.5rem 1rem 1rem 1rem;
  text-align: center; }
  .pluck-comm-wait-msg img {
    margin-bottom: 1rem; }

span.pluck-voted-up:after {
  content: " Like"; }

span.pluck-voted-down:after {
  content: " Dislike"; }

.pluck-comm-email-area, .pluck-comm-share-area {
  display: none; }

.pluck-comm-permalink-area {
  margin: 12px 0 0; }

div.pluck-comm-abuse-area {
  top: 0px; }

span.pluck-comm-permalink-area {
  float: right;
  margin: 0; }

.pluck-comm-isUnderReview span.pluck-score-volume {
  display: none; }

.pluck-comm-posting-form {
  width: 588px;
  padding: 0 20px; }

.pluck-app .pluck-confirm-dialog .pluck-confirm-wrapper {
  width: 348px; }

.pluck-comm-submit-wait-display {
  left: 2%; }

.pluck-comm-comment-input .pluck-comm-socialoptions {
  display: block;
  background: none;
  /*	visibility:hidden;*/
  /* UN-hidden on staging only for Kim - should be hidden for live */ }

span.pluck-confirm-btn .pluck-comm-comment-connect-twitter-yes {
  color: #fff; }

p.pluck-comm-calltoaction span {
  line-height: 3em;
  float: left;
  display: inline-block;
  clear: right;
  margin-left: 0; }

p.pluck-comm-calltoaction span {
  position: absolute;
  z-index: 6;
  /* allows click */
  width: 100%; }

span.pluck-comm-socialoptions-posttext {
  margin: 2px 0 0; }

.pluck-callToAction-terms {
  clear: both;
  display: block;
  width: 100%; }

span.pluck-comm-linkedin-option {
  display: none; }

.pluck-comm-facebook-option, .pluck-comm-twitter-option {
  clear: left; }

span.pluck-comm-socialoptions-posttext {
  clear: left;
  display: inline;
  float: left;
  width: 50px;
  font-weight: 400;
  font-size: 14px; }

span.pluck-comm-facebook-option, span.pluck-comm-twitter-option {
  display: inline;
  clear: none;
  float: left;
  position: relative; }

.pluck-comm-wrapper {
  margin: 0 0 50px; }

.pluck-comm-pagination-wrapper {
  bottom: -60px;
  margin: 20px 0 0; }

/* cluster watch */
.pluck-login-comment-links-wrapper p {
  color: #666666; }

.pluck-login-comment-content {
  position: relative; }

.pluck-login-comment-links-submit-area {
  width: 100%; }

.pluck-comm-reply-button-ref.pluck-png, .pluck-comm-reply-button-ref.pluck-png:hover {
  line-height: 150%; }

div.topContainer div, .pluck-comm-delete a img, .pluck-comm-facebook-option label img, .pluck-comm-twitter-option label img {
  display: none; }

div.topContainer div {
  padding-left: 20px;
  background: url("/assets/images/comments/delete.gif") no-repeat left center; }

.pluck-comm-facebook-option label {
  width: 3.2rem;
  height: 3.2rem;
  background: url("/assets/images/svg/pluck/facebook-circle.svg") no-repeat center center;
  margin-left: 2.5rem; }

.pluck-comm-reply-input .pluck-comm-facebook-option label {
  margin-top: 1px; }

.pluck-comm-socialoptions input {
  height: 1.62rem;
  min-height: 1.6rem;
  width: 1.6rem;
  min-width: 1.6rem;
  position: absolute;
  top: 0.8rem; }

.pluck-comm-twitter-option label {
  width: 3.2rem;
  height: 3.2rem;
  background: url("/assets/images/svg/pluck/twitter-circle.svg") no-repeat center center;
  margin-left: 2.5rem; }

.pluck-login-comment-links-wrapper {
  padding: 0; }

.pluck-login-comment-links-submit-area a {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #1cb1bb; }

.pluck-app .pluck-comm-comment-delete-confirm.pluck-confirm-dialog span.pluck-confirm-btn {
  padding-right: 0; }

p.pluck-comm-calltoaction {
  width: 283px;
  padding: 14px 100px 14px 20px;
  font-size: 19px; }

.pluck-comm-reply-input {
  margin-left: 0 !important;
  /* override !important as inline styled */ }

.pluck-comm-wait-reply-link {
  height: auto;
  padding: 1.5rem 1rem 1rem 1rem;
  width: 34.8rem;
  color: #ffffff;
  text-align: center;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #ffffff;
  background-color: #3E3E3E; }
  .pluck-comm-wait-reply-link img {
    margin-bottom: 1rem; }

.pluck-dialog-submit.pluck-report-abuse-submit {
  margin-top: 2px;
  padding: 7px 0; }

.pluck-comm-comment-action-group-arrow {
  position: absolute;
  right: 0; }

#commentsSection textarea::-moz-placeholder {
  font-style: italic; }

#commentsSection textarea::-webkit-input-placeholder {
  font-style: italic; }

#commentsSection textarea:-ms-input-placeholder {
  font-style: italic; }

.pluck-comm-no-comments .pluck-comm-message-border .pluck-comm-first-to-comment {
  display: none; }

/* cluster watch */
/* end of jp-comments-theme.css */
/*Text area*/
.pluck-comm-message-border textarea::-webkit-input-placeholder {
  font-style: italic; }

.pluck-comm-message-border textarea::-moz-placeholder {
  font-style: italic; }

.pluck-comm-message-border textarea:-moz-placeholder {
  font-style: italic; }

.pluck-comm-message-border textarea:-ms-input-placeholder {
  font-style: italic; }

/*********************************
 *
 * CSS control - DO NOT CHANGE OR REMOVE
 * needed to track loading of this css file
 *
 *********************************/
.wf-loading .pmobile-app {
  font-size: 14px; }

.wf-inactive .pmobile-app {
  font-size: 14px; }

.wf-active .pmobile-app {
  font-size: 14px; }

.wf-active .pmobile-app input, .wf-active .pmobile-app textarea, .wf-active .pmobile-app select {
  font-size: 1.0em; }

.pmobile-app {
  position: relative;
  color: #1a1414; }

.pmobile-wait {
  position: absolute;
  display: none;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.pmobile-wait-modal {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.80; }

.pmobile-wait-display {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 12; }

.pmobile-wait-msg {
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff; }

#comments a.pmobile-comments-replies-closed
.pmobile-process-error {
  padding: 10px;
  font-size: 0.9em;
  background: #ddd; }

p.pmobile-error-message {
  display: none;
  margin: 0;
  color: #c3333; }

p.pmobile-info-message {
  display: none;
  margin: 0px;
  color: #c63; }

.pmobile-pag-wrap {
  display: none;
  margin: 0;
  padding: 5px 5px;
  text-align: center; }

.pmobile-pag-wrap a {
  display: block !important;
  height: 35px;
  color: #06c;
  font-size: 0.9em;
  line-height: 35px;
  text-align: center;
  text-decoration: none; }

.pmobile-pag-wrap img {
  display: none; }

.pmobile-actions-wrap div {
  display: none;
  padding: 0px;
  margin: 0px; }

.pmobile-actions-count-0 {
  display: none; }

.pmobile-actions-count-1 div {
  width: 25%; }

.pmobile-actions-count-2 div {
  width: 50%; }

.pmobile-actions-count-3 div {
  width: 33%; }

.pmobile-actions-count-4 div {
  width: 25%; }

.pmobile-actions-count-5 div {
  width: 20%; }

.pmobile-actions-count-2 div.pmobile-double-span {
  width: 100%; }

.pmobile-actions-count-3 div.pmobile-double-span {
  /*width: 70%;*/ }

.pmobile-actions-count-4 div.pmobile-double-span {
  width: 50%; }

.pmobile-actions-count-5 div.pmobile-double-span {
  width: 40%; }

.pmobile-app label.pmobile-error-field {
  color: #c33; }

.pmobile-required-indicator {
  color: #c63; }

/** Abuse Submit **/
.pmobile-abuse .pmobile-wait {
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px; }

.pmobile-powered-by-wrap {
  height: 30px;
  text-align: right;
  background-color: #999; }

.pmobile-powered-by-wrap a {
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px; }

.pmobile-powered-by-wrap img {
  border: 0; }

/* // end pluck mobile.css */
/*********************************
 *
 * CSS control - DO NOT CHANGE OR REMOVE
 * needed to track loading of this css file
 *
 *********************************/
.pmobile-comments-css-loaded {
  /* DO NOT CHANGE OR REMOVE - needed to track loading of this css file */
  border-bottom-color: #010204; }

.pmobile-comments {
  border: 1px solid #999;
  margin: 0px auto;
  max-width: 480px;
  min-width: 318px;
  padding: 0px auto;
  width: auto; }

.pmobile-comments-submit-wrap {
  position: relative;
  min-height: 100px;
  padding: 10px; }

.pmobile-comments-reply-wrap {
  display: none;
  margin: 10px 0;
  border: 4px solid #d9d1a4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.pmobile-comments-reply-wrap .pmobile-wait {
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px; }

.pmobile-comments-submit-wrap h4 {
  margin: 0 0 1rem 0;
  padding: 0; }

.pmobile-comments-submit-wrap textarea.pmobile-comments-submit-active {
  height: 100px; }

.pmobile-comments-submit-actions {
  height: 40px;
  margin-bottom: 10px; }

.pmobile-auth-wrap {
  background: #ddd;
  min-height: 55px;
  padding-left: 0px;
  width: 100%; }

.pmobile-comments-noComments {
  min-height: 30px;
  padding: 10px;
  font-size: 0.9em; }

.pmobile-comments-replies .pmobile-pag-wrap {
  margin-left: 40px; }

.pmobile-comments-prev {
  border-bottom: 2px solid #a6a6a5; }

.pmobile-comments-replies .pmobile-comments-prev {
  border-bottom: 0 solid #a6a6a5; }

.pmobile-comments-newPageInfo {
  display: none; }

.pmobile-comments-single-wrap {
  position: relative;
  margin-bottom: 2rem;
  border-top: 1px solid #dedede;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .pmobile-comments-single-wrap:after {
    content: "";
    display: block;
    clear: both; }

.pmobile-comments-reply {
  margin-left: 10%;
  background: url("/ver1.0/mobile/images/reply-arrow.png") 17px 21px no-repeat;
  width: 90%; }

.pmobile-comments-warning {
  margin: 1rem 0 0 0;
  font-style: italic;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem; }

.pmobile-comments-meta {
  font-size: 0.8em; }

.pmobile-comments-score-wrap {
  float: right;
  margin-right: 10px;
  color: #a6a6a5; }

.pmobile-comments-score-wrap p {
  margin: 0; }

.pmobile-comments-score-wrap img {
  margin: 0 3px;
  vertical-align: bottom; }

.pmobile-comments-total-score-number, .pmobile-comments-up-score-number, .pmobile-comments-down-score-number {
  color: #934c34; }

.pmobile-comments-content {
  margin-bottom: 15px; }

.pmobile-comments-content p.pmobile-comments-edited {
  color: #999;
  text-align: right; }

span.pmobile-comments-content-filler {
  color: #999; }

div.pmobile-comments-comment-reply, .pmobile-comments-can-score div.pmobile-comments-vote-up, .pmobile-comments-can-score div.pmobile-comments-vote-down, .pmobile-comments-scored-up div.pmobile-comments-voted-up, .pmobile-comments-scored-down div.pmobile-comments-voted-down, .pmobile-comments-reported-abuse div.pmobile-comments-reported, .pmobile-comments-report-abuse div.pmobile-comments-report {
  display: inline-block; }

.pmobile-comments-replies-wrap {
  height: auto;
  margin: 0 2rem 1rem 0; }

.pmobile-comments-replies-wait {
  display: none;
  padding-top: 10px;
  text-align: center; }

.pmobile-comments-reply-count {
  margin-right: 5px; }

.pmobile-comments-replies-single .pmobile-comments-replies-count-label, .pmobile-comments-replies-multiple .pmobile-comments-reply-count-label, .pmobile-comments-isIgnored .pmobile-comments-abuseReported, .pmobile-comments-isIgnored .pmobile-comments-meta, .pmobile-comments-isIgnored .pmobile-comments-content, .pmobile-comments-isIgnored .pmobile-comments-actions-wrap, .pmobile-comments-isIgnored .pmobile-comments-replies-wrap, .pmobile-comments-isIgnored .pmobile-comments-replies, .pmobile-comments-isAbuseReported .pmobile-comments-meta, .pmobile-comments-isAbuseReported .pmobile-comments-content, .pmobile-comments-isAbuseReported .pmobile-comments-actions-wrap, .pmobile-comments-isAbuseReported .pmobile-comments-replies-wrap, .pmobile-comments-isAbuseReported .pmobile-comments-replies {
  display: none; }

.pmobile-comments-ignored, .pmobile-comments-abuseReported {
  cursor: pointer;
  display: none; }

.pmobile-comments-isIgnored .pmobile-comments-ignored, .pmobile-comments-isAbuseReported .pmobile-comments-abuseReported {
  display: block; }

/************************
 * Changes for 5.2
 ************************/
.pmobile-comments-content > p {
  overflow: hidden;
  word-wrap: break-word; }

/*  // end mobile comments.css */
.pmobile-comments-introtext {
  margin: 19px 0 0 0 !important;
  padding: 10px 0;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 11px !important;
  font-weight: bold; }

.pmobile-comments {
  border: none;
  margin: 0;
  max-width: inherit;
  min-width: inherit;
  line-height: normal; }

.wf-active .pmobile-app {
  font-size: inherit;
  line-height: normal; }

.pmobile-comments-submit-wrap {
  padding: 6px 10px 10px 0;
  min-height: 20px;
  height: auto;
  width: auto;
  margin-bottom: 10px;
  margin-top: 20px;
  background: none; }

.pmobile-auth-wrap {
  margin-top: 0; }

.pmobile-comments-reply-wrap {
  margin-bottom: 80px; }

span.pmobile-comments-content-filler {
  display: none; }

.pmobile-comments-score-wrap img {
  display: none !important; }

.pmobile-comments-up-score, .pmobile-comments-down-score {
  display: inline-block;
  position: relative;
  top: 0;
  height: 18px;
  margin: 0 0 0 3px;
  min-width: inherit;
  padding: 7px 3px 0 20px;
  width: auto;
  background-position: 0 4px;
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-bottom-width: 3px; }

.pmobile-comments-score-wrap {
  margin-right: 0; }

.pmobile-comments-score-wrap p {
  margin: 0 !important;
  font-size: 10px !important; }

.pmobile-powered-by-wrap {
  display: none; }

.pmobile-comments-submit-actions {
  margin-bottom: 0;
  margin-top: -4px; }

.pmobile-actions-count-4 div {
  width: auto; }

a.pmobile-secondary-button {
  background: none; }

.pmobile-comments-comment-reply {
  float: right;
  margin-left: 1rem !important; }

a.pmobile-secondary-button {
  height: auto; }

.pmobile-comments-submit-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

.pmobile-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button, .pmobile-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button {
  padding: 0; }

.pmobile-comments-single-wrap {
  margin-bottom: 0; }

.pmobile-comments-replies {
  border-top-style: dashed;
  border-top-width: 1px;
  padding-top: 15px; }

.pmobile-comments-total-score {
  display: none; }

.pmobile-actions-count-2 div {
  width: auto; }

.pmobile-actions-count-4 div.pmobile-double-span {
  float: left;
  width: auto; }

.pmobile-actions-count-3 div {
  width: auto; }

.pmobile-comments-replies .pmobile-comments-isAbuseReported {
  background-position: 2px 7px;
  padding: 10px 0 10px 35px; }

.pmobile-comments-isAbuseReported .pmobile-comments-abuseReported {
  opacity: 0.5; }

.pmobile-comments-replies .pmobile-comments-isAbuseReported .pmobile-comments-abuseReported {
  padding: 0;
  margin: 0; }

#comments .pmobile-comments-submit-wrap textarea::-moz-placeholder {
  font-style: italic; }

#comments .pmobile-comments-submit-wrap textarea::-webkit-input-placeholder {
  font-style: italic; }

#comments .pmobile-comments-submit-wrap textarea:-ms-input-placeholder {
  font-style: italic; }

.pmobile-comments-single-wrap .pmobile-comments-actions-wrap .pmobile-double-span {
  margin-top: 6px; }

.pmobile-comments-single-wrap .pmobile-comments-actions-wrap .pmobile-double-span p {
  padding-bottom: 6px; }

.pmobile-comments-submit-actions {
  height: auto; }

.pmobile-comments-introtext {
  color: #505050 !important;
  border-top-color: #ccc; }

.pmobile-comments-submit-wrap {
  border: none;
  background: #ffffff; }

.pmobile-comments-up-score,
.pmobile-comments-down-score {
  border-bottom-color: #ebebeb;
  color: #444;
  background-color: #ebebeb;
  background-image: url("/assets/images/comments/comment-rate-icon.gif"); }

.pmobile-comments-reply {
  background-image: url(/assets/images/comments/comment-reply-arrow.png);
  background-position: 2px 30px; }

.pmobile-comments-submit-wrap h4 {
  color: #505050; }

/* jp pluck upgrade */
#comments #pluckContainer {
  position: relative; }

#comments .pmobile-abuse-actions .pmobile-primary-button span {
  padding-left: 0;
  background-image: none; }

#comments .pmobile-comments-score-wrap, #comments .pmobile-pag-wrap img, #comments .pmobile-wait-msg img {
  display: none !important; }

#comments .pmobile-comments-list {
  margin-top: 0;
  display: inline-block;
  width: 100%; }

#comments .pmobile-comments-reply {
  display: inline-block;
  background-image: none;
  box-sizing: border-box; }

#comments .pmobile-pag-wrap {
  margin: 10px 0 30px; }

#comments .pmobile-comments-next a {
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  font-size: 20px;
  color: #222 !important;
  border: 1px solid #ebebeb;
  background: #f5f5f5; }

#comments .pmobile-comments-list .pmobile-pag-wrap, #comments .pmobile-wait-msg {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 100px;
  width: 200px;
  margin-left: -100px;
  border-bottom: none;
  color: #fff;
  background: #222 url("/assets/images/comments/Comments-loading.gif") no-repeat scroll center center; }

#comments .pmobile-comments-next {
  position: static !important;
  margin: 0 !important;
  width: 100% !important;
  background-color: transparent !important;
  background-image: none !important; }

.pmobile-comments-replies .pmobile-comments-next {
  display: none !important; }

#comments .pmobile-wait-msg {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  text-align: center;
  background-position: center 80px; }

#comments .pmobile-pag-wrap a {
  color: #fff; }

#comments .pmobile-comments-submit-header {
  position: relative;
  display: block; }

.pluck-login-comment-links-directions .pluck-callToAction-terms {
  display: none; }

.pmobile-auth-wrap .pmobile-primary-button:nth-of-type(1) {
  /* hides the old "sign up" button */
  display: none; }

#pluck-comments *, #pluck-comments *:before, #pluck-comments *:after {
  box-sizing: border-box; }

#pluck-comments {
  clear: both;
  padding: 0 10px; }
  #pluck-comments p.pluck-login-comment-links-directions {
    width: 100%;
    padding: 1rem 1rem 3rem 1rem;
    margin: 0;
    font-family: "montserratbold", sans-serif;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 24px;
    line-height: 2.4rem; }
  #pluck-comments .pluck-comm-abusereportedmsg {
    margin-top: 0;
    padding: 0; }
  #pluck-comments .pluck-comm-rate-controls {
    position: relative;
    left: 0;
    top: 0;
    float: right;
    height: 20px;
    width: auto;
    margin-left: 10px;
    text-align: right; }
    #pluck-comments .pluck-comm-rate-controls a {
      text-decoration: none; }
  #pluck-comments .pluck-login-comment-input {
    max-width: 240rem;
    min-width: 35rem;
    margin: 0;
    padding: 0;
    position: relative;
    background: #F3F3F3; }
  #pluck-comments .pluck-comm-commentcount {
    margin-top: 3rem; }
    #pluck-comments .pluck-comm-commentcount .pluck-comm-commenttext {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 28px;
      line-height: 2.8rem;
      color: #dedede;
      border-bottom: 1px solid #dedede;
      padding: 0 0 1rem 0;
      margin: 0 0 1rem 0; }
    #pluck-comments .pluck-comm-commentcount .pluck-comm-commentcount-actions {
      text-align: right;
      color: #1f1f1f;
      margin: 0 0 1rem 0; }
      #pluck-comments .pluck-comm-commentcount .pluck-comm-commentcount-actions p {
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        display: inline;
        margin: 1rem 0 0 0; }
      #pluck-comments .pluck-comm-commentcount .pluck-comm-commentcount-actions select.pluck-comm-comment-filters {
        margin: 0;
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16px;
        line-height: 1.6rem;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -ms-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -ms-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #f8f8f8;
        min-width: 23rem; }
      #pluck-comments .pluck-comm-commentcount .pluck-comm-commentcount-actions .pluck-comm-comments-rss {
        display: none; }
  #pluck-comments .pluck-comm-calltoaction {
    font-family: "montserratbold", sans-serif;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #dedede;
    width: 100%;
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dedede; }
  #pluck-comments .pluck-comm-submitoptions {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block; }
  #pluck-comments .pluck-callToAction-terms {
    text-align: left;
    bottom: 0;
    left: 0;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #222222;
    padding-top: 5px;
    border-top: 1px solid #dedede;
    /*a:link, a:active, a:visited, a:hover{
    	color: $pluck-thumb-down-a;
    	text-decoration: none;
    }*/ }
  #pluck-comments .pluck-comm-message-border {
    z-index: 5;
    min-width: 300px;
    width: 100%;
    height: 11.6rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: default; }
    #pluck-comments .pluck-comm-message-border textarea {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 23px;
      line-height: 2.3rem;
      color: #4d4d4d;
      background-color: #F3F3F3;
      height: 11.6rem;
      padding: 1rem;
      border: 1px solid #eaeaea;
      resize: none; }
  #pluck-comments .pluck-primary-button {
    text-decoration: none;
    background-color: #1cb1bb;
    color: #ffffff; }
  #pluck-comments .pluck-primary-button-text {
    font-family: "montserratbold", sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 44px;
    line-height: 4.4rem;
    display: block;
    text-align: center;
    text-decoration: none; }
  #pluck-comments a.pluck-comm-report-abuse {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    text-decoration: none;
    cursor: pointer; }
  #pluck-comments .pluck-comm-share-abuse-controls {
    display: none; }
  #pluck-comments .pluck-comm-rate-system {
    float: none;
    position: absolute;
    top: 24px;
    right: 130px; }
  #pluck-comments .pluck-comm-reply-button-ref {
    margin-top: 0; }
  #pluck-comments .pluck-comm-input-content {
    position: relative;
    padding: 0 0 3rem 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: auto; }
  #pluck-comments .pluck-comm-socialoptions {
    background-color: #eaeaea;
    width: 100%;
    height: 5rem; }
    #pluck-comments .pluck-comm-socialoptions:after {
      content: "";
      display: block;
      clear: both; }
    #pluck-comments .pluck-comm-socialoptions .pluck-comm-socialoptions-posttext {
      display: none; }
  #pluck-comments .pluck-comm-show-hide-replies {
    padding: 0;
    margin-top: 1rem; }
    #pluck-comments .pluck-comm-show-hide-replies span.pluck-comm-show-hide-reply-toggle {
      display: inline-block;
      padding-left: 0;
      position: relative; }
    #pluck-comments .pluck-comm-show-hide-replies-links span.pluck-comm-show-hide-reply-toggle:after {
      content: "\e252";
      font-family: "Glyphicons Halflings";
      position: absolute;
      top: 2px;
      right: -20px; }
    #pluck-comments .pluck-comm-show-hide-replies-links .pluck-comm-hide-reply-link span.pluck-comm-show-hide-reply-toggle:after {
      content: "\e253";
      font-family: "Glyphicons Halflings";
      position: absolute;
      top: 2px;
      right: -20px; }
  #pluck-comments span.pluck-comm-reply-button {
    position: absolute;
    right: 0;
    bottom: -2rem; }
    #pluck-comments span.pluck-comm-reply-button a {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      font-weight: 600;
      letter-spacing: -0.1rem;
      text-decoration: none;
      padding: 0.5rem 1rem; }
  #pluck-comments .pluck-comm-delete a {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    text-decoration: none; }
  #pluck-comments .pluck-dialog {
    background: #F3F3F3; }
    #pluck-comments .pluck-dialog-middle {
      position: relative;
      height: auto;
      padding: 0; }
  #pluck-comments .pluck-abuse-dialog {
    border: 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    color: #222222;
    width: 80%;
    left: auto !important;
    right: 0;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    padding: 0;
    background-color: #3E3E3E;
    color: #ffffff; }
    #pluck-comments .pluck-abuse-dialog-middle {
      width: 26.3rem; }
    #pluck-comments .pluck-abuse-dialog .pluck-dialog-group:nth-of-type(2) {
      height: 7.5rem; }
    #pluck-comments .pluck-abuse-dialog .pluck-wait-display {
      top: 5rem; }
    #pluck-comments .pluck-abuse-dialog span.pluck-dialog-group label {
      width: 6.5rem; }
    #pluck-comments .pluck-abuse-dialog span.pluck-dialog-group textarea {
      height: 7.5rem; }
    #pluck-comments .pluck-abuse-dialog .pluck-dialog-header {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      margin-left: 1rem; }
  #pluck-comments .pluck-dialog-actions {
    padding-left: 85px; }
    #pluck-comments .pluck-dialog-actions .pluck-dialog-submit {
      width: 7.5rem;
      float: right;
      padding: 0;
      margin: 0 1rem; }
      #pluck-comments .pluck-dialog-actions .pluck-dialog-submit .pluck-primary-button-text {
        font-family: "montserratbold", sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 32px;
        line-height: 3.2rem; }
    #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel {
      width: 7.5rem;
      float: right;
      margin-left: 1rem;
      text-decoration: none;
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 32px;
      line-height: 3.2rem;
      display: block; }
      #pluck-comments .pluck-dialog-actions .pluck-dialog-cancel .pluck-cancel-button-text {
        text-align: center;
        text-decoration: none;
        display: block;
        padding: 0; }
    #pluck-comments .pluck-dialog-actions:after {
      content: "";
      display: block;
      clear: both; }
  #pluck-comments .pluck-comm-posting-form {
    width: 100%;
    padding: 0;
    margin: 0; }
    #pluck-comments .pluck-comm-posting-form textarea {
      width: 100%; }
    #pluck-comments .pluck-comm-posting-form .pluck-primary-button {
      display: block; }
    #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel {
      float: right;
      display: block;
      background-color: #ffffff;
      width: 50%;
      text-decoration: none; }
      #pluck-comments .pluck-comm-posting-form .pluck-comm-cancel span {
        display: block;
        font-family: "montserratbold", sans-serif;
        font-weight: 700;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 44px;
        line-height: 4.4rem;
        text-align: center;
        padding: 0; }
  #pluck-comments .pluck-comm-comment-input .pluck-comm-posting-form .pluck-primary-button {
    width: 100%;
    float: none; }
    #pluck-comments .pluck-comm-comment-input .pluck-comm-posting-form .pluck-primary-button .pluck-primary-button-text {
      display: inline-block;
      width: 100%; }
  #pluck-comments .pluck-comm-reply-input .pluck-comm-posting-form .pluck-primary-button {
    width: 50%;
    float: left; }
  #pluck-comments .pluck-comm-single-comment-main {
    padding: 1rem 0 3rem 0;
    border-top: 1px solid #dedede; }
    #pluck-comments .pluck-comm-single-comment-main h4.pluck-comm-username-url {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem;
      color: #222222;
      width: 65%;
      height: 6rem;
      margin: 0 0 0 7rem; }
      #pluck-comments .pluck-comm-single-comment-main h4.pluck-comm-username-url a {
        font-size: inherit;
        color: inherit;
        text-decoration: none; }
    #pluck-comments .pluck-comm-single-comment-main p.pluck-comm-timestamp {
      margin: 1rem 0 0.5rem 0;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 19px;
      line-height: 1.9rem;
      color: #222222; }
  #pluck-comments .pluck-comm-ReplyLevel-2 div.pluck-comm-comment-content {
    margin: 0;
    padding: 0; }
  #pluck-comments .pluck-error-message {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem;
    color: #cc3333;
    padding: 0.5rem 1rem;
    margin: 0;
    background-color: rgba(243, 243, 243, 0.85); }
  #pluck-comments .pluck-comm-deletedmsg {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem; }
  #pluck-comments .pluck-comm-comment-connect-facebook-submit {
    display: inline-block;
    width: 7.5rem;
    height: auto;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    margin: 1rem 0 0 0;
    font-family: "montserratbold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem; }
  #pluck-comments .pluck-comm-comment-connect-facebook-cancel {
    display: inline-block;
    width: 7.5rem;
    height: auto;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    margin: 0;
    font-family: "montserratbold", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 1rem 0 0 1.4rem; }

#pluckToast {
  display: none; }

#pluck-mobile {
  padding: 0 10px; }
  #pluck-mobile .pmobile-auth-wrap {
    min-height: 2rem;
    width: 100%; }
    #pluck-mobile .pmobile-auth-wrap:before {
      display: block;
      padding: 0.5rem 1.2rem 2.7rem 1rem;
      content: "Get involved in the discussion and have your say ...";
      color: #666666;
      text-align: left;
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 24px;
      line-height: 2.4rem;
      background-color: #F3F3F3; }
  #pluck-mobile a.pmobile-primary-button {
    display: block;
    height: auto;
    text-decoration: none; }
    #pluck-mobile a.pmobile-primary-button span {
      width: 100%;
      color: inherit;
      display: block;
      text-align: center;
      padding: 1rem 0;
      height: auto;
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 23px;
      line-height: 2.3rem; }
  #pluck-mobile a.pmobile-secondary-button span {
    color: inherit; }
  #pluck-mobile .pmobile-comments-submit-wrap {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede;
    margin: 0; }
    #pluck-mobile .pmobile-comments-submit-wrap h4 .pmobile-comments-submit-header {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 28px;
      line-height: 2.8rem;
      color: #dedede;
      padding-bottom: 5px;
      border-bottom: 1px solid #dedede;
      position: relative; }
    #pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms {
      position: absolute;
      top: 29rem;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6rem;
      color: #222222;
      text-align: left; }
      #pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms a {
        text-decoration: none; }
    #pluck-mobile .pmobile-comments-submit-wrap textarea {
      height: 15rem;
      border: 1px solid #ebebeb;
      background: #F3F3F3;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      resize: none;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      color: #666666;
      padding: 5px; }
  #pluck-mobile .pmobile-comments-reply-wrap .pmobile-wait {
    left: 0; }
    #pluck-mobile .pmobile-comments-reply-wrap .pmobile-wait .pmobile-wait-msg {
      background-position: center top; }
  #pluck-mobile .pmobile-comments-voted-up p, #pluck-mobile .pmobile-comments-voted-down p {
    height: 20px;
    padding: 2px 0 0 20px;
    font-size: 12px;
    font-size: 1.2rem; }
  #pluck-mobile .pmobile-comments-reported p {
    margin: 0;
    padding: 1rem 0;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #222222;
    font-weight: bold; }
  #pluck-mobile .pmobile-comments-filter-bar {
    margin-top: 5rem;
    position: relative; }
    #pluck-mobile .pmobile-comments-filter-bar .pmobile-comments-filter-txt {
      display: block;
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 24px;
      line-height: 2.4rem;
      color: #dedede;
      border-bottom: 1px solid #dedede;
      margin-bottom: 1rem;
      padding-bottom: 0.5rem; }
    #pluck-mobile .pmobile-comments-filter-bar .pmobile-comments-filter-sortBy {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      padding-right: 1rem; }
    #pluck-mobile .pmobile-comments-filter-bar .pmobile-comments-filter-select {
      position: absolute;
      bottom: 0;
      right: 0;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6rem;
      -webkit-border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      -ms-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-top-right-radius: 5px;
      -ms-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-bottom-left-radius: 5px;
      -ms-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-bottom-right-radius: 5px;
      -ms-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background: #f8f8f8;
      width: 80%;
      /* Fallback if Unsupported */
      width: -webkit-calc(100% - 66px);
      /* Chrome 19+ & Safari */
      width: -moz-calc(100% - 66px);
      /* Firefox v4-15 */
      width: calc(100% - 66px);
      min-width: 23rem; }
  #pluck-mobile .pmobile-comments-thread-wrap {
    margin-top: 1rem;
    clear: right; }
    #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-content {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 23px;
      line-height: 2.3rem;
      color: #4d4d4d;
      padding-bottom: 1rem;
      margin-bottom: 0; }
      #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-content > p {
        padding: 0;
        margin: 0; }
    #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-meta span.pmobile-comments-timestamp {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 19px;
      line-height: 1.9rem; }
    #pluck-mobile .pmobile-comments-thread-wrap a.pmobile-comments-username {
      display: block;
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 23px;
      line-height: 2.3rem;
      text-decoration: none;
      color: #222222;
      padding: 0 0 0.2rem 0; }
    #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap {
      float: none; }
      #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button {
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 600;
        letter-spacing: -0.1rem;
        text-decoration: none;
        display: inline-block; }
        #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button .pmobile-secondary-button-text {
          background: none; }
          #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button .pmobile-secondary-button-text:after {
            content: "Like";
            display: block;
            padding-right: 1.5rem; }
        #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-up .pmobile-secondary-button .pmobile-comments-thumbs-up-icon {
          display: none; }
      #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button {
        text-decoration: none;
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 32px;
        line-height: 3.2rem;
        font-weight: 600;
        letter-spacing: -0.1rem;
        display: inline-block; }
        #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button .pmobile-secondary-button-text {
          background: none; }
          #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button .pmobile-secondary-button-text:after {
            content: "Dislike";
            display: block;
            padding-right: 1.5rem; }
        #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-vote-down .pmobile-secondary-button .pmobile-comments-thumbs-down-icon {
          display: none; }
      #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-up {
        margin: 0;
        padding: 0; }
        #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-up p {
          margin: 0;
          padding: 1rem 0;
          font-family: "open-sans", sans-serif;
          font-weight: normal;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 22px;
          line-height: 2.2rem;
          color: #222222; }
          #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-up p .pmobile-comments-thumbs-up-icon {
            display: none; }
          #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-up p:after {
            content: "Like";
            padding-right: 1rem; }
      #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-down {
        margin: 0;
        padding: 0; }
        #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-down p {
          margin: 0;
          padding: 1rem 0;
          font-family: "open-sans", sans-serif;
          font-weight: normal;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 22px;
          line-height: 2.2rem;
          color: #222222; }
          #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-down p .pmobile-comments-thumbs-down-icon {
            display: none; }
          #pluck-mobile .pmobile-comments-thread-wrap .pmobile-comments-actions-wrap .pmobile-comments-voted-down p:after {
            content: "Dislike";
            padding-right: 1rem; }
  #pluck-mobile .pmobile-cancel-button {
    font-family: "montserratbold", sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 23px;
    line-height: 2.3rem;
    display: block;
    padding: 1rem 0;
    margin: 0;
    text-decoration: none;
    text-align: center; }
  #pluck-mobile .pmobile-actions-wrap {
    margin-top: 0; }
    #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .pmobile-secondary-button {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      text-decoration: none;
      padding: 1rem 2rem;
      display: inline-block; }
      #pluck-mobile .pmobile-actions-wrap .pmobile-comments-comment-reply .pmobile-secondary-button .pmobile-secondary-button-text {
        display: block; }
    #pluck-mobile .pmobile-actions-wrap .pmobile-comments-report .pmobile-secondary-button span {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem;
      font-weight: 600;
      letter-spacing: -0.1rem;
      padding: 1rem 0;
      margin: 0;
      text-decoration: none;
      display: inline-block; }
  #pluck-mobile .pmobile-comments-replies {
    border-top: 0;
    padding: 0; }
  #pluck-mobile .pmobile-comments-replies-closed {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 700;
    position: relative;
    text-decoration: none; }
    #pluck-mobile .pmobile-comments-replies-closed:after {
      content: "\e252";
      font-family: "Glyphicons Halflings";
      position: absolute;
      top: 2px;
      right: -20px; }
  #pluck-mobile .pmobile-comments-replies-open {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 700;
    position: relative;
    text-decoration: none; }
    #pluck-mobile .pmobile-comments-replies-open:after {
      content: "\e253";
      font-family: "Glyphicons Halflings";
      position: absolute;
      top: 2px;
      right: -20px; }
  #pluck-mobile .pmobile-abuse {
    position: relative;
    display: none;
    min-height: 10rem;
    padding: 1rem 0 0 0;
    border: 0;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.9rem; }
    #pluck-mobile .pmobile-abuse h4 {
      margin: 0 0 1rem 0;
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 28px;
      line-height: 2.8rem;
      color: #dedede;
      padding-bottom: 5px;
      border-bottom: 1px solid #dedede;
      position: relative; }
    #pluck-mobile .pmobile-abuse > p:first-of-type {
      float: left;
      clear: none;
      padding: 0;
      margin: 0; }
    #pluck-mobile .pmobile-abuse select {
      margin: 0 0 0 1rem;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6rem;
      -webkit-border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      -ms-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-top-right-radius: 5px;
      -ms-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-bottom-left-radius: 5px;
      -ms-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-bottom-right-radius: 5px;
      -ms-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background: #f8f8f8;
      width: 88%;
      /* Fallback if Unsupported */
      width: -webkit-calc(100% - 4.6rem);
      /* Chrome 19+ & Safari */
      width: -moz-calc(100% - 4.6rem);
      /* Firefox v4-15 */
      width: calc(100% - 4.6rem); }
    #pluck-mobile .pmobile-abuse > p:nth-of-type(2) {
      float: none;
      clear: both;
      padding: 0;
      margin: 0.7rem 0 0 0;
      display: block; }
    #pluck-mobile .pmobile-abuse .pmobile-abuse-textarea {
      height: 10rem;
      margin: 0.6rem 0 0 0;
      border: 1px solid #ebebeb;
      background: #F3F3F3;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      resize: none;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      color: #666666;
      padding: 5px;
      display: block;
      width: 100%; }
    #pluck-mobile .pmobile-abuse .pmobile-abuse-actions {
      margin-top: 0; }
      #pluck-mobile .pmobile-abuse .pmobile-abuse-actions .pmobile-primary-button {
        width: 100%;
        float: none; }
      #pluck-mobile .pmobile-abuse .pmobile-abuse-actions:after {
        content: "";
        display: block;
        clear: both; }

.image {
  display: table; }
  .image__caption {
    display: table-caption;
    caption-side: bottom;
    padding: 0.4rem 0 0 !important;
    background: white !important;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
  .image__caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    max-height: 5.4rem;
    overflow: hidden;
    color: #222222; }
  .image__caption--top {
    display: table-caption;
    caption-side: top;
    border-bottom: none;
    border-top: solid 1px rgba(34, 34, 34, 0.1); }
  .image__caption--bottom {
    display: table-caption;
    caption-side: bottom;
    border-top: none;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
  .image--inline-left {
    float: left;
    margin-right: 2rem; }
  .image--inline-right {
    float: right;
    margin-left: 2rem; }

.inline-image, .inline-image--left, .inline-image--right {
  display: block;
  margin: 2rem auto !important;
  text-align: center !important;
  min-width: 300px !important;
  clear: both !important;
  width: 100%;
  background: rgba(34, 34, 34, 0.05) !important; }
  .inline-image img, .inline-image--left img, .inline-image--right img {
    display: block;
    margin: 0 auto !important;
    width: auto; }
    .inline-image img.img-responsive, .inline-image--left img.img-responsive, .inline-image--right img.img-responsive {
      display: block;
      width: 100% \9;
      max-width: 100%;
      min-width: 100%;
      height: auto;
      min-width: 0;
      margin: 0 auto; }
  .inline-image__caption {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    display: block;
    caption-side: bottom;
    min-width: 300px !important;
    padding: .7rem  0 0 !important;
    font-size: 1.2rem;
    text-align: left;
    /* controling the maximum number of text lines displayed */
    line-height: 1.6rem;
    height: 100% !important;
    max-height: 100% !important; }

.inline-image--left {
  float: left; }

.inline-image--right {
  float: right; }

.sharetool__list--1 .sharetool__item {
  width: 100%; }

.sharetool__list--2 .sharetool__item {
  width: 50%; }

.sharetool__list--3 .sharetool__item {
  width: 33.33%; }

.sharetool__list--4 .sharetool__item {
  width: 25%; }

.sharetool__list--5 .sharetool__item {
  width: 20%; }

.sharetool__list--6 .sharetool__item {
  width: 16.66%; }

.sharetool * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sharetool {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  margin-bottom: 0; }
  @media screen and (min-width: 640px) {
    .sharetool {
      float: left;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      width: 100%;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 640px) and (min-width: 320px) {
    .sharetool {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; } }

  .sharetool__list {
    display: table;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .sharetool__list {
        margin-left: 0;
        margin-right: 0; }
        .sharetool__list:before, .sharetool__list:after {
          content: " ";
          display: table; }
        .sharetool__list:after {
          clear: both; } }
  .sharetool__item {
    display: table-cell;
    width: 25%;
    height: 40px;
    vertical-align: top; }
    .sharetool__item a {
      display: block;
      height: 100%; }
    .sharetool__item a:focus {
      outline: none; }
  .sharetool__twitter {
    background: #55acee; }
  .sharetool__facebook {
    background: #3b5998; }
  .sharetool__gplus {
    background: #dd4b39; }
  .sharetool__email {
    background: #0a224a; }
  .sharetool:after {
    clear: both; }
  .sharetool__icon {
    display: inline-block; }
  .sharetool .twitter-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -136px -214px;
    width: 21px;
    height: 18px;
    margin-top: 12px; }
  .sharetool .fb-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -177px -209px;
    width: 14px;
    height: 26px;
    margin-top: 8px; }
  .sharetool .gplus-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -216px -211px;
    width: 22px;
    height: 22px;
    margin-top: 10px; }
  .sharetool .email-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -256px -216px;
    width: 21px;
    height: 13px;
    margin-top: 14px; }

.ugc-cta {
  clear: both;
  padding: 1rem 0;
  text-align: center; }
  .ugc-cta__title {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #222222;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.6rem; }
  .ugc-cta__description {
    display: block;
    margin: .8rem 0;
    padding: .8rem;
    border-top: 1px solid rgba(34, 34, 34, 0.2);
    background: rgba(34, 34, 34, 0.05);
    color: #222222;
    /*modify here with an apropiate color*/
    font-weight: 400; }
  .ugc-cta__buttons a {
    text-align: center;
    font-size: 0; }
  .ugc-cta__icon {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    fill: #222222; }
    .ugc-cta__icon:hover {
      fill: #1CB1BB; }

.youtube-video {
  clear: both;
  margin-bottom: 2rem; }

.sponsored-page {
  float: left;
  width: 100%; }

.sponsor {
  margin: 0;
  max-width: none;
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #222222;
  margin-bottom: 1.5em;
  position: relative;
  min-height: 6rem; }
  .sponsor:before, .sponsor:after {
    content: " ";
    display: table; }
  .sponsor:after {
    clear: both; }
  .sponsor__data {
    color: #969696;
    font-size: 1.6rem;
    float: left;
    padding: 0;
    text-align: left;
    line-height: 1.3;
    font-family: "open-sans", sans-serif;
    letter-spacing: -0.005em;
    max-width: calc(100% - 140px); }
  .sponsor__label {
    display: inline; }
  .sponsor__name {
    display: block;
    color: #222222;
    font-weight: 600; }
  .sponsor__logo {
    float: right; }
    .sponsor__logo img {
      max-width: 14rem;
      height: auto;
      vertical-align: bottom; }

.article__content p {
  margin: 0;
  padding: 0; }

.article__content p {
  margin: 0;
  margin-bottom: 0.75em;
  letter-spacing: -.003em; }
  @media screen and (min-width: 481px) {
    .article__content p {
      margin-bottom: 1.5em; } }

.timestamp {
  display: table-cell;
  border-top: dotted 1px #929292;
  clear: both;
  margin: 0 0 1.3rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: .3rem;
  font-weight: 400;
  width: 100%;
  float: left; }
  @media screen and (min-width: 960px) {
    .timestamp {
      font-size: 15px;
      font-size: 1.5rem; } }
  .timestamp:before {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    display: block;
    text-align: left;
    font-weight: 200;
    float: left;
    color: grey; }
  .timestamp__time {
    float: left;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    margin-right: 0.5rem; }
  .timestamp__date {
    float: left;
    font-weight: 400; }
  .timestamp--published {
    color: #222222; }
    .timestamp--published:before {
      content: "Published:\00a0";
      color: #222222;
      float: left;
      color: grey; }
  .timestamp--updated {
    width: 100%;
    margin-bottom: 0; }
    .timestamp--updated:before {
      content: "Updated:\00a0";
      color: grey; }

.image-caption {
  box-sizing: content-box;
  padding: 0.4rem 0 0;
  /*@include cluster-colors {*/
  /*}*/ }
  .image-caption__text {
    max-height: 100%;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -.005em;
    line-height: 1.2em; }
  .image-caption--overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 10px;
    padding: 9px 20px 11px 20px; }
    .image-caption--overlay .image-caption__text {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 22px;
      line-height: 2.2rem;
      font-weight: normal;
      margin: 0;
      padding: 0;
      max-height: 6.6rem;
      overflow: hidden; }
  .image-caption {
    background: rgba(255, 255, 255, 0.9); }
    .image-caption__text {
      color: #222222; }
  .image-caption--overlay {
    color: white;
    background: rgba(50, 50, 50, 0.8); }
    .image-caption--overlay .image-caption__text {
      color: white; }

.lead-image {
  display: block;
  margin: 0;
  margin-bottom: 2rem;
  background: rgba(34, 34, 34, 0.05); }
  .lead-image .image {
    display: block; }
  .lead-image__img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    min-width: 0;
    margin: 0 auto; }
  .lead-image__caption {
    max-height: 100%;
    padding: .7rem 0 0; }
  .lead-image {
    background: rgba(34, 34, 34, 0.05) !important; }

.byline {
  margin: 0 0 1.3rem;
  width: 100%;
  text-align: left;
  color: #222222; }
  .byline__author-name {
    color: #222222;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-weight: 600;
    margin: 0;
    clear: both;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word; }
  .byline__author-name-container {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 400;
    color: #222222;
    padding-top: .3rem;
    min-height: 21px; }
    @media screen and (min-width: 960px) {
      .byline__author-name-container {
        font-size: 15px;
        font-size: 1.5rem; } }
  .byline__author-name-container:before {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    content: "By\00a0";
    text-align: left;
    font-weight: 200;
    color: grey;
    float: left; }
  .byline__author-contact-list-item-link {
    display: inline-block;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-weight: 300;
    color: #393939;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    height: 2.2rem;
    word-break: break-word;
    text-decoration: none; }
    @media screen and (min-width: 960px) {
      .byline__author-contact-list-item-link {
        font-size: 15px;
        font-size: 1.5rem; } }
  .byline__author-contact-list-item-link:hover, .byline__author-contact-list-item-link:active {
    text-decoration: underline; }
  .byline__author-contact-list-item-link--twitter {
    width: 50%; }
  .byline__author-contact-list {
    overflow: hidden;
    clear: both; }
  .byline__author-contact-list-item {
    font-size: 15px;
    font-size: 1.5rem;
    color: #393939;
    height: auto;
    line-height: 2.1rem;
    margin: 0; }
  .byline__image {
    display: none;
    width: 100%;
    margin-right: 1rem; }

.byline--has-image {
  position: relative;
  margin: 0;
  display: table-row; }
  .byline--has-image .byline__author-info-container {
    max-width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-bottom: 3px;
    display: table-cell;
    vertical-align: bottom; }
  .byline--has-image .byline__author-name {
    clear: both; }
  .byline--has-image .byline__author-image-container {
    display: table-cell;
    vertical-align: bottom; }

div.byline--has-image + div.article__timestamp .timestamp--published {
  border-top: solid thin #222222; }

.aside__content {
  margin-left: -10px;
  margin-right: -10px;
  margin: 0; }
  .aside__content:before, .aside__content:after {
    content: " ";
    display: table; }
  .aside__content:after {
    clear: both; }

.article {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5em; }
  .article:before, .article:after {
    content: " ";
    display: table; }
  .article:after {
    clear: both; }
  .article__tweet {
    clear: both;
    min-width: 220px;
    max-width: 550px;
    margin: 0 auto 2rem auto;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .article__tweet iframe {
      width: 94% !important; }
    .article__tweet:before {
      display: none; }
    .article__tweet:after {
      display: none; }
  .article__header {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .article__header {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .article__header .article__title {
    font-family: "utopia-std-caption", serif;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    padding: .4rem 0;
    margin: 1rem 0 2rem;
    letter-spacing: -.025em;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word; }
    @media screen and (min-width: 480px) {
      .article__header .article__title {
        font-size: 40px;
        font-size: 4rem; } }
    @media screen and (min-width: 640px) {
      .article__header .article__title {
        font-size: 46px;
        font-size: 4.6rem; } }
  .article__lead-image {
    margin-bottom: 1rem; }
  .article__meta {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    font-family: "open-sans", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 320px) {
      .article__meta {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .article__cta {
    float: right; }
  .article__cta * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .article__aside {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .article__aside {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .article__section {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .article__section {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .article__timestamp {
    width: 100%;
    display: table;
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .article__timestamp--same-day .timestamp--published {
      margin-bottom: 0; }
    .article__timestamp--same-day .timestamp--updated {
      border-top: none; }
      .article__timestamp--same-day .timestamp--updated .timestamp__date {
        clear: both;
        padding-top: 0.3rem; }
  .article__content {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    font-family: "utopia-std", serif;
    font-weight: normal;
    font-size: 1.7rem;
    font-weight: 400; }
    @media screen and (min-width: 320px) {
      .article__content {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .article__content {
        font-size: 1.76rem; } }
    @media screen and (min-width: 640px) {
      .article__content {
        font-size: 1.8rem; } }
    @media screen and (min-width: 960px) {
      .article__content {
        font-size: 1.84rem; } }
    .article__content p {
      color: rgba(34, 34, 34, 0.95);
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word;
      font-size: inherit;
      line-height: inherit; }
      @media screen and (min-width: 960px) {
        .article__content p {
          margin: 0 0 1.5em; } }
    .article__content p:empty {
      display: none; }
    .article__content a {
      font-family: "utopia-std", serif;
      font-weight: normal;
      font-weight: 600;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word; }
    .article__content strong {
      font-weight: 600; }
    .article__content i, .article__content q {
      font-style: italic; }
  .article__lead {
    font-family: "utopia-std-caption", serif;
    font-weight: 700;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: #292929;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word;
    margin: 0px;
    margin-bottom: 0.75em;
    letter-spacing: -.003em; }
    @media screen and (min-width: 481px) {
      .article__lead {
        margin-bottom: 1.5em; } }
    .article__lead p {
      margin: 0;
      padding: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word; }
  .article__footer {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .article__footer {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }

.main-container .back-to-top {
  display: none; }

.third-slot.article-third-slot {
  margin-right: 0;
  margin-left: 0; }

.aside__content .article__meta {
  padding: 0;
  margin-bottom: 0; }
  .aside__content .article__meta .byline__author-image {
    float: left;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    @media screen and (min-width: 320px) {
      .aside__content .article__meta .byline__author-image {
        height: 70px;
        width: 70px; } }
    @media screen and (min-width: 640px) {
      .aside__content .article__meta .byline__author-image {
        height: 113px;
        width: 113px; } }

@media screen and (min-width: 960px) {
  .aside.main__aside {
    margin-top: 2rem; } }

#taboola-above-article-thumbnails {
  padding: 0 10px; }
#taboola-below-article-thumbnails {
  padding: 0 10px; }

.google-adsense {
  display: none;
  padding: 10px 11px 0;
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  text-align: center; }

.google-adverts {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  width: 100%; }
  .google-adverts__title {
    display: block;
    font-size: 12px;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #222222; }
    .google-adverts__title:hover {
      color: #1CB1BB; }
  .google-adverts--2 .google-adverts__advert {
    width: 50%;
    margin-top: 10px; }
    .google-adverts--2 .google-adverts__advert .google-advert__title {
      font-size: 15px; }
    .google-adverts--2 .google-adverts__advert .google-advert__content {
      font-size: 12px; }
    .google-adverts--2 .google-adverts__advert .google-advert__link {
      font-size: 12px; }
  .google-adverts--3 .google-adverts__advert {
    width: 33%;
    margin-top: 10px; }
    .google-adverts--3 .google-adverts__advert .google-advert__title {
      font-size: 14px; }
    .google-adverts--3 .google-adverts__advert .google-advert__content {
      font-size: 12px; }
    .google-adverts--3 .google-adverts__advert .google-advert__link {
      font-size: 12px; }

.google-advert {
  font-family: "open-sans", sans-serif;
  font-weight: normal; }
  .google-advert__title {
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    color: #1cb1bb; }
  .color-scheme--york .google-advert__title {
    color: #222222; }
  .google-advert__content {
    font-size: 16px;
    padding-bottom: 3px;
    font-weight: normal;
    color: #000; }
  .google-advert__link {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #1cb1bb; }
  .color-scheme--york .google-advert__link {
    color: #555555; }



/*# sourceMappingURL=article--responsive-3cols.css.map */
