/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
* Remove border on iframes
*/
iframe {
  border: none;
  outline: none;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: Apercu;
  src: url("/site/themes/reviewtheme/fonts/Apercu Regular.otf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Apercu;
  src: url("/site/themes/reviewtheme/fonts/Apercu Light.otf");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: Apercu;
  src: url("/site/themes/reviewtheme/fonts/Apercu Bold.otf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Apercu;
  src: url("/site/themes/reviewtheme/fonts/Apercu Italic.otf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Apercu;
  src: url("/site/themes/reviewtheme/fonts/Apercu Light Italic.otf");
  font-style: italic;
  font-weight: 200;
}

body, h1, h2, h3, h4, h5, h6, p, li {
  font-family: "Apercu", sans-serif;
  font-weight: 200;
  margin: 0 auto;
}

ol, li {
  color: #0f1937;
}

li {
  margin: 1em auto;
  line-height: 1.5em;
}

h1 {
  letter-spacing: 0.06em;
  line-height: 1.3em;
  font-family: Apercu;
  font-weight: 200;
}

h2 {
  line-height: 1.3em;
  letter-spacing: 0.035em;
  color: #0f1937;
  font-weight: 400;
}

h3 {
  letter-spacing: 0.3em;
  color: #0f1937;
  text-transform: uppercase;
  font-weight: 600;
}

p {
  line-height: 1.5em;
  color: #0f1937;
}

.site-container {
  margin: 0 auto;
}

.brands {
  max-width: 100%;
  background-image: url("/site/themes/reviewtheme/img/wide_bluegradient_flip.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 1.5em;
}

.brands h2 {
  margin-bottom: 1em;
}

.brands p {
  margin-bottom: 1.5em;
}

.brands-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 1em;
}

button {
  background: #ff2f47;
  border: 1px solid #ff2f47;
  border-radius: 50px;
  color: #fff;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .2em;
  padding: 1em 2em;
  text-transform: uppercase;
}

.button {
  background: #ff2f47;
  border: 1px solid #ff2f47;
  border-radius: 50px;
  color: #fff;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .2em;
  padding: 1em 2em;
  max-width: 250px;
  margin: 0 auto;
  text-transform: uppercase;
}

.buttontxt {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.flashybutton {
  position: relative;
  display: block;
  background: #ff2f47;
  color: #fff;
  width: 200px;
  height: 40px;
  border: 0;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .2em;
  border-radius: 20px;
  transition: .6s;
  overflow: hidden;
  text-transform: uppercase;
  margin: 2em auto;
}

.flashybutton:focus {
  outline: 0;
}

.flashybutton:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}

.flashybutton:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}

.flashybutton:hover {
  background: #3abfc4;
  cursor: pointer;
}

.flashybutton:hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: .7s;
}

.flashybutton:hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: .7s;
}

.button-container {
  text-align: center;
  margin: 20px auto;
}

.carousel {
  background-color: #f1f2f4;
}

.blog-carousel {
  padding: 2em;
}

.categories {
  padding: 1.5em;
}

.categories h2 {
  margin-bottom: 1em;
}

.categories ul {
  list-style: none;
}

.featured-categories {
  position: relative;
  background-color: #f1f2f4;
  color: #0f1937;
}

.featured-categories > h2 {
  padding: 1.3em;
}

.featured-categories img {
  width: 80%;
  height: auto;
}

.category-grid {
  align-content: center;
  justify-content: center;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  padding: 20px;
}

.topic-card {
  background-color: #fff;
  height: 180px;
}

.topic-card-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.topic-card-content h2 {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.topic-card-content a {
  text-decoration: underline;
  font-style: italic;
  color: #ff2f47;
}

.btnTopics {
  margin-top: 1em;
  margin-bottom: 3em;
}

.footer {
  margin-top: 2em;
  text-align: center;
}

.footer-links a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1em auto;
}

@media (min-width: 900px) {
  .footer-links a {
    display: inline-block;
    padding: 0 1em;
  }
}

