/* stylelint-disable declaration-colon-space-after */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.overall-rating.smaller .stars .star {
  height: 20px;
  width: 20px;
  margin-left: 4px;
}
.overall-rating.smaller.ml-first .stars .star {
  margin-left: 0;
}
.overall-rating.small .stars .star {
  height: 26px !important;
  width: 26px !important;
  margin-left: 4px !important;
}
.overall-rating.small .stars .star .gold, .overall-rating.small .stars .star .grey {
  height: 26px !important;
  width: 26px !important;
}
.overall-rating.small.ml-first .stars .star {
  margin-left: 0;
}
.overall-rating .stars .star {
  position: relative;
  display: inline-block;
  height: 48px;
  width: 48px;
}
.overall-rating .stars .star .gold {
  height: inherit;
  width: inherit;
  position: relative;
  left: 0;
  z-index: 1;
  fill: #999999;
}
.overall-rating .stars .star .gold.light {
  fill: #f2f2f2;
}
.overall-rating .stars .star .gold .a {
  stroke-dasharray: 1465;
  stroke-dashoffset: 1465;
  -webkit-animation: dash 400ms linear forwards;
          animation: dash 400ms linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  will-change: auto;
}
.overall-rating .stars .star .gold .a.short {
  -webkit-animation: dash 50ms linear forwards;
          animation: dash 50ms linear forwards;
}
.overall-rating .stars .star .gold clipPath circle {
  transform-origin: left;
  -webkit-animation: shift 60ms linear forwards;
          animation: shift 60ms linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  will-change: auto;
}
.overall-rating .stars .star .grey {
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-color: transparent;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1465;
  }
  15% {
    stroke-dashoffset: 1465;
  }
  20% {
    stroke-dashoffset: 1460;
  }
  30% {
    stroke-dashoffset: 1290;
  }
  40% {
    stroke-dashoffset: 1110;
  }
  50% {
    stroke-dashoffset: 940;
  }
  60% {
    stroke-dashoffset: 760;
  }
  70% {
    stroke-dashoffset: 590;
  }
  80% {
    stroke-dashoffset: 400;
  }
  90% {
    stroke-dashoffset: 270;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1465;
  }
  15% {
    stroke-dashoffset: 1465;
  }
  20% {
    stroke-dashoffset: 1460;
  }
  30% {
    stroke-dashoffset: 1290;
  }
  40% {
    stroke-dashoffset: 1110;
  }
  50% {
    stroke-dashoffset: 940;
  }
  60% {
    stroke-dashoffset: 760;
  }
  70% {
    stroke-dashoffset: 590;
  }
  80% {
    stroke-dashoffset: 400;
  }
  90% {
    stroke-dashoffset: 270;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes shift {
  0% {
    transform: translateX(-12.5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shift {
  0% {
    transform: translateX(-12.5%);
  }
  100% {
    transform: translateX(0);
  }
}
.grey .a {
  fill: none;
  stroke: #999999;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 35px;
}

.grey .b {
  fill: #999999;
}

.grey.light .a {
  stroke: #f2f2f2;
}

.grey.light .b {
  fill: #f2f2f2;
}

.star-rating input ~ label:not(#na):hover svg .a,
.star-rating label:not(.icon-na):hover ~ label svg .a,
.star-rating input:not(#na):checked ~ label svg .a,
.gold .a {
  fill: none;
  stroke: #FFC601;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 39px;
}

.star-rating input ~ label:not(#na):hover svg .b,
.star-rating label:not(.icon-na):hover ~ label svg .b,
.star-rating input:not(#na):checked ~ label svg .b,
.gold .b {
  fill: #FFC601;
}

.widget-stars .overall-rating .stars .star {
  width: 32px;
  height: 32px;
  margin-left: 5px;
}
.widget-stars .overall-rating .stars .star .gold,
.widget-stars .overall-rating .stars .star .grey {
  width: 32px;
  height: 32px;
}

.small .grey .a {
  stroke-width: 34px;
}

.small .gold .a {
  stroke-width: 34px;
}

.company-review .overall-rating .stars .star {
  width: 40px;
  height: 40px;
}
.company-review .overall-rating .stars .star .gold,
.company-review .overall-rating .stars .star .grey {
  width: 40px;
  height: 40px;
}

.widget .overall-rating .stars .star,
.widget-stars-wide .overall-rating .stars .star,
.widget-v2-full .overall-rating .stars .star {
  width: 32px;
  height: 32px;
}
.widget .overall-rating .stars .star .gold,
.widget .overall-rating .stars .star .grey,
.widget-stars-wide .overall-rating .stars .star .gold,
.widget-stars-wide .overall-rating .stars .star .grey,
.widget-v2-full .overall-rating .stars .star .gold,
.widget-v2-full .overall-rating .stars .star .grey {
  width: 32px;
  height: 32px;
}

.widget-v2-letterbox .overall-rating .stars .star,
.widget-v2-wide-micro .overall-rating .stars .star {
  width: 20px;
  height: 20px;
}
.widget-v2-letterbox .overall-rating .stars .star .gold,
.widget-v2-letterbox .overall-rating .stars .star .grey,
.widget-v2-wide-micro .overall-rating .stars .star .gold,
.widget-v2-wide-micro .overall-rating .stars .star .grey {
  width: 20px;
  height: 20px;
}

@font-face {
  font-family: "icon";
  src: url("/assets/font/icomoon.eot?ncgvk8");
  src: url("/assets/font/icomoon.eot?#iefixncgvk8") format("embedded-opentype"), url("/assets/font/icomoon.ttf?ncgvk8") format("truetype"), url("/assets/font/icomoon.woff?ncgvk8") format("woff"), url("/assets/font/icomoon.svg?ncgvk8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-star-empty,
.icon-star-half,
.icon-star-full {
  font-family: "icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-y: scroll;
  font: 1em/1.5 "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
p,
blockquote,
hr {
  margin: 0;
  padding: 0;
}

blockquote,
p {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

body {
  font-size: 12px;
}

blockquote {
  padding-left: 0.9375rem;
  border-left: 5px solid #f4f6f7;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 13.5px;
}

p:last-child {
  margin-bottom: 0;
}

b {
  font-weight: inherit;
}

img {
  max-width: 100%;
  border: none;
}

a {
  text-decoration: none;
}

a,
a:visited,
a:hover {
  color: #000000;
}

h2 {
  margin-top: 0;
}

.btn {
  -webkit-appearance: none;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font: normal normal 500 15px/1 "Quicksand";
  text-align: center;
  text-decoration: none;
  border: 1px solid;
  cursor: pointer;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 4 */
  white-space: normal;
  /* 5 */
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn:enter {
  text-decoration: none;
}

.btn {
  padding: 10px 12px 9px;
  border-color: #00bbcc;
  border-radius: 2px;
  border-bottom-color: color-mix(in srgb, #00bbcc, black 15%);
  background-color: #00bbcc;
  color: #fff;
}
.btn:enter {
  color: #fff;
  background-color: color-mix(in srgb, #00bbcc, white 15%);
  border-color: color-mix(in srgb, #00bbcc, white 15%);
}

a.btn {
  color: #fff;
}

.icon-star-empty,
.icon-star-half,
.icon-star-full {
  color: #d4d7d8;
  margin-right: 3px;
}
.icon-star-empty:last-child,
.icon-star-half:last-child,
.icon-star-full:last-child {
  margin-right: 0;
}

.icon-star-empty::before {
  content: "\e604";
}

.icon-star-half::before {
  content: "\e605";
}

.icon-star-full::before {
  content: "\e606";
}

.icon-star-empty,
.icon-star-half,
.icon-star-full {
  color: #ffc600;
}

.icon-star-white {
  color: #ffffff;
}

.icon-star-xxlarge {
  font-size: xx-large;
}

.icon-star-xlarge {
  font-size: x-large;
}

.icon-star-large {
  font-size: large;
}

.icon-star-medium {
  font-size: medium;
}

.icon-star-small {
  font-size: small;
}

.icon-star-vernon {
  font-size: 22px;
}

.widget-v2-rating {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.widget-v2-rating strong {
  font-weight: 700;
}

.widget-v2-reviewTitle {
  font-size: 14px;
  color: #000000;
  line-height: 17.5px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.widget-v2-invert .widget-v2-reviewTitle,
.widget-v2-invert .widget-v2-reviewTitle strong {
  color: #fff;
}

.widget-v2-wide {
  width: 1000px;
  padding: 0;
  display: block;
  max-width: 100%;
  background-color: #fff;
  word-break: break-word;
  text-align: center;
}
@media (max-width: 1024px) {
  .widget-v2-wide {
    width: 100%;
  }
}
.widget-v2-wide .container {
  display: flex;
}
.widget-v2-wide .widget-wide-logo a img {
  max-height: 51px;
}
.widget-v2-wide .widget-wide-logo .widget-logo-text {
  padding-top: 5px;
}
.widget-v2-wide .widget-v2-rating {
  margin-top: 6px;
  margin-bottom: 0px;
}
.widget-v2-wide .widget-v2-logo-text {
  font-size: 0.9rem;
  padding-top: 0px;
}
.widget-v2-wide.transparent {
  background: none;
  border: none;
}

.widget-v2-wide-micro {
  width: 100%;
  height: 27px;
  display: block;
  max-width: 100%;
  background-color: #fff;
  word-break: break-word;
}
.widget-v2-wide-micro.transparent {
  background: none;
  border: none;
}
.widget-v2-wide-micro .stars {
  margin-top: 6px;
}
.widget-v2-wide-micro .widget-text-micro-wide {
  padding-top: 5px;
}
.widget-v2-wide-micro .widget-stars-ra {
  padding-right: 40px;
}

.widget-v2-letterbox {
  display: inline-block;
  padding: 0px;
}
.widget-v2-letterbox * {
  vertical-align: middle;
}
.widget-v2-letterbox .rating-container {
  display: inline-block;
  vertical-align: middle;
}
.widget-v2-letterbox .star-rating-nb {
  font-size: 11px;
  display: flex;
}
.widget-v2-letterbox .rating-nb {
  line-height: 26px;
  font-size: 18px;
  margin-left: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.widget-v2-letterbox .rating-nb span {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: inline;
}
.widget-v2-letterbox .widget-logo {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 4px;
  max-width: 80px;
}
.widget-v2-letterbox img.svg {
  width: initial;
}
.widget-v2-letterbox .ml-4.grey {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 300;
}
.widget-v2-letterbox:not(.transparent) {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
}

.widget-v2-full {
  display: inline-block;
  padding: 20px;
  background: transparent;
  width: 270px;
  overflow: auto;
  text-align: center;
}
.widget-v2-full:not(.transparent) {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
}
.widget-v2-full .widget-logo {
  display: inline-block;
  padding-top: 15px;
  max-width: 200px;
}
.widget-v2-full .rating-full-nb {
  font-size: 2.1em;
  line-height: 1;
}
.widget-v2-full .rating-full-nb .smaller {
  font-size: 0.8em;
}
.widget-v2-full .rating-full-nb .smallest {
  font-size: 1rem;
}
.widget-v2-full .widget-review-title {
  font-size: 1.3em;
}
.widget-v2-full .widget-review-stars {
  font-size: 1.4em;
}
.widget-v2-full .widget-reviewer {
  color: #000;
  padding: 5px 0 15px;
  font-weight: bold;
  font-size: 1.2em;
}
.widget-v2-full .widget-reviewer.widget-v2-invert {
  color: #fff;
}

.widget-v2-invert {
  color: #fff !important;
}

.widget {
  padding: 20px;
  display: inline-block;
  width: 270px;
  max-width: 100%;
  background-color: #fff;
  word-break: break-word;
  text-align: center;
}
.widget.widget--transparent {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}
.widget.widget--micro {
  padding: 7px;
  width: auto;
}
.widget *:last-child {
  margin-bottom: 0;
}

.widget-wide {
  width: 1000px;
  padding: 15px 15px 0px 15px;
  display: block;
  max-width: 100%;
  background-color: #fff;
  word-break: break-word;
  text-align: center;
}
@media (max-width: 1024px) {
  .widget-wide {
    width: 100%;
  }
}
.widget-wide.widget--transparent {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}

.widget-wide-micro {
  width: 100%;
  height: 27px;
  display: block;
  max-width: 100%;
  background-color: #fff;
  word-break: break-word;
}
.widget-wide-micro.widget--transparent {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}

.widget-logo {
  display: block;
  margin-bottom: 0px;
}
.widget--micro .widget-logo img {
  height: 30px;
}

.widget--micro .widget-wide-logo img {
  height: 30px;
}

.widget-content {
  width: 70%;
  display: inline-block;
}
@media (max-width: 600px) {
  .widget-content {
    width: 100%;
    display: block;
  }
}

.widget-content-vernon {
  width: 50%;
}

.widget-logo-container {
  width: 30%;
  float: right;
}
@media (max-width: 650px) {
  .widget-logo-container {
    display: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 50%;
  }
}

.widget-logo-container-vernon {
  width: 50%;
}

.widget-logo-text {
  font-size: 14px;
  padding-top: 10px;
}
@media (max-width: 650px) {
  .widget-logo-text {
    padding-top: 0px;
  }
}

.widget-logo-text-vernon {
  padding-top: 0px;
  padding-bottom: 8px;
}

.widget-logo-container a img {
  width: 80%;
}

.widget-logo-container-vernon a img {
  width: 340px;
  height: 60px;
}

.widget-logo-container-vernon-micro {
  float: left;
  width: 28%;
  height: 27px;
  padding-right: 10px;
  padding-left: 6px;
  display: flex;
}
@media (max-width: 650px) {
  .widget-logo-container-vernon-micro {
    display: inline-block;
  }
}
@media (max-width: 260px) {
  .widget-logo-container-vernon-micro {
    width: 45%;
  }
}

.widget-logo-container-vernon-micro a img {
  width: 100%;
  height: 24px;
  margin-top: 2px;
}

.widget-summary-wide {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 650px) {
  .widget-summary-wide {
    font-size: 1.25rem;
  }
}

.widget-summary-none-vernon {
  font-weight: normal;
  font-family: "Serif";
}

.widget-summary-wide a {
  color: inherit;
}
.widget-summary-wide a:enter {
  color: #00bbcc;
}

.widget-stars {
  display: inline-block;
  padding: 5px 0 2px;
  width: auto;
  text-align: center;
}
.widget-stars.no-border {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

.widget-stars-wide {
  display: inline-block;
  text-align: center;
}

.widget-stars-ra {
  float: left;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

.widget-stars-margin {
  margin-bottom: 8px;
}

.widget-stars-padding {
  padding: 15px;
}

.widget-summary {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.widget-summary-review {
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 17.5px;
}

.widget-summary-none {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0px 0 5px;
}

.widget-rating {
  font-size: 14px;
  margin-bottom: 6px;
}

.widget-review {
  padding: 17px 0;
  margin: 10px 0 17px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.widget-rating,
.widget-reviewTitle {
  font-size: 14px;
  color: #737373;
}
.widget-rating strong,
.widget-reviewTitle strong {
  color: #525252;
}
.widget--transparent .widget-rating,
.widget--transparent .widget-rating strong,
.widget--transparent .widget-reviewTitle,
.widget--transparent .widget-reviewTitle strong {
  color: #fff;
}

.widget-reviewTitle {
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .u-hidden-mobile {
    display: none !important;
  }
}

.u-show-mobile {
  display: none;
}
@media (max-width: 540px) {
  .u-show-mobile {
    display: block;
  }
}

.widget-text-vernon-micro-wide {
  text-align: center;
  font-size: x-small;
  padding-top: 0.5px;
  margin-top: 1.5px;
}

.widget-text-container-vernon-micro-wide {
  height: 27px;
  float: left;
}
@media (max-width: 260px) {
  .widget-text-container-vernon-micro-wide {
    display: none;
  }
}

img.svg {
  width: 60%;
}

.text-sm {
  font-size: 0.8rem;
}

.ml-4 {
  margin-left: 5px;
}

.pb-4 {
  padding-bottom: 15px;
}

.pb-2 {
  padding-bottom: 6px;
}

.pt-8 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 15px;
}

.pt-2 {
  padding-top: 7px;
}

.mr-4 {
  margin-right: 15px;
}

.black {
  color: #000;
}

.grey {
  color: #8a8a8a;
}

.rating-nb {
  font-size: 37px;
  font-weight: 700;
  line-height: 46.25px;
  display: inline;
}
.rating-nb span {
  font-size: 25px;
  font-weight: 700;
  line-height: 31.25px;
  display: inline;
}

.widget-letterbox {
  display: inline-block;
  padding: 2px 10px;
}
.widget-letterbox * {
  vertical-align: middle;
}
.widget-letterbox .star-rating-nb {
  font-size: 11px;
  display: inline-block;
}
.widget-letterbox .widget-logo {
  display: inline-block;
  padding-right: 5px;
  max-width: 130px;
}
.widget-letterbox.withbg {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  overflow: auto;
}

.widget-full {
  display: inline-block;
  padding: 25px 35px;
  text-align: center;
}
.widget-full.withbg {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 10px;
  overflow: auto;
}
.widget-full .widget-logo {
  display: inline-block;
  padding-top: 15px;
  max-width: 200px;
}
.widget-full .rating-full-nb {
  font-size: 2.1em;
  line-height: 1;
}
.widget-full .rating-full-nb .smaller {
  font-size: 0.8em;
}
.widget-full .widget-review-title {
  font-size: 1.3em;
}
.widget-full .widget-review-stars {
  font-size: 1.4em;
}
.widget-full .widget-reviewer {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}

a.button-widget {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border: solid 1px white;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 44 111/var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(198 44 111/var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-duration: 250ms;
}
a.button-widget:hover {
  background-color: white;
  color: rgb(198 44 111/var(--tw-border-opacity));
  border-color: rgb(198 44 111/var(--tw-border-opacity));
  border: solid 1px #c62c6f;
}

.widget-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gold .a {
  fill: none;
  stroke: #ffc601;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 39.5;
}

.gold .b {
  fill: #ffc601;
}
