/* CSS Document */
@font-face {
  font-family: IvarDisplayCondensed-Light;
  src: url('https://static.lystit.com/cms2/microsites/2026-03/q1-21/static/IvarDisplayCondensed-Light.2ff39b11e64bd9d49616846a6bce6e0b.woff2') format("woff2"), url('https://static.lystit.com/cms2/microsites/2026-03/q1-21/static/IvarDisplayCondensed-Light.2a007a649a3a4ad4dcce5420eaba6d27.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
body {
  position: relative;
  margin: 0;
}
a {
  color: #1e1e1e;
}
a, a:active, a:focus, a:hover {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  outline: 0;
}
ol, ul {
  /* list-style: none;*/
  margin: 0;
  padding: 0;
}
ul i, ol i {
    margin-right: 0;
}
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
* {
  -webkit-tap-highlight-color: transparent;
}
iframe {
  border: none;
}
*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.menu-wrapper * {
  box-sizing: border-box;
}
body, button, input {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  color: #1e1e1e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background: #1e1e1e;
}
::-moz-selection {
  background: #1e1e1e;
}
input.search-field {
  color: #fff;
}
.post-content ul:not(.no-list) {
  list-style: none;
}
h2 {
font-family: IvarDisplayCondensed-Light, "Times New Roman", Times, serif;  color: #1e1e1e;
  font-size: 27px;
  line-height: 1.3;
  margin: 0 0 .5em;
}
.fonts-loaded h2, .bigtext {
	font-family: IvarDisplayCondensed-Light, "Times New Roman", Times, serif;
}
h4 {
  color: #1e1e1e;
  font-size: 18px;
  margin: 0 0 .5em;
}
p a {
  text-decoration: underline;
  font-family: 'Suisse SemiBold', Helvetica, 'Helvetica Neue', sans-serif;
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h4, p {
    orphans: 3;
    widows: 3;
  }
  h2, h4 {
    page-break-after: avoid;
  }
  .button {
    display: none;
  }
}
/********** HEADER **********/
.report-section--intro .intro-container {
  display: table;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin: auto;
  width: 100%;
  /*background: #f5f4f2;*/
}
@media only screen and (min-width: 1025px) {
  .report-section--intro .intro-container {
    min-height: 100%;
    height: -o-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
}
@media only screen and (min-height: 1400px) {
  .report-section--intro .intro-container {
	min-height: 100%;
	height: 100%
  }
}
.index-intro-wrapper #index-intro-right .date-block {
  height: 100%;
  width: 100%;
}
#index-intro-block .intro__text {
  margin-top: 0;
}
/*.intro__text {
  text-align: justify;
  text-justify: inter-word;
}*/
.intro__text h1 {
  text-align: center;
  font-family: 'IvarSoft Regular', 'Times New Roman', Times, serif !important;
  font-weight: normal;
}
.intro__text p {
  margin: 27px 0 0;
color: #111;
}
/********** REPORT SECTIONS **********/
.report-page {
  margin: 0 auto;
  position: relative;
  color: #111;
  z-index: 1;
}
.report-page .report-email-signup__label {
  visibility: hidden;
}
.report-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px 20px;
  max-width: 1280px;
  position: relative;
}
.report-section__side-block {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.side-block-header {
  background-color: #1e1e1e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding: 10px 10px 20px;
  font-family: 'Suisse Regular', Helvetica, 'Helvetica Neue', sans-serif;
}
.side-block-header__index-logo {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 130px;
}
.side-block-header__text {
  font-family: 'Suisse Regular', Helvetica, 'Helvetica Neue', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}
.report-page-wptemplate .report-section {
  max-width: 100%;
  margin: 0 auto;
}
.report-page-wptemplate h2.report-section__heading {
	margin: 0.75em 0 0.25em !important;
}
h2.report-section__heading {
  text-align: center;
}
.report-page-wptemplate .report-section .side-block {
  background-color: #f8f4f3;
  border: 2px solid #000;
}
.report-page-wptemplate .report-section .side-block--brands {
  border: none;
  margin-bottom: 0;
  background: #f8f4f3;
}
.report-page-wptemplate .side-block--brands .side-block-header__text {
  padding-left: 0;
  color: #fff;
}
.report-page-wptemplate .report-section .side-block-header {
  background-color: #000;
  padding: 14px 10px;
}
.report-page-wptemplate .report-section .side-block-header__index-logo {
  width: 200px;
  margin: auto 0;
}
.report-page-wptemplate .report-section .side-block-header__text {
  position: relative;
  font-size: 22px;
  margin: auto 0;
}
/********** BRANDS **********/
.report-page-wptemplate .report-section--brandreport :nth-child(0), .report-page-wptemplate .report-section--productreport :nth-child(0) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.report-page-wptemplate .report-section--brandreport :nth-child(1), .report-page-wptemplate .report-section--productreport :nth-child(1) {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.report-page-wptemplate .report-section--brandreport :nth-child(2), .report-page-wptemplate .report-section--productreport :nth-child(5) {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.report-page-wptemplate .report-section--brandreport :nth-child(3), .report-page-wptemplate .report-section--productreport :nth-child(3) {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.report-page-wptemplate .report-section--brandreport :nth-child(4), .report-page-wptemplate .report-section--productreport :nth-child(4) {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.report-page-wptemplate .report-section--brandreport :nth-child(5), .report-page-wptemplate .report-section--productreport :nth-child(2) {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.report-page-wptemplate .report-section--brandreport :nth-child(6), .report-page-wptemplate .report-section--productreport :nth-child(6) {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.report-page-wptemplate .report-section--brandreport :nth-child(7), .report-page-wptemplate .report-section--productreport :nth-child(7) {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.report-page-wptemplate .report-section--brandreport :nth-child(8), .report-page-wptemplate .report-section--productreport :nth-child(8) {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.report-page-wptemplate .report-section--brandreport :nth-child(9), .report-page-wptemplate .report-section--productreport :nth-child(9) {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.report-page-wptemplate .report-section--brands, .report-page-wptemplate .report-section--brand-quotes {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.report-page-wptemplate .report-section--brand-quotes {
  background-color: #1e1e1e;
  border-top: 10px solid #3bd753;
  border-bottom: 10px solid #3bd753;
}
.report-page-wptemplate .report-section--brands .side-block-header-container {
  margin-bottom: 20px;
}
.report-page-wptemplate .report-section--brands .side-block-header {
  background-color: transparent;
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.report-page-wptemplate .report-section--brands .side-block-header__index-logo {
  height: 40px;
  width: auto;
  margin: auto 0;
}
.report-page-wptemplate .report-section--brands .report-section__side-block {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 2px solid;
}
.report-section--hottest .report-section__text-block {
  margin-bottom: 20px;
}
.report-page-wptemplate .report-section--hottest .report-section__side-block--products {
  padding: 0;
  margin-bottom: 40px;
}
.report-page-wptemplate .report-section--hottest .report-section__side-block--products section, .report-page-wptemplate .report-section--hottest .report-section__side-block--products section .side-block {
  height: 100%;
}
.report-page-wptemplate .report-section--hottest .side-block-header__text {
  text-align: right;
  font-size: 18px;
  text-transform: uppercase;
}
.report-page-wptemplate .side-block-header__index-logo {
  width: 130px;
}
.report-page-wptemplate .report-section--hottest .side-block-header__index-logo {
  width: 130px;
}
.report-page-wptemplate .report-section .quote-block-1, .report-page-wptemplate .report-section .quote-block-2 {
  background: #f7f3f0;
  color: #3bd753;
  padding: 20px;
  margin: auto 0;
}
.report-page-wptemplate .report-section .quote-block-1 p, .report-page-wptemplate .report-section .quote-block-2 p {
  font-family: 'IvarSoft Regular', 'Times New Roman', Times, serif;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.25em;
}
.report-page-wptemplate .report-section .quote-block-1 p span, .report-page-wptemplate .report-section .quote-block-2 p span {
  font-family: 'IvarSoft Regular', 'Times New Roman', Times, serif;
  font-size: 2.8em;
  line-height: 1em;
}
.report-page-wptemplate .side-block-header__text {
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.report-page-wptemplate .hottest-products__text {
  margin-top: 4px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 14px;
}
.report-page-wptemplate .hottest-products__text:hover {
  text-decoration: none;
}
.hottest-brand-previous {
  color: #888;
  padding: 0 10px 0 0;
  text-align: right;
}
.hottest-brand-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hottest-brand-item__position {
  font-family: 'IvarSoft Regular', 'Times New Roman', Times, serif;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  font-size: 3.5em;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: -0.1em;
}
.hottest-brand-item__position--previous {
  opacity: 1;
}
.hottest-brand-item__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}
.hottest-brand-item__name {
  color: #000;
  margin: 0;
  padding: 0;
  font-family: 'Suisse Regular', Helvetica, sans-serif;
  text-transform: uppercase;
}
.hottest-brand-item__name a {
  font-family: 'Suisse Regular', Helvetica, sans-serif;
}
.hottest-brand-item__summary {
  color: #111;
  font-size: 15px;
  line-height: 1.3;
  margin: 6px 0 24px;
}
.post-content .hottest-brand-item__summary ul {
  padding: 4px 0 0 18px;
  margin: 0;
}
.post-content .hottest-brand-item__summary ul li {
  line-height: 1.2;
  padding-bottom: 8px;
  font-size: 1em;
}
.hottest-brand-item__summary ul li::before {
  content: "\2022";
  color: #3bd753;
  font-weight: normal;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.hottest-brand-item__summary a {
  color: #fff;
  text-decoration: underline;
}
.hottest-brands-expand {
  display: none;
}
.report-page-wptemplate .hottest-brands-list {
  padding: 40px 20px;
}
.report-page-wptemplate .hottest-brands-expand {
  display: block;
  /*  color: #fff;*/
  max-width: 85%;
  padding: 15px 17px 14px;
  font-family: Suisse SemiBold;
  margin: 10px auto 0;
  position: relative;
  top: -30px;
  border: 0;
  border-radius: 1px;
}
.report-page-wptemplate .hottest-brand-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.report-page-wptemplate .hottest-brand-item:first-of-type:before {
  content: attr(data-last-quarter);
  display: block;
  color: #888;
  position: absolute;
  right: 15px;
  top: -30px;
}
.report-page-wptemplate .hottest-brand-item:nth-of-type(n+11) {
  display: none;
}
.report-page-wptemplate .hottest-brand-item__position--previous {
  font-size:28px;
}
.report-page-wptemplate .hottest-brand-previous {
  display: none;
}
.brand-quote blockquote {
  margin: 0px 0px 40px 0px;
}
.report-page-wptemplate .quotes-container .brand-quote blockquote, .report-page-wptemplate .quotes-container .brand-quote-2 {
  font-size: 16px;
  color: #f7f3f0;
  position: relative;
}
.report-page-wptemplate .quotes-container .brand-quote blockquote footer {
  font-family: 'IvarSoft Regular', 'Times New Roman', Times, serif;
  margin-top: 14px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.02em;
  font-size: 0.8;
}
/********** WOMEN & MENS / HOTTEST PRODUCTS REPORTS **********/
.hottest-products {
  background-color: #f8f4f3;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  list-style: none;
}
.hottest-products__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* list-style: none;*/
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  width: 50%;
}
.hottest-products__img {
  display: block;
  margin: 0 auto;
  /*max-width: 200px;*/
  -o-object-fit: contain;
  object-fit: contain;
}
.hottest-products__text {
  color: #222;
  padding: 4px 10px 0;
}
.hottest-products__text:hover {
  text-decoration: underline;
}
/********** SUBSCRIBE **********/
.report-page-wptemplate .report-email-signup {
  background-size: auto 100%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  max-width: 100%;
  margin: 0;
  padding: 100px 36px 10px;
}
.report-page-wptemplate .report-email-signup .newsletter-intro p {
  color: #fff !important;
  text-align: center;
  line-height: 1.2em;
}
input[type=radio]:checked:before {
  background-color: #000;
}
.report-page-wptemplate .report-email-signup #photo-credits {
    text-align: left;
    font-size: 0.875em;
    color: #fff;
    padding: 90px 0 0 0;
    display: block;
    max-width: 1640px;
    margin: auto;
}
.single-the_lyst_index .mc4wp-form-fields p, .single-the_lyst_index .mc4wp-form-fields p label, .single-the_lyst_index #report-email-signup .mc4wp-form .mc4wp-form-fields p a {
  color: #fff !important;
}
.mc4wp-form-fields .submit-button.btn {
  background-color: #3bd753 !important;
  border-color: #3bd753 !important;
color: #fff;
}
.mc4wp-form-fields .submit-button.btn:hover {
  opacity: 0.8;
  background-color: #3bd753 !important;
  border-color: #3bd753 !important;
	color: #fff;
}
/*.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover {
  color: #fff !important;
}*/
/******************************************* MEDIA QUERIES *******************************************/
@media only screen and (min-width:576px) {
  .report-page-wptemplate .report-section--brands .side-block-header-container {
    padding: 0 36px;
  }
  .report-page-wptemplate .report-section--women, .report-page-wptemplate .report-section--brandreport {
    margin-bottom: 60px;
  }
  .report-page-wptemplate .report-section--men .report-section__side-block, .report-page-wptemplate .report-section--women .report-section__side-block {
    border-color: #1e1e1e;
  }
  .report-page-wptemplate .report-divide__text-wrap {
    padding-left: 12%;
    padding-right: 12%;
  }
  .report-page-wptemplate .report-email-signup {
    background-size: cover;
  }
  .report-page-wptemplate .report-email-signup .newsletter-intro p {
    font-size: 20px;
  }
  .report-page-wptemplate .hottest-brands-list {
    padding: 36px;
  }
}
@media only screen and (min-width:767.98px) and (max-width:991px) {
  .report-page-wptemplate .intro {
    display: table-cell;
    vertical-align: middle;
  }
  .report-page-wptemplate .intro .intro__wrap {
    padding: 30px;
    width: 60%;
    margin: 0 auto;
  }
  .report-page-wptemplate .intro__text p:first-of-type {
    font-size: 1.4em;
  }
  .report-page-wptemplate .report-section--hottest .report-section__side-block--products {
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width:767.97px) {
  .report-section--intro .intro-container {
    display: table;
  }
  /* .report-page-wptemplate .intro__text p {
    font-size: 15px;
  }*/
  .report-page-wptemplate .report-title {
    float: none;
    font-size: 7.5em;
	line-height: 1em;
    text-align: center;
    padding: 0;
  }
  .report-page-wptemplate .report-email-signup {
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width:992px) {
  .report-section {
    display: grid;
    grid-gap: 0 30px;
    margin: 0 auto 40px;
    grid-template-columns: repeat(12, 1fr);
  }
  .report-section__quote {
    width: 80%;
    text-align: left;
    margin: 0;
  }
  .report-section__text-block, .report-section--brandreport .report-section__heading {
    grid-column: 3/span 8;
  }
  .report-section__text-block, .report-section--brandreport p {
    grid-column: 3/span 8;
  }
  .report-page-wptemplate .report-section .quote-block-1, .report-page-wptemplate .report-section .quote-block-2 {
    grid-column: 8/span 5;
  }
  .report-section.report-section--brandreport p, .report-section.report-section--productreport p {
    grid-column: 3/span 8;
  }
  .report-section.report-section--brandreport p:nth-of-type(2), .report-section.report-section--productreport p:nth-of-type(3) {
    grid-column: 3/span 5;
  }
  .report-page-wptemplate .report-section {
    margin: 0 auto;
  }
  .report-page-wptemplate h2.report-section__heading {
    grid-column: 3/span 8;
  }
  .report-page-wptemplate .report-section--brands .side-block-header-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
  }
  .report-page-wptemplate .report-section--brands .side-block-header {
    padding: 18px 36px 18px;
    font-size: 30px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .report-page-wptemplate .report-section--brands .side-block-header__text {
    font-size: 38px;
  }
  .report-page-wptemplate .report-section--brands .side-block-header__index-logo {
    height: 70px;
    width: auto;
  }
  .report-page-wptemplate .report-section--brands .report-section__text-block {
    padding: 0 20px;
    margin: 0 auto 40px;
  }
  .report-page-wptemplate .report-section--brands .report-section__text-block p {
    width: 60%;
    float: none;
    margin: 0 auto;
  } 
  .report-page-wptemplate .report-section__side-block--products.women-side-block {
    grid-column: 2/span 5;
    padding: 0;
    margin: 0;
  }
  .report-page-wptemplate .report-section__side-block--products.men-side-block {
    grid-column: 7/span 5;
    padding: 0;
    margin: 0;
  }
  .report-page-wptemplate .report-email-signup .newsletter-intro p {
    font-size: 28px;
    max-width: 960px;
    margin: 18px auto;
  }
  .report-page-wptemplate .hottest-brands-expand {
    display: none;
  }
  .report-page-wptemplate .hottest-brand-item:nth-of-type(n+11) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .report-page-wptemplate .hottest-brands-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, auto);
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .report-page-wptemplate .hottest-brand-item:nth-of-type(11):before {
    content: attr(data-last-quarter);
    display: block;
    color: #888;
    position: absolute;
    right: 15px;
    top: -30px;
  }
  .report-section--hottest .report-section__text-block {
    margin-bottom: 60px;
  }
	.report-page-wptemplate .report-section__side-block--products.additional-side-block {
		grid-column: 2/span 10;
		padding: 0;
		margin: 80px 0 40px;
	}
}
@media only screen and (min-width:768px) and (max-width:959px) {
  /*.background-inner.index-bg-img {
    margin: 20px;
  }*/
}
@media only screen and (min-width:960px) {
  .report-section--hottest {
    background-image: url('https://static.lystit.com/cms2/microsites/2026-02/test-q3-2023/static/lystindex-graphic-diagonal-f5f4f2.ed7552565b4376045404d22eb92a5ed8.svg');
    background-size: contain;
    background-position: center 5%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:1280px) {
  .report-page-wptemplate .report-section {
    padding: 0 100px;
  }
  .report-page-wptemplate .report-section--brands .report-section__side-block {
    margin-bottom: 0;
    margin-top: 0;
  }
  .report-page-wptemplate .report-section--brands {
    padding: 0;
  }
}
@media only screen and (min-width:1500px) {
  .report-page-wptemplate h2.report-section__heading {
    grid-column: 4/span 6;
  }
  .report-section__text-block, .report-section--brandreport .report-section__heading {
    grid-column: 4/span 6;
  }
  .report-section__text-block, .report-section--brandreport p {
    grid-column: 4/span 6;
  }
  .report-page-wptemplate .report-section .quote-block-1, .report-page-wptemplate .report-section .quote-block-2 {
    grid-column: 8/span 4;
  }
  .report-section.report-section--brandreport p, .report-section.report-section--productreport p {
    grid-column: 4/span 6;
  }
  .report-section.report-section--brandreport p:nth-of-type(2), .report-section.report-section--productreport p:nth-of-type(3) {
    grid-column: 4/span 4;
  }
  .report-page-wptemplate .report-section__side-block--products.women-side-block {
    grid-column: 3/span 4;
    padding: 0;
    margin: 0;
  }
  .report-page-wptemplate .report-section__side-block--products.men-side-block {
    grid-column: 7/span 4;
    padding: 0;
    margin: 0;
  }
	.report-page-wptemplate .report-section__side-block--products.additional-side-block {
		grid-column: 3/span 8;
	}
}
@media only screen and (max-width:991.98px) {
  .report-page-wptemplate .report-section {
    max-width: 100%;
    margin: 20px 24px;
  }
  .report-page-wptemplate .report-section--brands .side-block-header {
    padding: 14px 0px;
  }
  .report-page-wptemplate .report-section--brand-quotes {
    margin: 70px 0 20px;
  }
  .report-page-wptemplate .report-section--intro, .report-page-wptemplate .report-section.report-section--brands {
    margin: 0;
  }
  .report-page-wptemplate .report-section--men .report-section__side-block--products, .report-page-wptemplate .report-section--women .report-section__side-block--products {
    padding: 30px 0;
  }
  .report-page-wptemplate .report-section .quote-block-1 p, .report-page-wptemplate .report-section .quote-block-2 p {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .report-page-wptemplate .report-section .quote-block-1 p span, .report-page-wptemplate .report-section .quote-block-2 p span {
    font-size: 2.5em;
    line-height: 1em;
  }
  .report-page-wptemplate .quotes-container .brand-quote blockquote, .report-page-wptemplate .quotes-container .brand-quote-2 {
    font-size: 14px;
  }
  .side-block-header__index-logo {
    width: 100px;
  }
  .side-block-header__text {
    font-size: 20px;
  }
  .report-divide {
    min-height: 300px;
  }
  .report-divide__text-wrap {
    background-color: rgba(0, 31, 64, .3);
    padding-left: 20px;
  }
  .report-email-signup {
    max-width: 100%;
  }
  .report-page-wptemplate .quotes-container .report-section__heading {
    padding: 20px 20px 20px;
    font-size: 32px;
    line-height: 1.2em;
  }
  .report-page-wptemplate .quotes-container .brand-quote-1, .report-page-wptemplate .quotes-container .brand-quote-2 {
    text-align: left;
    font-size: 16px;
    padding: 10px 20px;
  }
  .report-page-wptemplate .report-section .quote-block-1, .report-page-wptemplate .report-section .quote-block-2 {
    margin: 30px 15% 10px;
  }
	
}
@media only screen and (max-width: 959px) {
  .intro__text h1 {
    text-align: center;
  }
  .index-intro-wrapper .single-block-padding {
    padding: 24px;
  }
  #bigtext-id0 .bigtext-line0 {
    line-height: 0.9em;
  }
  #index-intro-block .quad-block-padding {
    padding: 36px 24px;
  }
  .index-intro-wrapper .index-intro-logo {
    padding-bottom: 0px;
  }
  h3.report-section__heading {
    font-size: 38px;
    padding-top: 0;
    margin-top: 0;
  }
  .report-page-wptemplate .report-email-signup #photo-credits {
    text-align: center;
  }	
}
@media only screen and (max-width:767.98px) {
  .report-page-wptemplate .report-title {
    font-size: 5.5em;
	line-height: 1em;
  }
  .report-page-wptemplate .quotes-container .report-section__heading {
    padding: 20px 20px 28px;
  }
  .hottest-brand-item__position, .report-page-wptemplate .hottest-brand-item__position--previous {
    -webkit-flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    text-align: left;
  }
  .report-page-wptemplate .hottest-brand-item__position--previous {
    text-align: right;
  }
  .report-page-wptemplate .hottest-brand-item:first-of-type:before {
    right: 0;
  }
  .report-page-wptemplate .report-section .side-block-header {
    padding: 10px;
  }
  .report-page-wptemplate .report-section--brands .side-block-header {
    padding: 12px 0;
  }
  .report-page-wptemplate .report-section .quote-block-1, .report-page-wptemplate .report-section .quote-block-2 {
    margin: 30px 10% 10px;
  }
  .report-page-wptemplate .report-email-signup {
    margin: 60px 0 0 0;
  }

}
@media only screen and (max-width:575.98px) {
/*.intro__text h1 {
    font-size: 38px !important;
  } */
  .report-page-wptemplate .report-email-signup .newsletter-intro {
    margin-bottom: 36px;
  }
  .report-page-wptemplate .report-email-signup .newsletter-intro p {
    font-size: 22px;
  }
  .report-page-wptemplate .report-section--brands .side-block-header {
    padding: 12px 24px;
  }
  .report-page-wptemplate .hottest-brands-list {
    padding: 24px;
  }
  .report-page-wptemplate .report-section .quote-block-1, .report-page-wptemplate .report-section .quote-block-2 {
    margin: 30px 0 10px;
  }
  .hottest-brand-item__position {
  /*  font-size: 42px;*/
    text-align: left;
  }
  .hottest-brand-item__name {
    font-size: 22px !important;
  }
  .report-page-wptemplate .hottest-brand-item__position--previous {
    text-align: right;
  }
  h4:not([class*="fontsize-"]), .h4:not([class*="fontsize-"]) {
    font-size: 26px;
  }
  .hottest-brand-item__summary {
    font-size: 15px;
  }
  .hottest-brand-item__summary ul li {
    font-size: 1em;
  }
  .report-page-wptemplate .report-section .side-block-header__text {
    font-size: 18px;
  }
	.report-page-wptemplate .hottest-products__text.h4 {
	font-size: 14px;	
	}
}
@media only screen and (max-width:414.98px) {
  .report-page-wptemplate .report-section--hottest .side-block-header__index-logo, .report-page-wptemplate .report-section--brands .side-block-header__index-logo {
    width: auto;
    height: 32px;
    margin: auto 0;
  }
  .report-page-wptemplate .quotes-container .report-section__heading {
    font-size: 28px;
    line-height: 1.2em;
  }
  .report-page-wptemplate .report-email-signup {
    padding: 40px 10px 10px;
  }
  .header-image-column {
    min-height: 320px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 359.98px) {
  .index-intro-col {
    margin-top: -70%;
    z-index: 100;
  }
  .mc4wp-form {
    width: 280px;
    margin: 30px auto 0;
  }
  .mc4wp-form .mc-input {
    width: 248px;
  }
}
@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none) {
  .report-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
  }
  .report-section__side-block {
    margin: 0 20px 20px;
    width: 60%;
  }
  .report-divide__text-wrap {
    padding-top: 30px;
  }
}
/********** Q2 2021 SKIN ONLY **********/
.report-page-wptemplate .side-block-header__text {
  color: #fff;
  padding-left: 10px;
}
.intro__text hr.color-solid {
  border-top: #3bd753 solid 2px;
  width: 50%;
  margin-left: 25% !important;
  margin-right: 25% !important;
}
.report-page-wptemplate .report-email-signup {
  border-top-color: #3bd753;
  border-bottom-color: #3bd753;
}
.report-page-wptemplate .report-section--brands .report-section__side-block {
  border-bottom-color: #3bd753;
}
.report-page-wptemplate .hottest-brand-item__position {
  color: #3bd753;
  padding: 0;
}
.report-page-wptemplate .hottest-brand-item__position--previous {
  color: #888;
}
.report-page-wptemplate .report-section__heading {
  color: #000;
}
.report-page-wptemplate .report-section__text-block p a:hover, body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn), body.textual-accent-color .post-content p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn-text-skin):hover:not(.btn) {
  color: #00c4c2 !important;
}
.report-page-wptemplate .report-section__quote {
  color: #3bd753;
}
.report-page-wptemplate .report-section--brands .side-block-header-container {
  background-color: #111;
}
.report-page-wptemplate .hottest-brands-expand {
  background-color: #3bd753;
	color: #fff;
}