.footer p {
  padding-bottom: 2em;
}

.hero {
  color: #fff;
}

.photo > img {
  max-width: 100%;
  height: auto;
}

.headline {
  width: 100%;
  background-image: url("/site/themes/reviewtheme/img/BlueBkgMB.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wrap {
  padding: 1.2em;
}

.content-wrap > h1 {
  margin-bottom: 1.1em;
  margin-top: 1.1em;
}

.content-wrap > button {
  margin-bottom: 1.5em;
}

.loading-deal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.loading-deal img {
  width: 200px;
  height: auto;
}

.nav {
  position: relative;
}

.hamburger {
  -ms-grid-row-align: center;
  align-self: center;
  justify-self: end;
  align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 10px 10px 10px;
  grid-template-rows: 10px 10px 10px;
  grid-row-gap: 2px;
  line-height: 0;
  width: 50px;
}

.hamburger:hover {
  cursor: pointer;
}

.burger {
  background-color: #000;
  height: 4px;
  border-radius: 2px;
  display: inline-block;
}

.outer-burger {
  width: 30px;
  justify-self: end;
}

.inner-burger {
  width: 20px;
  justify-self: end;
}

.navbar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: .5em 1em;
  max-width: 1200px;
  margin: 0 auto;
}

.dropdown-wrapper {
  padding: 2em 1.5em;
}

@media (min-width: 900px) {
  .dropdown-wrapper {
    display: none;
  }
}

.nav-dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #162345;
  max-height: 0px;
  overflow: hidden;
  z-index: 100;
}

.nav-dropdown h2 {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.1em;
}

.nav-dropdown a {
  display: block;
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}

.nav-dropdown a:hover {
  color: #ff2f47;
}

.nav-signup, .nav-signup-DT {
  color: #fff;
}

.nav-signup :-ms-input-placeholder, .nav-signup-DT :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
  opacity: 1;
  /* Firefox */
}

.nav-signup ::placeholder, .nav-signup-DT ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
  opacity: 1;
  /* Firefox */
}

.nav-signup :-ms-input-placeholder, .nav-signup-DT :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
}

.nav-signup ::-ms-input-placeholder, .nav-signup-DT ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
}

.nav-signup .input-group, .nav-signup-DT .input-group {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 6em;
  grid-template-columns: 6fr 6em;
  -ms-grid-rows: auto 2px;
  grid-template-rows: auto 2px;
  margin-bottom: 3em;
}

.nav-signup input, .nav-signup-DT input {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0px;
  color: #fff;
  font-weight: 200;
  width: 100%;
  line-height: 2em;
  outline: none;
  caret-color: #d7d8da;
}

#navBtnSignup {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #ff2f47;
  font-weight: 200;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2em;
  width: auto;
  cursor: pointer;
}

.nav-red-submit {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.nav-red-submit:hover {
  opacity: .7;
  cursor: pointer;
}

.nav-arrow-icon {
  display: inline-block;
  width: 16px;
  height: auto;
  transform: scaleX(-1);
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
}

.nav-wide-line {
  display: block;
  background-color: #d7d8da;
  min-height: 1px;
}

.dropdown-wrapper-DT {
  display: none;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 4em 8em 2em;
}

@media (min-width: 900px) {
  .dropdown-wrapper-DT {
    display: -ms-grid;
    display: grid;
  }
}

.nav-blurb {
  font-style: italic;
  color: #3abfc4;
  margin-bottom: 2em;
}

.nav-links-DT a {
  margin-bottom: 1em;
}

.our-cats {
  margin-bottom: 2em;
}

.our-cats a {
  margin: 0;
}

.about-link {
  display: block;
  margin-bottom: 1em;
}

.drop-cats {
  max-height: 0;
  overflow: hidden;
}

.drop-cats a {
  font-size: 1.2em;
  padding: 1em;
}

.nav-error-message, .nav-error-message-DT {
  display: block;
  color: #ff2f47;
  margin: 1em 0;
}

.nav-success-message, .nav-success-message-DT {
  display: none;
}

.nav-success-message h2, .nav-success-message-DT h2 {
  color: #ff2f47;
}

.nav-success-message p, .nav-success-message-DT p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
}

.nav-signup-form {
  padding-top: 2em;
}

.svg-logo {
  width: 175px;
  height: auto;
}

@media (min-width: 900px) {
  .svg-logo {
    width: 200px;
  }
}

.dropcat-title {
  display: flex;
  height: 2em;
  align-items: center;
  cursor: pointer;
}

.dropcat-title:hover .caret {
  fill: #ff2f47;
}

.dropcat-title:hover .oc-title {
  color: #ff2f47;
}

.caret {
  height: 25px;
  width: auto;
  fill: #fff;
  -ms-grid-row-align: center;
  align-self: center;
  justify-self: center;
  padding-left: 10px;
  padding-top: 5px;
}

.flip-caret {
  transform: rotateX(180deg);
}

.carety {
  display: inline-block;
}

.the-x {
  display: none;
  height: 25px;
  width: 25px;
  -ms-grid-row-align: center;
  align-self: center;
  justify-self: end;
  align-items: center;
}

.the-x:hover {
  cursor: pointer;
  fill: #ff2f47;
}

.review-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 1em 1.5em;
  color: #162345;
  max-width: 1100px;
  margin: 0 auto;
}

.review-wrapper h2 {
  text-align: left;
  margin: 1em 0 .5em;
}

.review-wrapper p {
  text-align: left;
}

@media (min-width: 1200px) {
  .review-wrapper {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 2em;
  }
}

.review-wrapper .main {
  -ms-grid-column: 1;
  grid-column: 1;
}

.review-hero {
  background-image: url("/site/themes/reviewtheme/img/BlueBkgMB.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 3em;
  color: #fff;
  font-weight: 300;
}

.review-hero h1 {
  margin-bottom: .5em;
  font-size: 1.7em;
  font-weight: 400;
  text-transform: capitalize;
}

.review-hero h3 {
  color: #3abfc4;
  margin: 0 auto 1em;
  font-size: .8em;
  font-weight: 700;
}

.review-hero p {
  max-width: 768px;
  letter-spacing: .05em;
  color: #fff;
}

@media (min-width: 900px) {
  .review-hero {
    background-image: url("/site/themes/reviewtheme/img/BlueDT.png");
  }
}

.mobile {
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: center;
}

.mobile img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}

.desktop img {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .desktop {
    display: block;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.great-for {
  margin-bottom: 2em;
  margin-top: 2em;
}

.bullet-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23px 1fr;
  grid-template-columns: 23px 1fr;
  align-items: start;
  grid-row-gap: 1em;
}

.bullet-grid p {
  margin: 0;
  padding: 0 1em;
  text-align: left;
}

.bullet-grid > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.bonus {
  margin-bottom: 2em;
}

.rating-section {
  width: 100%;
  background-color: #f1f2f4;
  text-align: center;
  padding-bottom: 2em;
  color: #162345;
}

.rating-section h2 {
  padding: 1.5em 0 0.3em;
}

.rating-section h4 {
  color: #ff2f47;
  font-size: 2em;
}

.rating-section h3 {
  color: #ff2f47;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .2em;
  margin: .5em auto;
}

.rating-section .rating-guide {
  margin-bottom: 1.5em;
}

.rating-container {
  padding: 0 2em;
  max-width: 1200px;
  margin: 0 auto;
}

.rating-container h2 {
  text-transform: capitalize;
}

.rating-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin: 0 auto;
}

.rating-grid .line {
  background-color: #d7d8da;
  margin: 1em 0;
  height: 1px;
}

@media (min-width: 900px) {
  .rating-grid .line {
    height: auto;
    width: 1px;
    margin: 0 1em;
  }
}

.rating-grid p {
  font-size: .9em;
}

@media (min-width: 900px) {
  .rating-grid {
    -ms-grid-columns: 1fr auto 1fr auto 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  }
}

#brand-name, #rating-label {
  display: inline-block;
}

#brand-name {
  padding-right: .3em;
}

.testimonials {
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 2em;
}

.testimonials h2 {
  margin: 1em auto 0.5em;
  text-align: center;
}

.carousel {
  background-color: #fff;
  margin: 1.2em auto 1.5em;
}

.testimonial-card {
  color: #3abfc4;
  text-align: center;
  margin: 1em auto;
}

.testimonial-card p {
  font-weight: 400;
  padding: 0 2em 1em;
  font-size: 1.1em;
  color: #3abfc4;
}

.testimonial-card a {
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}

.author {
  color: #0f1937;
  font-style: italic;
  text-decoration: none;
  font-weight: 400;
}

.author:hover {
  color: #ff2f47;
}

.carousel-cell {
  background-color: #fff;
  width: 80%;
  margin-right: 125px;
  counter-increment: carousel-cell;
}

.default-banner-vertical {
  text-align: center;
  background-color: #162345;
  padding: 1em;
}

.default-banner-vertical p {
  text-align: center;
  color: #fff;
}

.default-banner-vertical h2 {
  text-align: center;
  padding-top: 1em;
  color: #fff;
}

.default-banner-vertical a {
  display: block;
  text-decoration: none;
  text-align: center;
  max-width: 200px;
}

.default-banner-vertical img {
  width: 80%;
  max-width: 175px;
  text-align: center;
  background-color: #fff;
  padding: 1em;
  margin: 0 auto;
}

.default-banner-horizontal {
  max-width: 460px;
  text-align: center;
  margin: 0 auto;
  background-color: #162345;
  padding: 1em;
  margin: 1em auto 0;
}

.default-banner-horizontal p {
  text-align: center;
  color: #fff;
}

.default-banner-horizontal h2 {
  text-align: center;
  padding-top: 1em;
  color: #fff;
}

.default-banner-horizontal a {
  display: block;
  text-decoration: none;
  text-align: center;
  max-width: 200px;
}

.default-banner-horizontal img {
  max-width: 225px;
  text-align: center;
  background-color: #fff;
  padding: 1em;
}

.banner-mb {
  padding-top: 1em;
}

.review-list-body {
  background-color: #f1f2f4;
  padding-top: 1em;
  padding-bottom: 1em;
}

.review-list-body p, .review-list-body h2 {
  color: #162345;
}

.ban-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  color: #E5E5E5;
  text-align: center;
  width: 100%;
  height: 100%;
}

.ban-text h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
  padding: 0;
}

.img-container {
  position: relative;
  margin: 0 auto 1.5em;
  width: 200px;
}

.img-container img {
  display: block;
}

.hoverlogo:hover {
  transition: opacity .2s linear;
  opacity: .7;
  cursor: pointer;
}

.review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  margin: 1em 1em 2em;
  padding: 1em 1.5em;
  box-shadow: 0px 0px 10px 3px #d7d8da;
}

@media (min-width: 900px) {
  .review-card {
    display: none;
  }
}

.review-card h3 {
  display: inline;
  color: #000;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .1em;
}

.review-card .rating-area {
  margin: 1em auto;
}

.review-card .num-rating {
  color: #ff2f47;
}

.review-card .button {
  display: block;
  margin: 2em auto;
  text-decoration: none;
}

.review-card p {
  margin: 1em auto;
}

.red {
  stroke: #ff2f47;
  fill: #ff2f47;
}

.expanded-card-content {
  max-height: auto;
  overflow: hidden;
  transition: max-height .2s linear;
}

.expanded-card-content .card-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr;
  -ms-grid-rows: 2em auto 1px;
  grid-template-rows: 2em auto 1px;
  margin-bottom: 2em;
}

.expanded-card-content .num-rating {
  font-size: 3em;
  font-weight: 300;
  letter-spacing: .03em;
  -ms-grid-row-align: center;
  align-self: center;
}

.expanded-card-content h3 {
  color: #9a9a9a;
  font-weight: 400;
}

.expanded-card-content .review-label {
  margin: 1.5em auto;
  display: block;
}

.card-vert-line {
  background-color: #d7d8da;
  width: 100%;
  height: auto;
}

.card-horizontal-line {
  background-color: #d7d8da;
  width: 100%;
  height: 1px;
  margin-top: 1em;
}

.expanded-card-logo {
  width: auto;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  -ms-grid-row-align: center;
  align-self: center;
}

.downarrow {
  position: relative;
  width: 35px;
  height: auto;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
}

.arrow-rotate {
  transform: rotate(180deg);
}

.card-logo {
  position: relative;
  display: block;
  top: 1em;
  margin: 0 auto;
  max-width: 200px;
}

.bullet-grid.bg-card {
  margin: 2em 0;
  width: 100%;
  justify-content: start;
  align-items: start;
}

.bullet-grid.bg-card p {
  font-weight: 400;
  margin: 0;
  text-align: left;
  padding: 0 1em;
}

.read-full a {
  font-style: italic;
  color: #ff2f47;
}

.h-line {
  height: 1px;
  background-color: #d7d8da;
  margin: 2em auto;
}

.offer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-self: center;
  align-self: center;
  flex: 1;
}

.offer-headline {
  font-weight: 400;
}

.offer-subtext {
  font-style: italic;
}

.review-card-DT {
  display: none;
  background-color: #fff;
  -ms-grid-columns: 1fr 2px 2fr 2px 1fr;
  grid-template-columns: 1fr 2px 2fr 2px 1fr;
  margin: 1em auto 2em;
  max-width: 900px;
  padding: 2em;
  box-shadow: 0px 0px 10px 3px #d7d8da;
}

.review-card-DT h3 {
  color: #9a9a9a;
  font-size: .9em;
  font-weight: 400;
}

@media (min-width: 900px) {
  .review-card-DT {
    display: -ms-grid;
    display: grid;
  }
}

.brand-box {
  display: flex;
  flex-direction: column;
  margin-right: 2em;
  align-items: center;
  justify-content: center;
}

.brand-box .num-rating {
  color: #ff2f47;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: .03em;
  -ms-grid-row-align: start;
  align-self: start;
}

.thebrand {
  text-align: center;
}

.brand-box a {
  display: block;
  text-align: center;
  -ms-grid-row-align: start;
  align-self: start;
  margin: 0 auto 2em;
}

.brand-box a img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 200px;
}

.card-brand {
  padding-bottom: 2em;
}

.review-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 0 2em;
}

.review-box .card-headline {
  margin-top: 1em;
}

.deal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-left: 2em;
}

.deal-box h3 {
  text-align: center;
}

.deal-box h2 {
  text-align: center;
}

.deal-box p {
  text-align: center;
  margin-top: 1.5em;
}

.deal-box .dealbutton {
  align-self: flex-end;
  margin-top: 0;
}

.starbox {
  text-align: center;
  margin-top: 3em;
}

.stay-put {
  display: inline-block;
  width: 25px;
  text-align: left;
}

.signup {
  background-image: url("/site/themes/reviewtheme/img/BlueBkgMBFlip.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 900px) {
  .signup {
    background-image: url("/site/themes/reviewtheme/img/BlueDTFlip.png");
  }
}

.signup :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
  opacity: 1;
  /* Firefox */
}

.signup ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
  opacity: 1;
  /* Firefox */
}

.signup :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
}

.signup ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d7d8da;
  font-style: italic;
  font-weight: 200;
}

.signup h2 {
  padding: 1.5em 1em 2em;
  font-weight: 200;
  font-size: 1.3em;
  color: #fff;
}

.signup p {
  font-weight: 200;
  font-style: italic;
  font-size: .8em;
  letter-spacing: .1em;
  padding-bottom: 2em;
  color: #fff;
}

.signup-line {
  display: block;
  height: 1px;
  background-color: #d7d8da;
  width: 100%;
  margin-bottom: 1em;
}

@media (min-width: 900px) {
  .signup-line {
    display: none;
  }
}

.signup .input-group {
  width: 80%;
  margin: 0 auto;
  max-width: 900px;
}

@media (min-width: 900px) {
  .signup .input-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6fr 6em;
    grid-template-columns: 6fr 6em;
    -ms-grid-rows: auto 2px;
    grid-template-rows: auto 2px;
    margin-bottom: 3em;
  }
}

.signup input[type=email] {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0px;
  color: #fff;
  font-weight: 200;
  width: 100%;
  line-height: 2em;
  outline: none;
  caret-color: #d7d8da;
}

@media (min-width: 900px) {
  #btnSignUp {
    display: none;
  }
}

#wideBtnSignup {
  display: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #ff2f47;
  font-weight: 200;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2em;
  width: auto;
  cursor: pointer;
}

@media (min-width: 900px) {
  #wideBtnSignup {
    display: inline-block;
  }
}

.red-submit {
  display: flex;
  align-items: flex-end;
}

.red-submit:hover {
  opacity: .7;
  cursor: pointer;
}

.arrow-icon {
  display: none;
  width: 16px;
  height: auto;
  transform: scaleX(-1);
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width: 900px) {
  .arrow-icon {
    display: inline-block;
  }
}

.arrow-animate {
  animation: arrow-bounce 1s infinite;
}

@keyframes arrow-bounce {
  0% {
    padding-left: 0px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    padding-left: 0px;
  }
}

.wide-line {
  display: none;
  background-color: #d7d8da;
  min-height: 1px;
}

@media (min-width: 900px) {
  .wide-line {
    display: block;
  }
}

.success-message {
  display: none;
  font-style: italic;
  padding: 0 2em;
}

.success-message h2 {
  color: #ff2f47;
}

.success-message p {
  color: #fff;
}

.error-message {
  display: block;
  color: #ff2f47;
  text-align: center;
  margin: 0 auto 1em;
}

.stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 2px auto 2px auto;
  grid-template-rows: auto 2px auto 2px auto;
  width: 80%;
  margin: 0 auto;
}

.stat {
  margin: 2em auto;
}

.line1, .line2 {
  background-color: #d7d8da;
}

.stats h2 {
  font-size: 5em;
  font-weight: 300;
  color: #3abfc4;
}

.stats h3 {
  text-transform: uppercase;
  font-weight: 400;
}

.starset {
  width: 125px;
  height: auto;
  margin: 1em auto;
}

.star-rating {
  height: 20px;
  position: relative;
  width: 100px;
  margin: 2em auto .7em;
  -ms-grid-row-align: center;
  align-self: center;
}

.star-rating:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2IDk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0Q3RDhEQTt9PC9zdHlsZT48dGl0bGU+QXJ0Ym9hcmQgMSBjb3B5PC90aXRsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNODkuMSw0MC4xTDY5LjYsNTlsNC42LDI2LjhjMC4xLDAuNi0wLjEsMS4xLTAuNiwxLjVjLTAuNSwwLjMtMS4xLDAuNC0xLjYsMC4xTDQ4LDc0LjdMMjQsODcuNGMtMC4yLDAuMS0wLjUsMC4yLTAuNywwLjJjLTAuMywwLTAuNi0wLjEtMC45LTAuM2MtMC41LTAuMy0wLjctMC45LTAuNi0xLjVMMjYuNCw1OUw3LDQwLjFjLTAuNi0wLjYtMC42LTEuNSwwLTIuMWMwLjItMC4yLDAuNS0wLjQsMC45LTAuNGwyNi45LTMuOWwxMi0yNC4zYzAuNC0wLjcsMS4zLTEsMi4xLTAuNkM0OSw4LjgsNDkuMiw5LDQ5LjQsOS4zbDEyLDI0LjNsMjYuOSwzLjljMC44LDAuMSwxLjQsMC45LDEuMywxLjdDODkuNSwzOS42LDg5LjMsMzkuOSw4OS4xLDQwLjFMODkuMSw0MC4xeiIvPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 100px;
  height: 20px;
  position: absolute;
  overflow: hidden;
}

.star-rating > span:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2IDk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzE2MjM0NTt9PC9zdHlsZT48dGl0bGU+QXJ0Ym9hcmQgMSBjb3B5PC90aXRsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNODkuMSw0MC4xTDY5LjYsNTlsNC42LDI2LjhjMC4xLDAuNi0wLjEsMS4xLTAuNiwxLjVjLTAuNSwwLjMtMS4xLDAuNC0xLjYsMC4xTDQ4LDc0LjdMMjQsODcuNGMtMC4yLDAuMS0wLjUsMC4yLTAuNywwLjJjLTAuMywwLTAuNi0wLjEtMC45LTAuM2MtMC41LTAuMy0wLjctMC45LTAuNi0xLjVMMjYuNCw1OUw3LDQwLjFjLTAuNi0wLjYtMC42LTEuNSwwLTIuMWMwLjItMC4yLDAuNS0wLjQsMC45LTAuNGwyNi45LTMuOWwxMi0yNC4zYzAuNC0wLjcsMS4zLTEsMi4xLTAuNkM0OSw4LjgsNDkuMiw5LDQ5LjQsOS4zbDEyLDI0LjNsMjYuOSwzLjljMC44LDAuMSwxLjQsMC45LDEuMywxLjdDODkuNSwzOS42LDg5LjMsMzkuOSw4OS4xLDQwLjFMODkuMSw0MC4xeiIvPjwvc3ZnPg==");
  background-repeat: repeat-x;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}

.star-mobile {
  padding-top: 1em;
}

.below {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.below-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 1em;
}

.below-wrap h2 {
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.7em;
}

.below-wrap h3 {
  text-transform: none;
  letter-spacing: 0.035em;
  padding: 1em 0;
}

.below-wrap p {
  padding: 1em 0;
  margin: 0 auto;
}

hr {
  color: #d7d8da;
  background-color: #d7d8da;
}

.horizontal-line {
  padding: 20px 0;
}

.ba-holder, .sidebar-holder {
  text-align: center;
  margin: 30px 0;
}

.two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 20px auto;
}

@media (min-width: 900px) {
  .two-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}

.two-column .a, .two-column .b {
  padding: 15px;
}

.two-column .a p img, .two-column .b p img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.image-caption {
  display: block;
  color: #999;
  font-style: italic;
  padding: 10px 0 0;
}

.full-width-image {
  margin: 2em 0;
}

.full-width-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.bullet-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23px 1fr;
  grid-template-columns: 23px 1fr;
  align-items: start;
  grid-row-gap: 1em;
  margin: 1em 0;
}

.bullet-list p {
  margin: 0;
  padding: 0 1em;
  text-align: left;
}

.bullet {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.html-block {
  display: block;
}

.big-quote {
  margin: 40px auto;
  text-align: center;
}

.big-quote .quote-text {
  color: #3abfc4;
  font-style: italic;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 20px;
  padding: 0 2em;
}

.big-quote .quote-author {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .05em;
}

.ba-holder.ba-300-250 {
  min-height: 250px;
  min-width: 300px;
  padding: 0;
}

@media (min-width: 900px) {
  .ba-holder.ba-300-250 {
    display: none;
  }
}

.ba-holder.ba-300-600 {
  min-height: 600px;
  min-width: 300px;
  padding: 0;
  margin: 0;
}

.ba-holder.ba-728-90 {
  min-height: 90px;
  min-width: 728px;
  padding: 0;
  display: none;
}

@media (min-width: 900px) {
  .ba-holder.ba-728-90 {
    display: block;
  }
}

.ba-holder.ba-160-600 {
  min-height: 600px;
  min-width: 160px;
  padding: 0;
  margin: 0;
}

.sidebar-holder.ba-300-600 {
  min-height: 600px;
  min-width: 300px;
  padding: 0;
  margin: 0;
}

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