@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Roboto:300,400,400i,500,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700i,900&display=swap&subset=latin-ext&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,700,700i,900,900i&display=swap");
:root {
  --blue: #1BB4E1;
  --indigo: #6610f2;
  --purple: #B46AF1;
  --pink: #ec407a;
  --red: #FF0000;
  --orange: #F0AD4E;
  --yellow: #ffc107;
  --green: #5AB00C;
  --teal: #50E3C2;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #81838E;
  --gray-dark: #323648;
  --primary: #1BB4E1;
  --secondary: #323648;
  --success: #5AB00C;
  --info: #50E3C2;
  --warning: #ffc107;
  --danger: #FF0000;
  --light: #F8F8F8;
  --dark: #1D1D1D;
  --tertiary: #1D1D1D;
  --yellow: #F8C51F;
  --flatred: #D9534F;
  --brightred: #FF0000;
  --error: #A94442;
  --orange: #F0AD4E;
  --green: #5AB00C;
  --lime: #C9CF2A;
  --teal: #50E3C2;
  --purple: #B46AF1;
  --gold: #C2A174;
  --sand1: #F8F8F8;
  --sand2: #F5F5F5;
  --sand3: #E8E8E8;
  --sand4: #AEB0B8;
  --sand5: #81838E;
  --sand6: #495057;
  --sand7: #5B5E6D;
  --white: #FFFFFF;
  --black: #000000;
  --pink: #EC407A;
  --lightpink: #FD6D95;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", ("Helvetica Neue", Helvetica, Arial, sans-serif);
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1D1D1D;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1BB4E1;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #137d9d;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #AEB0B8;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 5px; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #323648; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #323648; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote, .full__live-blog .paragraphs-item-quote-block .field-name-field-quote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer, .full__live-blog .paragraphs-item-quote-block .field-name-field-secondary-text .field-item {
  display: block;
  font-size: 80%;
  color: #81838E; }
  .blockquote-footer::before, .full__live-blog .paragraphs-item-quote-block .field-name-field-secondary-text .field-item::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #81838E; }

code {
  font-size: 87.5%;
  color: #ec407a;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1D1D1D;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #1D1D1D; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1000px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .six-layout .view-content, .three-layout .view-content, .most-viewed-popular .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1D1D1D; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #AEB0B8; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #AEB0B8; }
  .table tbody + tbody {
    border-top: 2px solid #AEB0B8; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #AEB0B8; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #AEB0B8; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #1D1D1D;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfeaf7; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #88d8ef; }

.table-hover .table-primary:hover {
  background-color: #a8e3f4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a8e3f4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c6c7cc; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #9496a0; }

.table-hover .table-secondary:hover {
  background-color: #b9bac0; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b9bac0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d1e9bb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a9d681; }

.table-hover .table-success:hover {
  background-color: #c4e3a8; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #c4e3a8; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cef7ee; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a4f0df; }

.table-hover .table-info:hover {
  background-color: #b8f3e6; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b8f3e6; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8b8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a7a; }

.table-hover .table-danger:hover {
  background-color: #ff9f9f; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ff9f9f; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfb; }

.table-hover .table-light:hover {
  background-color: #f0f0f0; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f0f0f0; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: silver; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #898989; }

.table-hover .table-dark:hover {
  background-color: #b3b3b3; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b3b3b3; }

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: silver; }

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #898989; }

.table-hover .table-tertiary:hover {
  background-color: #b3b3b3; }
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #b3b3b3; }

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fdefc0; }

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #fbe18b; }

.table-hover .table-yellow:hover {
  background-color: #fce9a7; }
  .table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #fce9a7; }

.table-flatred,
.table-flatred > th,
.table-flatred > td {
  background-color: #f4cfce; }

.table-flatred th,
.table-flatred td,
.table-flatred thead th,
.table-flatred tbody + tbody {
  border-color: #eba6a3; }

.table-hover .table-flatred:hover {
  background-color: #efbbb9; }
  .table-hover .table-flatred:hover > td,
  .table-hover .table-flatred:hover > th {
    background-color: #efbbb9; }

.table-brightred,
.table-brightred > th,
.table-brightred > td {
  background-color: #ffb8b8; }

.table-brightred th,
.table-brightred td,
.table-brightred thead th,
.table-brightred tbody + tbody {
  border-color: #ff7a7a; }

.table-hover .table-brightred:hover {
  background-color: #ff9f9f; }
  .table-hover .table-brightred:hover > td,
  .table-hover .table-brightred:hover > th {
    background-color: #ff9f9f; }

.table-error,
.table-error > th,
.table-error > td {
  background-color: #e7cbca; }

.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: #d29e9d; }

.table-hover .table-error:hover {
  background-color: #dfbab8; }
  .table-hover .table-error:hover > td,
  .table-hover .table-error:hover > th {
    background-color: #dfbab8; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fbe8cd; }

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f7d4a3; }

.table-hover .table-orange:hover {
  background-color: #f9ddb5; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #f9ddb5; }

.table-green,
.table-green > th,
.table-green > td {
  background-color: #d1e9bb; }

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #a9d681; }

.table-hover .table-green:hover {
  background-color: #c4e3a8; }
  .table-hover .table-green:hover > td,
  .table-hover .table-green:hover > th {
    background-color: #c4e3a8; }

.table-lime,
.table-lime > th,
.table-lime > td {
  background-color: #f0f2c3; }

.table-lime th,
.table-lime td,
.table-lime thead th,
.table-lime tbody + tbody {
  border-color: #e3e690; }

.table-hover .table-lime:hover {
  background-color: #ebedae; }
  .table-hover .table-lime:hover > td,
  .table-hover .table-lime:hover > th {
    background-color: #ebedae; }

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #cef7ee; }

.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #a4f0df; }

.table-hover .table-teal:hover {
  background-color: #b8f3e6; }
  .table-hover .table-teal:hover > td,
  .table-hover .table-teal:hover > th {
    background-color: #b8f3e6; }

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #ead5fb; }

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #d8b2f8; }

.table-hover .table-purple:hover {
  background-color: #debef9; }
  .table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #debef9; }

.table-gold,
.table-gold > th,
.table-gold > td {
  background-color: #eee5d8; }

.table-gold th,
.table-gold td,
.table-gold thead th,
.table-gold tbody + tbody {
  border-color: #dfceb7; }

.table-hover .table-gold:hover {
  background-color: #e6d9c6; }
  .table-hover .table-gold:hover > td,
  .table-hover .table-gold:hover > th {
    background-color: #e6d9c6; }

.table-sand1,
.table-sand1 > th,
.table-sand1 > td {
  background-color: #fdfdfd; }

.table-sand1 th,
.table-sand1 td,
.table-sand1 thead th,
.table-sand1 tbody + tbody {
  border-color: #fbfbfb; }

.table-hover .table-sand1:hover {
  background-color: #f0f0f0; }
  .table-hover .table-sand1:hover > td,
  .table-hover .table-sand1:hover > th {
    background-color: #f0f0f0; }

.table-sand2,
.table-sand2 > th,
.table-sand2 > td {
  background-color: #fcfcfc; }

.table-sand2 th,
.table-sand2 td,
.table-sand2 thead th,
.table-sand2 tbody + tbody {
  border-color: #fafafa; }

.table-hover .table-sand2:hover {
  background-color: #efefef; }
  .table-hover .table-sand2:hover > td,
  .table-hover .table-sand2:hover > th {
    background-color: #efefef; }

.table-sand3,
.table-sand3 > th,
.table-sand3 > td {
  background-color: #f9f9f9; }

.table-sand3 th,
.table-sand3 td,
.table-sand3 thead th,
.table-sand3 tbody + tbody {
  border-color: #f3f3f3; }

.table-hover .table-sand3:hover {
  background-color: #ececec; }
  .table-hover .table-sand3:hover > td,
  .table-hover .table-sand3:hover > th {
    background-color: #ececec; }

.table-sand4,
.table-sand4 > th,
.table-sand4 > td {
  background-color: #e8e9eb; }

.table-sand4 th,
.table-sand4 td,
.table-sand4 thead th,
.table-sand4 tbody + tbody {
  border-color: #d5d6da; }

.table-hover .table-sand4:hover {
  background-color: #dadcdf; }
  .table-hover .table-sand4:hover > td,
  .table-hover .table-sand4:hover > th {
    background-color: #dadcdf; }

.table-sand5,
.table-sand5 > th,
.table-sand5 > td {
  background-color: #dcdcdf; }

.table-sand5 th,
.table-sand5 td,
.table-sand5 thead th,
.table-sand5 tbody + tbody {
  border-color: #bdbfc4; }

.table-hover .table-sand5:hover {
  background-color: #cfcfd3; }
  .table-hover .table-sand5:hover > td,
  .table-hover .table-sand5:hover > th {
    background-color: #cfcfd3; }

.table-sand6,
.table-sand6 > th,
.table-sand6 > td {
  background-color: #ccced0; }

.table-sand6 th,
.table-sand6 td,
.table-sand6 thead th,
.table-sand6 tbody + tbody {
  border-color: #a0a4a8; }

.table-hover .table-sand6:hover {
  background-color: #bfc1c4; }
  .table-hover .table-sand6:hover > td,
  .table-hover .table-sand6:hover > th {
    background-color: #bfc1c4; }

.table-sand7,
.table-sand7 > th,
.table-sand7 > td {
  background-color: #d1d2d6; }

.table-sand7 th,
.table-sand7 td,
.table-sand7 thead th,
.table-sand7 tbody + tbody {
  border-color: #aaabb3; }

.table-hover .table-sand7:hover {
  background-color: #c4c5ca; }
  .table-hover .table-sand7:hover > td,
  .table-hover .table-sand7:hover > th {
    background-color: #c4c5ca; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #facada; }

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f59cba; }

.table-hover .table-pink:hover {
  background-color: #f8b3ca; }
  .table-hover .table-pink:hover > td,
  .table-hover .table-pink:hover > th {
    background-color: #f8b3ca; }

.table-lightpink,
.table-lightpink > th,
.table-lightpink > td {
  background-color: #fed6e1; }

.table-lightpink th,
.table-lightpink td,
.table-lightpink thead th,
.table-lightpink tbody + tbody {
  border-color: #feb3c8; }

.table-hover .table-lightpink:hover {
  background-color: #fdbdcf; }
  .table-hover .table-lightpink:hover > td,
  .table-hover .table-lightpink:hover > th {
    background-color: #fdbdcf; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #323648;
  border-color: #42475f; }

.table .thead-light th {
  color: #495057;
  background-color: #F5F5F5;
  border-color: #AEB0B8; }

.table-dark {
  color: #fff;
  background-color: #323648; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #42475f; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .webform-client-form [type='text'],
.webform-client-form [type='email'],
.webform-client-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 10px + 2px);
  padding: 5px 0.75rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .webform-client-form [type='text'],
    .webform-client-form [type='email'],
    .webform-client-form textarea {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand, .webform-client-form [type='text']::-ms-expand,
  .webform-client-form [type='email']::-ms-expand,
  .webform-client-form textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .webform-client-form :focus[type='text'],
  .webform-client-form :focus[type='email'],
  .webform-client-form textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5dcbec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
  .form-control::-webkit-input-placeholder, .webform-client-form [type='text']::-webkit-input-placeholder, .webform-client-form [type='email']::-webkit-input-placeholder, .webform-client-form textarea::-webkit-input-placeholder {
    color: #AEB0B8;
    opacity: 1; }
  .form-control::-moz-placeholder, .webform-client-form [type='text']::-moz-placeholder, .webform-client-form [type='email']::-moz-placeholder, .webform-client-form textarea::-moz-placeholder {
    color: #AEB0B8;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .webform-client-form [type='text']:-ms-input-placeholder, .webform-client-form [type='email']:-ms-input-placeholder, .webform-client-form textarea:-ms-input-placeholder {
    color: #AEB0B8;
    opacity: 1; }
  .form-control::-ms-input-placeholder, .webform-client-form [type='text']::-ms-input-placeholder, .webform-client-form [type='email']::-ms-input-placeholder, .webform-client-form textarea::-ms-input-placeholder {
    color: #AEB0B8;
    opacity: 1; }
  .form-control::placeholder, .webform-client-form [type='text']::placeholder,
  .webform-client-form [type='email']::placeholder,
  .webform-client-form textarea::placeholder {
    color: #AEB0B8;
    opacity: 1; }
  .form-control:disabled, .webform-client-form :disabled[type='text'],
  .webform-client-form :disabled[type='email'],
  .webform-client-form textarea:disabled, .form-control[readonly], .webform-client-form [readonly][type='text'],
  .webform-client-form [readonly][type='email'],
  .webform-client-form textarea[readonly] {
    background-color: #F5F5F5;
    opacity: 1; }

select.form-control:focus::-ms-value, .webform-client-form select[type='text']:focus::-ms-value,
.webform-client-form select[type='email']:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(5px + 1px);
  padding-bottom: calc(5px + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg, .webform-client-form .form-control-plaintext[type='text'],
  .webform-client-form .form-control-plaintext[type='email'],
  .webform-client-form textarea.form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.form-control-lg, .webform-client-form [type='text'],
.webform-client-form [type='email'],
.webform-client-form textarea {
  height: 48px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control[size], .webform-client-form select[size][type='text'],
.webform-client-form select[size][type='email'], select.form-control[multiple], .webform-client-form select[multiple][type='text'],
.webform-client-form select[multiple][type='email'] {
  height: auto; }

textarea.form-control, .webform-client-form textarea[type='text'],
.webform-client-form textarea[type='email'],
.webform-client-form textarea {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #AEB0B8; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #5AB00C; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(90, 176, 12, 0.9);
  border-radius: 3px; }

.was-validated .form-control:valid, .was-validated .webform-client-form :valid[type='text'], .webform-client-form .was-validated :valid[type='text'],
.was-validated .webform-client-form :valid[type='email'], .webform-client-form .was-validated :valid[type='email'],
.was-validated .webform-client-form textarea:valid, .webform-client-form .was-validated textarea:valid, .form-control.is-valid, .webform-client-form .is-valid[type='text'],
.webform-client-form .is-valid[type='email'],
.webform-client-form textarea.is-valid {
  border-color: #5AB00C;
  padding-right: calc(1.5em + 10px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235AB00C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 2.5px);
  background-size: calc(0.75em + 5px) calc(0.75em + 5px); }
  .was-validated .form-control:valid:focus, .was-validated .webform-client-form :valid:focus[type='text'], .webform-client-form .was-validated :valid:focus[type='text'],
  .was-validated .webform-client-form :valid:focus[type='email'], .webform-client-form .was-validated :valid:focus[type='email'],
  .was-validated .webform-client-form textarea:valid:focus, .webform-client-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .webform-client-form .is-valid:focus[type='text'],
  .webform-client-form .is-valid:focus[type='email'],
  .webform-client-form textarea.is-valid:focus {
    border-color: #5AB00C;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .webform-client-form :valid[type='text'] ~ .valid-feedback, .webform-client-form .was-validated :valid[type='text'] ~ .valid-feedback, .was-validated .webform-client-form :valid[type='email'] ~ .valid-feedback, .webform-client-form .was-validated :valid[type='email'] ~ .valid-feedback, .was-validated .webform-client-form textarea:valid ~ .valid-feedback, .webform-client-form .was-validated textarea:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .webform-client-form :valid[type='text'] ~ .valid-tooltip,
  .webform-client-form .was-validated :valid[type='text'] ~ .valid-tooltip,
  .was-validated .webform-client-form :valid[type='email'] ~ .valid-tooltip,
  .webform-client-form .was-validated :valid[type='email'] ~ .valid-tooltip,
  .was-validated .webform-client-form textarea:valid ~ .valid-tooltip,
  .webform-client-form .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .webform-client-form .is-valid[type='text'] ~ .valid-feedback, .webform-client-form .is-valid[type='email'] ~ .valid-feedback, .webform-client-form textarea.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .webform-client-form .is-valid[type='text'] ~ .valid-tooltip,
  .webform-client-form .is-valid[type='email'] ~ .valid-tooltip,
  .webform-client-form textarea.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid,
.was-validated .webform-client-form textarea:valid, .webform-client-form .was-validated textarea:valid, textarea.form-control.is-valid,
.webform-client-form textarea.is-valid {
  padding-right: calc(1.5em + 10px);
  background-position: top calc(0.375em + 2.5px) right calc(0.375em + 2.5px); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #5AB00C;
  padding-right: calc((1em + 10px) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23323648' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235AB00C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 5px) calc(0.75em + 5px); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #5AB00C;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #5AB00C; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #5AB00C; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #5AB00C; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #72e00f;
  background-color: #72e00f; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5AB00C; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #5AB00C; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #5AB00C;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF0000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 3px; }

.was-validated .form-control:invalid, .was-validated .webform-client-form :invalid[type='text'], .webform-client-form .was-validated :invalid[type='text'],
.was-validated .webform-client-form :invalid[type='email'], .webform-client-form .was-validated :invalid[type='email'],
.was-validated .webform-client-form textarea:invalid, .webform-client-form .was-validated textarea:invalid, .form-control.is-invalid, .webform-client-form .is-invalid[type='text'],
.webform-client-form .is-invalid[type='email'],
.webform-client-form textarea.is-invalid {
  border-color: #FF0000;
  padding-right: calc(1.5em + 10px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF0000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 2.5px);
  background-size: calc(0.75em + 5px) calc(0.75em + 5px); }
  .was-validated .form-control:invalid:focus, .was-validated .webform-client-form :invalid:focus[type='text'], .webform-client-form .was-validated :invalid:focus[type='text'],
  .was-validated .webform-client-form :invalid:focus[type='email'], .webform-client-form .was-validated :invalid:focus[type='email'],
  .was-validated .webform-client-form textarea:invalid:focus, .webform-client-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .webform-client-form .is-invalid:focus[type='text'],
  .webform-client-form .is-invalid:focus[type='email'],
  .webform-client-form textarea.is-invalid:focus {
    border-color: #FF0000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .webform-client-form :invalid[type='text'] ~ .invalid-feedback, .webform-client-form .was-validated :invalid[type='text'] ~ .invalid-feedback, .was-validated .webform-client-form :invalid[type='email'] ~ .invalid-feedback, .webform-client-form .was-validated :invalid[type='email'] ~ .invalid-feedback, .was-validated .webform-client-form textarea:invalid ~ .invalid-feedback, .webform-client-form .was-validated textarea:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .webform-client-form :invalid[type='text'] ~ .invalid-tooltip,
  .webform-client-form .was-validated :invalid[type='text'] ~ .invalid-tooltip,
  .was-validated .webform-client-form :invalid[type='email'] ~ .invalid-tooltip,
  .webform-client-form .was-validated :invalid[type='email'] ~ .invalid-tooltip,
  .was-validated .webform-client-form textarea:invalid ~ .invalid-tooltip,
  .webform-client-form .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .webform-client-form .is-invalid[type='text'] ~ .invalid-feedback, .webform-client-form .is-invalid[type='email'] ~ .invalid-feedback, .webform-client-form textarea.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .webform-client-form .is-invalid[type='text'] ~ .invalid-tooltip,
  .webform-client-form .is-invalid[type='email'] ~ .invalid-tooltip,
  .webform-client-form textarea.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid,
.was-validated .webform-client-form textarea:invalid, .webform-client-form .was-validated textarea:invalid, textarea.form-control.is-invalid,
.webform-client-form textarea.is-invalid {
  padding-right: calc(1.5em + 10px);
  background-position: top calc(0.375em + 2.5px) right calc(0.375em + 2.5px); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF0000;
  padding-right: calc((1em + 10px) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23323648' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF0000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 5px) calc(0.75em + 5px); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #FF0000;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF0000; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF0000; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #FF0000; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .webform-client-form [type='text'], .webform-client-form .form-inline [type='text'],
    .form-inline .webform-client-form [type='email'], .webform-client-form .form-inline [type='email'],
    .form-inline .webform-client-form textarea, .webform-client-form .form-inline textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .subscribe-btn-white, .continue-reading-btn, .subscribe-btn-honey, .subscribe-btn-pink, .view .more-link a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .full__event-info .info .event-booknow a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a, .review-node .product-info .field-name-field-buynow-link a, .video-block .youtube-channel-link a, .comment-form .field-type-file [type='file'], .comment-form .field-type-file [type='submit'], .comment-form .form-actions [type='submit'], #reviews-search-form [type='submit'], .webform-client-form [type='submit'], .page-subscription-success .subscription-success-page__content a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit, .fieldset-wrapper > a {
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1D1D1D;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 5px 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .subscribe-btn-white, .continue-reading-btn, .subscribe-btn-honey, .subscribe-btn-pink, .view .more-link a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .full__event-info .info .event-booknow a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a, .review-node .product-info .field-name-field-buynow-link a, .video-block .youtube-channel-link a, .comment-form .field-type-file [type='file'], .comment-form .field-type-file [type='submit'], .comment-form .form-actions [type='submit'], #reviews-search-form [type='submit'], .webform-client-form [type='submit'], .page-subscription-success .subscription-success-page__content a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit, .fieldset-wrapper > a {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .subscribe-btn-white:hover, .continue-reading-btn:hover, .subscribe-btn-honey:hover, .subscribe-btn-pink:hover, .view .more-link a:hover, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:hover, .full__event-info .info .event-booknow a:hover, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:hover, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:hover, .review-node .product-info .field-name-field-buynow-link a:hover, .video-block .youtube-channel-link a:hover, .comment-form .field-type-file :hover[type='file'], .comment-form .field-type-file :hover[type='submit'], .comment-form .form-actions :hover[type='submit'], #reviews-search-form :hover[type='submit'], .webform-client-form :hover[type='submit'], .page-subscription-success .subscription-success-page__content a:hover, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:hover, .fieldset-wrapper > a:hover {
    color: #1D1D1D;
    text-decoration: none; }
  .btn:focus, .subscribe-btn-white:focus, .continue-reading-btn:focus, .subscribe-btn-honey:focus, .subscribe-btn-pink:focus, .view .more-link a:focus, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:focus, .full__event-info .info .event-booknow a:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:focus, .review-node .product-info .field-name-field-buynow-link a:focus, .video-block .youtube-channel-link a:focus, .comment-form .field-type-file :focus[type='file'], .comment-form .field-type-file :focus[type='submit'], .comment-form .form-actions :focus[type='submit'], #reviews-search-form :focus[type='submit'], .webform-client-form :focus[type='submit'], .page-subscription-success .subscription-success-page__content a:focus, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:focus, .fieldset-wrapper > a:focus, .btn.focus, .focus.subscribe-btn-white, .focus.continue-reading-btn, .focus.subscribe-btn-honey, .focus.subscribe-btn-pink, .view .more-link a.focus, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.focus.form-submit, .full__event-info .info .event-booknow a.focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a.focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a.focus, .review-node .product-info .field-name-field-buynow-link a.focus, .video-block .youtube-channel-link a.focus, .comment-form .field-type-file .focus[type='file'], .comment-form .field-type-file .focus[type='submit'], .comment-form .form-actions .focus[type='submit'], #reviews-search-form .focus[type='submit'], .webform-client-form .focus[type='submit'], .page-subscription-success .subscription-success-page__content a.focus, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .focus.form-submit, .fieldset-wrapper > a.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
  .btn.disabled, .disabled.subscribe-btn-white, .disabled.continue-reading-btn, .disabled.subscribe-btn-honey, .disabled.subscribe-btn-pink, .view .more-link a.disabled, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.disabled.form-submit, .full__event-info .info .event-booknow a.disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a.disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a.disabled, .review-node .product-info .field-name-field-buynow-link a.disabled, .video-block .youtube-channel-link a.disabled, .comment-form .field-type-file .disabled[type='file'], .comment-form .field-type-file .disabled[type='submit'], .comment-form .form-actions .disabled[type='submit'], #reviews-search-form .disabled[type='submit'], .webform-client-form .disabled[type='submit'], .page-subscription-success .subscription-success-page__content a.disabled, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .disabled.form-submit, .fieldset-wrapper > a.disabled, .btn:disabled, .subscribe-btn-white:disabled, .continue-reading-btn:disabled, .subscribe-btn-honey:disabled, .subscribe-btn-pink:disabled, .view .more-link a:disabled, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:disabled, .full__event-info .info .event-booknow a:disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:disabled, .review-node .product-info .field-name-field-buynow-link a:disabled, .video-block .youtube-channel-link a:disabled, .comment-form .field-type-file :disabled[type='file'], .comment-form .field-type-file :disabled[type='submit'], .comment-form .form-actions :disabled[type='submit'], #reviews-search-form :disabled[type='submit'], .webform-client-form :disabled[type='submit'], .page-subscription-success .subscription-success-page__content a:disabled, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:disabled, .fieldset-wrapper > a:disabled {
    opacity: 0.65; }

a.btn.disabled, a.disabled.subscribe-btn-white, a.disabled.continue-reading-btn, a.disabled.subscribe-btn-honey, a.disabled.subscribe-btn-pink, .view .more-link a.disabled, .full__event-info .info .event-booknow a.disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a.disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a.disabled, .review-node .product-info .field-name-field-buynow-link a.disabled, .video-block .youtube-channel-link a.disabled, .comment-form .field-type-file a.disabled[type='file'], .comment-form .field-type-file a.disabled[type='submit'], .comment-form .form-actions a.disabled[type='submit'], #reviews-search-form a.disabled[type='submit'], .webform-client-form a.disabled[type='submit'], .page-subscription-success .subscription-success-page__content a.disabled, .upcoming-cycling-events .views-exposed-widgets .views-submit-button a.disabled.form-submit, .fieldset-wrapper > a.disabled,
fieldset:disabled a.btn,
fieldset:disabled a.subscribe-btn-white,
fieldset:disabled a.continue-reading-btn,
fieldset:disabled a.subscribe-btn-honey,
fieldset:disabled a.subscribe-btn-pink,
fieldset:disabled .view .more-link a,
.view .more-link fieldset:disabled a,
fieldset:disabled .full__event-info .info .event-booknow a,
.full__event-info .info .event-booknow fieldset:disabled a,
fieldset:disabled .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item fieldset:disabled a,
fieldset:disabled .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item fieldset:disabled a,
fieldset:disabled .review-node .product-info .field-name-field-buynow-link a,
.review-node .product-info .field-name-field-buynow-link fieldset:disabled a,
fieldset:disabled .video-block .youtube-channel-link a,
.video-block .youtube-channel-link fieldset:disabled a,
fieldset:disabled .comment-form .field-type-file a[type='file'],
.comment-form .field-type-file fieldset:disabled a[type='file'],
fieldset:disabled .comment-form .field-type-file a[type='submit'],
.comment-form .field-type-file fieldset:disabled a[type='submit'],
fieldset:disabled .comment-form .form-actions a[type='submit'],
.comment-form .form-actions fieldset:disabled a[type='submit'],
fieldset:disabled #reviews-search-form a[type='submit'],
#reviews-search-form fieldset:disabled a[type='submit'],
fieldset:disabled .webform-client-form a[type='submit'],
.webform-client-form fieldset:disabled a[type='submit'],
fieldset:disabled .page-subscription-success .subscription-success-page__content a,
.page-subscription-success .subscription-success-page__content fieldset:disabled a,
fieldset:disabled .upcoming-cycling-events .views-exposed-widgets .views-submit-button a.form-submit,
.upcoming-cycling-events .views-exposed-widgets .views-submit-button fieldset:disabled a.form-submit,
fieldset:disabled .fieldset-wrapper > a {
  pointer-events: none; }

.btn-primary, .btn-default, .form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .full__event-info .info .event-booknow a, .review-node .product-info .field-name-field-buynow-link a, .comment-form .field-type-file [type='submit'], .comment-form .form-actions [type='submit'], #reviews-search-form [type='submit'], .webform-client-form [type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit {
  color: #fff;
  background-color: #1BB4E1;
  border-color: #1BB4E1; }
  .btn-primary:hover, .btn-default:hover, .form-submit:hover, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:hover, .full__event-info .info .event-booknow a:hover, .review-node .product-info .field-name-field-buynow-link a:hover, .comment-form .field-type-file :hover[type='submit'], .comment-form .form-actions :hover[type='submit'], #reviews-search-form :hover[type='submit'], .webform-client-form :hover[type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:hover {
    color: #fff;
    background-color: #1799bf;
    border-color: #1690b3; }
  .btn-primary:focus, .btn-default:focus, .form-submit:focus, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:focus, .full__event-info .info .event-booknow a:focus, .review-node .product-info .field-name-field-buynow-link a:focus, .comment-form .field-type-file :focus[type='submit'], .comment-form .form-actions :focus[type='submit'], #reviews-search-form :focus[type='submit'], .webform-client-form :focus[type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:focus, .btn-primary.focus, .focus.btn-default, .focus.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.focus.form-submit, .full__event-info .info .event-booknow a.focus, .review-node .product-info .field-name-field-buynow-link a.focus, .comment-form .field-type-file .focus[type='submit'], .comment-form .form-actions .focus[type='submit'], #reviews-search-form .focus[type='submit'], .webform-client-form .focus[type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .focus.form-submit {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 191, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(61, 191, 230, 0.5); }
  .btn-primary.disabled, .disabled.btn-default, .disabled.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.disabled.form-submit, .full__event-info .info .event-booknow a.disabled, .review-node .product-info .field-name-field-buynow-link a.disabled, .comment-form .field-type-file .disabled[type='submit'], .comment-form .form-actions .disabled[type='submit'], #reviews-search-form .disabled[type='submit'], .webform-client-form .disabled[type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .disabled.form-submit, .btn-primary:disabled, .btn-default:disabled, .form-submit:disabled, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:disabled, .full__event-info .info .event-booknow a:disabled, .review-node .product-info .field-name-field-buynow-link a:disabled, .comment-form .field-type-file :disabled[type='submit'], .comment-form .form-actions :disabled[type='submit'], #reviews-search-form :disabled[type='submit'], .webform-client-form :disabled[type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:disabled {
    color: #fff;
    background-color: #1BB4E1;
    border-color: #1BB4E1; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, .form-submit:not(:disabled):not(.disabled):active, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:not(:disabled):not(.disabled):active, .full__event-info .info .event-booknow a:not(:disabled):not(.disabled):active, .review-node .product-info .field-name-field-buynow-link a:not(:disabled):not(.disabled):active, .comment-form .field-type-file :not(:disabled):not(.disabled):active[type='submit'], .comment-form .form-actions :not(:disabled):not(.disabled):active[type='submit'], #reviews-search-form :not(:disabled):not(.disabled):active[type='submit'], .webform-client-form :not(:disabled):not(.disabled):active[type='submit'], .btn-primary:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active, .form-submit:not(:disabled):not(.disabled).active, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:not(:disabled):not(.disabled).active, .full__event-info .info .event-booknow a:not(:disabled):not(.disabled).active, .review-node .product-info .field-name-field-buynow-link a:not(:disabled):not(.disabled).active, .comment-form .field-type-file :not(:disabled):not(.disabled).active[type='submit'], .comment-form .form-actions :not(:disabled):not(.disabled).active[type='submit'], #reviews-search-form :not(:disabled):not(.disabled).active[type='submit'], .webform-client-form :not(:disabled):not(.disabled).active[type='submit'],
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.btn-default,
  .show > .dropdown-toggle.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .show > input.dropdown-toggle.form-submit,
  .full__event-info .info .event-booknow .show > a.dropdown-toggle,
  .review-node .product-info .field-name-field-buynow-link .show > a.dropdown-toggle,
  .comment-form .field-type-file .show > .dropdown-toggle[type='submit'],
  .comment-form .form-actions .show > .dropdown-toggle[type='submit'],
  #reviews-search-form .show > .dropdown-toggle[type='submit'],
  .webform-client-form .show > .dropdown-toggle[type='submit'],
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .show > .dropdown-toggle.form-submit {
    color: #fff;
    background-color: #1690b3;
    border-color: #1486a8; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .form-submit:not(:disabled):not(.disabled):active:focus, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:not(:disabled):not(.disabled):active:focus, .full__event-info .info .event-booknow a:not(:disabled):not(.disabled):active:focus, .review-node .product-info .field-name-field-buynow-link a:not(:disabled):not(.disabled):active:focus, .comment-form .field-type-file :not(:disabled):not(.disabled):active:focus[type='submit'], .comment-form .form-actions :not(:disabled):not(.disabled):active:focus[type='submit'], #reviews-search-form :not(:disabled):not(.disabled):active:focus[type='submit'], .webform-client-form :not(:disabled):not(.disabled):active:focus[type='submit'], .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .form-submit:not(:disabled):not(.disabled).active:focus, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:not(:disabled):not(.disabled).active:focus, .full__event-info .info .event-booknow a:not(:disabled):not(.disabled).active:focus, .review-node .product-info .field-name-field-buynow-link a:not(:disabled):not(.disabled).active:focus, .comment-form .field-type-file :not(:disabled):not(.disabled).active:focus[type='submit'], .comment-form .form-actions :not(:disabled):not(.disabled).active:focus[type='submit'], #reviews-search-form :not(:disabled):not(.disabled).active:focus[type='submit'], .webform-client-form :not(:disabled):not(.disabled).active:focus[type='submit'],
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.btn-default:focus,
    .show > .dropdown-toggle.form-submit:focus,
    .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .show > input.dropdown-toggle.form-submit:focus,
    .full__event-info .info .event-booknow .show > a.dropdown-toggle:focus,
    .review-node .product-info .field-name-field-buynow-link .show > a.dropdown-toggle:focus,
    .comment-form .field-type-file .show > .dropdown-toggle:focus[type='submit'],
    .comment-form .form-actions .show > .dropdown-toggle:focus[type='submit'],
    #reviews-search-form .show > .dropdown-toggle:focus[type='submit'],
    .webform-client-form .show > .dropdown-toggle:focus[type='submit'],
    .upcoming-cycling-events .views-exposed-widgets .views-submit-button .show > .dropdown-toggle.form-submit:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 191, 230, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(61, 191, 230, 0.5); }

.btn-secondary, .view .more-link a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a, .comment-form .field-type-file [type='file'] {
  color: #fff;
  background-color: #323648;
  border-color: #323648; }
  .btn-secondary:hover, .view .more-link a:hover, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:hover, .comment-form .field-type-file :hover[type='file'] {
    color: #fff;
    background-color: #222531;
    border-color: #1d1f2a; }
  .btn-secondary:focus, .view .more-link a:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:focus, .comment-form .field-type-file :focus[type='file'], .btn-secondary.focus, .view .more-link a.focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a.focus, .comment-form .field-type-file .focus[type='file'] {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 84, 99, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(81, 84, 99, 0.5); }
  .btn-secondary.disabled, .view .more-link a.disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a.disabled, .comment-form .field-type-file .disabled[type='file'], .btn-secondary:disabled, .view .more-link a:disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:disabled, .comment-form .field-type-file :disabled[type='file'] {
    color: #fff;
    background-color: #323648;
    border-color: #323648; }
  .btn-secondary:not(:disabled):not(.disabled):active, .view .more-link a:not(:disabled):not(.disabled):active, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:not(:disabled):not(.disabled):active, .comment-form .field-type-file :not(:disabled):not(.disabled):active[type='file'], .btn-secondary:not(:disabled):not(.disabled).active, .view .more-link a:not(:disabled):not(.disabled).active, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:not(:disabled):not(.disabled).active, .comment-form .field-type-file :not(:disabled):not(.disabled).active[type='file'],
  .show > .btn-secondary.dropdown-toggle,
  .view .more-link .show > a.dropdown-toggle,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .show > a.dropdown-toggle,
  .comment-form .field-type-file .show > .dropdown-toggle[type='file'] {
    color: #fff;
    background-color: #1d1f2a;
    border-color: #181a22; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .view .more-link a:not(:disabled):not(.disabled):active:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:not(:disabled):not(.disabled):active:focus, .comment-form .field-type-file :not(:disabled):not(.disabled):active:focus[type='file'], .btn-secondary:not(:disabled):not(.disabled).active:focus, .view .more-link a:not(:disabled):not(.disabled).active:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:not(:disabled):not(.disabled).active:focus, .comment-form .field-type-file :not(:disabled):not(.disabled).active:focus[type='file'],
    .show > .btn-secondary.dropdown-toggle:focus,
    .view .more-link .show > a.dropdown-toggle:focus,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .show > a.dropdown-toggle:focus,
    .comment-form .field-type-file .show > .dropdown-toggle:focus[type='file'] {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 84, 99, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(81, 84, 99, 0.5); }

.btn-success, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a {
  color: #fff;
  background-color: #5AB00C;
  border-color: #5AB00C; }
  .btn-success:hover, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:hover {
    color: #fff;
    background-color: #488c0a;
    border-color: #428009; }
  .btn-success:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:focus, .btn-success.focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5); }
  .btn-success.disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a.disabled, .btn-success:disabled, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:disabled {
    color: #fff;
    background-color: #5AB00C;
    border-color: #5AB00C; }
  .btn-success:not(:disabled):not(.disabled):active, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .show > a.dropdown-toggle {
    color: #fff;
    background-color: #428009;
    border-color: #3b7408; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .show > a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5); }

.btn-info {
  color: #1D1D1D;
  background-color: #50E3C2;
  border-color: #50E3C2; }
  .btn-info:hover {
    color: #1D1D1D;
    background-color: #2fdeb7;
    border-color: #24dcb3; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #1D1D1D;
    background-color: #50E3C2;
    border-color: #50E3C2; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #1D1D1D;
    background-color: #24dcb3;
    border-color: #22d2aa; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5); }

.btn-warning {
  color: #1D1D1D;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #1D1D1D;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #1D1D1D;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #1D1D1D;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-light {
  color: #1D1D1D;
  background-color: #F8F8F8;
  border-color: #F8F8F8; }
  .btn-light:hover {
    color: #1D1D1D;
    background-color: #e5e5e5;
    border-color: #dfdfdf; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #1D1D1D;
    background-color: #F8F8F8;
    border-color: #F8F8F8; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #1D1D1D;
    background-color: #dfdfdf;
    border-color: #d8d8d8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #1D1D1D;
  border-color: #1D1D1D; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #040404; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #040404;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5); }

.btn-tertiary {
  color: #fff;
  background-color: #1D1D1D;
  border-color: #1D1D1D; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #040404; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #040404;
    border-color: black; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5); }

.btn-yellow, .subscribe-btn-honey {
  color: #1D1D1D;
  background-color: #F8C51F;
  border-color: #F8C51F; }
  .btn-yellow:hover, .subscribe-btn-honey:hover {
    color: #1D1D1D;
    background-color: #e9b407;
    border-color: #ddab07; }
  .btn-yellow:focus, .subscribe-btn-honey:focus, .btn-yellow.focus, .focus.subscribe-btn-honey {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 172, 31, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(215, 172, 31, 0.5); }
  .btn-yellow.disabled, .disabled.subscribe-btn-honey, .btn-yellow:disabled, .subscribe-btn-honey:disabled {
    color: #1D1D1D;
    background-color: #F8C51F;
    border-color: #F8C51F; }
  .btn-yellow:not(:disabled):not(.disabled):active, .subscribe-btn-honey:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .subscribe-btn-honey:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle,
  .show > .dropdown-toggle.subscribe-btn-honey {
    color: #1D1D1D;
    background-color: #ddab07;
    border-color: #d1a107; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .subscribe-btn-honey:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .subscribe-btn-honey:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus,
    .show > .dropdown-toggle.subscribe-btn-honey:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 172, 31, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(215, 172, 31, 0.5); }

.btn-flatred {
  color: #fff;
  background-color: #D9534F;
  border-color: #D9534F; }
  .btn-flatred:hover {
    color: #fff;
    background-color: #d23430;
    border-color: #c9302c; }
  .btn-flatred:focus, .btn-flatred.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5); }
  .btn-flatred.disabled, .btn-flatred:disabled {
    color: #fff;
    background-color: #D9534F;
    border-color: #D9534F; }
  .btn-flatred:not(:disabled):not(.disabled):active, .btn-flatred:not(:disabled):not(.disabled).active,
  .show > .btn-flatred.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #bf2e29; }
    .btn-flatred:not(:disabled):not(.disabled):active:focus, .btn-flatred:not(:disabled):not(.disabled).active:focus,
    .show > .btn-flatred.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(223, 109, 105, 0.5); }

.btn-brightred {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000; }
  .btn-brightred:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-brightred:focus, .btn-brightred.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-brightred.disabled, .btn-brightred:disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-brightred:not(:disabled):not(.disabled):active, .btn-brightred:not(:disabled):not(.disabled).active,
  .show > .btn-brightred.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-brightred:not(:disabled):not(.disabled):active:focus, .btn-brightred:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brightred.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-error {
  color: #fff;
  background-color: #A94442;
  border-color: #A94442; }
  .btn-error:hover {
    color: #fff;
    background-color: #8d3937;
    border-color: #843534; }
  .btn-error:focus, .btn-error.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5); }
  .btn-error.disabled, .btn-error:disabled {
    color: #fff;
    background-color: #A94442;
    border-color: #A94442; }
  .btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active,
  .show > .btn-error.dropdown-toggle {
    color: #fff;
    background-color: #843534;
    border-color: #7b3230; }
    .btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-error.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(182, 96, 94, 0.5); }

.btn-orange {
  color: #1D1D1D;
  background-color: #F0AD4E;
  border-color: #F0AD4E; }
  .btn-orange:hover {
    color: #1D1D1D;
    background-color: #ed9d2b;
    border-color: #ec971f; }
  .btn-orange:focus, .btn-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 151, 71, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 151, 71, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #1D1D1D;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #1D1D1D;
    background-color: #ec971f;
    border-color: #ea9214; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 151, 71, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 151, 71, 0.5); }

.btn-green {
  color: #fff;
  background-color: #5AB00C;
  border-color: #5AB00C; }
  .btn-green:hover {
    color: #fff;
    background-color: #488c0a;
    border-color: #428009; }
  .btn-green:focus, .btn-green.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #5AB00C;
    border-color: #5AB00C; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #428009;
    border-color: #3b7408; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(115, 188, 48, 0.5); }

.btn-lime {
  color: #1D1D1D;
  background-color: #C9CF2A;
  border-color: #C9CF2A; }
  .btn-lime:hover {
    color: #1D1D1D;
    background-color: #aaaf24;
    border-color: #a0a521; }
  .btn-lime:focus, .btn-lime.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(175, 180, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(175, 180, 40, 0.5); }
  .btn-lime.disabled, .btn-lime:disabled {
    color: #1D1D1D;
    background-color: #C9CF2A;
    border-color: #C9CF2A; }
  .btn-lime:not(:disabled):not(.disabled):active, .btn-lime:not(:disabled):not(.disabled).active,
  .show > .btn-lime.dropdown-toggle {
    color: #fff;
    background-color: #a0a521;
    border-color: #969a1f; }
    .btn-lime:not(:disabled):not(.disabled):active:focus, .btn-lime:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lime.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(175, 180, 40, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(175, 180, 40, 0.5); }

.btn-teal {
  color: #1D1D1D;
  background-color: #50E3C2;
  border-color: #50E3C2; }
  .btn-teal:hover {
    color: #1D1D1D;
    background-color: #2fdeb7;
    border-color: #24dcb3; }
  .btn-teal:focus, .btn-teal.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #1D1D1D;
    background-color: #50E3C2;
    border-color: #50E3C2; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #1D1D1D;
    background-color: #24dcb3;
    border-color: #22d2aa; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 197, 169, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #B46AF1;
  border-color: #B46AF1; }
  .btn-purple:hover {
    color: #fff;
    background-color: #a247ee;
    border-color: #9d3bed; }
  .btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 128, 243, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(191, 128, 243, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #B46AF1;
    border-color: #B46AF1; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #9d3bed;
    border-color: #9730ec; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 128, 243, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(191, 128, 243, 0.5); }

.btn-gold {
  color: #1D1D1D;
  background-color: #C2A174;
  border-color: #C2A174; }
  .btn-gold:hover {
    color: #fff;
    background-color: #b68f59;
    border-color: #b28951; }
  .btn-gold:focus, .btn-gold.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 141, 103, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 141, 103, 0.5); }
  .btn-gold.disabled, .btn-gold:disabled {
    color: #1D1D1D;
    background-color: #C2A174;
    border-color: #C2A174; }
  .btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active,
  .show > .btn-gold.dropdown-toggle {
    color: #fff;
    background-color: #b28951;
    border-color: #ab834b; }
    .btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gold.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 141, 103, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(169, 141, 103, 0.5); }

.btn-sand1 {
  color: #1D1D1D;
  background-color: #F8F8F8;
  border-color: #F8F8F8; }
  .btn-sand1:hover {
    color: #1D1D1D;
    background-color: #e5e5e5;
    border-color: #dfdfdf; }
  .btn-sand1:focus, .btn-sand1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5); }
  .btn-sand1.disabled, .btn-sand1:disabled {
    color: #1D1D1D;
    background-color: #F8F8F8;
    border-color: #F8F8F8; }
  .btn-sand1:not(:disabled):not(.disabled):active, .btn-sand1:not(:disabled):not(.disabled).active,
  .show > .btn-sand1.dropdown-toggle {
    color: #1D1D1D;
    background-color: #dfdfdf;
    border-color: #d8d8d8; }
    .btn-sand1:not(:disabled):not(.disabled):active:focus, .btn-sand1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5); }

.btn-sand2 {
  color: #1D1D1D;
  background-color: #F5F5F5;
  border-color: #F5F5F5; }
  .btn-sand2:hover {
    color: #1D1D1D;
    background-color: #e2e2e2;
    border-color: gainsboro; }
  .btn-sand2:focus, .btn-sand2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); }
  .btn-sand2.disabled, .btn-sand2:disabled {
    color: #1D1D1D;
    background-color: #F5F5F5;
    border-color: #F5F5F5; }
  .btn-sand2:not(:disabled):not(.disabled):active, .btn-sand2:not(:disabled):not(.disabled).active,
  .show > .btn-sand2.dropdown-toggle {
    color: #1D1D1D;
    background-color: gainsboro;
    border-color: #d5d5d5; }
    .btn-sand2:not(:disabled):not(.disabled):active:focus, .btn-sand2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); }

.btn-sand3 {
  color: #1D1D1D;
  background-color: #E8E8E8;
  border-color: #E8E8E8; }
  .btn-sand3:hover {
    color: #1D1D1D;
    background-color: #d5d5d5;
    border-color: #cfcfcf; }
  .btn-sand3:focus, .btn-sand3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5); }
  .btn-sand3.disabled, .btn-sand3:disabled {
    color: #1D1D1D;
    background-color: #E8E8E8;
    border-color: #E8E8E8; }
  .btn-sand3:not(:disabled):not(.disabled):active, .btn-sand3:not(:disabled):not(.disabled).active,
  .show > .btn-sand3.dropdown-toggle {
    color: #1D1D1D;
    background-color: #cfcfcf;
    border-color: #c8c8c8; }
    .btn-sand3:not(:disabled):not(.disabled):active:focus, .btn-sand3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5); }

.btn-sand4 {
  color: #1D1D1D;
  background-color: #AEB0B8;
  border-color: #AEB0B8; }
  .btn-sand4:hover {
    color: #1D1D1D;
    background-color: #9a9ca6;
    border-color: #9395a0; }
  .btn-sand4:focus, .btn-sand4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 154, 161, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(152, 154, 161, 0.5); }
  .btn-sand4.disabled, .btn-sand4:disabled {
    color: #1D1D1D;
    background-color: #AEB0B8;
    border-color: #AEB0B8; }
  .btn-sand4:not(:disabled):not(.disabled):active, .btn-sand4:not(:disabled):not(.disabled).active,
  .show > .btn-sand4.dropdown-toggle {
    color: #fff;
    background-color: #9395a0;
    border-color: #8c8f9a; }
    .btn-sand4:not(:disabled):not(.disabled):active:focus, .btn-sand4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 154, 161, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(152, 154, 161, 0.5); }

.btn-sand5 {
  color: #fff;
  background-color: #81838E;
  border-color: #81838E; }
  .btn-sand5:hover {
    color: #fff;
    background-color: #6e707b;
    border-color: #686a74; }
  .btn-sand5:focus, .btn-sand5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 150, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(148, 150, 159, 0.5); }
  .btn-sand5.disabled, .btn-sand5:disabled {
    color: #fff;
    background-color: #81838E;
    border-color: #81838E; }
  .btn-sand5:not(:disabled):not(.disabled):active, .btn-sand5:not(:disabled):not(.disabled).active,
  .show > .btn-sand5.dropdown-toggle {
    color: #fff;
    background-color: #686a74;
    border-color: #62646d; }
    .btn-sand5:not(:disabled):not(.disabled):active:focus, .btn-sand5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 150, 159, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(148, 150, 159, 0.5); }

.btn-sand6 {
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .btn-sand6:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .btn-sand6:focus, .btn-sand6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .btn-sand6.disabled, .btn-sand6:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .btn-sand6:not(:disabled):not(.disabled):active, .btn-sand6:not(:disabled):not(.disabled).active,
  .show > .btn-sand6.dropdown-toggle {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .btn-sand6:not(:disabled):not(.disabled):active:focus, .btn-sand6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.btn-sand7 {
  color: #fff;
  background-color: #5B5E6D;
  border-color: #5B5E6D; }
  .btn-sand7:hover {
    color: #fff;
    background-color: #4a4c58;
    border-color: #444651; }
  .btn-sand7:focus, .btn-sand7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 118, 131, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(116, 118, 131, 0.5); }
  .btn-sand7.disabled, .btn-sand7:disabled {
    color: #fff;
    background-color: #5B5E6D;
    border-color: #5B5E6D; }
  .btn-sand7:not(:disabled):not(.disabled):active, .btn-sand7:not(:disabled):not(.disabled).active,
  .show > .btn-sand7.dropdown-toggle {
    color: #fff;
    background-color: #444651;
    border-color: #3e404a; }
    .btn-sand7:not(:disabled):not(.disabled):active:focus, .btn-sand7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sand7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 118, 131, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(116, 118, 131, 0.5); }

.btn-white, .subscribe-btn-white, .continue-reading-btn, .video-block .youtube-channel-link a {
  color: #1D1D1D;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-white:hover, .subscribe-btn-white:hover, .continue-reading-btn:hover, .video-block .youtube-channel-link a:hover {
    color: #1D1D1D;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .subscribe-btn-white:focus, .continue-reading-btn:focus, .video-block .youtube-channel-link a:focus, .btn-white.focus, .focus.subscribe-btn-white, .focus.continue-reading-btn, .video-block .youtube-channel-link a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }
  .btn-white.disabled, .disabled.subscribe-btn-white, .disabled.continue-reading-btn, .video-block .youtube-channel-link a.disabled, .btn-white:disabled, .subscribe-btn-white:disabled, .continue-reading-btn:disabled, .video-block .youtube-channel-link a:disabled {
    color: #1D1D1D;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white:not(:disabled):not(.disabled):active, .subscribe-btn-white:not(:disabled):not(.disabled):active, .continue-reading-btn:not(:disabled):not(.disabled):active, .video-block .youtube-channel-link a:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .subscribe-btn-white:not(:disabled):not(.disabled).active, .continue-reading-btn:not(:disabled):not(.disabled).active, .video-block .youtube-channel-link a:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle,
  .show > .dropdown-toggle.subscribe-btn-white,
  .show > .dropdown-toggle.continue-reading-btn,
  .video-block .youtube-channel-link .show > a.dropdown-toggle {
    color: #1D1D1D;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .subscribe-btn-white:not(:disabled):not(.disabled):active:focus, .continue-reading-btn:not(:disabled):not(.disabled):active:focus, .video-block .youtube-channel-link a:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .subscribe-btn-white:not(:disabled):not(.disabled).active:focus, .continue-reading-btn:not(:disabled):not(.disabled).active:focus, .video-block .youtube-channel-link a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus,
    .show > .dropdown-toggle.subscribe-btn-white:focus,
    .show > .dropdown-toggle.continue-reading-btn:focus,
    .video-block .youtube-channel-link .show > a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-pink, .page-subscription-success .subscription-success-page__content a, .stripe-subscription-subscription-form-wrapper .form-submit, .fieldset-wrapper > a {
  color: #fff;
  background-color: #EC407A;
  border-color: #EC407A; }
  .btn-pink:hover, .page-subscription-success .subscription-success-page__content a:hover, .stripe-subscription-subscription-form-wrapper .form-submit:hover, .fieldset-wrapper > a:hover {
    color: #fff;
    background-color: #e91d62;
    border-color: #e2175b; }
  .btn-pink:focus, .page-subscription-success .subscription-success-page__content a:focus, .stripe-subscription-subscription-form-wrapper .form-submit:focus, .fieldset-wrapper > a:focus, .btn-pink.focus, .page-subscription-success .subscription-success-page__content a.focus, .stripe-subscription-subscription-form-wrapper .focus.form-submit, .fieldset-wrapper > a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 93, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(239, 93, 142, 0.5); }
  .btn-pink.disabled, .page-subscription-success .subscription-success-page__content a.disabled, .stripe-subscription-subscription-form-wrapper .disabled.form-submit, .fieldset-wrapper > a.disabled, .btn-pink:disabled, .page-subscription-success .subscription-success-page__content a:disabled, .stripe-subscription-subscription-form-wrapper .form-submit:disabled, .fieldset-wrapper > a:disabled {
    color: #fff;
    background-color: #EC407A;
    border-color: #EC407A; }
  .btn-pink:not(:disabled):not(.disabled):active, .page-subscription-success .subscription-success-page__content a:not(:disabled):not(.disabled):active, .stripe-subscription-subscription-form-wrapper .form-submit:not(:disabled):not(.disabled):active, .fieldset-wrapper > a:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .page-subscription-success .subscription-success-page__content a:not(:disabled):not(.disabled).active, .stripe-subscription-subscription-form-wrapper .form-submit:not(:disabled):not(.disabled).active, .fieldset-wrapper > a:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle,
  .page-subscription-success .subscription-success-page__content .show > a.dropdown-toggle,
  .stripe-subscription-subscription-form-wrapper .show > .dropdown-toggle.form-submit,
  .fieldset-wrapper.show > a.dropdown-toggle {
    color: #fff;
    background-color: #e2175b;
    border-color: #d71557; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .page-subscription-success .subscription-success-page__content a:not(:disabled):not(.disabled):active:focus, .stripe-subscription-subscription-form-wrapper .form-submit:not(:disabled):not(.disabled):active:focus, .fieldset-wrapper > a:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .page-subscription-success .subscription-success-page__content a:not(:disabled):not(.disabled).active:focus, .stripe-subscription-subscription-form-wrapper .form-submit:not(:disabled):not(.disabled).active:focus, .fieldset-wrapper > a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus,
    .page-subscription-success .subscription-success-page__content .show > a.dropdown-toggle:focus,
    .stripe-subscription-subscription-form-wrapper .show > .dropdown-toggle.form-submit:focus,
    .fieldset-wrapper.show > a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 93, 142, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(239, 93, 142, 0.5); }

.btn-lightpink, .subscribe-btn-pink {
  color: #1D1D1D;
  background-color: #FD6D95;
  border-color: #FD6D95; }
  .btn-lightpink:hover, .subscribe-btn-pink:hover {
    color: #fff;
    background-color: #fc477a;
    border-color: #fc3b70; }
  .btn-lightpink:focus, .subscribe-btn-pink:focus, .btn-lightpink.focus, .focus.subscribe-btn-pink {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 97, 131, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(219, 97, 131, 0.5); }
  .btn-lightpink.disabled, .disabled.subscribe-btn-pink, .btn-lightpink:disabled, .subscribe-btn-pink:disabled {
    color: #1D1D1D;
    background-color: #FD6D95;
    border-color: #FD6D95; }
  .btn-lightpink:not(:disabled):not(.disabled):active, .subscribe-btn-pink:not(:disabled):not(.disabled):active, .btn-lightpink:not(:disabled):not(.disabled).active, .subscribe-btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-lightpink.dropdown-toggle,
  .show > .dropdown-toggle.subscribe-btn-pink {
    color: #fff;
    background-color: #fc3b70;
    border-color: #fc2e67; }
    .btn-lightpink:not(:disabled):not(.disabled):active:focus, .subscribe-btn-pink:not(:disabled):not(.disabled):active:focus, .btn-lightpink:not(:disabled):not(.disabled).active:focus, .subscribe-btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightpink.dropdown-toggle:focus,
    .show > .dropdown-toggle.subscribe-btn-pink:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 97, 131, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(219, 97, 131, 0.5); }

.btn-outline-primary {
  color: #1BB4E1;
  border-color: #1BB4E1; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1BB4E1;
    border-color: #1BB4E1; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1BB4E1;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1BB4E1;
    border-color: #1BB4E1; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5); }

.btn-outline-secondary {
  color: #323648;
  border-color: #323648; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #323648;
    border-color: #323648; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #323648;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #323648;
    border-color: #323648; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5); }

.btn-outline-success {
  color: #5AB00C;
  border-color: #5AB00C; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5AB00C;
    border-color: #5AB00C; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5AB00C;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5AB00C;
    border-color: #5AB00C; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }

.btn-outline-info {
  color: #50E3C2;
  border-color: #50E3C2; }
  .btn-outline-info:hover {
    color: #1D1D1D;
    background-color: #50E3C2;
    border-color: #50E3C2; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #50E3C2;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #1D1D1D;
    background-color: #50E3C2;
    border-color: #50E3C2; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #1D1D1D;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #1D1D1D;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #FF0000;
  border-color: #FF0000; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF0000;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-light {
  color: #F8F8F8;
  border-color: #F8F8F8; }
  .btn-outline-light:hover {
    color: #1D1D1D;
    background-color: #F8F8F8;
    border-color: #F8F8F8; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F8F8F8;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #1D1D1D;
    background-color: #F8F8F8;
    border-color: #F8F8F8; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.btn-outline-dark {
  color: #1D1D1D;
  border-color: #1D1D1D; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1D1D1D;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }

.btn-outline-tertiary {
  color: #1D1D1D;
  border-color: #1D1D1D; }
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #1D1D1D;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #1D1D1D;
    border-color: #1D1D1D; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }

.btn-outline-yellow {
  color: #F8C51F;
  border-color: #F8C51F; }
  .btn-outline-yellow:hover {
    color: #1D1D1D;
    background-color: #F8C51F;
    border-color: #F8C51F; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #F8C51F;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #1D1D1D;
    background-color: #F8C51F;
    border-color: #F8C51F; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5); }

.btn-outline-flatred {
  color: #D9534F;
  border-color: #D9534F; }
  .btn-outline-flatred:hover {
    color: #fff;
    background-color: #D9534F;
    border-color: #D9534F; }
  .btn-outline-flatred:focus, .btn-outline-flatred.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }
  .btn-outline-flatred.disabled, .btn-outline-flatred:disabled {
    color: #D9534F;
    background-color: transparent; }
  .btn-outline-flatred:not(:disabled):not(.disabled):active, .btn-outline-flatred:not(:disabled):not(.disabled).active,
  .show > .btn-outline-flatred.dropdown-toggle {
    color: #fff;
    background-color: #D9534F;
    border-color: #D9534F; }
    .btn-outline-flatred:not(:disabled):not(.disabled):active:focus, .btn-outline-flatred:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-flatred.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }

.btn-outline-brightred {
  color: #FF0000;
  border-color: #FF0000; }
  .btn-outline-brightred:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-outline-brightred:focus, .btn-outline-brightred.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-brightred.disabled, .btn-outline-brightred:disabled {
    color: #FF0000;
    background-color: transparent; }
  .btn-outline-brightred:not(:disabled):not(.disabled):active, .btn-outline-brightred:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brightred.dropdown-toggle {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
    .btn-outline-brightred:not(:disabled):not(.disabled):active:focus, .btn-outline-brightred:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brightred.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-error {
  color: #A94442;
  border-color: #A94442; }
  .btn-outline-error:hover {
    color: #fff;
    background-color: #A94442;
    border-color: #A94442; }
  .btn-outline-error:focus, .btn-outline-error.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5); }
  .btn-outline-error.disabled, .btn-outline-error:disabled {
    color: #A94442;
    background-color: transparent; }
  .btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active,
  .show > .btn-outline-error.dropdown-toggle {
    color: #fff;
    background-color: #A94442;
    border-color: #A94442; }
    .btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-error.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5); }

.btn-outline-orange {
  color: #F0AD4E;
  border-color: #F0AD4E; }
  .btn-outline-orange:hover {
    color: #1D1D1D;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #F0AD4E;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #1D1D1D;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }

.btn-outline-green {
  color: #5AB00C;
  border-color: #5AB00C; }
  .btn-outline-green:hover {
    color: #fff;
    background-color: #5AB00C;
    border-color: #5AB00C; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #5AB00C;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #5AB00C;
    border-color: #5AB00C; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }

.btn-outline-lime {
  color: #C9CF2A;
  border-color: #C9CF2A; }
  .btn-outline-lime:hover {
    color: #1D1D1D;
    background-color: #C9CF2A;
    border-color: #C9CF2A; }
  .btn-outline-lime:focus, .btn-outline-lime.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5); }
  .btn-outline-lime.disabled, .btn-outline-lime:disabled {
    color: #C9CF2A;
    background-color: transparent; }
  .btn-outline-lime:not(:disabled):not(.disabled):active, .btn-outline-lime:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lime.dropdown-toggle {
    color: #1D1D1D;
    background-color: #C9CF2A;
    border-color: #C9CF2A; }
    .btn-outline-lime:not(:disabled):not(.disabled):active:focus, .btn-outline-lime:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lime.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5); }

.btn-outline-teal {
  color: #50E3C2;
  border-color: #50E3C2; }
  .btn-outline-teal:hover {
    color: #1D1D1D;
    background-color: #50E3C2;
    border-color: #50E3C2; }
  .btn-outline-teal:focus, .btn-outline-teal.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }
  .btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #50E3C2;
    background-color: transparent; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #1D1D1D;
    background-color: #50E3C2;
    border-color: #50E3C2; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }

.btn-outline-purple {
  color: #B46AF1;
  border-color: #B46AF1; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #B46AF1;
    border-color: #B46AF1; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #B46AF1;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #B46AF1;
    border-color: #B46AF1; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5); }

.btn-outline-gold {
  color: #C2A174;
  border-color: #C2A174; }
  .btn-outline-gold:hover {
    color: #1D1D1D;
    background-color: #C2A174;
    border-color: #C2A174; }
  .btn-outline-gold:focus, .btn-outline-gold.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5); }
  .btn-outline-gold.disabled, .btn-outline-gold:disabled {
    color: #C2A174;
    background-color: transparent; }
  .btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gold.dropdown-toggle {
    color: #1D1D1D;
    background-color: #C2A174;
    border-color: #C2A174; }
    .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gold.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5); }

.btn-outline-sand1 {
  color: #F8F8F8;
  border-color: #F8F8F8; }
  .btn-outline-sand1:hover {
    color: #1D1D1D;
    background-color: #F8F8F8;
    border-color: #F8F8F8; }
  .btn-outline-sand1:focus, .btn-outline-sand1.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }
  .btn-outline-sand1.disabled, .btn-outline-sand1:disabled {
    color: #F8F8F8;
    background-color: transparent; }
  .btn-outline-sand1:not(:disabled):not(.disabled):active, .btn-outline-sand1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sand1.dropdown-toggle {
    color: #1D1D1D;
    background-color: #F8F8F8;
    border-color: #F8F8F8; }
    .btn-outline-sand1:not(:disabled):not(.disabled):active:focus, .btn-outline-sand1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sand1.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.btn-outline-sand2 {
  color: #F5F5F5;
  border-color: #F5F5F5; }
  .btn-outline-sand2:hover {
    color: #1D1D1D;
    background-color: #F5F5F5;
    border-color: #F5F5F5; }
  .btn-outline-sand2:focus, .btn-outline-sand2.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-sand2.disabled, .btn-outline-sand2:disabled {
    color: #F5F5F5;
    background-color: transparent; }
  .btn-outline-sand2:not(:disabled):not(.disabled):active, .btn-outline-sand2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sand2.dropdown-toggle {
    color: #1D1D1D;
    background-color: #F5F5F5;
    border-color: #F5F5F5; }
    .btn-outline-sand2:not(:disabled):not(.disabled):active:focus, .btn-outline-sand2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sand2.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-outline-sand3 {
  color: #E8E8E8;
  border-color: #E8E8E8; }
  .btn-outline-sand3:hover {
    color: #1D1D1D;
    background-color: #E8E8E8;
    border-color: #E8E8E8; }
  .btn-outline-sand3:focus, .btn-outline-sand3.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5); }
  .btn-outline-sand3.disabled, .btn-outline-sand3:disabled {
    color: #E8E8E8;
    background-color: transparent; }
  .btn-outline-sand3:not(:disabled):not(.disabled):active, .btn-outline-sand3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sand3.dropdown-toggle {
    color: #1D1D1D;
    background-color: #E8E8E8;
    border-color: #E8E8E8; }
    .btn-outline-sand3:not(:disabled):not(.disabled):active:focus, .btn-outline-sand3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sand3.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5); }

.btn-outline-sand4 {
  color: #AEB0B8;
  border-color: #AEB0B8; }
  .btn-outline-sand4:hover {
    color: #1D1D1D;
    background-color: #AEB0B8;
    border-color: #AEB0B8; }
  .btn-outline-sand4:focus, .btn-outline-sand4.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5); }
  .btn-outline-sand4.disabled, .btn-outline-sand4:disabled {
    color: #AEB0B8;
    background-color: transparent; }
  .btn-outline-sand4:not(:disabled):not(.disabled):active, .btn-outline-sand4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sand4.dropdown-toggle {
    color: #1D1D1D;
    background-color: #AEB0B8;
    border-color: #AEB0B8; }
    .btn-outline-sand4:not(:disabled):not(.disabled):active:focus, .btn-outline-sand4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sand4.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5); }

.btn-outline-sand5 {
  color: #81838E;
  border-color: #81838E; }
  .btn-outline-sand5:hover {
    color: #fff;
    background-color: #81838E;
    border-color: #81838E; }
  .btn-outline-sand5:focus, .btn-outline-sand5.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5); }
  .btn-outline-sand5.disabled, .btn-outline-sand5:disabled {
    color: #81838E;
    background-color: transparent; }
  .btn-outline-sand5:not(:disabled):not(.disabled):active, .btn-outline-sand5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sand5.dropdown-toggle {
    color: #fff;
    background-color: #81838E;
    border-color: #81838E; }
    .btn-outline-sand5:not(:disabled):not(.disabled):active:focus, .btn-outline-sand5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sand5.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5); }

.btn-outline-sand6 {
  color: #495057;
  border-color: #495057; }
  .btn-outline-sand6:hover {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .btn-outline-sand6:focus, .btn-outline-sand6.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
  .btn-outline-sand6.disabled, .btn-outline-sand6:disabled {
    color: #495057;
    background-color: transparent; }
  .btn-outline-sand6:not(:disabled):not(.disabled):active, .btn-outline-sand6:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sand6.dropdown-toggle {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
    .btn-outline-sand6:not(:disabled):not(.disabled):active:focus, .btn-outline-sand6:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sand6.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }

.btn-outline-sand7 {
  color: #5B5E6D;
  border-color: #5B5E6D; }
  .btn-outline-sand7:hover {
    color: #fff;
    background-color: #5B5E6D;
    border-color: #5B5E6D; }
  .btn-outline-sand7:focus, .btn-outline-sand7.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5); }
  .btn-outline-sand7.disabled, .btn-outline-sand7:disabled {
    color: #5B5E6D;
    background-color: transparent; }
  .btn-outline-sand7:not(:disabled):not(.disabled):active, .btn-outline-sand7:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sand7.dropdown-toggle {
    color: #fff;
    background-color: #5B5E6D;
    border-color: #5B5E6D; }
    .btn-outline-sand7:not(:disabled):not(.disabled):active:focus, .btn-outline-sand7:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sand7.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5); }

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-white:hover {
    color: #1D1D1D;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #1D1D1D;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-pink {
  color: #EC407A;
  border-color: #EC407A; }
  .btn-outline-pink:hover {
    color: #fff;
    background-color: #EC407A;
    border-color: #EC407A; }
  .btn-outline-pink:focus, .btn-outline-pink.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5); }
  .btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #EC407A;
    background-color: transparent; }
  .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #EC407A;
    border-color: #EC407A; }
    .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5); }

.btn-outline-lightpink {
  color: #FD6D95;
  border-color: #FD6D95; }
  .btn-outline-lightpink:hover {
    color: #1D1D1D;
    background-color: #FD6D95;
    border-color: #FD6D95; }
  .btn-outline-lightpink:focus, .btn-outline-lightpink.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5); }
  .btn-outline-lightpink.disabled, .btn-outline-lightpink:disabled {
    color: #FD6D95;
    background-color: transparent; }
  .btn-outline-lightpink:not(:disabled):not(.disabled):active, .btn-outline-lightpink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightpink.dropdown-toggle {
    color: #1D1D1D;
    background-color: #FD6D95;
    border-color: #FD6D95; }
    .btn-outline-lightpink:not(:disabled):not(.disabled):active:focus, .btn-outline-lightpink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightpink.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1BB4E1;
  text-decoration: none; }
  .btn-link:hover {
    color: #137d9d;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #81838E;
    pointer-events: none; }

.btn-lg, .form-submit, .webform-client-form [type='submit'], .stripe-subscription-subscription-form-wrapper .form-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .comment-form .field-type-file [type='file'], .comment-form .field-type-file [type='submit'], .comment-form .form-actions [type='submit'] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1D1D1D;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F5F5F5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1D1D1D;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #101010;
    text-decoration: none;
    background-color: #F8F8F8; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1BB4E1; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #81838E;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #81838E;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1D1D1D; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .webform-client-form .input-group > [type='text'],
  .webform-client-form .input-group > [type='email'],
  .webform-client-form .input-group > textarea,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .webform-client-form .input-group > [type='text'] + .form-control, .webform-client-form .input-group > [type='email'] + .form-control, .webform-client-form .input-group > textarea + .form-control, .webform-client-form .input-group > .form-control + [type='text'], .webform-client-form .input-group > [type='text'] + [type='text'], .webform-client-form .input-group > [type='email'] + [type='text'], .webform-client-form .input-group > textarea + [type='text'],
    .webform-client-form .input-group > .form-control + [type='email'],
    .webform-client-form .input-group > [type='text'] + [type='email'],
    .webform-client-form .input-group > [type='email'] + [type='email'],
    .webform-client-form .input-group > textarea + [type='email'],
    .webform-client-form .input-group > .form-control + textarea,
    .webform-client-form .input-group > [type='text'] + textarea,
    .webform-client-form .input-group > [type='email'] + textarea,
    .webform-client-form .input-group > textarea + textarea,
    .input-group > .form-control + .custom-select,
    .webform-client-form .input-group > [type='text'] + .custom-select,
    .webform-client-form .input-group > [type='email'] + .custom-select,
    .webform-client-form .input-group > textarea + .custom-select,
    .input-group > .form-control + .custom-file,
    .webform-client-form .input-group > [type='text'] + .custom-file,
    .webform-client-form .input-group > [type='email'] + .custom-file,
    .webform-client-form .input-group > textarea + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .webform-client-form .input-group > .form-control-plaintext + [type='text'],
    .webform-client-form .input-group > .form-control-plaintext + [type='email'],
    .webform-client-form .input-group > .form-control-plaintext + textarea,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .webform-client-form .input-group > .custom-select + [type='text'],
    .webform-client-form .input-group > .custom-select + [type='email'],
    .webform-client-form .input-group > .custom-select + textarea,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .webform-client-form .input-group > .custom-file + [type='text'],
    .webform-client-form .input-group > .custom-file + [type='email'],
    .webform-client-form .input-group > .custom-file + textarea,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .webform-client-form .input-group > :focus[type='text'],
  .webform-client-form .input-group > :focus[type='email'],
  .webform-client-form .input-group > textarea:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .webform-client-form .input-group > :not(:last-child)[type='text'],
  .webform-client-form .input-group > :not(:last-child)[type='email'],
  .webform-client-form .input-group > textarea:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .webform-client-form .input-group > :not(:first-child)[type='text'],
  .webform-client-form .input-group > :not(:first-child)[type='email'],
  .webform-client-form .input-group > textarea:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .subscribe-btn-white, .input-group-prepend .continue-reading-btn, .input-group-prepend .subscribe-btn-honey, .input-group-prepend .subscribe-btn-pink, .input-group-prepend .view .more-link a, .view .more-link .input-group-prepend a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit, .input-group-prepend .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .input-group-prepend a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a, .input-group-prepend .video-block .youtube-channel-link a, .video-block .youtube-channel-link .input-group-prepend a, .input-group-prepend .comment-form .field-type-file [type='file'], .comment-form .field-type-file .input-group-prepend [type='file'], .input-group-prepend .comment-form .field-type-file [type='submit'], .comment-form .field-type-file .input-group-prepend [type='submit'], .input-group-prepend .comment-form .form-actions [type='submit'], .comment-form .form-actions .input-group-prepend [type='submit'], .input-group-prepend #reviews-search-form [type='submit'], #reviews-search-form .input-group-prepend [type='submit'], .input-group-prepend .webform-client-form [type='submit'], .webform-client-form .input-group-prepend [type='submit'], .input-group-prepend .page-subscription-success .subscription-success-page__content a, .page-subscription-success .subscription-success-page__content .input-group-prepend a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit, .input-group-prepend .fieldset-wrapper > a,
  .input-group-append .btn,
  .input-group-append .subscribe-btn-white,
  .input-group-append .continue-reading-btn,
  .input-group-append .subscribe-btn-honey,
  .input-group-append .subscribe-btn-pink,
  .input-group-append .view .more-link a,
  .view .more-link .input-group-append a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit,
  .input-group-append .full__event-info .info .event-booknow a,
  .full__event-info .info .event-booknow .input-group-append a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a,
  .input-group-append .video-block .youtube-channel-link a,
  .video-block .youtube-channel-link .input-group-append a,
  .input-group-append .comment-form .field-type-file [type='file'],
  .comment-form .field-type-file .input-group-append [type='file'],
  .input-group-append .comment-form .field-type-file [type='submit'],
  .comment-form .field-type-file .input-group-append [type='submit'],
  .input-group-append .comment-form .form-actions [type='submit'],
  .comment-form .form-actions .input-group-append [type='submit'],
  .input-group-append #reviews-search-form [type='submit'],
  #reviews-search-form .input-group-append [type='submit'],
  .input-group-append .webform-client-form [type='submit'],
  .webform-client-form .input-group-append [type='submit'],
  .input-group-append .page-subscription-success .subscription-success-page__content a,
  .page-subscription-success .subscription-success-page__content .input-group-append a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit,
  .input-group-append .fieldset-wrapper > a {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .subscribe-btn-white:focus, .input-group-prepend .continue-reading-btn:focus, .input-group-prepend .subscribe-btn-honey:focus, .input-group-prepend .subscribe-btn-pink:focus, .input-group-prepend .view .more-link a:focus, .view .more-link .input-group-prepend a:focus, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:focus, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit:focus, .input-group-prepend .full__event-info .info .event-booknow a:focus, .full__event-info .info .event-booknow .input-group-prepend a:focus, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a:focus, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:focus, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a:focus, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a:focus, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a:focus, .input-group-prepend .video-block .youtube-channel-link a:focus, .video-block .youtube-channel-link .input-group-prepend a:focus, .input-group-prepend .comment-form .field-type-file :focus[type='file'], .comment-form .field-type-file .input-group-prepend :focus[type='file'], .input-group-prepend .comment-form .field-type-file :focus[type='submit'], .comment-form .field-type-file .input-group-prepend :focus[type='submit'], .input-group-prepend .comment-form .form-actions :focus[type='submit'], .comment-form .form-actions .input-group-prepend :focus[type='submit'], .input-group-prepend #reviews-search-form :focus[type='submit'], #reviews-search-form .input-group-prepend :focus[type='submit'], .input-group-prepend .webform-client-form :focus[type='submit'], .webform-client-form .input-group-prepend :focus[type='submit'], .input-group-prepend .page-subscription-success .subscription-success-page__content a:focus, .page-subscription-success .subscription-success-page__content .input-group-prepend a:focus, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:focus, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit:focus, .input-group-prepend .fieldset-wrapper > a:focus,
    .input-group-append .btn:focus,
    .input-group-append .subscribe-btn-white:focus,
    .input-group-append .continue-reading-btn:focus,
    .input-group-append .subscribe-btn-honey:focus,
    .input-group-append .subscribe-btn-pink:focus,
    .input-group-append .view .more-link a:focus,
    .view .more-link .input-group-append a:focus,
    .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit:focus,
    .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit:focus,
    .input-group-append .full__event-info .info .event-booknow a:focus,
    .full__event-info .info .event-booknow .input-group-append a:focus,
    .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a:focus,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a:focus,
    .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a:focus,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a:focus,
    .input-group-append .review-node .product-info .field-name-field-buynow-link a:focus,
    .review-node .product-info .field-name-field-buynow-link .input-group-append a:focus,
    .input-group-append .video-block .youtube-channel-link a:focus,
    .video-block .youtube-channel-link .input-group-append a:focus,
    .input-group-append .comment-form .field-type-file :focus[type='file'],
    .comment-form .field-type-file .input-group-append :focus[type='file'],
    .input-group-append .comment-form .field-type-file :focus[type='submit'],
    .comment-form .field-type-file .input-group-append :focus[type='submit'],
    .input-group-append .comment-form .form-actions :focus[type='submit'],
    .comment-form .form-actions .input-group-append :focus[type='submit'],
    .input-group-append #reviews-search-form :focus[type='submit'],
    #reviews-search-form .input-group-append :focus[type='submit'],
    .input-group-append .webform-client-form :focus[type='submit'],
    .webform-client-form .input-group-append :focus[type='submit'],
    .input-group-append .page-subscription-success .subscription-success-page__content a:focus,
    .page-subscription-success .subscription-success-page__content .input-group-append a:focus,
    .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit:focus,
    .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit:focus,
    .input-group-append .fieldset-wrapper > a:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .subscribe-btn-white + .btn, .input-group-prepend .continue-reading-btn + .btn, .input-group-prepend .subscribe-btn-honey + .btn, .input-group-prepend .subscribe-btn-pink + .btn, .input-group-prepend .view .more-link a + .btn, .view .more-link .input-group-prepend a + .btn, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .btn, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + .btn, .input-group-prepend .full__event-info .info .event-booknow a + .btn, .full__event-info .info .event-booknow .input-group-prepend a + .btn, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .btn, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + .btn, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .btn, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + .btn, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + .btn, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + .btn, .input-group-prepend .video-block .youtube-channel-link a + .btn, .video-block .youtube-channel-link .input-group-prepend a + .btn, .input-group-prepend .comment-form .field-type-file [type='file'] + .btn, .comment-form .field-type-file .input-group-prepend [type='file'] + .btn, .input-group-prepend .comment-form .field-type-file [type='submit'] + .btn, .comment-form .field-type-file .input-group-prepend [type='submit'] + .btn, .input-group-prepend .comment-form .form-actions [type='submit'] + .btn, .comment-form .form-actions .input-group-prepend [type='submit'] + .btn, .input-group-prepend #reviews-search-form [type='submit'] + .btn, #reviews-search-form .input-group-prepend [type='submit'] + .btn, .input-group-prepend .webform-client-form [type='submit'] + .btn, .webform-client-form .input-group-prepend [type='submit'] + .btn, .input-group-prepend .page-subscription-success .subscription-success-page__content a + .btn, .page-subscription-success .subscription-success-page__content .input-group-prepend a + .btn, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .btn, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + .btn, .input-group-prepend .fieldset-wrapper > a + .btn, .input-group-prepend .btn + .subscribe-btn-white, .input-group-prepend .subscribe-btn-white + .subscribe-btn-white, .input-group-prepend .continue-reading-btn + .subscribe-btn-white, .input-group-prepend .subscribe-btn-honey + .subscribe-btn-white, .input-group-prepend .subscribe-btn-pink + .subscribe-btn-white, .input-group-prepend .view .more-link a + .subscribe-btn-white, .view .more-link .input-group-prepend a + .subscribe-btn-white, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .subscribe-btn-white, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + .subscribe-btn-white, .input-group-prepend .full__event-info .info .event-booknow a + .subscribe-btn-white, .full__event-info .info .event-booknow .input-group-prepend a + .subscribe-btn-white, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .subscribe-btn-white, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + .subscribe-btn-white, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .subscribe-btn-white, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + .subscribe-btn-white, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + .subscribe-btn-white, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + .subscribe-btn-white, .input-group-prepend .video-block .youtube-channel-link a + .subscribe-btn-white, .video-block .youtube-channel-link .input-group-prepend a + .subscribe-btn-white, .input-group-prepend .comment-form .field-type-file [type='file'] + .subscribe-btn-white, .comment-form .field-type-file .input-group-prepend [type='file'] + .subscribe-btn-white, .input-group-prepend .comment-form .field-type-file [type='submit'] + .subscribe-btn-white, .comment-form .field-type-file .input-group-prepend [type='submit'] + .subscribe-btn-white, .input-group-prepend .comment-form .form-actions [type='submit'] + .subscribe-btn-white, .comment-form .form-actions .input-group-prepend [type='submit'] + .subscribe-btn-white, .input-group-prepend #reviews-search-form [type='submit'] + .subscribe-btn-white, #reviews-search-form .input-group-prepend [type='submit'] + .subscribe-btn-white, .input-group-prepend .webform-client-form [type='submit'] + .subscribe-btn-white, .webform-client-form .input-group-prepend [type='submit'] + .subscribe-btn-white, .input-group-prepend .page-subscription-success .subscription-success-page__content a + .subscribe-btn-white, .page-subscription-success .subscription-success-page__content .input-group-prepend a + .subscribe-btn-white, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .subscribe-btn-white, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + .subscribe-btn-white, .input-group-prepend .fieldset-wrapper > a + .subscribe-btn-white, .input-group-prepend .btn + .continue-reading-btn, .input-group-prepend .subscribe-btn-white + .continue-reading-btn, .input-group-prepend .continue-reading-btn + .continue-reading-btn, .input-group-prepend .subscribe-btn-honey + .continue-reading-btn, .input-group-prepend .subscribe-btn-pink + .continue-reading-btn, .input-group-prepend .view .more-link a + .continue-reading-btn, .view .more-link .input-group-prepend a + .continue-reading-btn, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .continue-reading-btn, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + .continue-reading-btn, .input-group-prepend .full__event-info .info .event-booknow a + .continue-reading-btn, .full__event-info .info .event-booknow .input-group-prepend a + .continue-reading-btn, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .continue-reading-btn, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + .continue-reading-btn, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .continue-reading-btn, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + .continue-reading-btn, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + .continue-reading-btn, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + .continue-reading-btn, .input-group-prepend .video-block .youtube-channel-link a + .continue-reading-btn, .video-block .youtube-channel-link .input-group-prepend a + .continue-reading-btn, .input-group-prepend .comment-form .field-type-file [type='file'] + .continue-reading-btn, .comment-form .field-type-file .input-group-prepend [type='file'] + .continue-reading-btn, .input-group-prepend .comment-form .field-type-file [type='submit'] + .continue-reading-btn, .comment-form .field-type-file .input-group-prepend [type='submit'] + .continue-reading-btn, .input-group-prepend .comment-form .form-actions [type='submit'] + .continue-reading-btn, .comment-form .form-actions .input-group-prepend [type='submit'] + .continue-reading-btn, .input-group-prepend #reviews-search-form [type='submit'] + .continue-reading-btn, #reviews-search-form .input-group-prepend [type='submit'] + .continue-reading-btn, .input-group-prepend .webform-client-form [type='submit'] + .continue-reading-btn, .webform-client-form .input-group-prepend [type='submit'] + .continue-reading-btn, .input-group-prepend .page-subscription-success .subscription-success-page__content a + .continue-reading-btn, .page-subscription-success .subscription-success-page__content .input-group-prepend a + .continue-reading-btn, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .continue-reading-btn, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + .continue-reading-btn, .input-group-prepend .fieldset-wrapper > a + .continue-reading-btn, .input-group-prepend .btn + .subscribe-btn-honey, .input-group-prepend .subscribe-btn-white + .subscribe-btn-honey, .input-group-prepend .continue-reading-btn + .subscribe-btn-honey, .input-group-prepend .subscribe-btn-honey + .subscribe-btn-honey, .input-group-prepend .subscribe-btn-pink + .subscribe-btn-honey, .input-group-prepend .view .more-link a + .subscribe-btn-honey, .view .more-link .input-group-prepend a + .subscribe-btn-honey, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .subscribe-btn-honey, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + .subscribe-btn-honey, .input-group-prepend .full__event-info .info .event-booknow a + .subscribe-btn-honey, .full__event-info .info .event-booknow .input-group-prepend a + .subscribe-btn-honey, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .subscribe-btn-honey, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + .subscribe-btn-honey, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .subscribe-btn-honey, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + .subscribe-btn-honey, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + .subscribe-btn-honey, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + .subscribe-btn-honey, .input-group-prepend .video-block .youtube-channel-link a + .subscribe-btn-honey, .video-block .youtube-channel-link .input-group-prepend a + .subscribe-btn-honey, .input-group-prepend .comment-form .field-type-file [type='file'] + .subscribe-btn-honey, .comment-form .field-type-file .input-group-prepend [type='file'] + .subscribe-btn-honey, .input-group-prepend .comment-form .field-type-file [type='submit'] + .subscribe-btn-honey, .comment-form .field-type-file .input-group-prepend [type='submit'] + .subscribe-btn-honey, .input-group-prepend .comment-form .form-actions [type='submit'] + .subscribe-btn-honey, .comment-form .form-actions .input-group-prepend [type='submit'] + .subscribe-btn-honey, .input-group-prepend #reviews-search-form [type='submit'] + .subscribe-btn-honey, #reviews-search-form .input-group-prepend [type='submit'] + .subscribe-btn-honey, .input-group-prepend .webform-client-form [type='submit'] + .subscribe-btn-honey, .webform-client-form .input-group-prepend [type='submit'] + .subscribe-btn-honey, .input-group-prepend .page-subscription-success .subscription-success-page__content a + .subscribe-btn-honey, .page-subscription-success .subscription-success-page__content .input-group-prepend a + .subscribe-btn-honey, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .subscribe-btn-honey, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + .subscribe-btn-honey, .input-group-prepend .fieldset-wrapper > a + .subscribe-btn-honey, .input-group-prepend .btn + .subscribe-btn-pink, .input-group-prepend .subscribe-btn-white + .subscribe-btn-pink, .input-group-prepend .continue-reading-btn + .subscribe-btn-pink, .input-group-prepend .subscribe-btn-honey + .subscribe-btn-pink, .input-group-prepend .subscribe-btn-pink + .subscribe-btn-pink, .input-group-prepend .view .more-link a + .subscribe-btn-pink, .view .more-link .input-group-prepend a + .subscribe-btn-pink, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .subscribe-btn-pink, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + .subscribe-btn-pink, .input-group-prepend .full__event-info .info .event-booknow a + .subscribe-btn-pink, .full__event-info .info .event-booknow .input-group-prepend a + .subscribe-btn-pink, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .subscribe-btn-pink, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + .subscribe-btn-pink, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .subscribe-btn-pink, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + .subscribe-btn-pink, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + .subscribe-btn-pink, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + .subscribe-btn-pink, .input-group-prepend .video-block .youtube-channel-link a + .subscribe-btn-pink, .video-block .youtube-channel-link .input-group-prepend a + .subscribe-btn-pink, .input-group-prepend .comment-form .field-type-file [type='file'] + .subscribe-btn-pink, .comment-form .field-type-file .input-group-prepend [type='file'] + .subscribe-btn-pink, .input-group-prepend .comment-form .field-type-file [type='submit'] + .subscribe-btn-pink, .comment-form .field-type-file .input-group-prepend [type='submit'] + .subscribe-btn-pink, .input-group-prepend .comment-form .form-actions [type='submit'] + .subscribe-btn-pink, .comment-form .form-actions .input-group-prepend [type='submit'] + .subscribe-btn-pink, .input-group-prepend #reviews-search-form [type='submit'] + .subscribe-btn-pink, #reviews-search-form .input-group-prepend [type='submit'] + .subscribe-btn-pink, .input-group-prepend .webform-client-form [type='submit'] + .subscribe-btn-pink, .webform-client-form .input-group-prepend [type='submit'] + .subscribe-btn-pink, .input-group-prepend .page-subscription-success .subscription-success-page__content a + .subscribe-btn-pink, .page-subscription-success .subscription-success-page__content .input-group-prepend a + .subscribe-btn-pink, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .subscribe-btn-pink, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + .subscribe-btn-pink, .input-group-prepend .fieldset-wrapper > a + .subscribe-btn-pink, .input-group-prepend .view .more-link .btn + a, .view .more-link .input-group-prepend .btn + a, .input-group-prepend .view .more-link .subscribe-btn-white + a, .view .more-link .input-group-prepend .subscribe-btn-white + a, .input-group-prepend .view .more-link .continue-reading-btn + a, .view .more-link .input-group-prepend .continue-reading-btn + a, .input-group-prepend .view .more-link .subscribe-btn-honey + a, .view .more-link .input-group-prepend .subscribe-btn-honey + a, .input-group-prepend .view .more-link .subscribe-btn-pink + a, .view .more-link .input-group-prepend .subscribe-btn-pink + a, .input-group-prepend .view .more-link a + a, .view .more-link .input-group-prepend a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .view .more-link input.form-submit + a, .view .more-link .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .view .more-link input.form-submit + a, .view .more-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .view .more-link a + a, .view .more-link .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .view .more-link a + a, .view .more-link .full__event-info .info .event-booknow .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .view .more-link a + a, .view .more-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .view .more-link a + a, .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .view .more-link a + a, .view .more-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .view .more-link a + a, .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .view .more-link a + a, .view .more-link .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .view .more-link a + a, .view .more-link .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + a, .input-group-prepend .video-block .youtube-channel-link .view .more-link a + a, .view .more-link .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .view .more-link a + a, .view .more-link .video-block .youtube-channel-link .input-group-prepend a + a, .input-group-prepend .comment-form .field-type-file .view .more-link [type='file'] + a, .view .more-link .input-group-prepend .comment-form .field-type-file [type='file'] + a, .comment-form .field-type-file .input-group-prepend .view .more-link [type='file'] + a, .view .more-link .comment-form .field-type-file .input-group-prepend [type='file'] + a, .input-group-prepend .comment-form .field-type-file .view .more-link [type='submit'] + a, .view .more-link .input-group-prepend .comment-form .field-type-file [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .view .more-link [type='submit'] + a, .view .more-link .comment-form .field-type-file .input-group-prepend [type='submit'] + a, .input-group-prepend .comment-form .form-actions .view .more-link [type='submit'] + a, .view .more-link .input-group-prepend .comment-form .form-actions [type='submit'] + a, .comment-form .form-actions .input-group-prepend .view .more-link [type='submit'] + a, .view .more-link .comment-form .form-actions .input-group-prepend [type='submit'] + a, .input-group-prepend #reviews-search-form .view .more-link [type='submit'] + a, .view .more-link .input-group-prepend #reviews-search-form [type='submit'] + a, #reviews-search-form .input-group-prepend .view .more-link [type='submit'] + a, .view .more-link #reviews-search-form .input-group-prepend [type='submit'] + a, .input-group-prepend .webform-client-form .view .more-link [type='submit'] + a, .view .more-link .input-group-prepend .webform-client-form [type='submit'] + a, .webform-client-form .input-group-prepend .view .more-link [type='submit'] + a, .view .more-link .webform-client-form .input-group-prepend [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .view .more-link a + a, .view .more-link .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .view .more-link a + a, .view .more-link .page-subscription-success .subscription-success-page__content .input-group-prepend a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .view .more-link .form-submit + a, .view .more-link .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .view .more-link .form-submit + a, .view .more-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + a, .input-group-prepend .view .more-link .fieldset-wrapper > a + a, .view .more-link .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .btn + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .btn + input.form-submit, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .subscribe-btn-white + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .subscribe-btn-white + input.form-submit, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .continue-reading-btn + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .continue-reading-btn + input.form-submit, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .subscribe-btn-honey + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .subscribe-btn-honey + input.form-submit, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .subscribe-btn-pink + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .subscribe-btn-pink + input.form-submit, .input-group-prepend .view .more-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .view .more-link a + input.form-submit, .view .more-link .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .view .more-link .input-group-prepend a + input.form-submit, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + input.form-submit, .input-group-prepend .full__event-info .info .event-booknow .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .full__event-info .info .event-booknow a + input.form-submit, .full__event-info .info .event-booknow .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .full__event-info .info .event-booknow .input-group-prepend a + input.form-submit, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + input.form-submit, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + input.form-submit, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + input.form-submit, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + input.form-submit, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + input.form-submit, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + input.form-submit, .input-group-prepend .video-block .youtube-channel-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .video-block .youtube-channel-link a + input.form-submit, .video-block .youtube-channel-link .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .video-block .youtube-channel-link .input-group-prepend a + input.form-submit, .input-group-prepend .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='file'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .comment-form .field-type-file [type='file'] + input.form-submit, .comment-form .field-type-file .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='file'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file .input-group-prepend [type='file'] + input.form-submit, .input-group-prepend .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .comment-form .field-type-file [type='submit'] + input.form-submit, .comment-form .field-type-file .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file .input-group-prepend [type='submit'] + input.form-submit, .input-group-prepend .comment-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .input-group-prepend .comment-form .form-actions [type='submit'] + input.form-submit, .comment-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .comment-form .form-actions .input-group-prepend [type='submit'] + input.form-submit, .input-group-prepend #reviews-search-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend #reviews-search-form [type='submit'] + input.form-submit, #reviews-search-form .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions #reviews-search-form .input-group-prepend [type='submit'] + input.form-submit, .input-group-prepend .webform-client-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .webform-client-form [type='submit'] + input.form-submit, .webform-client-form .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .webform-client-form .input-group-prepend [type='submit'] + input.form-submit, .input-group-prepend .page-subscription-success .subscription-success-page__content .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .page-subscription-success .subscription-success-page__content a + input.form-submit, .page-subscription-success .subscription-success-page__content .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .page-subscription-success .subscription-success-page__content .input-group-prepend a + input.form-submit, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .form-submit + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + input.form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .form-submit + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + input.form-submit, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .fieldset-wrapper > a + input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .fieldset-wrapper > a + input.form-submit, .input-group-prepend .full__event-info .info .event-booknow .btn + a, .full__event-info .info .event-booknow .input-group-prepend .btn + a, .input-group-prepend .full__event-info .info .event-booknow .subscribe-btn-white + a, .full__event-info .info .event-booknow .input-group-prepend .subscribe-btn-white + a, .input-group-prepend .full__event-info .info .event-booknow .continue-reading-btn + a, .full__event-info .info .event-booknow .input-group-prepend .continue-reading-btn + a, .input-group-prepend .full__event-info .info .event-booknow .subscribe-btn-honey + a, .full__event-info .info .event-booknow .input-group-prepend .subscribe-btn-honey + a, .input-group-prepend .full__event-info .info .event-booknow .subscribe-btn-pink + a, .full__event-info .info .event-booknow .input-group-prepend .subscribe-btn-pink + a, .input-group-prepend .view .more-link .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .view .more-link a + a, .view .more-link .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .view .more-link .input-group-prepend a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .full__event-info .info .event-booknow input.form-submit + a, .full__event-info .info .event-booknow .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .full__event-info .info .event-booknow input.form-submit + a, .full__event-info .info .event-booknow .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + a, .input-group-prepend .video-block .youtube-channel-link .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .video-block .youtube-channel-link .input-group-prepend a + a, .input-group-prepend .comment-form .field-type-file .full__event-info .info .event-booknow [type='file'] + a, .full__event-info .info .event-booknow .input-group-prepend .comment-form .field-type-file [type='file'] + a, .comment-form .field-type-file .input-group-prepend .full__event-info .info .event-booknow [type='file'] + a, .full__event-info .info .event-booknow .comment-form .field-type-file .input-group-prepend [type='file'] + a, .input-group-prepend .comment-form .field-type-file .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow .input-group-prepend .comment-form .field-type-file [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow .comment-form .field-type-file .input-group-prepend [type='submit'] + a, .input-group-prepend .comment-form .form-actions .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow .input-group-prepend .comment-form .form-actions [type='submit'] + a, .comment-form .form-actions .input-group-prepend .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow .comment-form .form-actions .input-group-prepend [type='submit'] + a, .input-group-prepend #reviews-search-form .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow .input-group-prepend #reviews-search-form [type='submit'] + a, #reviews-search-form .input-group-prepend .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow #reviews-search-form .input-group-prepend [type='submit'] + a, .input-group-prepend .webform-client-form .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow .input-group-prepend .webform-client-form [type='submit'] + a, .webform-client-form .input-group-prepend .full__event-info .info .event-booknow [type='submit'] + a, .full__event-info .info .event-booknow .webform-client-form .input-group-prepend [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .page-subscription-success .subscription-success-page__content .input-group-prepend a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .full__event-info .info .event-booknow .form-submit + a, .full__event-info .info .event-booknow .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .full__event-info .info .event-booknow .form-submit + a, .full__event-info .info .event-booknow .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .fieldset-wrapper > a + a, .full__event-info .info .event-booknow .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .btn + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .btn + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .subscribe-btn-white + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .subscribe-btn-white + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .continue-reading-btn + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .continue-reading-btn + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .subscribe-btn-honey + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .subscribe-btn-honey + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .subscribe-btn-pink + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .subscribe-btn-pink + a, .input-group-prepend .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .view .more-link a + a, .view .more-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .view .more-link .input-group-prepend a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item input.form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item input.form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .full__event-info .info .event-booknow .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item .input-group-prepend a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + a, .input-group-prepend .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .video-block .youtube-channel-link .input-group-prepend a + a, .input-group-prepend .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='file'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment-form .field-type-file [type='file'] + a, .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='file'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file .input-group-prepend [type='file'] + a, .input-group-prepend .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment-form .field-type-file [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file .input-group-prepend [type='submit'] + a, .input-group-prepend .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment-form .form-actions [type='submit'] + a, .comment-form .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .form-actions .input-group-prepend [type='submit'] + a, .input-group-prepend #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend #reviews-search-form [type='submit'] + a, #reviews-search-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item #reviews-search-form .input-group-prepend [type='submit'] + a, .input-group-prepend .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .webform-client-form [type='submit'] + a, .webform-client-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .webform-client-form .input-group-prepend [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .page-subscription-success .subscription-success-page__content .input-group-prepend a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .fieldset-wrapper > a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .btn + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .btn + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .subscribe-btn-white + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .subscribe-btn-white + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .continue-reading-btn + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .continue-reading-btn + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .subscribe-btn-honey + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .subscribe-btn-honey + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .subscribe-btn-pink + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .subscribe-btn-pink + a, .input-group-prepend .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .view .more-link a + a, .view .more-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .view .more-link .input-group-prepend a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item input.form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item input.form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .full__event-info .info .event-booknow .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + a, .input-group-prepend .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .video-block .youtube-channel-link .input-group-prepend a + a, .input-group-prepend .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='file'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment-form .field-type-file [type='file'] + a, .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='file'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file .input-group-prepend [type='file'] + a, .input-group-prepend .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment-form .field-type-file [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file .input-group-prepend [type='submit'] + a, .input-group-prepend .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment-form .form-actions [type='submit'] + a, .comment-form .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .form-actions .input-group-prepend [type='submit'] + a, .input-group-prepend #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend #reviews-search-form [type='submit'] + a, #reviews-search-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item #reviews-search-form .input-group-prepend [type='submit'] + a, .input-group-prepend .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .webform-client-form [type='submit'] + a, .webform-client-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .webform-client-form .input-group-prepend [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .page-subscription-success .subscription-success-page__content .input-group-prepend a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .form-submit + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .fieldset-wrapper > a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .btn + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .btn + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .subscribe-btn-white + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .subscribe-btn-white + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .continue-reading-btn + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .continue-reading-btn + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .subscribe-btn-honey + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .subscribe-btn-honey + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .subscribe-btn-pink + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .subscribe-btn-pink + a, .input-group-prepend .view .more-link .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .view .more-link a + a, .view .more-link .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .view .more-link .input-group-prepend a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .review-node .product-info .field-name-field-buynow-link input.form-submit + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .review-node .product-info .field-name-field-buynow-link input.form-submit + a, .review-node .product-info .field-name-field-buynow-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .full__event-info .info .event-booknow .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + a, .input-group-prepend .video-block .youtube-channel-link .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .video-block .youtube-channel-link .input-group-prepend a + a, .input-group-prepend .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link [type='file'] + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment-form .field-type-file [type='file'] + a, .comment-form .field-type-file .input-group-prepend .review-node .product-info .field-name-field-buynow-link [type='file'] + a, .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file .input-group-prepend [type='file'] + a, .input-group-prepend .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment-form .field-type-file [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file .input-group-prepend [type='submit'] + a, .input-group-prepend .comment-form .form-actions .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment-form .form-actions [type='submit'] + a, .comment-form .form-actions .input-group-prepend .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link .comment-form .form-actions .input-group-prepend [type='submit'] + a, .input-group-prepend #reviews-search-form .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend #reviews-search-form [type='submit'] + a, #reviews-search-form .input-group-prepend .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link #reviews-search-form .input-group-prepend [type='submit'] + a, .input-group-prepend .webform-client-form .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .webform-client-form [type='submit'] + a, .webform-client-form .input-group-prepend .review-node .product-info .field-name-field-buynow-link [type='submit'] + a, .review-node .product-info .field-name-field-buynow-link .webform-client-form .input-group-prepend [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .page-subscription-success .subscription-success-page__content .input-group-prepend a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .review-node .product-info .field-name-field-buynow-link .form-submit + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .review-node .product-info .field-name-field-buynow-link .form-submit + a, .review-node .product-info .field-name-field-buynow-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .fieldset-wrapper > a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .video-block .youtube-channel-link .btn + a, .video-block .youtube-channel-link .input-group-prepend .btn + a, .input-group-prepend .video-block .youtube-channel-link .subscribe-btn-white + a, .video-block .youtube-channel-link .input-group-prepend .subscribe-btn-white + a, .input-group-prepend .video-block .youtube-channel-link .continue-reading-btn + a, .video-block .youtube-channel-link .input-group-prepend .continue-reading-btn + a, .input-group-prepend .video-block .youtube-channel-link .subscribe-btn-honey + a, .video-block .youtube-channel-link .input-group-prepend .subscribe-btn-honey + a, .input-group-prepend .video-block .youtube-channel-link .subscribe-btn-pink + a, .video-block .youtube-channel-link .input-group-prepend .subscribe-btn-pink + a, .input-group-prepend .view .more-link .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .view .more-link a + a, .view .more-link .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .view .more-link .input-group-prepend a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .video-block .youtube-channel-link input.form-submit + a, .video-block .youtube-channel-link .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .video-block .youtube-channel-link input.form-submit + a, .video-block .youtube-channel-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .full__event-info .info .event-booknow .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + a, .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend a + a, .input-group-prepend .comment-form .field-type-file .video-block .youtube-channel-link [type='file'] + a, .video-block .youtube-channel-link .input-group-prepend .comment-form .field-type-file [type='file'] + a, .comment-form .field-type-file .input-group-prepend .video-block .youtube-channel-link [type='file'] + a, .video-block .youtube-channel-link .comment-form .field-type-file .input-group-prepend [type='file'] + a, .input-group-prepend .comment-form .field-type-file .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link .input-group-prepend .comment-form .field-type-file [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link .comment-form .field-type-file .input-group-prepend [type='submit'] + a, .input-group-prepend .comment-form .form-actions .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link .input-group-prepend .comment-form .form-actions [type='submit'] + a, .comment-form .form-actions .input-group-prepend .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link .comment-form .form-actions .input-group-prepend [type='submit'] + a, .input-group-prepend #reviews-search-form .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link .input-group-prepend #reviews-search-form [type='submit'] + a, #reviews-search-form .input-group-prepend .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link #reviews-search-form .input-group-prepend [type='submit'] + a, .input-group-prepend .webform-client-form .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link .input-group-prepend .webform-client-form [type='submit'] + a, .webform-client-form .input-group-prepend .video-block .youtube-channel-link [type='submit'] + a, .video-block .youtube-channel-link .webform-client-form .input-group-prepend [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .page-subscription-success .subscription-success-page__content .input-group-prepend a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .video-block .youtube-channel-link .form-submit + a, .video-block .youtube-channel-link .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .video-block .youtube-channel-link .form-submit + a, .video-block .youtube-channel-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + a, .input-group-prepend .video-block .youtube-channel-link .fieldset-wrapper > a + a, .video-block .youtube-channel-link .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .comment-form .field-type-file .btn + [type='file'], .comment-form .field-type-file .input-group-prepend .btn + [type='file'], .input-group-prepend .comment-form .field-type-file .subscribe-btn-white + [type='file'], .comment-form .field-type-file .input-group-prepend .subscribe-btn-white + [type='file'], .input-group-prepend .comment-form .field-type-file .continue-reading-btn + [type='file'], .comment-form .field-type-file .input-group-prepend .continue-reading-btn + [type='file'], .input-group-prepend .comment-form .field-type-file .subscribe-btn-honey + [type='file'], .comment-form .field-type-file .input-group-prepend .subscribe-btn-honey + [type='file'], .input-group-prepend .comment-form .field-type-file .subscribe-btn-pink + [type='file'], .comment-form .field-type-file .input-group-prepend .subscribe-btn-pink + [type='file'], .input-group-prepend .view .more-link .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .input-group-prepend .view .more-link a + [type='file'], .view .more-link .input-group-prepend .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .view .more-link .input-group-prepend a + [type='file'], .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file input.form-submit + [type='file'], .comment-form .field-type-file .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='file'], .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .comment-form .field-type-file input.form-submit + [type='file'], .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + [type='file'], .input-group-prepend .full__event-info .info .event-booknow .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .input-group-prepend .full__event-info .info .event-booknow a + [type='file'], .full__event-info .info .event-booknow .input-group-prepend .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .full__event-info .info .event-booknow .input-group-prepend a + [type='file'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='file'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + [type='file'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='file'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + [type='file'], .input-group-prepend .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + [type='file'], .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + [type='file'], .input-group-prepend .video-block .youtube-channel-link .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .input-group-prepend .video-block .youtube-channel-link a + [type='file'], .video-block .youtube-channel-link .input-group-prepend .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .video-block .youtube-channel-link .input-group-prepend a + [type='file'], .input-group-prepend .comment-form .field-type-file [type='file'] + [type='file'], .comment-form .field-type-file .input-group-prepend [type='file'] + [type='file'], .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='file'], .comment-form .field-type-file .input-group-prepend [type='submit'] + [type='file'], .input-group-prepend .comment-form .form-actions .field-type-file [type='submit'] + [type='file'], .input-group-prepend .comment-form .field-type-file .form-actions [type='submit'] + [type='file'], .comment-form .form-actions .input-group-prepend .field-type-file [type='submit'] + [type='file'], .comment-form .field-type-file .form-actions .input-group-prepend [type='submit'] + [type='file'], .input-group-prepend #reviews-search-form .comment-form .field-type-file [type='submit'] + [type='file'], .comment-form .field-type-file .input-group-prepend #reviews-search-form [type='submit'] + [type='file'], #reviews-search-form .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='file'], .comment-form .field-type-file #reviews-search-form .input-group-prepend [type='submit'] + [type='file'], .input-group-prepend .webform-client-form .comment-form .field-type-file [type='submit'] + [type='file'], .comment-form .field-type-file .input-group-prepend .webform-client-form [type='submit'] + [type='file'], .webform-client-form .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='file'], .comment-form .field-type-file .webform-client-form .input-group-prepend [type='submit'] + [type='file'], .input-group-prepend .page-subscription-success .subscription-success-page__content .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .input-group-prepend .page-subscription-success .subscription-success-page__content a + [type='file'], .page-subscription-success .subscription-success-page__content .input-group-prepend .comment-form .field-type-file a + [type='file'], .comment-form .field-type-file .page-subscription-success .subscription-success-page__content .input-group-prepend a + [type='file'], .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .form-submit + [type='file'], .comment-form .field-type-file .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='file'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment-form .field-type-file .form-submit + [type='file'], .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + [type='file'], .input-group-prepend .comment-form .field-type-file .fieldset-wrapper > a + [type='file'], .comment-form .field-type-file .input-group-prepend .fieldset-wrapper > a + [type='file'], .input-group-prepend .comment-form .field-type-file .btn + [type='submit'], .comment-form .field-type-file .input-group-prepend .btn + [type='submit'], .input-group-prepend .comment-form .field-type-file .subscribe-btn-white + [type='submit'], .comment-form .field-type-file .input-group-prepend .subscribe-btn-white + [type='submit'], .input-group-prepend .comment-form .field-type-file .continue-reading-btn + [type='submit'], .comment-form .field-type-file .input-group-prepend .continue-reading-btn + [type='submit'], .input-group-prepend .comment-form .field-type-file .subscribe-btn-honey + [type='submit'], .comment-form .field-type-file .input-group-prepend .subscribe-btn-honey + [type='submit'], .input-group-prepend .comment-form .field-type-file .subscribe-btn-pink + [type='submit'], .comment-form .field-type-file .input-group-prepend .subscribe-btn-pink + [type='submit'], .input-group-prepend .view .more-link .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .input-group-prepend .view .more-link a + [type='submit'], .view .more-link .input-group-prepend .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .view .more-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file input.form-submit + [type='submit'], .comment-form .field-type-file .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'], .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .comment-form .field-type-file input.form-submit + [type='submit'], .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + [type='submit'], .input-group-prepend .full__event-info .info .event-booknow .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .input-group-prepend .full__event-info .info .event-booknow a + [type='submit'], .full__event-info .info .event-booknow .input-group-prepend .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .full__event-info .info .event-booknow .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + [type='submit'], .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + [type='submit'], .input-group-prepend .video-block .youtube-channel-link .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .input-group-prepend .video-block .youtube-channel-link a + [type='submit'], .video-block .youtube-channel-link .input-group-prepend .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .video-block .youtube-channel-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment-form .field-type-file [type='file'] + [type='submit'], .comment-form .field-type-file .input-group-prepend [type='file'] + [type='submit'], .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .comment-form .form-actions .field-type-file [type='submit'] + [type='submit'], .input-group-prepend .comment-form .field-type-file .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .input-group-prepend .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .form-actions .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend #reviews-search-form .comment-form .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .input-group-prepend #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file #reviews-search-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .webform-client-form .comment-form .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .input-group-prepend .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .webform-client-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .page-subscription-success .subscription-success-page__content .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .input-group-prepend .page-subscription-success .subscription-success-page__content a + [type='submit'], .page-subscription-success .subscription-success-page__content .input-group-prepend .comment-form .field-type-file a + [type='submit'], .comment-form .field-type-file .page-subscription-success .subscription-success-page__content .input-group-prepend a + [type='submit'], .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .form-submit + [type='submit'], .comment-form .field-type-file .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment-form .field-type-file .form-submit + [type='submit'], .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + [type='submit'], .input-group-prepend .comment-form .field-type-file .fieldset-wrapper > a + [type='submit'], .comment-form .field-type-file .input-group-prepend .fieldset-wrapper > a + [type='submit'], .input-group-prepend .comment-form .form-actions .btn + [type='submit'], .comment-form .form-actions .input-group-prepend .btn + [type='submit'], .input-group-prepend .comment-form .form-actions .subscribe-btn-white + [type='submit'], .comment-form .form-actions .input-group-prepend .subscribe-btn-white + [type='submit'], .input-group-prepend .comment-form .form-actions .continue-reading-btn + [type='submit'], .comment-form .form-actions .input-group-prepend .continue-reading-btn + [type='submit'], .input-group-prepend .comment-form .form-actions .subscribe-btn-honey + [type='submit'], .comment-form .form-actions .input-group-prepend .subscribe-btn-honey + [type='submit'], .input-group-prepend .comment-form .form-actions .subscribe-btn-pink + [type='submit'], .comment-form .form-actions .input-group-prepend .subscribe-btn-pink + [type='submit'], .input-group-prepend .view .more-link .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .input-group-prepend .view .more-link a + [type='submit'], .view .more-link .input-group-prepend .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .view .more-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .comment-form .form-actions input.form-submit + [type='submit'], .comment-form .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'], .comment.comment-single form[id*="comment-confirm-delete"] .comment-form .form-actions .input-group-prepend input.form-submit + [type='submit'], .comment-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + [type='submit'], .input-group-prepend .full__event-info .info .event-booknow .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .input-group-prepend .full__event-info .info .event-booknow a + [type='submit'], .full__event-info .info .event-booknow .input-group-prepend .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .full__event-info .info .event-booknow .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .review-node .product-info .field-name-field-buynow-link .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + [type='submit'], .review-node .product-info .field-name-field-buynow-link .input-group-prepend .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + [type='submit'], .input-group-prepend .video-block .youtube-channel-link .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .input-group-prepend .video-block .youtube-channel-link a + [type='submit'], .video-block .youtube-channel-link .input-group-prepend .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .video-block .youtube-channel-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment-form .field-type-file .form-actions [type='file'] + [type='submit'], .input-group-prepend .comment-form .form-actions .field-type-file [type='file'] + [type='submit'], .comment-form .field-type-file .input-group-prepend .form-actions [type='file'] + [type='submit'], .comment-form .form-actions .field-type-file .input-group-prepend [type='file'] + [type='submit'], .input-group-prepend .comment-form .field-type-file .form-actions [type='submit'] + [type='submit'], .input-group-prepend .comment-form .form-actions .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .input-group-prepend .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .field-type-file .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .comment-form .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend #reviews-search-form .comment-form .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .input-group-prepend #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .input-group-prepend .comment-form .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions #reviews-search-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .webform-client-form .comment-form .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .input-group-prepend .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .input-group-prepend .comment-form .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .webform-client-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .page-subscription-success .subscription-success-page__content .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .input-group-prepend .page-subscription-success .subscription-success-page__content a + [type='submit'], .page-subscription-success .subscription-success-page__content .input-group-prepend .comment-form .form-actions a + [type='submit'], .comment-form .form-actions .page-subscription-success .subscription-success-page__content .input-group-prepend a + [type='submit'], .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .form-actions .form-submit + [type='submit'], .comment-form .form-actions .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment-form .form-actions .form-submit + [type='submit'], .comment-form .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + [type='submit'], .input-group-prepend .comment-form .form-actions .fieldset-wrapper > a + [type='submit'], .comment-form .form-actions .input-group-prepend .fieldset-wrapper > a + [type='submit'], .input-group-prepend #reviews-search-form .btn + [type='submit'], #reviews-search-form .input-group-prepend .btn + [type='submit'], .input-group-prepend #reviews-search-form .subscribe-btn-white + [type='submit'], #reviews-search-form .input-group-prepend .subscribe-btn-white + [type='submit'], .input-group-prepend #reviews-search-form .continue-reading-btn + [type='submit'], #reviews-search-form .input-group-prepend .continue-reading-btn + [type='submit'], .input-group-prepend #reviews-search-form .subscribe-btn-honey + [type='submit'], #reviews-search-form .input-group-prepend .subscribe-btn-honey + [type='submit'], .input-group-prepend #reviews-search-form .subscribe-btn-pink + [type='submit'], #reviews-search-form .input-group-prepend .subscribe-btn-pink + [type='submit'], .input-group-prepend .view .more-link #reviews-search-form a + [type='submit'], #reviews-search-form .input-group-prepend .view .more-link a + [type='submit'], .view .more-link .input-group-prepend #reviews-search-form a + [type='submit'], #reviews-search-form .view .more-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions #reviews-search-form input.form-submit + [type='submit'], #reviews-search-form .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'], .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend #reviews-search-form input.form-submit + [type='submit'], #reviews-search-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + [type='submit'], .input-group-prepend .full__event-info .info .event-booknow #reviews-search-form a + [type='submit'], #reviews-search-form .input-group-prepend .full__event-info .info .event-booknow a + [type='submit'], .full__event-info .info .event-booknow .input-group-prepend #reviews-search-form a + [type='submit'], #reviews-search-form .full__event-info .info .event-booknow .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item #reviews-search-form a + [type='submit'], #reviews-search-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend #reviews-search-form a + [type='submit'], #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item #reviews-search-form a + [type='submit'], #reviews-search-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend #reviews-search-form a + [type='submit'], #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .review-node .product-info .field-name-field-buynow-link #reviews-search-form a + [type='submit'], #reviews-search-form .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + [type='submit'], .review-node .product-info .field-name-field-buynow-link .input-group-prepend #reviews-search-form a + [type='submit'], #reviews-search-form .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + [type='submit'], .input-group-prepend .video-block .youtube-channel-link #reviews-search-form a + [type='submit'], #reviews-search-form .input-group-prepend .video-block .youtube-channel-link a + [type='submit'], .video-block .youtube-channel-link .input-group-prepend #reviews-search-form a + [type='submit'], #reviews-search-form .video-block .youtube-channel-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment-form .field-type-file #reviews-search-form [type='file'] + [type='submit'], #reviews-search-form .input-group-prepend .comment-form .field-type-file [type='file'] + [type='submit'], .comment-form .field-type-file .input-group-prepend #reviews-search-form [type='file'] + [type='submit'], #reviews-search-form .comment-form .field-type-file .input-group-prepend [type='file'] + [type='submit'], .input-group-prepend .comment-form .field-type-file #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .input-group-prepend #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .comment-form .field-type-file .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .comment-form .form-actions #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .input-group-prepend .comment-form .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .input-group-prepend #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .comment-form .form-actions .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .webform-client-form #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .input-group-prepend .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .input-group-prepend #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .webform-client-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .page-subscription-success .subscription-success-page__content #reviews-search-form a + [type='submit'], #reviews-search-form .input-group-prepend .page-subscription-success .subscription-success-page__content a + [type='submit'], .page-subscription-success .subscription-success-page__content .input-group-prepend #reviews-search-form a + [type='submit'], #reviews-search-form .page-subscription-success .subscription-success-page__content .input-group-prepend a + [type='submit'], .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button #reviews-search-form .form-submit + [type='submit'], #reviews-search-form .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend #reviews-search-form .form-submit + [type='submit'], #reviews-search-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + [type='submit'], .input-group-prepend #reviews-search-form .fieldset-wrapper > a + [type='submit'], #reviews-search-form .input-group-prepend .fieldset-wrapper > a + [type='submit'], .input-group-prepend .webform-client-form .btn + [type='submit'], .webform-client-form .input-group-prepend .btn + [type='submit'], .input-group-prepend .webform-client-form .subscribe-btn-white + [type='submit'], .webform-client-form .input-group-prepend .subscribe-btn-white + [type='submit'], .input-group-prepend .webform-client-form .continue-reading-btn + [type='submit'], .webform-client-form .input-group-prepend .continue-reading-btn + [type='submit'], .input-group-prepend .webform-client-form .subscribe-btn-honey + [type='submit'], .webform-client-form .input-group-prepend .subscribe-btn-honey + [type='submit'], .input-group-prepend .webform-client-form .subscribe-btn-pink + [type='submit'], .webform-client-form .input-group-prepend .subscribe-btn-pink + [type='submit'], .input-group-prepend .view .more-link .webform-client-form a + [type='submit'], .webform-client-form .input-group-prepend .view .more-link a + [type='submit'], .view .more-link .input-group-prepend .webform-client-form a + [type='submit'], .webform-client-form .view .more-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .webform-client-form input.form-submit + [type='submit'], .webform-client-form .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'], .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .webform-client-form input.form-submit + [type='submit'], .webform-client-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + [type='submit'], .input-group-prepend .full__event-info .info .event-booknow .webform-client-form a + [type='submit'], .webform-client-form .input-group-prepend .full__event-info .info .event-booknow a + [type='submit'], .full__event-info .info .event-booknow .input-group-prepend .webform-client-form a + [type='submit'], .webform-client-form .full__event-info .info .event-booknow .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .webform-client-form a + [type='submit'], .webform-client-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .webform-client-form a + [type='submit'], .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .webform-client-form a + [type='submit'], .webform-client-form .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'], .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .webform-client-form a + [type='submit'], .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + [type='submit'], .input-group-prepend .review-node .product-info .field-name-field-buynow-link .webform-client-form a + [type='submit'], .webform-client-form .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + [type='submit'], .review-node .product-info .field-name-field-buynow-link .input-group-prepend .webform-client-form a + [type='submit'], .webform-client-form .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + [type='submit'], .input-group-prepend .video-block .youtube-channel-link .webform-client-form a + [type='submit'], .webform-client-form .input-group-prepend .video-block .youtube-channel-link a + [type='submit'], .video-block .youtube-channel-link .input-group-prepend .webform-client-form a + [type='submit'], .webform-client-form .video-block .youtube-channel-link .input-group-prepend a + [type='submit'], .input-group-prepend .comment-form .field-type-file .webform-client-form [type='file'] + [type='submit'], .webform-client-form .input-group-prepend .comment-form .field-type-file [type='file'] + [type='submit'], .comment-form .field-type-file .input-group-prepend .webform-client-form [type='file'] + [type='submit'], .webform-client-form .comment-form .field-type-file .input-group-prepend [type='file'] + [type='submit'], .input-group-prepend .comment-form .field-type-file .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .input-group-prepend .comment-form .field-type-file [type='submit'] + [type='submit'], .comment-form .field-type-file .input-group-prepend .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .comment-form .field-type-file .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .comment-form .form-actions .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .input-group-prepend .comment-form .form-actions [type='submit'] + [type='submit'], .comment-form .form-actions .input-group-prepend .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .comment-form .form-actions .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend #reviews-search-form .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .input-group-prepend #reviews-search-form [type='submit'] + [type='submit'], #reviews-search-form .input-group-prepend .webform-client-form [type='submit'] + [type='submit'], .webform-client-form #reviews-search-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .webform-client-form [type='submit'] + [type='submit'], .webform-client-form .input-group-prepend [type='submit'] + [type='submit'], .input-group-prepend .page-subscription-success .subscription-success-page__content .webform-client-form a + [type='submit'], .webform-client-form .input-group-prepend .page-subscription-success .subscription-success-page__content a + [type='submit'], .page-subscription-success .subscription-success-page__content .input-group-prepend .webform-client-form a + [type='submit'], .webform-client-form .page-subscription-success .subscription-success-page__content .input-group-prepend a + [type='submit'], .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .webform-client-form .form-submit + [type='submit'], .webform-client-form .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'], .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .webform-client-form .form-submit + [type='submit'], .webform-client-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + [type='submit'], .input-group-prepend .webform-client-form .fieldset-wrapper > a + [type='submit'], .webform-client-form .input-group-prepend .fieldset-wrapper > a + [type='submit'], .input-group-prepend .page-subscription-success .subscription-success-page__content .btn + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .btn + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .subscribe-btn-white + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .subscribe-btn-white + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .continue-reading-btn + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .continue-reading-btn + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .subscribe-btn-honey + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .subscribe-btn-honey + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .subscribe-btn-pink + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .subscribe-btn-pink + a, .input-group-prepend .view .more-link .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .view .more-link a + a, .view .more-link .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .view .more-link .input-group-prepend a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .page-subscription-success .subscription-success-page__content input.form-submit + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .page-subscription-success .subscription-success-page__content input.form-submit + a, .page-subscription-success .subscription-success-page__content .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .full__event-info .info .event-booknow a + a, .full__event-info .info .event-booknow .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .full__event-info .info .event-booknow .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + a, .input-group-prepend .video-block .youtube-channel-link .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .video-block .youtube-channel-link a + a, .video-block .youtube-channel-link .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .video-block .youtube-channel-link .input-group-prepend a + a, .input-group-prepend .comment-form .field-type-file .page-subscription-success .subscription-success-page__content [type='file'] + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .comment-form .field-type-file [type='file'] + a, .comment-form .field-type-file .input-group-prepend .page-subscription-success .subscription-success-page__content [type='file'] + a, .page-subscription-success .subscription-success-page__content .comment-form .field-type-file .input-group-prepend [type='file'] + a, .input-group-prepend .comment-form .field-type-file .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .comment-form .field-type-file [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content .comment-form .field-type-file .input-group-prepend [type='submit'] + a, .input-group-prepend .comment-form .form-actions .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .comment-form .form-actions [type='submit'] + a, .comment-form .form-actions .input-group-prepend .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content .comment-form .form-actions .input-group-prepend [type='submit'] + a, .input-group-prepend #reviews-search-form .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content .input-group-prepend #reviews-search-form [type='submit'] + a, #reviews-search-form .input-group-prepend .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content #reviews-search-form .input-group-prepend [type='submit'] + a, .input-group-prepend .webform-client-form .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .webform-client-form [type='submit'] + a, .webform-client-form .input-group-prepend .page-subscription-success .subscription-success-page__content [type='submit'] + a, .page-subscription-success .subscription-success-page__content .webform-client-form .input-group-prepend [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .page-subscription-success .subscription-success-page__content .form-submit + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .page-subscription-success .subscription-success-page__content .form-submit + a, .page-subscription-success .subscription-success-page__content .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .fieldset-wrapper > a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .btn + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .btn + .form-submit, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .subscribe-btn-white + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .subscribe-btn-white + .form-submit, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .continue-reading-btn + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .continue-reading-btn + .form-submit, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .subscribe-btn-honey + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .subscribe-btn-honey + .form-submit, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .subscribe-btn-pink + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .subscribe-btn-pink + .form-submit, .input-group-prepend .view .more-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .view .more-link a + .form-submit, .view .more-link .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .view .more-link .input-group-prepend a + .form-submit, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button input.form-submit + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button input.form-submit + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + .form-submit, .input-group-prepend .full__event-info .info .event-booknow .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .full__event-info .info .event-booknow a + .form-submit, .full__event-info .info .event-booknow .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .full__event-info .info .event-booknow .input-group-prepend a + .form-submit, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .form-submit, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + .form-submit, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .form-submit, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + .form-submit, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + .form-submit, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + .form-submit, .input-group-prepend .video-block .youtube-channel-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .video-block .youtube-channel-link a + .form-submit, .video-block .youtube-channel-link .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .video-block .youtube-channel-link .input-group-prepend a + .form-submit, .input-group-prepend .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='file'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment-form .field-type-file [type='file'] + .form-submit, .comment-form .field-type-file .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='file'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .input-group-prepend [type='file'] + .form-submit, .input-group-prepend .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment-form .field-type-file [type='submit'] + .form-submit, .comment-form .field-type-file .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .input-group-prepend [type='submit'] + .form-submit, .input-group-prepend .comment-form .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .comment-form .form-actions [type='submit'] + .form-submit, .comment-form .form-actions .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .form-actions .input-group-prepend [type='submit'] + .form-submit, .input-group-prepend #reviews-search-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend #reviews-search-form [type='submit'] + .form-submit, #reviews-search-form .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button #reviews-search-form .input-group-prepend [type='submit'] + .form-submit, .input-group-prepend .webform-client-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .webform-client-form [type='submit'] + .form-submit, .webform-client-form .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .webform-client-form .input-group-prepend [type='submit'] + .form-submit, .input-group-prepend .page-subscription-success .subscription-success-page__content .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .page-subscription-success .subscription-success-page__content a + .form-submit, .page-subscription-success .subscription-success-page__content .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .page-subscription-success .subscription-success-page__content .input-group-prepend a + .form-submit, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + .form-submit, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .fieldset-wrapper > a + .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .fieldset-wrapper > a + .form-submit, .input-group-prepend .fieldset-wrapper > .btn + a, .input-group-prepend .fieldset-wrapper > .subscribe-btn-white + a, .input-group-prepend .fieldset-wrapper > .continue-reading-btn + a, .input-group-prepend .fieldset-wrapper > .subscribe-btn-honey + a, .input-group-prepend .fieldset-wrapper > .subscribe-btn-pink + a, .input-group-prepend .view .more-link .fieldset-wrapper > a + a, .view .more-link .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .fieldset-wrapper > input.form-submit + a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .fieldset-wrapper > input.form-submit + a, .input-group-prepend .full__event-info .info .event-booknow .fieldset-wrapper > a + a, .full__event-info .info .event-booknow .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .fieldset-wrapper > a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .fieldset-wrapper > a + a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .review-node .product-info .field-name-field-buynow-link .fieldset-wrapper > a + a, .review-node .product-info .field-name-field-buynow-link .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .video-block .youtube-channel-link .fieldset-wrapper > a + a, .video-block .youtube-channel-link .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .comment-form .field-type-file .fieldset-wrapper > [type='file'] + a, .comment-form .field-type-file .input-group-prepend .fieldset-wrapper > [type='file'] + a, .input-group-prepend .comment-form .field-type-file .fieldset-wrapper > [type='submit'] + a, .comment-form .field-type-file .input-group-prepend .fieldset-wrapper > [type='submit'] + a, .input-group-prepend .comment-form .form-actions .fieldset-wrapper > [type='submit'] + a, .comment-form .form-actions .input-group-prepend .fieldset-wrapper > [type='submit'] + a, .input-group-prepend #reviews-search-form .fieldset-wrapper > [type='submit'] + a, #reviews-search-form .input-group-prepend .fieldset-wrapper > [type='submit'] + a, .input-group-prepend .webform-client-form .fieldset-wrapper > [type='submit'] + a, .webform-client-form .input-group-prepend .fieldset-wrapper > [type='submit'] + a, .input-group-prepend .page-subscription-success .subscription-success-page__content .fieldset-wrapper > a + a, .page-subscription-success .subscription-success-page__content .input-group-prepend .fieldset-wrapper > a + a, .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .fieldset-wrapper > .form-submit + a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .fieldset-wrapper > .form-submit + a, .input-group-prepend .fieldset-wrapper > a + a,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .subscribe-btn-white + .input-group-text,
  .input-group-prepend .continue-reading-btn + .input-group-text,
  .input-group-prepend .subscribe-btn-honey + .input-group-text,
  .input-group-prepend .subscribe-btn-pink + .input-group-text,
  .input-group-prepend .view .more-link a + .input-group-text,
  .view .more-link .input-group-prepend a + .input-group-text,
  .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .input-group-text,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend input.form-submit + .input-group-text,
  .input-group-prepend .full__event-info .info .event-booknow a + .input-group-text,
  .full__event-info .info .event-booknow .input-group-prepend a + .input-group-text,
  .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .input-group-text,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend a + .input-group-text,
  .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .input-group-text,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend a + .input-group-text,
  .input-group-prepend .review-node .product-info .field-name-field-buynow-link a + .input-group-text,
  .review-node .product-info .field-name-field-buynow-link .input-group-prepend a + .input-group-text,
  .input-group-prepend .video-block .youtube-channel-link a + .input-group-text,
  .video-block .youtube-channel-link .input-group-prepend a + .input-group-text,
  .input-group-prepend .comment-form .field-type-file [type='file'] + .input-group-text,
  .comment-form .field-type-file .input-group-prepend [type='file'] + .input-group-text,
  .input-group-prepend .comment-form .field-type-file [type='submit'] + .input-group-text,
  .comment-form .field-type-file .input-group-prepend [type='submit'] + .input-group-text,
  .input-group-prepend .comment-form .form-actions [type='submit'] + .input-group-text,
  .comment-form .form-actions .input-group-prepend [type='submit'] + .input-group-text,
  .input-group-prepend #reviews-search-form [type='submit'] + .input-group-text,
  #reviews-search-form .input-group-prepend [type='submit'] + .input-group-text,
  .input-group-prepend .webform-client-form [type='submit'] + .input-group-text,
  .webform-client-form .input-group-prepend [type='submit'] + .input-group-text,
  .input-group-prepend .page-subscription-success .subscription-success-page__content a + .input-group-text,
  .page-subscription-success .subscription-success-page__content .input-group-prepend a + .input-group-text,
  .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .input-group-text,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .form-submit + .input-group-text,
  .input-group-prepend .fieldset-wrapper > a + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .subscribe-btn-white,
  .input-group-prepend .input-group-text + .continue-reading-btn,
  .input-group-prepend .input-group-text + .subscribe-btn-honey,
  .input-group-prepend .input-group-text + .subscribe-btn-pink,
  .input-group-prepend .view .more-link .input-group-text + a,
  .view .more-link .input-group-prepend .input-group-text + a,
  .input-group-prepend .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-text + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-prepend .input-group-text + input.form-submit,
  .input-group-prepend .full__event-info .info .event-booknow .input-group-text + a,
  .full__event-info .info .event-booknow .input-group-prepend .input-group-text + a,
  .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-text + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-prepend .input-group-text + a,
  .input-group-prepend .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-text + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-prepend .input-group-text + a,
  .input-group-prepend .review-node .product-info .field-name-field-buynow-link .input-group-text + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-prepend .input-group-text + a,
  .input-group-prepend .video-block .youtube-channel-link .input-group-text + a,
  .video-block .youtube-channel-link .input-group-prepend .input-group-text + a,
  .input-group-prepend .comment-form .field-type-file .input-group-text + [type='file'],
  .comment-form .field-type-file .input-group-prepend .input-group-text + [type='file'],
  .input-group-prepend .comment-form .field-type-file .input-group-text + [type='submit'],
  .comment-form .field-type-file .input-group-prepend .input-group-text + [type='submit'],
  .input-group-prepend .comment-form .form-actions .input-group-text + [type='submit'],
  .comment-form .form-actions .input-group-prepend .input-group-text + [type='submit'],
  .input-group-prepend #reviews-search-form .input-group-text + [type='submit'],
  #reviews-search-form .input-group-prepend .input-group-text + [type='submit'],
  .input-group-prepend .webform-client-form .input-group-text + [type='submit'],
  .webform-client-form .input-group-prepend .input-group-text + [type='submit'],
  .input-group-prepend .page-subscription-success .subscription-success-page__content .input-group-text + a,
  .page-subscription-success .subscription-success-page__content .input-group-prepend .input-group-text + a,
  .input-group-prepend .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-text + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-prepend .input-group-text + .form-submit,
  .input-group-prepend .fieldset-wrapper > .input-group-text + a,
  .input-group-append .btn + .btn,
  .input-group-append .subscribe-btn-white + .btn,
  .input-group-append .continue-reading-btn + .btn,
  .input-group-append .subscribe-btn-honey + .btn,
  .input-group-append .subscribe-btn-pink + .btn,
  .input-group-append .view .more-link a + .btn,
  .view .more-link .input-group-append a + .btn,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .btn,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + .btn,
  .input-group-append .full__event-info .info .event-booknow a + .btn,
  .full__event-info .info .event-booknow .input-group-append a + .btn,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .btn,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + .btn,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .btn,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + .btn,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a + .btn,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a + .btn,
  .input-group-append .video-block .youtube-channel-link a + .btn,
  .video-block .youtube-channel-link .input-group-append a + .btn,
  .input-group-append .comment-form .field-type-file [type='file'] + .btn,
  .comment-form .field-type-file .input-group-append [type='file'] + .btn,
  .input-group-append .comment-form .field-type-file [type='submit'] + .btn,
  .comment-form .field-type-file .input-group-append [type='submit'] + .btn,
  .input-group-append .comment-form .form-actions [type='submit'] + .btn,
  .comment-form .form-actions .input-group-append [type='submit'] + .btn,
  .input-group-append #reviews-search-form [type='submit'] + .btn,
  #reviews-search-form .input-group-append [type='submit'] + .btn,
  .input-group-append .webform-client-form [type='submit'] + .btn,
  .webform-client-form .input-group-append [type='submit'] + .btn,
  .input-group-append .page-subscription-success .subscription-success-page__content a + .btn,
  .page-subscription-success .subscription-success-page__content .input-group-append a + .btn,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .btn,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + .btn,
  .input-group-append .fieldset-wrapper > a + .btn,
  .input-group-append .btn + .subscribe-btn-white,
  .input-group-append .subscribe-btn-white + .subscribe-btn-white,
  .input-group-append .continue-reading-btn + .subscribe-btn-white,
  .input-group-append .subscribe-btn-honey + .subscribe-btn-white,
  .input-group-append .subscribe-btn-pink + .subscribe-btn-white,
  .input-group-append .view .more-link a + .subscribe-btn-white,
  .view .more-link .input-group-append a + .subscribe-btn-white,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .subscribe-btn-white,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + .subscribe-btn-white,
  .input-group-append .full__event-info .info .event-booknow a + .subscribe-btn-white,
  .full__event-info .info .event-booknow .input-group-append a + .subscribe-btn-white,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .subscribe-btn-white,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + .subscribe-btn-white,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .subscribe-btn-white,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + .subscribe-btn-white,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a + .subscribe-btn-white,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a + .subscribe-btn-white,
  .input-group-append .video-block .youtube-channel-link a + .subscribe-btn-white,
  .video-block .youtube-channel-link .input-group-append a + .subscribe-btn-white,
  .input-group-append .comment-form .field-type-file [type='file'] + .subscribe-btn-white,
  .comment-form .field-type-file .input-group-append [type='file'] + .subscribe-btn-white,
  .input-group-append .comment-form .field-type-file [type='submit'] + .subscribe-btn-white,
  .comment-form .field-type-file .input-group-append [type='submit'] + .subscribe-btn-white,
  .input-group-append .comment-form .form-actions [type='submit'] + .subscribe-btn-white,
  .comment-form .form-actions .input-group-append [type='submit'] + .subscribe-btn-white,
  .input-group-append #reviews-search-form [type='submit'] + .subscribe-btn-white,
  #reviews-search-form .input-group-append [type='submit'] + .subscribe-btn-white,
  .input-group-append .webform-client-form [type='submit'] + .subscribe-btn-white,
  .webform-client-form .input-group-append [type='submit'] + .subscribe-btn-white,
  .input-group-append .page-subscription-success .subscription-success-page__content a + .subscribe-btn-white,
  .page-subscription-success .subscription-success-page__content .input-group-append a + .subscribe-btn-white,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .subscribe-btn-white,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + .subscribe-btn-white,
  .input-group-append .fieldset-wrapper > a + .subscribe-btn-white,
  .input-group-append .btn + .continue-reading-btn,
  .input-group-append .subscribe-btn-white + .continue-reading-btn,
  .input-group-append .continue-reading-btn + .continue-reading-btn,
  .input-group-append .subscribe-btn-honey + .continue-reading-btn,
  .input-group-append .subscribe-btn-pink + .continue-reading-btn,
  .input-group-append .view .more-link a + .continue-reading-btn,
  .view .more-link .input-group-append a + .continue-reading-btn,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .continue-reading-btn,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + .continue-reading-btn,
  .input-group-append .full__event-info .info .event-booknow a + .continue-reading-btn,
  .full__event-info .info .event-booknow .input-group-append a + .continue-reading-btn,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .continue-reading-btn,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + .continue-reading-btn,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .continue-reading-btn,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + .continue-reading-btn,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a + .continue-reading-btn,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a + .continue-reading-btn,
  .input-group-append .video-block .youtube-channel-link a + .continue-reading-btn,
  .video-block .youtube-channel-link .input-group-append a + .continue-reading-btn,
  .input-group-append .comment-form .field-type-file [type='file'] + .continue-reading-btn,
  .comment-form .field-type-file .input-group-append [type='file'] + .continue-reading-btn,
  .input-group-append .comment-form .field-type-file [type='submit'] + .continue-reading-btn,
  .comment-form .field-type-file .input-group-append [type='submit'] + .continue-reading-btn,
  .input-group-append .comment-form .form-actions [type='submit'] + .continue-reading-btn,
  .comment-form .form-actions .input-group-append [type='submit'] + .continue-reading-btn,
  .input-group-append #reviews-search-form [type='submit'] + .continue-reading-btn,
  #reviews-search-form .input-group-append [type='submit'] + .continue-reading-btn,
  .input-group-append .webform-client-form [type='submit'] + .continue-reading-btn,
  .webform-client-form .input-group-append [type='submit'] + .continue-reading-btn,
  .input-group-append .page-subscription-success .subscription-success-page__content a + .continue-reading-btn,
  .page-subscription-success .subscription-success-page__content .input-group-append a + .continue-reading-btn,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .continue-reading-btn,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + .continue-reading-btn,
  .input-group-append .fieldset-wrapper > a + .continue-reading-btn,
  .input-group-append .btn + .subscribe-btn-honey,
  .input-group-append .subscribe-btn-white + .subscribe-btn-honey,
  .input-group-append .continue-reading-btn + .subscribe-btn-honey,
  .input-group-append .subscribe-btn-honey + .subscribe-btn-honey,
  .input-group-append .subscribe-btn-pink + .subscribe-btn-honey,
  .input-group-append .view .more-link a + .subscribe-btn-honey,
  .view .more-link .input-group-append a + .subscribe-btn-honey,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .subscribe-btn-honey,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + .subscribe-btn-honey,
  .input-group-append .full__event-info .info .event-booknow a + .subscribe-btn-honey,
  .full__event-info .info .event-booknow .input-group-append a + .subscribe-btn-honey,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .subscribe-btn-honey,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + .subscribe-btn-honey,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .subscribe-btn-honey,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + .subscribe-btn-honey,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a + .subscribe-btn-honey,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a + .subscribe-btn-honey,
  .input-group-append .video-block .youtube-channel-link a + .subscribe-btn-honey,
  .video-block .youtube-channel-link .input-group-append a + .subscribe-btn-honey,
  .input-group-append .comment-form .field-type-file [type='file'] + .subscribe-btn-honey,
  .comment-form .field-type-file .input-group-append [type='file'] + .subscribe-btn-honey,
  .input-group-append .comment-form .field-type-file [type='submit'] + .subscribe-btn-honey,
  .comment-form .field-type-file .input-group-append [type='submit'] + .subscribe-btn-honey,
  .input-group-append .comment-form .form-actions [type='submit'] + .subscribe-btn-honey,
  .comment-form .form-actions .input-group-append [type='submit'] + .subscribe-btn-honey,
  .input-group-append #reviews-search-form [type='submit'] + .subscribe-btn-honey,
  #reviews-search-form .input-group-append [type='submit'] + .subscribe-btn-honey,
  .input-group-append .webform-client-form [type='submit'] + .subscribe-btn-honey,
  .webform-client-form .input-group-append [type='submit'] + .subscribe-btn-honey,
  .input-group-append .page-subscription-success .subscription-success-page__content a + .subscribe-btn-honey,
  .page-subscription-success .subscription-success-page__content .input-group-append a + .subscribe-btn-honey,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .subscribe-btn-honey,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + .subscribe-btn-honey,
  .input-group-append .fieldset-wrapper > a + .subscribe-btn-honey,
  .input-group-append .btn + .subscribe-btn-pink,
  .input-group-append .subscribe-btn-white + .subscribe-btn-pink,
  .input-group-append .continue-reading-btn + .subscribe-btn-pink,
  .input-group-append .subscribe-btn-honey + .subscribe-btn-pink,
  .input-group-append .subscribe-btn-pink + .subscribe-btn-pink,
  .input-group-append .view .more-link a + .subscribe-btn-pink,
  .view .more-link .input-group-append a + .subscribe-btn-pink,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .subscribe-btn-pink,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + .subscribe-btn-pink,
  .input-group-append .full__event-info .info .event-booknow a + .subscribe-btn-pink,
  .full__event-info .info .event-booknow .input-group-append a + .subscribe-btn-pink,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .subscribe-btn-pink,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + .subscribe-btn-pink,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .subscribe-btn-pink,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + .subscribe-btn-pink,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a + .subscribe-btn-pink,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a + .subscribe-btn-pink,
  .input-group-append .video-block .youtube-channel-link a + .subscribe-btn-pink,
  .video-block .youtube-channel-link .input-group-append a + .subscribe-btn-pink,
  .input-group-append .comment-form .field-type-file [type='file'] + .subscribe-btn-pink,
  .comment-form .field-type-file .input-group-append [type='file'] + .subscribe-btn-pink,
  .input-group-append .comment-form .field-type-file [type='submit'] + .subscribe-btn-pink,
  .comment-form .field-type-file .input-group-append [type='submit'] + .subscribe-btn-pink,
  .input-group-append .comment-form .form-actions [type='submit'] + .subscribe-btn-pink,
  .comment-form .form-actions .input-group-append [type='submit'] + .subscribe-btn-pink,
  .input-group-append #reviews-search-form [type='submit'] + .subscribe-btn-pink,
  #reviews-search-form .input-group-append [type='submit'] + .subscribe-btn-pink,
  .input-group-append .webform-client-form [type='submit'] + .subscribe-btn-pink,
  .webform-client-form .input-group-append [type='submit'] + .subscribe-btn-pink,
  .input-group-append .page-subscription-success .subscription-success-page__content a + .subscribe-btn-pink,
  .page-subscription-success .subscription-success-page__content .input-group-append a + .subscribe-btn-pink,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .subscribe-btn-pink,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + .subscribe-btn-pink,
  .input-group-append .fieldset-wrapper > a + .subscribe-btn-pink,
  .input-group-append .view .more-link .btn + a,
  .view .more-link .input-group-append .btn + a,
  .input-group-append .view .more-link .subscribe-btn-white + a,
  .view .more-link .input-group-append .subscribe-btn-white + a,
  .input-group-append .view .more-link .continue-reading-btn + a,
  .view .more-link .input-group-append .continue-reading-btn + a,
  .input-group-append .view .more-link .subscribe-btn-honey + a,
  .view .more-link .input-group-append .subscribe-btn-honey + a,
  .input-group-append .view .more-link .subscribe-btn-pink + a,
  .view .more-link .input-group-append .subscribe-btn-pink + a,
  .input-group-append .view .more-link a + a,
  .view .more-link .input-group-append a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .view .more-link input.form-submit + a,
  .view .more-link .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .view .more-link input.form-submit + a,
  .view .more-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .view .more-link a + a,
  .view .more-link .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .view .more-link a + a,
  .view .more-link .full__event-info .info .event-booknow .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .view .more-link a + a,
  .view .more-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .view .more-link a + a,
  .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .view .more-link a + a,
  .view .more-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .view .more-link a + a,
  .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .view .more-link a + a,
  .view .more-link .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .view .more-link a + a,
  .view .more-link .review-node .product-info .field-name-field-buynow-link .input-group-append a + a,
  .input-group-append .video-block .youtube-channel-link .view .more-link a + a,
  .view .more-link .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .view .more-link a + a,
  .view .more-link .video-block .youtube-channel-link .input-group-append a + a,
  .input-group-append .comment-form .field-type-file .view .more-link [type='file'] + a,
  .view .more-link .input-group-append .comment-form .field-type-file [type='file'] + a,
  .comment-form .field-type-file .input-group-append .view .more-link [type='file'] + a,
  .view .more-link .comment-form .field-type-file .input-group-append [type='file'] + a,
  .input-group-append .comment-form .field-type-file .view .more-link [type='submit'] + a,
  .view .more-link .input-group-append .comment-form .field-type-file [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .view .more-link [type='submit'] + a,
  .view .more-link .comment-form .field-type-file .input-group-append [type='submit'] + a,
  .input-group-append .comment-form .form-actions .view .more-link [type='submit'] + a,
  .view .more-link .input-group-append .comment-form .form-actions [type='submit'] + a,
  .comment-form .form-actions .input-group-append .view .more-link [type='submit'] + a,
  .view .more-link .comment-form .form-actions .input-group-append [type='submit'] + a,
  .input-group-append #reviews-search-form .view .more-link [type='submit'] + a,
  .view .more-link .input-group-append #reviews-search-form [type='submit'] + a,
  #reviews-search-form .input-group-append .view .more-link [type='submit'] + a,
  .view .more-link #reviews-search-form .input-group-append [type='submit'] + a,
  .input-group-append .webform-client-form .view .more-link [type='submit'] + a,
  .view .more-link .input-group-append .webform-client-form [type='submit'] + a,
  .webform-client-form .input-group-append .view .more-link [type='submit'] + a,
  .view .more-link .webform-client-form .input-group-append [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .view .more-link a + a,
  .view .more-link .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .view .more-link a + a,
  .view .more-link .page-subscription-success .subscription-success-page__content .input-group-append a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .view .more-link .form-submit + a,
  .view .more-link .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .view .more-link .form-submit + a,
  .view .more-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + a,
  .input-group-append .view .more-link .fieldset-wrapper > a + a,
  .view .more-link .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .btn + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .btn + input.form-submit,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .subscribe-btn-white + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .subscribe-btn-white + input.form-submit,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .continue-reading-btn + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .continue-reading-btn + input.form-submit,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .subscribe-btn-honey + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .subscribe-btn-honey + input.form-submit,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .subscribe-btn-pink + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .subscribe-btn-pink + input.form-submit,
  .input-group-append .view .more-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .view .more-link a + input.form-submit,
  .view .more-link .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .view .more-link .input-group-append a + input.form-submit,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + input.form-submit,
  .input-group-append .full__event-info .info .event-booknow .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .full__event-info .info .event-booknow a + input.form-submit,
  .full__event-info .info .event-booknow .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .full__event-info .info .event-booknow .input-group-append a + input.form-submit,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + input.form-submit,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + input.form-submit,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + input.form-submit,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + input.form-submit,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .review-node .product-info .field-name-field-buynow-link a + input.form-submit,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .review-node .product-info .field-name-field-buynow-link .input-group-append a + input.form-submit,
  .input-group-append .video-block .youtube-channel-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .video-block .youtube-channel-link a + input.form-submit,
  .video-block .youtube-channel-link .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .video-block .youtube-channel-link .input-group-append a + input.form-submit,
  .input-group-append .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='file'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .comment-form .field-type-file [type='file'] + input.form-submit,
  .comment-form .field-type-file .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='file'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file .input-group-append [type='file'] + input.form-submit,
  .input-group-append .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .comment-form .field-type-file [type='submit'] + input.form-submit,
  .comment-form .field-type-file .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file .input-group-append [type='submit'] + input.form-submit,
  .input-group-append .comment-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .input-group-append .comment-form .form-actions [type='submit'] + input.form-submit,
  .comment-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .comment-form .form-actions .input-group-append [type='submit'] + input.form-submit,
  .input-group-append #reviews-search-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append #reviews-search-form [type='submit'] + input.form-submit,
  #reviews-search-form .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions #reviews-search-form .input-group-append [type='submit'] + input.form-submit,
  .input-group-append .webform-client-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .webform-client-form [type='submit'] + input.form-submit,
  .webform-client-form .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions [type='submit'] + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .webform-client-form .input-group-append [type='submit'] + input.form-submit,
  .input-group-append .page-subscription-success .subscription-success-page__content .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .page-subscription-success .subscription-success-page__content a + input.form-submit,
  .page-subscription-success .subscription-success-page__content .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .page-subscription-success .subscription-success-page__content .input-group-append a + input.form-submit,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .form-submit + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + input.form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .form-submit + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + input.form-submit,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .fieldset-wrapper > a + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .fieldset-wrapper > a + input.form-submit,
  .input-group-append .full__event-info .info .event-booknow .btn + a,
  .full__event-info .info .event-booknow .input-group-append .btn + a,
  .input-group-append .full__event-info .info .event-booknow .subscribe-btn-white + a,
  .full__event-info .info .event-booknow .input-group-append .subscribe-btn-white + a,
  .input-group-append .full__event-info .info .event-booknow .continue-reading-btn + a,
  .full__event-info .info .event-booknow .input-group-append .continue-reading-btn + a,
  .input-group-append .full__event-info .info .event-booknow .subscribe-btn-honey + a,
  .full__event-info .info .event-booknow .input-group-append .subscribe-btn-honey + a,
  .input-group-append .full__event-info .info .event-booknow .subscribe-btn-pink + a,
  .full__event-info .info .event-booknow .input-group-append .subscribe-btn-pink + a,
  .input-group-append .view .more-link .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .view .more-link a + a,
  .view .more-link .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .view .more-link .input-group-append a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .full__event-info .info .event-booknow input.form-submit + a,
  .full__event-info .info .event-booknow .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .full__event-info .info .event-booknow input.form-submit + a,
  .full__event-info .info .event-booknow .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .review-node .product-info .field-name-field-buynow-link .input-group-append a + a,
  .input-group-append .video-block .youtube-channel-link .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .video-block .youtube-channel-link .input-group-append a + a,
  .input-group-append .comment-form .field-type-file .full__event-info .info .event-booknow [type='file'] + a,
  .full__event-info .info .event-booknow .input-group-append .comment-form .field-type-file [type='file'] + a,
  .comment-form .field-type-file .input-group-append .full__event-info .info .event-booknow [type='file'] + a,
  .full__event-info .info .event-booknow .comment-form .field-type-file .input-group-append [type='file'] + a,
  .input-group-append .comment-form .field-type-file .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow .input-group-append .comment-form .field-type-file [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow .comment-form .field-type-file .input-group-append [type='submit'] + a,
  .input-group-append .comment-form .form-actions .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow .input-group-append .comment-form .form-actions [type='submit'] + a,
  .comment-form .form-actions .input-group-append .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow .comment-form .form-actions .input-group-append [type='submit'] + a,
  .input-group-append #reviews-search-form .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow .input-group-append #reviews-search-form [type='submit'] + a,
  #reviews-search-form .input-group-append .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow #reviews-search-form .input-group-append [type='submit'] + a,
  .input-group-append .webform-client-form .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow .input-group-append .webform-client-form [type='submit'] + a,
  .webform-client-form .input-group-append .full__event-info .info .event-booknow [type='submit'] + a,
  .full__event-info .info .event-booknow .webform-client-form .input-group-append [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .page-subscription-success .subscription-success-page__content .input-group-append a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .full__event-info .info .event-booknow .form-submit + a,
  .full__event-info .info .event-booknow .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .full__event-info .info .event-booknow .form-submit + a,
  .full__event-info .info .event-booknow .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .fieldset-wrapper > a + a,
  .full__event-info .info .event-booknow .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .btn + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .btn + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .subscribe-btn-white + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .subscribe-btn-white + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .continue-reading-btn + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .continue-reading-btn + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .subscribe-btn-honey + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .subscribe-btn-honey + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .subscribe-btn-pink + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .subscribe-btn-pink + a,
  .input-group-append .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .view .more-link a + a,
  .view .more-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .view .more-link .input-group-append a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item input.form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item input.form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .full__event-info .info .event-booknow .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item .input-group-append a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .review-node .product-info .field-name-field-buynow-link .input-group-append a + a,
  .input-group-append .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .video-block .youtube-channel-link .input-group-append a + a,
  .input-group-append .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='file'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment-form .field-type-file [type='file'] + a,
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='file'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file .input-group-append [type='file'] + a,
  .input-group-append .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment-form .field-type-file [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file .input-group-append [type='submit'] + a,
  .input-group-append .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment-form .form-actions [type='submit'] + a,
  .comment-form .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .form-actions .input-group-append [type='submit'] + a,
  .input-group-append #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append #reviews-search-form [type='submit'] + a,
  #reviews-search-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item #reviews-search-form .input-group-append [type='submit'] + a,
  .input-group-append .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .webform-client-form [type='submit'] + a,
  .webform-client-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .webform-client-form .input-group-append [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .page-subscription-success .subscription-success-page__content .input-group-append a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .fieldset-wrapper > a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .btn + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .btn + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .subscribe-btn-white + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .subscribe-btn-white + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .continue-reading-btn + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .continue-reading-btn + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .subscribe-btn-honey + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .subscribe-btn-honey + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .subscribe-btn-pink + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .subscribe-btn-pink + a,
  .input-group-append .view .more-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .view .more-link a + a,
  .view .more-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .view .more-link .input-group-append a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item input.form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item input.form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .full__event-info .info .event-booknow .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-name-field-read-more-link .field-item .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .review-node .product-info .field-name-field-buynow-link .input-group-append a + a,
  .input-group-append .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .video-block .youtube-channel-link .input-group-append a + a,
  .input-group-append .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='file'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment-form .field-type-file [type='file'] + a,
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='file'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file .input-group-append [type='file'] + a,
  .input-group-append .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment-form .field-type-file [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file .input-group-append [type='submit'] + a,
  .input-group-append .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment-form .form-actions [type='submit'] + a,
  .comment-form .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .form-actions .input-group-append [type='submit'] + a,
  .input-group-append #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append #reviews-search-form [type='submit'] + a,
  #reviews-search-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item #reviews-search-form .input-group-append [type='submit'] + a,
  .input-group-append .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .webform-client-form [type='submit'] + a,
  .webform-client-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item [type='submit'] + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .webform-client-form .input-group-append [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .page-subscription-success .subscription-success-page__content .input-group-append a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .form-submit + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .fieldset-wrapper > a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .btn + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .btn + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .subscribe-btn-white + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .subscribe-btn-white + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .continue-reading-btn + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .continue-reading-btn + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .subscribe-btn-honey + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .subscribe-btn-honey + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .subscribe-btn-pink + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .subscribe-btn-pink + a,
  .input-group-append .view .more-link .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .view .more-link a + a,
  .view .more-link .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .view .more-link .input-group-append a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .review-node .product-info .field-name-field-buynow-link input.form-submit + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .review-node .product-info .field-name-field-buynow-link input.form-submit + a,
  .review-node .product-info .field-name-field-buynow-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .full__event-info .info .event-booknow .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a + a,
  .input-group-append .video-block .youtube-channel-link .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .video-block .youtube-channel-link .input-group-append a + a,
  .input-group-append .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link [type='file'] + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment-form .field-type-file [type='file'] + a,
  .comment-form .field-type-file .input-group-append .review-node .product-info .field-name-field-buynow-link [type='file'] + a,
  .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file .input-group-append [type='file'] + a,
  .input-group-append .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment-form .field-type-file [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file .input-group-append [type='submit'] + a,
  .input-group-append .comment-form .form-actions .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment-form .form-actions [type='submit'] + a,
  .comment-form .form-actions .input-group-append .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link .comment-form .form-actions .input-group-append [type='submit'] + a,
  .input-group-append #reviews-search-form .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append #reviews-search-form [type='submit'] + a,
  #reviews-search-form .input-group-append .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link #reviews-search-form .input-group-append [type='submit'] + a,
  .input-group-append .webform-client-form .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .webform-client-form [type='submit'] + a,
  .webform-client-form .input-group-append .review-node .product-info .field-name-field-buynow-link [type='submit'] + a,
  .review-node .product-info .field-name-field-buynow-link .webform-client-form .input-group-append [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .page-subscription-success .subscription-success-page__content .input-group-append a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .review-node .product-info .field-name-field-buynow-link .form-submit + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .review-node .product-info .field-name-field-buynow-link .form-submit + a,
  .review-node .product-info .field-name-field-buynow-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .fieldset-wrapper > a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .video-block .youtube-channel-link .btn + a,
  .video-block .youtube-channel-link .input-group-append .btn + a,
  .input-group-append .video-block .youtube-channel-link .subscribe-btn-white + a,
  .video-block .youtube-channel-link .input-group-append .subscribe-btn-white + a,
  .input-group-append .video-block .youtube-channel-link .continue-reading-btn + a,
  .video-block .youtube-channel-link .input-group-append .continue-reading-btn + a,
  .input-group-append .video-block .youtube-channel-link .subscribe-btn-honey + a,
  .video-block .youtube-channel-link .input-group-append .subscribe-btn-honey + a,
  .input-group-append .video-block .youtube-channel-link .subscribe-btn-pink + a,
  .video-block .youtube-channel-link .input-group-append .subscribe-btn-pink + a,
  .input-group-append .view .more-link .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .view .more-link a + a,
  .view .more-link .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .view .more-link .input-group-append a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .video-block .youtube-channel-link input.form-submit + a,
  .video-block .youtube-channel-link .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .video-block .youtube-channel-link input.form-submit + a,
  .video-block .youtube-channel-link .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .full__event-info .info .event-booknow .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .review-node .product-info .field-name-field-buynow-link .input-group-append a + a,
  .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append a + a,
  .input-group-append .comment-form .field-type-file .video-block .youtube-channel-link [type='file'] + a,
  .video-block .youtube-channel-link .input-group-append .comment-form .field-type-file [type='file'] + a,
  .comment-form .field-type-file .input-group-append .video-block .youtube-channel-link [type='file'] + a,
  .video-block .youtube-channel-link .comment-form .field-type-file .input-group-append [type='file'] + a,
  .input-group-append .comment-form .field-type-file .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link .input-group-append .comment-form .field-type-file [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link .comment-form .field-type-file .input-group-append [type='submit'] + a,
  .input-group-append .comment-form .form-actions .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link .input-group-append .comment-form .form-actions [type='submit'] + a,
  .comment-form .form-actions .input-group-append .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link .comment-form .form-actions .input-group-append [type='submit'] + a,
  .input-group-append #reviews-search-form .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link .input-group-append #reviews-search-form [type='submit'] + a,
  #reviews-search-form .input-group-append .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link #reviews-search-form .input-group-append [type='submit'] + a,
  .input-group-append .webform-client-form .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link .input-group-append .webform-client-form [type='submit'] + a,
  .webform-client-form .input-group-append .video-block .youtube-channel-link [type='submit'] + a,
  .video-block .youtube-channel-link .webform-client-form .input-group-append [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .page-subscription-success .subscription-success-page__content .input-group-append a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .video-block .youtube-channel-link .form-submit + a,
  .video-block .youtube-channel-link .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .video-block .youtube-channel-link .form-submit + a,
  .video-block .youtube-channel-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + a,
  .input-group-append .video-block .youtube-channel-link .fieldset-wrapper > a + a,
  .video-block .youtube-channel-link .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .comment-form .field-type-file .btn + [type='file'],
  .comment-form .field-type-file .input-group-append .btn + [type='file'],
  .input-group-append .comment-form .field-type-file .subscribe-btn-white + [type='file'],
  .comment-form .field-type-file .input-group-append .subscribe-btn-white + [type='file'],
  .input-group-append .comment-form .field-type-file .continue-reading-btn + [type='file'],
  .comment-form .field-type-file .input-group-append .continue-reading-btn + [type='file'],
  .input-group-append .comment-form .field-type-file .subscribe-btn-honey + [type='file'],
  .comment-form .field-type-file .input-group-append .subscribe-btn-honey + [type='file'],
  .input-group-append .comment-form .field-type-file .subscribe-btn-pink + [type='file'],
  .comment-form .field-type-file .input-group-append .subscribe-btn-pink + [type='file'],
  .input-group-append .view .more-link .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .input-group-append .view .more-link a + [type='file'],
  .view .more-link .input-group-append .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .view .more-link .input-group-append a + [type='file'],
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file input.form-submit + [type='file'],
  .comment-form .field-type-file .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='file'],
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .comment-form .field-type-file input.form-submit + [type='file'],
  .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + [type='file'],
  .input-group-append .full__event-info .info .event-booknow .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .input-group-append .full__event-info .info .event-booknow a + [type='file'],
  .full__event-info .info .event-booknow .input-group-append .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .full__event-info .info .event-booknow .input-group-append a + [type='file'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='file'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + [type='file'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='file'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + [type='file'],
  .input-group-append .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .input-group-append .review-node .product-info .field-name-field-buynow-link a + [type='file'],
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link .input-group-append a + [type='file'],
  .input-group-append .video-block .youtube-channel-link .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .input-group-append .video-block .youtube-channel-link a + [type='file'],
  .video-block .youtube-channel-link .input-group-append .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .video-block .youtube-channel-link .input-group-append a + [type='file'],
  .input-group-append .comment-form .field-type-file [type='file'] + [type='file'],
  .comment-form .field-type-file .input-group-append [type='file'] + [type='file'],
  .input-group-append .comment-form .field-type-file [type='submit'] + [type='file'],
  .comment-form .field-type-file .input-group-append [type='submit'] + [type='file'],
  .input-group-append .comment-form .form-actions .field-type-file [type='submit'] + [type='file'],
  .input-group-append .comment-form .field-type-file .form-actions [type='submit'] + [type='file'],
  .comment-form .form-actions .input-group-append .field-type-file [type='submit'] + [type='file'],
  .comment-form .field-type-file .form-actions .input-group-append [type='submit'] + [type='file'],
  .input-group-append #reviews-search-form .comment-form .field-type-file [type='submit'] + [type='file'],
  .comment-form .field-type-file .input-group-append #reviews-search-form [type='submit'] + [type='file'],
  #reviews-search-form .input-group-append .comment-form .field-type-file [type='submit'] + [type='file'],
  .comment-form .field-type-file #reviews-search-form .input-group-append [type='submit'] + [type='file'],
  .input-group-append .webform-client-form .comment-form .field-type-file [type='submit'] + [type='file'],
  .comment-form .field-type-file .input-group-append .webform-client-form [type='submit'] + [type='file'],
  .webform-client-form .input-group-append .comment-form .field-type-file [type='submit'] + [type='file'],
  .comment-form .field-type-file .webform-client-form .input-group-append [type='submit'] + [type='file'],
  .input-group-append .page-subscription-success .subscription-success-page__content .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .input-group-append .page-subscription-success .subscription-success-page__content a + [type='file'],
  .page-subscription-success .subscription-success-page__content .input-group-append .comment-form .field-type-file a + [type='file'],
  .comment-form .field-type-file .page-subscription-success .subscription-success-page__content .input-group-append a + [type='file'],
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .form-submit + [type='file'],
  .comment-form .field-type-file .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='file'],
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment-form .field-type-file .form-submit + [type='file'],
  .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + [type='file'],
  .input-group-append .comment-form .field-type-file .fieldset-wrapper > a + [type='file'],
  .comment-form .field-type-file .input-group-append .fieldset-wrapper > a + [type='file'],
  .input-group-append .comment-form .field-type-file .btn + [type='submit'],
  .comment-form .field-type-file .input-group-append .btn + [type='submit'],
  .input-group-append .comment-form .field-type-file .subscribe-btn-white + [type='submit'],
  .comment-form .field-type-file .input-group-append .subscribe-btn-white + [type='submit'],
  .input-group-append .comment-form .field-type-file .continue-reading-btn + [type='submit'],
  .comment-form .field-type-file .input-group-append .continue-reading-btn + [type='submit'],
  .input-group-append .comment-form .field-type-file .subscribe-btn-honey + [type='submit'],
  .comment-form .field-type-file .input-group-append .subscribe-btn-honey + [type='submit'],
  .input-group-append .comment-form .field-type-file .subscribe-btn-pink + [type='submit'],
  .comment-form .field-type-file .input-group-append .subscribe-btn-pink + [type='submit'],
  .input-group-append .view .more-link .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .input-group-append .view .more-link a + [type='submit'],
  .view .more-link .input-group-append .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .view .more-link .input-group-append a + [type='submit'],
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .comment-form .field-type-file input.form-submit + [type='submit'],
  .comment-form .field-type-file .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'],
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .comment-form .field-type-file input.form-submit + [type='submit'],
  .comment-form .field-type-file .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + [type='submit'],
  .input-group-append .full__event-info .info .event-booknow .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .input-group-append .full__event-info .info .event-booknow a + [type='submit'],
  .full__event-info .info .event-booknow .input-group-append .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .full__event-info .info .event-booknow .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .input-group-append .review-node .product-info .field-name-field-buynow-link a + [type='submit'],
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link .input-group-append a + [type='submit'],
  .input-group-append .video-block .youtube-channel-link .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .input-group-append .video-block .youtube-channel-link a + [type='submit'],
  .video-block .youtube-channel-link .input-group-append .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .video-block .youtube-channel-link .input-group-append a + [type='submit'],
  .input-group-append .comment-form .field-type-file [type='file'] + [type='submit'],
  .comment-form .field-type-file .input-group-append [type='file'] + [type='submit'],
  .input-group-append .comment-form .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .comment-form .form-actions .field-type-file [type='submit'] + [type='submit'],
  .input-group-append .comment-form .field-type-file .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .input-group-append .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .form-actions .input-group-append [type='submit'] + [type='submit'],
  .input-group-append #reviews-search-form .comment-form .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .input-group-append #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .input-group-append .comment-form .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file #reviews-search-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .webform-client-form .comment-form .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .input-group-append .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .input-group-append .comment-form .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .webform-client-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .page-subscription-success .subscription-success-page__content .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .input-group-append .page-subscription-success .subscription-success-page__content a + [type='submit'],
  .page-subscription-success .subscription-success-page__content .input-group-append .comment-form .field-type-file a + [type='submit'],
  .comment-form .field-type-file .page-subscription-success .subscription-success-page__content .input-group-append a + [type='submit'],
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .form-submit + [type='submit'],
  .comment-form .field-type-file .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'],
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment-form .field-type-file .form-submit + [type='submit'],
  .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + [type='submit'],
  .input-group-append .comment-form .field-type-file .fieldset-wrapper > a + [type='submit'],
  .comment-form .field-type-file .input-group-append .fieldset-wrapper > a + [type='submit'],
  .input-group-append .comment-form .form-actions .btn + [type='submit'],
  .comment-form .form-actions .input-group-append .btn + [type='submit'],
  .input-group-append .comment-form .form-actions .subscribe-btn-white + [type='submit'],
  .comment-form .form-actions .input-group-append .subscribe-btn-white + [type='submit'],
  .input-group-append .comment-form .form-actions .continue-reading-btn + [type='submit'],
  .comment-form .form-actions .input-group-append .continue-reading-btn + [type='submit'],
  .input-group-append .comment-form .form-actions .subscribe-btn-honey + [type='submit'],
  .comment-form .form-actions .input-group-append .subscribe-btn-honey + [type='submit'],
  .input-group-append .comment-form .form-actions .subscribe-btn-pink + [type='submit'],
  .comment-form .form-actions .input-group-append .subscribe-btn-pink + [type='submit'],
  .input-group-append .view .more-link .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .input-group-append .view .more-link a + [type='submit'],
  .view .more-link .input-group-append .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .view .more-link .input-group-append a + [type='submit'],
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .comment-form .form-actions input.form-submit + [type='submit'],
  .comment-form .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'],
  .comment.comment-single form[id*="comment-confirm-delete"] .comment-form .form-actions .input-group-append input.form-submit + [type='submit'],
  .comment-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + [type='submit'],
  .input-group-append .full__event-info .info .event-booknow .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .input-group-append .full__event-info .info .event-booknow a + [type='submit'],
  .full__event-info .info .event-booknow .input-group-append .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .full__event-info .info .event-booknow .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .review-node .product-info .field-name-field-buynow-link .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .input-group-append .review-node .product-info .field-name-field-buynow-link a + [type='submit'],
  .review-node .product-info .field-name-field-buynow-link .input-group-append .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .review-node .product-info .field-name-field-buynow-link .input-group-append a + [type='submit'],
  .input-group-append .video-block .youtube-channel-link .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .input-group-append .video-block .youtube-channel-link a + [type='submit'],
  .video-block .youtube-channel-link .input-group-append .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .video-block .youtube-channel-link .input-group-append a + [type='submit'],
  .input-group-append .comment-form .field-type-file .form-actions [type='file'] + [type='submit'],
  .input-group-append .comment-form .form-actions .field-type-file [type='file'] + [type='submit'],
  .comment-form .field-type-file .input-group-append .form-actions [type='file'] + [type='submit'],
  .comment-form .form-actions .field-type-file .input-group-append [type='file'] + [type='submit'],
  .input-group-append .comment-form .field-type-file .form-actions [type='submit'] + [type='submit'],
  .input-group-append .comment-form .form-actions .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .input-group-append .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .field-type-file .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .comment-form .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .input-group-append [type='submit'] + [type='submit'],
  .input-group-append #reviews-search-form .comment-form .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .input-group-append #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .input-group-append .comment-form .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions #reviews-search-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .webform-client-form .comment-form .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .input-group-append .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .input-group-append .comment-form .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .webform-client-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .page-subscription-success .subscription-success-page__content .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .input-group-append .page-subscription-success .subscription-success-page__content a + [type='submit'],
  .page-subscription-success .subscription-success-page__content .input-group-append .comment-form .form-actions a + [type='submit'],
  .comment-form .form-actions .page-subscription-success .subscription-success-page__content .input-group-append a + [type='submit'],
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .form-actions .form-submit + [type='submit'],
  .comment-form .form-actions .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'],
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment-form .form-actions .form-submit + [type='submit'],
  .comment-form .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + [type='submit'],
  .input-group-append .comment-form .form-actions .fieldset-wrapper > a + [type='submit'],
  .comment-form .form-actions .input-group-append .fieldset-wrapper > a + [type='submit'],
  .input-group-append #reviews-search-form .btn + [type='submit'],
  #reviews-search-form .input-group-append .btn + [type='submit'],
  .input-group-append #reviews-search-form .subscribe-btn-white + [type='submit'],
  #reviews-search-form .input-group-append .subscribe-btn-white + [type='submit'],
  .input-group-append #reviews-search-form .continue-reading-btn + [type='submit'],
  #reviews-search-form .input-group-append .continue-reading-btn + [type='submit'],
  .input-group-append #reviews-search-form .subscribe-btn-honey + [type='submit'],
  #reviews-search-form .input-group-append .subscribe-btn-honey + [type='submit'],
  .input-group-append #reviews-search-form .subscribe-btn-pink + [type='submit'],
  #reviews-search-form .input-group-append .subscribe-btn-pink + [type='submit'],
  .input-group-append .view .more-link #reviews-search-form a + [type='submit'],
  #reviews-search-form .input-group-append .view .more-link a + [type='submit'],
  .view .more-link .input-group-append #reviews-search-form a + [type='submit'],
  #reviews-search-form .view .more-link .input-group-append a + [type='submit'],
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions #reviews-search-form input.form-submit + [type='submit'],
  #reviews-search-form .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'],
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append #reviews-search-form input.form-submit + [type='submit'],
  #reviews-search-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + [type='submit'],
  .input-group-append .full__event-info .info .event-booknow #reviews-search-form a + [type='submit'],
  #reviews-search-form .input-group-append .full__event-info .info .event-booknow a + [type='submit'],
  .full__event-info .info .event-booknow .input-group-append #reviews-search-form a + [type='submit'],
  #reviews-search-form .full__event-info .info .event-booknow .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item #reviews-search-form a + [type='submit'],
  #reviews-search-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append #reviews-search-form a + [type='submit'],
  #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item #reviews-search-form a + [type='submit'],
  #reviews-search-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append #reviews-search-form a + [type='submit'],
  #reviews-search-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .review-node .product-info .field-name-field-buynow-link #reviews-search-form a + [type='submit'],
  #reviews-search-form .input-group-append .review-node .product-info .field-name-field-buynow-link a + [type='submit'],
  .review-node .product-info .field-name-field-buynow-link .input-group-append #reviews-search-form a + [type='submit'],
  #reviews-search-form .review-node .product-info .field-name-field-buynow-link .input-group-append a + [type='submit'],
  .input-group-append .video-block .youtube-channel-link #reviews-search-form a + [type='submit'],
  #reviews-search-form .input-group-append .video-block .youtube-channel-link a + [type='submit'],
  .video-block .youtube-channel-link .input-group-append #reviews-search-form a + [type='submit'],
  #reviews-search-form .video-block .youtube-channel-link .input-group-append a + [type='submit'],
  .input-group-append .comment-form .field-type-file #reviews-search-form [type='file'] + [type='submit'],
  #reviews-search-form .input-group-append .comment-form .field-type-file [type='file'] + [type='submit'],
  .comment-form .field-type-file .input-group-append #reviews-search-form [type='file'] + [type='submit'],
  #reviews-search-form .comment-form .field-type-file .input-group-append [type='file'] + [type='submit'],
  .input-group-append .comment-form .field-type-file #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .input-group-append .comment-form .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .input-group-append #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .comment-form .field-type-file .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .comment-form .form-actions #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .input-group-append .comment-form .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .input-group-append #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .comment-form .form-actions .input-group-append [type='submit'] + [type='submit'],
  .input-group-append #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .webform-client-form #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .input-group-append .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .input-group-append #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .webform-client-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .page-subscription-success .subscription-success-page__content #reviews-search-form a + [type='submit'],
  #reviews-search-form .input-group-append .page-subscription-success .subscription-success-page__content a + [type='submit'],
  .page-subscription-success .subscription-success-page__content .input-group-append #reviews-search-form a + [type='submit'],
  #reviews-search-form .page-subscription-success .subscription-success-page__content .input-group-append a + [type='submit'],
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button #reviews-search-form .form-submit + [type='submit'],
  #reviews-search-form .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'],
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append #reviews-search-form .form-submit + [type='submit'],
  #reviews-search-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + [type='submit'],
  .input-group-append #reviews-search-form .fieldset-wrapper > a + [type='submit'],
  #reviews-search-form .input-group-append .fieldset-wrapper > a + [type='submit'],
  .input-group-append .webform-client-form .btn + [type='submit'],
  .webform-client-form .input-group-append .btn + [type='submit'],
  .input-group-append .webform-client-form .subscribe-btn-white + [type='submit'],
  .webform-client-form .input-group-append .subscribe-btn-white + [type='submit'],
  .input-group-append .webform-client-form .continue-reading-btn + [type='submit'],
  .webform-client-form .input-group-append .continue-reading-btn + [type='submit'],
  .input-group-append .webform-client-form .subscribe-btn-honey + [type='submit'],
  .webform-client-form .input-group-append .subscribe-btn-honey + [type='submit'],
  .input-group-append .webform-client-form .subscribe-btn-pink + [type='submit'],
  .webform-client-form .input-group-append .subscribe-btn-pink + [type='submit'],
  .input-group-append .view .more-link .webform-client-form a + [type='submit'],
  .webform-client-form .input-group-append .view .more-link a + [type='submit'],
  .view .more-link .input-group-append .webform-client-form a + [type='submit'],
  .webform-client-form .view .more-link .input-group-append a + [type='submit'],
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .webform-client-form input.form-submit + [type='submit'],
  .webform-client-form .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + [type='submit'],
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .webform-client-form input.form-submit + [type='submit'],
  .webform-client-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + [type='submit'],
  .input-group-append .full__event-info .info .event-booknow .webform-client-form a + [type='submit'],
  .webform-client-form .input-group-append .full__event-info .info .event-booknow a + [type='submit'],
  .full__event-info .info .event-booknow .input-group-append .webform-client-form a + [type='submit'],
  .webform-client-form .full__event-info .info .event-booknow .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .webform-client-form a + [type='submit'],
  .webform-client-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .webform-client-form a + [type='submit'],
  .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .webform-client-form a + [type='submit'],
  .webform-client-form .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + [type='submit'],
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .webform-client-form a + [type='submit'],
  .webform-client-form .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + [type='submit'],
  .input-group-append .review-node .product-info .field-name-field-buynow-link .webform-client-form a + [type='submit'],
  .webform-client-form .input-group-append .review-node .product-info .field-name-field-buynow-link a + [type='submit'],
  .review-node .product-info .field-name-field-buynow-link .input-group-append .webform-client-form a + [type='submit'],
  .webform-client-form .review-node .product-info .field-name-field-buynow-link .input-group-append a + [type='submit'],
  .input-group-append .video-block .youtube-channel-link .webform-client-form a + [type='submit'],
  .webform-client-form .input-group-append .video-block .youtube-channel-link a + [type='submit'],
  .video-block .youtube-channel-link .input-group-append .webform-client-form a + [type='submit'],
  .webform-client-form .video-block .youtube-channel-link .input-group-append a + [type='submit'],
  .input-group-append .comment-form .field-type-file .webform-client-form [type='file'] + [type='submit'],
  .webform-client-form .input-group-append .comment-form .field-type-file [type='file'] + [type='submit'],
  .comment-form .field-type-file .input-group-append .webform-client-form [type='file'] + [type='submit'],
  .webform-client-form .comment-form .field-type-file .input-group-append [type='file'] + [type='submit'],
  .input-group-append .comment-form .field-type-file .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .input-group-append .comment-form .field-type-file [type='submit'] + [type='submit'],
  .comment-form .field-type-file .input-group-append .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .comment-form .field-type-file .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .comment-form .form-actions .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .input-group-append .comment-form .form-actions [type='submit'] + [type='submit'],
  .comment-form .form-actions .input-group-append .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .comment-form .form-actions .input-group-append [type='submit'] + [type='submit'],
  .input-group-append #reviews-search-form .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .input-group-append #reviews-search-form [type='submit'] + [type='submit'],
  #reviews-search-form .input-group-append .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form #reviews-search-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .webform-client-form [type='submit'] + [type='submit'],
  .webform-client-form .input-group-append [type='submit'] + [type='submit'],
  .input-group-append .page-subscription-success .subscription-success-page__content .webform-client-form a + [type='submit'],
  .webform-client-form .input-group-append .page-subscription-success .subscription-success-page__content a + [type='submit'],
  .page-subscription-success .subscription-success-page__content .input-group-append .webform-client-form a + [type='submit'],
  .webform-client-form .page-subscription-success .subscription-success-page__content .input-group-append a + [type='submit'],
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .webform-client-form .form-submit + [type='submit'],
  .webform-client-form .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + [type='submit'],
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .webform-client-form .form-submit + [type='submit'],
  .webform-client-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + [type='submit'],
  .input-group-append .webform-client-form .fieldset-wrapper > a + [type='submit'],
  .webform-client-form .input-group-append .fieldset-wrapper > a + [type='submit'],
  .input-group-append .page-subscription-success .subscription-success-page__content .btn + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .btn + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .subscribe-btn-white + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .subscribe-btn-white + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .continue-reading-btn + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .continue-reading-btn + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .subscribe-btn-honey + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .subscribe-btn-honey + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .subscribe-btn-pink + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .subscribe-btn-pink + a,
  .input-group-append .view .more-link .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .view .more-link a + a,
  .view .more-link .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .view .more-link .input-group-append a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .page-subscription-success .subscription-success-page__content input.form-submit + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .page-subscription-success .subscription-success-page__content input.form-submit + a,
  .page-subscription-success .subscription-success-page__content .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .full__event-info .info .event-booknow a + a,
  .full__event-info .info .event-booknow .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .full__event-info .info .event-booknow .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .review-node .product-info .field-name-field-buynow-link a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .review-node .product-info .field-name-field-buynow-link .input-group-append a + a,
  .input-group-append .video-block .youtube-channel-link .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .video-block .youtube-channel-link a + a,
  .video-block .youtube-channel-link .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .video-block .youtube-channel-link .input-group-append a + a,
  .input-group-append .comment-form .field-type-file .page-subscription-success .subscription-success-page__content [type='file'] + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .comment-form .field-type-file [type='file'] + a,
  .comment-form .field-type-file .input-group-append .page-subscription-success .subscription-success-page__content [type='file'] + a,
  .page-subscription-success .subscription-success-page__content .comment-form .field-type-file .input-group-append [type='file'] + a,
  .input-group-append .comment-form .field-type-file .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .comment-form .field-type-file [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content .comment-form .field-type-file .input-group-append [type='submit'] + a,
  .input-group-append .comment-form .form-actions .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .comment-form .form-actions [type='submit'] + a,
  .comment-form .form-actions .input-group-append .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content .comment-form .form-actions .input-group-append [type='submit'] + a,
  .input-group-append #reviews-search-form .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content .input-group-append #reviews-search-form [type='submit'] + a,
  #reviews-search-form .input-group-append .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content #reviews-search-form .input-group-append [type='submit'] + a,
  .input-group-append .webform-client-form .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .webform-client-form [type='submit'] + a,
  .webform-client-form .input-group-append .page-subscription-success .subscription-success-page__content [type='submit'] + a,
  .page-subscription-success .subscription-success-page__content .webform-client-form .input-group-append [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .page-subscription-success .subscription-success-page__content .form-submit + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .page-subscription-success .subscription-success-page__content .form-submit + a,
  .page-subscription-success .subscription-success-page__content .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .fieldset-wrapper > a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .btn + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .btn + .form-submit,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .subscribe-btn-white + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .subscribe-btn-white + .form-submit,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .continue-reading-btn + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .continue-reading-btn + .form-submit,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .subscribe-btn-honey + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .subscribe-btn-honey + .form-submit,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .subscribe-btn-pink + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .subscribe-btn-pink + .form-submit,
  .input-group-append .view .more-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .view .more-link a + .form-submit,
  .view .more-link .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .view .more-link .input-group-append a + .form-submit,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button input.form-submit + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button input.form-submit + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + .form-submit,
  .input-group-append .full__event-info .info .event-booknow .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .full__event-info .info .event-booknow a + .form-submit,
  .full__event-info .info .event-booknow .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .full__event-info .info .event-booknow .input-group-append a + .form-submit,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .form-submit,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + .form-submit,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .form-submit,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + .form-submit,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .review-node .product-info .field-name-field-buynow-link a + .form-submit,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .review-node .product-info .field-name-field-buynow-link .input-group-append a + .form-submit,
  .input-group-append .video-block .youtube-channel-link .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .video-block .youtube-channel-link a + .form-submit,
  .video-block .youtube-channel-link .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .video-block .youtube-channel-link .input-group-append a + .form-submit,
  .input-group-append .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='file'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment-form .field-type-file [type='file'] + .form-submit,
  .comment-form .field-type-file .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='file'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .input-group-append [type='file'] + .form-submit,
  .input-group-append .comment-form .field-type-file .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment-form .field-type-file [type='submit'] + .form-submit,
  .comment-form .field-type-file .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .field-type-file .input-group-append [type='submit'] + .form-submit,
  .input-group-append .comment-form .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .comment-form .form-actions [type='submit'] + .form-submit,
  .comment-form .form-actions .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .comment-form .form-actions .input-group-append [type='submit'] + .form-submit,
  .input-group-append #reviews-search-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append #reviews-search-form [type='submit'] + .form-submit,
  #reviews-search-form .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button #reviews-search-form .input-group-append [type='submit'] + .form-submit,
  .input-group-append .webform-client-form .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .webform-client-form [type='submit'] + .form-submit,
  .webform-client-form .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button [type='submit'] + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .webform-client-form .input-group-append [type='submit'] + .form-submit,
  .input-group-append .page-subscription-success .subscription-success-page__content .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .page-subscription-success .subscription-success-page__content a + .form-submit,
  .page-subscription-success .subscription-success-page__content .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .page-subscription-success .subscription-success-page__content .input-group-append a + .form-submit,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + .form-submit,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .fieldset-wrapper > a + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .fieldset-wrapper > a + .form-submit,
  .input-group-append .fieldset-wrapper > .btn + a,
  .input-group-append .fieldset-wrapper > .subscribe-btn-white + a,
  .input-group-append .fieldset-wrapper > .continue-reading-btn + a,
  .input-group-append .fieldset-wrapper > .subscribe-btn-honey + a,
  .input-group-append .fieldset-wrapper > .subscribe-btn-pink + a,
  .input-group-append .view .more-link .fieldset-wrapper > a + a,
  .view .more-link .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .fieldset-wrapper > input.form-submit + a,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .fieldset-wrapper > input.form-submit + a,
  .input-group-append .full__event-info .info .event-booknow .fieldset-wrapper > a + a,
  .full__event-info .info .event-booknow .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .fieldset-wrapper > a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .fieldset-wrapper > a + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .fieldset-wrapper > a + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .video-block .youtube-channel-link .fieldset-wrapper > a + a,
  .video-block .youtube-channel-link .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .comment-form .field-type-file .fieldset-wrapper > [type='file'] + a,
  .comment-form .field-type-file .input-group-append .fieldset-wrapper > [type='file'] + a,
  .input-group-append .comment-form .field-type-file .fieldset-wrapper > [type='submit'] + a,
  .comment-form .field-type-file .input-group-append .fieldset-wrapper > [type='submit'] + a,
  .input-group-append .comment-form .form-actions .fieldset-wrapper > [type='submit'] + a,
  .comment-form .form-actions .input-group-append .fieldset-wrapper > [type='submit'] + a,
  .input-group-append #reviews-search-form .fieldset-wrapper > [type='submit'] + a,
  #reviews-search-form .input-group-append .fieldset-wrapper > [type='submit'] + a,
  .input-group-append .webform-client-form .fieldset-wrapper > [type='submit'] + a,
  .webform-client-form .input-group-append .fieldset-wrapper > [type='submit'] + a,
  .input-group-append .page-subscription-success .subscription-success-page__content .fieldset-wrapper > a + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .fieldset-wrapper > .form-submit + a,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .fieldset-wrapper > .form-submit + a,
  .input-group-append .fieldset-wrapper > a + a,
  .input-group-append .btn + .input-group-text,
  .input-group-append .subscribe-btn-white + .input-group-text,
  .input-group-append .continue-reading-btn + .input-group-text,
  .input-group-append .subscribe-btn-honey + .input-group-text,
  .input-group-append .subscribe-btn-pink + .input-group-text,
  .input-group-append .view .more-link a + .input-group-text,
  .view .more-link .input-group-append a + .input-group-text,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit + .input-group-text,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append input.form-submit + .input-group-text,
  .input-group-append .full__event-info .info .event-booknow a + .input-group-text,
  .full__event-info .info .event-booknow .input-group-append a + .input-group-text,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a + .input-group-text,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append a + .input-group-text,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a + .input-group-text,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append a + .input-group-text,
  .input-group-append .review-node .product-info .field-name-field-buynow-link a + .input-group-text,
  .review-node .product-info .field-name-field-buynow-link .input-group-append a + .input-group-text,
  .input-group-append .video-block .youtube-channel-link a + .input-group-text,
  .video-block .youtube-channel-link .input-group-append a + .input-group-text,
  .input-group-append .comment-form .field-type-file [type='file'] + .input-group-text,
  .comment-form .field-type-file .input-group-append [type='file'] + .input-group-text,
  .input-group-append .comment-form .field-type-file [type='submit'] + .input-group-text,
  .comment-form .field-type-file .input-group-append [type='submit'] + .input-group-text,
  .input-group-append .comment-form .form-actions [type='submit'] + .input-group-text,
  .comment-form .form-actions .input-group-append [type='submit'] + .input-group-text,
  .input-group-append #reviews-search-form [type='submit'] + .input-group-text,
  #reviews-search-form .input-group-append [type='submit'] + .input-group-text,
  .input-group-append .webform-client-form [type='submit'] + .input-group-text,
  .webform-client-form .input-group-append [type='submit'] + .input-group-text,
  .input-group-append .page-subscription-success .subscription-success-page__content a + .input-group-text,
  .page-subscription-success .subscription-success-page__content .input-group-append a + .input-group-text,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit + .input-group-text,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .form-submit + .input-group-text,
  .input-group-append .fieldset-wrapper > a + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .subscribe-btn-white,
  .input-group-append .input-group-text + .continue-reading-btn,
  .input-group-append .input-group-text + .subscribe-btn-honey,
  .input-group-append .input-group-text + .subscribe-btn-pink,
  .input-group-append .view .more-link .input-group-text + a,
  .view .more-link .input-group-append .input-group-text + a,
  .input-group-append .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-text + input.form-submit,
  .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-append .input-group-text + input.form-submit,
  .input-group-append .full__event-info .info .event-booknow .input-group-text + a,
  .full__event-info .info .event-booknow .input-group-append .input-group-text + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-text + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-append .input-group-text + a,
  .input-group-append .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-text + a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-append .input-group-text + a,
  .input-group-append .review-node .product-info .field-name-field-buynow-link .input-group-text + a,
  .review-node .product-info .field-name-field-buynow-link .input-group-append .input-group-text + a,
  .input-group-append .video-block .youtube-channel-link .input-group-text + a,
  .video-block .youtube-channel-link .input-group-append .input-group-text + a,
  .input-group-append .comment-form .field-type-file .input-group-text + [type='file'],
  .comment-form .field-type-file .input-group-append .input-group-text + [type='file'],
  .input-group-append .comment-form .field-type-file .input-group-text + [type='submit'],
  .comment-form .field-type-file .input-group-append .input-group-text + [type='submit'],
  .input-group-append .comment-form .form-actions .input-group-text + [type='submit'],
  .comment-form .form-actions .input-group-append .input-group-text + [type='submit'],
  .input-group-append #reviews-search-form .input-group-text + [type='submit'],
  #reviews-search-form .input-group-append .input-group-text + [type='submit'],
  .input-group-append .webform-client-form .input-group-text + [type='submit'],
  .webform-client-form .input-group-append .input-group-text + [type='submit'],
  .input-group-append .page-subscription-success .subscription-success-page__content .input-group-text + a,
  .page-subscription-success .subscription-success-page__content .input-group-append .input-group-text + a,
  .input-group-append .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-text + .form-submit,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-append .input-group-text + .form-submit,
  .input-group-append .fieldset-wrapper > .input-group-text + a {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #F5F5F5;
  border: 1px solid #E8E8E8;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .webform-client-form .input-group-lg > :not(textarea)[type='text'],
.webform-client-form .input-group-lg > :not(textarea)[type='email'],
.webform-client-form .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: 48px; }

.input-group-lg > .form-control, .webform-client-form .input-group-lg > [type='text'],
.webform-client-form .input-group-lg > [type='email'],
.webform-client-form .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .subscribe-btn-white,
.input-group-lg > .input-group-prepend > .continue-reading-btn,
.input-group-lg > .input-group-prepend > .subscribe-btn-honey,
.input-group-lg > .input-group-prepend > .subscribe-btn-pink,
.view .more-link .input-group-lg > .input-group-prepend > a,
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-lg > .input-group-prepend > input.form-submit,
.full__event-info .info .event-booknow .input-group-lg > .input-group-prepend > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-lg > .input-group-prepend > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-lg > .input-group-prepend > a,
.review-node .product-info .field-name-field-buynow-link .input-group-lg > .input-group-prepend > a,
.video-block .youtube-channel-link .input-group-lg > .input-group-prepend > a,
.comment-form .field-type-file .input-group-lg > .input-group-prepend > [type='file'],
.comment-form .field-type-file .input-group-lg > .input-group-prepend > [type='submit'],
.comment-form .form-actions .input-group-lg > .input-group-prepend > [type='submit'],
#reviews-search-form .input-group-lg > .input-group-prepend > [type='submit'],
.webform-client-form .input-group-lg > .input-group-prepend > [type='submit'],
.page-subscription-success .subscription-success-page__content .input-group-lg > .input-group-prepend > a,
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-lg > .input-group-prepend > .form-submit,
.input-group-lg > .fieldset-wrapper.input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .subscribe-btn-white,
.input-group-lg > .input-group-append > .continue-reading-btn,
.input-group-lg > .input-group-append > .subscribe-btn-honey,
.input-group-lg > .input-group-append > .subscribe-btn-pink,
.view .more-link .input-group-lg > .input-group-append > a,
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-lg > .input-group-append > input.form-submit,
.full__event-info .info .event-booknow .input-group-lg > .input-group-append > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-lg > .input-group-append > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-lg > .input-group-append > a,
.review-node .product-info .field-name-field-buynow-link .input-group-lg > .input-group-append > a,
.video-block .youtube-channel-link .input-group-lg > .input-group-append > a,
.comment-form .field-type-file .input-group-lg > .input-group-append > [type='file'],
.comment-form .field-type-file .input-group-lg > .input-group-append > [type='submit'],
.comment-form .form-actions .input-group-lg > .input-group-append > [type='submit'],
#reviews-search-form .input-group-lg > .input-group-append > [type='submit'],
.webform-client-form .input-group-lg > .input-group-append > [type='submit'],
.page-subscription-success .subscription-success-page__content .input-group-lg > .input-group-append > a,
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-lg > .input-group-append > .form-submit,
.input-group-lg > .fieldset-wrapper.input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea), .webform-client-form .input-group-sm > :not(textarea)[type='text'],
.webform-client-form .input-group-sm > :not(textarea)[type='email'],
.webform-client-form .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .webform-client-form .input-group-sm > [type='text'],
.webform-client-form .input-group-sm > [type='email'],
.webform-client-form .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .subscribe-btn-white,
.input-group-sm > .input-group-prepend > .continue-reading-btn,
.input-group-sm > .input-group-prepend > .subscribe-btn-honey,
.input-group-sm > .input-group-prepend > .subscribe-btn-pink,
.view .more-link .input-group-sm > .input-group-prepend > a,
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-sm > .input-group-prepend > input.form-submit,
.full__event-info .info .event-booknow .input-group-sm > .input-group-prepend > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-sm > .input-group-prepend > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-sm > .input-group-prepend > a,
.review-node .product-info .field-name-field-buynow-link .input-group-sm > .input-group-prepend > a,
.video-block .youtube-channel-link .input-group-sm > .input-group-prepend > a,
.comment-form .field-type-file .input-group-sm > .input-group-prepend > [type='file'],
.comment-form .field-type-file .input-group-sm > .input-group-prepend > [type='submit'],
.comment-form .form-actions .input-group-sm > .input-group-prepend > [type='submit'],
#reviews-search-form .input-group-sm > .input-group-prepend > [type='submit'],
.webform-client-form .input-group-sm > .input-group-prepend > [type='submit'],
.page-subscription-success .subscription-success-page__content .input-group-sm > .input-group-prepend > a,
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-sm > .input-group-prepend > .form-submit,
.input-group-sm > .fieldset-wrapper.input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .subscribe-btn-white,
.input-group-sm > .input-group-append > .continue-reading-btn,
.input-group-sm > .input-group-append > .subscribe-btn-honey,
.input-group-sm > .input-group-append > .subscribe-btn-pink,
.view .more-link .input-group-sm > .input-group-append > a,
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group-sm > .input-group-append > input.form-submit,
.full__event-info .info .event-booknow .input-group-sm > .input-group-append > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group-sm > .input-group-append > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group-sm > .input-group-append > a,
.review-node .product-info .field-name-field-buynow-link .input-group-sm > .input-group-append > a,
.video-block .youtube-channel-link .input-group-sm > .input-group-append > a,
.comment-form .field-type-file .input-group-sm > .input-group-append > [type='file'],
.comment-form .field-type-file .input-group-sm > .input-group-append > [type='submit'],
.comment-form .form-actions .input-group-sm > .input-group-append > [type='submit'],
#reviews-search-form .input-group-sm > .input-group-append > [type='submit'],
.webform-client-form .input-group-sm > .input-group-append > [type='submit'],
.page-subscription-success .subscription-success-page__content .input-group-sm > .input-group-append > a,
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group-sm > .input-group-append > .form-submit,
.input-group-sm > .fieldset-wrapper.input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .subscribe-btn-white, .input-group > .input-group-prepend > .continue-reading-btn, .input-group > .input-group-prepend > .subscribe-btn-honey, .input-group > .input-group-prepend > .subscribe-btn-pink, .view .more-link .input-group > .input-group-prepend > a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group > .input-group-prepend > input.form-submit, .full__event-info .info .event-booknow .input-group > .input-group-prepend > a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group > .input-group-prepend > a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group > .input-group-prepend > a, .review-node .product-info .field-name-field-buynow-link .input-group > .input-group-prepend > a, .video-block .youtube-channel-link .input-group > .input-group-prepend > a, .comment-form .field-type-file .input-group > .input-group-prepend > [type='file'], .comment-form .field-type-file .input-group > .input-group-prepend > [type='submit'], .comment-form .form-actions .input-group > .input-group-prepend > [type='submit'], #reviews-search-form .input-group > .input-group-prepend > [type='submit'], .webform-client-form .input-group > .input-group-prepend > [type='submit'], .page-subscription-success .subscription-success-page__content .input-group > .input-group-prepend > a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group > .input-group-prepend > .form-submit, .input-group > .fieldset-wrapper.input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .subscribe-btn-white,
.input-group > .input-group-append:not(:last-child) > .continue-reading-btn,
.input-group > .input-group-append:not(:last-child) > .subscribe-btn-honey,
.input-group > .input-group-append:not(:last-child) > .subscribe-btn-pink,
.view .more-link .input-group > .input-group-append:not(:last-child) > a,
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group > .input-group-append:not(:last-child) > input.form-submit,
.full__event-info .info .event-booknow .input-group > .input-group-append:not(:last-child) > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group > .input-group-append:not(:last-child) > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group > .input-group-append:not(:last-child) > a,
.review-node .product-info .field-name-field-buynow-link .input-group > .input-group-append:not(:last-child) > a,
.video-block .youtube-channel-link .input-group > .input-group-append:not(:last-child) > a,
.comment-form .field-type-file .input-group > .input-group-append:not(:last-child) > [type='file'],
.comment-form .field-type-file .input-group > .input-group-append:not(:last-child) > [type='submit'],
.comment-form .form-actions .input-group > .input-group-append:not(:last-child) > [type='submit'],
#reviews-search-form .input-group > .input-group-append:not(:last-child) > [type='submit'],
.webform-client-form .input-group > .input-group-append:not(:last-child) > [type='submit'],
.page-subscription-success .subscription-success-page__content .input-group > .input-group-append:not(:last-child) > a,
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group > .input-group-append:not(:last-child) > .form-submit,
.input-group > .fieldset-wrapper.input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .subscribe-btn-white:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .continue-reading-btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .subscribe-btn-honey:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .subscribe-btn-pink:not(:last-child):not(.dropdown-toggle),
.view .more-link .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group > .input-group-append:last-child > input.form-submit:not(:last-child):not(.dropdown-toggle),
.full__event-info .info .event-booknow .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.review-node .product-info .field-name-field-buynow-link .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.video-block .youtube-channel-link .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.comment-form .field-type-file .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[type='file'],
.comment-form .field-type-file .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[type='submit'],
.comment-form .form-actions .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[type='submit'],
#reviews-search-form .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[type='submit'],
.webform-client-form .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[type='submit'],
.page-subscription-success .subscription-success-page__content .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group > .input-group-append:last-child > .form-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .fieldset-wrapper.input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .subscribe-btn-white, .input-group > .input-group-append > .continue-reading-btn, .input-group > .input-group-append > .subscribe-btn-honey, .input-group > .input-group-append > .subscribe-btn-pink, .view .more-link .input-group > .input-group-append > a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group > .input-group-append > input.form-submit, .full__event-info .info .event-booknow .input-group > .input-group-append > a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group > .input-group-append > a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group > .input-group-append > a, .review-node .product-info .field-name-field-buynow-link .input-group > .input-group-append > a, .video-block .youtube-channel-link .input-group > .input-group-append > a, .comment-form .field-type-file .input-group > .input-group-append > [type='file'], .comment-form .field-type-file .input-group > .input-group-append > [type='submit'], .comment-form .form-actions .input-group > .input-group-append > [type='submit'], #reviews-search-form .input-group > .input-group-append > [type='submit'], .webform-client-form .input-group > .input-group-append > [type='submit'], .page-subscription-success .subscription-success-page__content .input-group > .input-group-append > a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group > .input-group-append > .form-submit, .input-group > .fieldset-wrapper.input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .subscribe-btn-white,
.input-group > .input-group-prepend:not(:first-child) > .continue-reading-btn,
.input-group > .input-group-prepend:not(:first-child) > .subscribe-btn-honey,
.input-group > .input-group-prepend:not(:first-child) > .subscribe-btn-pink,
.view .more-link .input-group > .input-group-prepend:not(:first-child) > a,
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group > .input-group-prepend:not(:first-child) > input.form-submit,
.full__event-info .info .event-booknow .input-group > .input-group-prepend:not(:first-child) > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group > .input-group-prepend:not(:first-child) > a,
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group > .input-group-prepend:not(:first-child) > a,
.review-node .product-info .field-name-field-buynow-link .input-group > .input-group-prepend:not(:first-child) > a,
.video-block .youtube-channel-link .input-group > .input-group-prepend:not(:first-child) > a,
.comment-form .field-type-file .input-group > .input-group-prepend:not(:first-child) > [type='file'],
.comment-form .field-type-file .input-group > .input-group-prepend:not(:first-child) > [type='submit'],
.comment-form .form-actions .input-group > .input-group-prepend:not(:first-child) > [type='submit'],
#reviews-search-form .input-group > .input-group-prepend:not(:first-child) > [type='submit'],
.webform-client-form .input-group > .input-group-prepend:not(:first-child) > [type='submit'],
.page-subscription-success .subscription-success-page__content .input-group > .input-group-prepend:not(:first-child) > a,
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group > .input-group-prepend:not(:first-child) > .form-submit,
.input-group > .fieldset-wrapper.input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .subscribe-btn-white:not(:first-child),
.input-group > .input-group-prepend:first-child > .continue-reading-btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .subscribe-btn-honey:not(:first-child),
.input-group > .input-group-prepend:first-child > .subscribe-btn-pink:not(:first-child),
.view .more-link .input-group > .input-group-prepend:first-child > a:not(:first-child),
.comment.comment-single form[id*="comment-confirm-delete"] .form-actions .input-group > .input-group-prepend:first-child > input.form-submit:not(:first-child),
.full__event-info .info .event-booknow .input-group > .input-group-prepend:first-child > a:not(:first-child),
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .input-group > .input-group-prepend:first-child > a:not(:first-child),
.field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .input-group > .input-group-prepend:first-child > a:not(:first-child),
.review-node .product-info .field-name-field-buynow-link .input-group > .input-group-prepend:first-child > a:not(:first-child),
.video-block .youtube-channel-link .input-group > .input-group-prepend:first-child > a:not(:first-child),
.comment-form .field-type-file .input-group > .input-group-prepend:first-child > :not(:first-child)[type='file'],
.comment-form .field-type-file .input-group > .input-group-prepend:first-child > :not(:first-child)[type='submit'],
.comment-form .form-actions .input-group > .input-group-prepend:first-child > :not(:first-child)[type='submit'],
#reviews-search-form .input-group > .input-group-prepend:first-child > :not(:first-child)[type='submit'],
.webform-client-form .input-group > .input-group-prepend:first-child > :not(:first-child)[type='submit'],
.page-subscription-success .subscription-success-page__content .input-group > .input-group-prepend:first-child > a:not(:first-child),
.upcoming-cycling-events .views-exposed-widgets .views-submit-button .input-group > .input-group-prepend:first-child > .form-submit:not(:first-child),
.input-group > .fieldset-wrapper.input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1BB4E1;
    background-color: #1BB4E1; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5dcbec; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b8e8f6;
    border-color: #b8e8f6; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #81838E; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #F5F5F5; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #AEB0B8 solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 3px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1BB4E1;
  background-color: #1BB4E1; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 180, 225, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(27, 180, 225, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(27, 180, 225, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #AEB0B8;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(27, 180, 225, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 10px + 2px);
  padding: 5px 1.75rem 5px 0.75rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23323648' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #5dcbec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #81838E;
    background-color: #F5F5F5; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 10px + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 10px + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #5dcbec;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #F5F5F5; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 10px + 2px);
  padding: 5px 0.75rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 10px);
    padding: 5px 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #F5F5F5;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1BB4E1;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b8e8f6; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E8E8E8;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1BB4E1;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b8e8f6; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E8E8E8;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1BB4E1;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b8e8f6; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #E8E8E8;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #E8E8E8;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #AEB0B8; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #AEB0B8; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #AEB0B8; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #81838E;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #E8E8E8; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #F5F5F5 #F5F5F5 #E8E8E8; }
    .nav-tabs .nav-link.disabled {
      color: #81838E;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #E8E8E8 #E8E8E8 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 3px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1BB4E1; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(3px - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F5F5F5;
  border-radius: 3px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #81838E;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #81838E; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1BB4E1;
  background-color: #fff;
  border: 1px solid #E8E8E8; }
  .page-link:hover {
    z-index: 2;
    color: #137d9d;
    text-decoration: none;
    background-color: #F5F5F5;
    border-color: #E8E8E8; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1BB4E1;
  border-color: #1BB4E1; }

.page-item.disabled .page-link {
  color: #81838E;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #E8E8E8; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge, .full__type-term .field-type-taxonomy-term-reference a, .full__tag .field-items a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge, .full__type-term .field-type-taxonomy-term-reference a, .full__tag .field-items a {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, .full__type-term .field-type-taxonomy-term-reference a:hover, .full__tag .field-items a:hover, a.badge:focus, .full__type-term .field-type-taxonomy-term-reference a:focus, .full__tag .field-items a:focus {
    text-decoration: none; }
  .badge:empty, .full__type-term .field-type-taxonomy-term-reference a:empty, .full__tag .field-items a:empty {
    display: none; }

.btn .badge, .subscribe-btn-white .badge, .continue-reading-btn .badge, .subscribe-btn-honey .badge, .subscribe-btn-pink .badge, .view .more-link a .badge, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit .badge, .full__event-info .info .event-booknow a .badge, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a .badge, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a .badge, .review-node .product-info .field-name-field-buynow-link a .badge, .video-block .youtube-channel-link a .badge, .comment-form .field-type-file [type='file'] .badge, .comment-form .field-type-file [type='submit'] .badge, .comment-form .form-actions [type='submit'] .badge, #reviews-search-form [type='submit'] .badge, .webform-client-form [type='submit'] .badge, .page-subscription-success .subscription-success-page__content a .badge, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit .badge, .fieldset-wrapper > a .badge, .btn .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .btn a, .subscribe-btn-white .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .subscribe-btn-white a, .continue-reading-btn .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .continue-reading-btn a, .subscribe-btn-honey .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .subscribe-btn-honey a, .subscribe-btn-pink .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .subscribe-btn-pink a, .view .more-link a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .view .more-link a a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit a, .full__event-info .info .event-booknow a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .full__event-info .info .event-booknow a a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a a, .review-node .product-info .field-name-field-buynow-link a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .review-node .product-info .field-name-field-buynow-link a a, .video-block .youtube-channel-link a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .video-block .youtube-channel-link a a, .comment-form .field-type-file [type='file'] .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .comment-form .field-type-file [type='file'] a, .comment-form .field-type-file [type='submit'] .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .comment-form .field-type-file [type='submit'] a, .comment-form .form-actions [type='submit'] .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .comment-form .form-actions [type='submit'] a, #reviews-search-form [type='submit'] .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference #reviews-search-form [type='submit'] a, .webform-client-form [type='submit'] .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .webform-client-form [type='submit'] a, .page-subscription-success .subscription-success-page__content a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .page-subscription-success .subscription-success-page__content a a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit a, .fieldset-wrapper > a .full__type-term .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .fieldset-wrapper > a a, .btn .full__tag .field-items a, .full__tag .field-items .btn a, .subscribe-btn-white .full__tag .field-items a, .full__tag .field-items .subscribe-btn-white a, .continue-reading-btn .full__tag .field-items a, .full__tag .field-items .continue-reading-btn a, .subscribe-btn-honey .full__tag .field-items a, .full__tag .field-items .subscribe-btn-honey a, .subscribe-btn-pink .full__tag .field-items a, .full__tag .field-items .subscribe-btn-pink a, .view .more-link a .full__tag .field-items a, .full__tag .field-items .view .more-link a a, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit .full__tag .field-items a, .full__tag .field-items .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit a, .full__event-info .info .event-booknow a .full__tag .field-items a, .full__tag .field-items .full__event-info .info .event-booknow a a, .full__tag .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a a, .full__tag .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a a, .review-node .product-info .field-name-field-buynow-link a .full__tag .field-items a, .full__tag .field-items .review-node .product-info .field-name-field-buynow-link a a, .video-block .youtube-channel-link a .full__tag .field-items a, .full__tag .field-items .video-block .youtube-channel-link a a, .comment-form .field-type-file [type='file'] .full__tag .field-items a, .full__tag .field-items .comment-form .field-type-file [type='file'] a, .comment-form .field-type-file [type='submit'] .full__tag .field-items a, .full__tag .field-items .comment-form .field-type-file [type='submit'] a, .comment-form .form-actions [type='submit'] .full__tag .field-items a, .full__tag .field-items .comment-form .form-actions [type='submit'] a, #reviews-search-form [type='submit'] .full__tag .field-items a, .full__tag .field-items #reviews-search-form [type='submit'] a, .webform-client-form [type='submit'] .full__tag .field-items a, .full__tag .field-items .webform-client-form [type='submit'] a, .page-subscription-success .subscription-success-page__content a .full__tag .field-items a, .full__tag .field-items .page-subscription-success .subscription-success-page__content a a, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit .full__tag .field-items a, .full__tag .field-items .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit a, .fieldset-wrapper > a .full__tag .field-items a, .full__tag .field-items .fieldset-wrapper > a a {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #1BB4E1; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #1690b3; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #323648; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #1d1f2a; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5); }

.badge-success {
  color: #fff;
  background-color: #5AB00C; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #428009; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }

.badge-info {
  color: #1D1D1D;
  background-color: #50E3C2; }
  a.badge-info:hover, a.badge-info:focus {
    color: #1D1D1D;
    background-color: #24dcb3; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }

.badge-warning {
  color: #1D1D1D;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #1D1D1D;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #FF0000; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc0000; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.badge-light {
  color: #1D1D1D;
  background-color: #F8F8F8; }
  a.badge-light:hover, a.badge-light:focus {
    color: #1D1D1D;
    background-color: #dfdfdf; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.badge-dark, .full__type-term .field-type-taxonomy-term-reference a {
  color: #fff;
  background-color: #1D1D1D; }
  a.badge-dark:hover, .full__type-term .field-type-taxonomy-term-reference a:hover, a.badge-dark:focus, .full__type-term .field-type-taxonomy-term-reference a:focus {
    color: #fff;
    background-color: #040404; }
  a.badge-dark:focus, .full__type-term .field-type-taxonomy-term-reference a:focus, a.badge-dark.focus, .full__type-term .field-type-taxonomy-term-reference a.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }

.badge-tertiary {
  color: #fff;
  background-color: #1D1D1D; }
  a.badge-tertiary:hover, a.badge-tertiary:focus {
    color: #fff;
    background-color: #040404; }
  a.badge-tertiary:focus, a.badge-tertiary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }

.badge-yellow {
  color: #1D1D1D;
  background-color: #F8C51F; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #1D1D1D;
    background-color: #ddab07; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5); }

.badge-flatred {
  color: #fff;
  background-color: #D9534F; }
  a.badge-flatred:hover, a.badge-flatred:focus {
    color: #fff;
    background-color: #c9302c; }
  a.badge-flatred:focus, a.badge-flatred.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }

.badge-brightred {
  color: #fff;
  background-color: #FF0000; }
  a.badge-brightred:hover, a.badge-brightred:focus {
    color: #fff;
    background-color: #cc0000; }
  a.badge-brightred:focus, a.badge-brightred.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.badge-error {
  color: #fff;
  background-color: #A94442; }
  a.badge-error:hover, a.badge-error:focus {
    color: #fff;
    background-color: #843534; }
  a.badge-error:focus, a.badge-error.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5); }

.badge-orange {
  color: #1D1D1D;
  background-color: #F0AD4E; }
  a.badge-orange:hover, a.badge-orange:focus {
    color: #1D1D1D;
    background-color: #ec971f; }
  a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }

.badge-green {
  color: #fff;
  background-color: #5AB00C; }
  a.badge-green:hover, a.badge-green:focus {
    color: #fff;
    background-color: #428009; }
  a.badge-green:focus, a.badge-green.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }

.badge-lime {
  color: #1D1D1D;
  background-color: #C9CF2A; }
  a.badge-lime:hover, a.badge-lime:focus {
    color: #1D1D1D;
    background-color: #a0a521; }
  a.badge-lime:focus, a.badge-lime.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5); }

.badge-teal {
  color: #1D1D1D;
  background-color: #50E3C2; }
  a.badge-teal:hover, a.badge-teal:focus {
    color: #1D1D1D;
    background-color: #24dcb3; }
  a.badge-teal:focus, a.badge-teal.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }

.badge-purple {
  color: #fff;
  background-color: #B46AF1; }
  a.badge-purple:hover, a.badge-purple:focus {
    color: #fff;
    background-color: #9d3bed; }
  a.badge-purple:focus, a.badge-purple.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5); }

.badge-gold {
  color: #1D1D1D;
  background-color: #C2A174; }
  a.badge-gold:hover, a.badge-gold:focus {
    color: #1D1D1D;
    background-color: #b28951; }
  a.badge-gold:focus, a.badge-gold.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5); }

.badge-sand1 {
  color: #1D1D1D;
  background-color: #F8F8F8; }
  a.badge-sand1:hover, a.badge-sand1:focus {
    color: #1D1D1D;
    background-color: #dfdfdf; }
  a.badge-sand1:focus, a.badge-sand1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.badge-sand2 {
  color: #1D1D1D;
  background-color: #F5F5F5; }
  a.badge-sand2:hover, a.badge-sand2:focus {
    color: #1D1D1D;
    background-color: gainsboro; }
  a.badge-sand2:focus, a.badge-sand2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.badge-sand3, .full__tag .field-items a {
  color: #1D1D1D;
  background-color: #E8E8E8; }
  a.badge-sand3:hover, .full__tag .field-items a:hover, a.badge-sand3:focus, .full__tag .field-items a:focus {
    color: #1D1D1D;
    background-color: #cfcfcf; }
  a.badge-sand3:focus, .full__tag .field-items a:focus, a.badge-sand3.focus, .full__tag .field-items a.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5); }

.badge-sand4 {
  color: #1D1D1D;
  background-color: #AEB0B8; }
  a.badge-sand4:hover, a.badge-sand4:focus {
    color: #1D1D1D;
    background-color: #9395a0; }
  a.badge-sand4:focus, a.badge-sand4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5); }

.badge-sand5 {
  color: #fff;
  background-color: #81838E; }
  a.badge-sand5:hover, a.badge-sand5:focus {
    color: #fff;
    background-color: #686a74; }
  a.badge-sand5:focus, a.badge-sand5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5); }

.badge-sand6 {
  color: #fff;
  background-color: #495057; }
  a.badge-sand6:hover, a.badge-sand6:focus {
    color: #fff;
    background-color: #32373b; }
  a.badge-sand6:focus, a.badge-sand6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }

.badge-sand7 {
  color: #fff;
  background-color: #5B5E6D; }
  a.badge-sand7:hover, a.badge-sand7:focus {
    color: #fff;
    background-color: #444651; }
  a.badge-sand7:focus, a.badge-sand7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5); }

.badge-white {
  color: #1D1D1D;
  background-color: #FFFFFF; }
  a.badge-white:hover, a.badge-white:focus {
    color: #1D1D1D;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-pink {
  color: #fff;
  background-color: #EC407A; }
  a.badge-pink:hover, a.badge-pink:focus {
    color: #fff;
    background-color: #e2175b; }
  a.badge-pink:focus, a.badge-pink.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5); }

.badge-lightpink {
  color: #1D1D1D;
  background-color: #FD6D95; }
  a.badge-lightpink:hover, a.badge-lightpink:focus {
    color: #1D1D1D;
    background-color: #fc3b70; }
  a.badge-lightpink:focus, a.badge-lightpink.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F5F5F5;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0e5e75;
  background-color: #d1f0f9;
  border-color: #bfeaf7; }
  .alert-primary hr {
    border-top-color: #a8e3f4; }
  .alert-primary .alert-link {
    color: #093947; }

.alert-secondary {
  color: #1a1c25;
  background-color: #d6d7da;
  border-color: #c6c7cc; }
  .alert-secondary hr {
    border-top-color: #b9bac0; }
  .alert-secondary .alert-link {
    color: #050507; }

.alert-success {
  color: #2f5c06;
  background-color: #deefce;
  border-color: #d1e9bb; }
  .alert-success hr {
    border-top-color: #c4e3a8; }
  .alert-success .alert-link {
    color: #172c03; }

.alert-info {
  color: #2a7665;
  background-color: #dcf9f3;
  border-color: #cef7ee; }
  .alert-info hr {
    border-top-color: #b8f3e6; }
  .alert-info .alert-link {
    color: #1d5045; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-danger hr {
    border-top-color: #ff9f9f; }
  .alert-danger .alert-link {
    color: #520000; }

.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd; }
  .alert-light hr {
    border-top-color: #f0f0f0; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #0f0f0f;
  background-color: #d2d2d2;
  border-color: silver; }
  .alert-dark hr {
    border-top-color: #b3b3b3; }
  .alert-dark .alert-link {
    color: black; }

.alert-tertiary {
  color: #0f0f0f;
  background-color: #d2d2d2;
  border-color: silver; }
  .alert-tertiary hr {
    border-top-color: #b3b3b3; }
  .alert-tertiary .alert-link {
    color: black; }

.alert-yellow {
  color: #816610;
  background-color: #fef3d2;
  border-color: #fdefc0; }
  .alert-yellow hr {
    border-top-color: #fce9a7; }
  .alert-yellow .alert-link {
    color: #54420a; }

.alert-flatred {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce; }
  .alert-flatred hr {
    border-top-color: #efbbb9; }
  .alert-flatred .alert-link {
    color: #4c1d1b; }

.alert-brightred {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-brightred hr {
    border-top-color: #ff9f9f; }
  .alert-brightred .alert-link {
    color: #520000; }

.alert-error {
  color: #582322;
  background-color: #eedad9;
  border-color: #e7cbca; }
  .alert-error hr {
    border-top-color: #dfbab8; }
  .alert-error .alert-link {
    color: #331414; }

.alert-orange {
  color: #7d5a29;
  background-color: #fcefdc;
  border-color: #fbe8cd; }
  .alert-orange hr {
    border-top-color: #f9ddb5; }
  .alert-orange .alert-link {
    color: #573e1c; }

.alert-green {
  color: #2f5c06;
  background-color: #deefce;
  border-color: #d1e9bb; }
  .alert-green hr {
    border-top-color: #c4e3a8; }
  .alert-green .alert-link {
    color: #172c03; }

.alert-lime {
  color: #696c16;
  background-color: #f4f5d4;
  border-color: #f0f2c3; }
  .alert-lime hr {
    border-top-color: #ebedae; }
  .alert-lime .alert-link {
    color: #40420d; }

.alert-teal {
  color: #2a7665;
  background-color: #dcf9f3;
  border-color: #cef7ee; }
  .alert-teal hr {
    border-top-color: #b8f3e6; }
  .alert-teal .alert-link {
    color: #1d5045; }

.alert-purple {
  color: #5e377d;
  background-color: #f0e1fc;
  border-color: #ead5fb; }
  .alert-purple hr {
    border-top-color: #debef9; }
  .alert-purple .alert-link {
    color: #43275a; }

.alert-gold {
  color: #65543c;
  background-color: #f3ece3;
  border-color: #eee5d8; }
  .alert-gold hr {
    border-top-color: #e6d9c6; }
  .alert-gold .alert-link {
    color: #453929; }

.alert-sand1 {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd; }
  .alert-sand1 hr {
    border-top-color: #f0f0f0; }
  .alert-sand1 .alert-link {
    color: #686868; }

.alert-sand2 {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-sand2 hr {
    border-top-color: #efefef; }
  .alert-sand2 .alert-link {
    color: #666666; }

.alert-sand3 {
  color: #797979;
  background-color: #fafafa;
  border-color: #f9f9f9; }
  .alert-sand3 hr {
    border-top-color: #ececec; }
  .alert-sand3 .alert-link {
    color: #606060; }

.alert-sand4 {
  color: #5a5c60;
  background-color: #efeff1;
  border-color: #e8e9eb; }
  .alert-sand4 hr {
    border-top-color: #dadcdf; }
  .alert-sand4 .alert-link {
    color: #414346; }

.alert-sand5 {
  color: #43444a;
  background-color: #e6e6e8;
  border-color: #dcdcdf; }
  .alert-sand5 hr {
    border-top-color: #cfcfd3; }
  .alert-sand5 .alert-link {
    color: #2b2b2f; }

.alert-sand6 {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0; }
  .alert-sand6 hr {
    border-top-color: #bfc1c4; }
  .alert-sand6 .alert-link {
    color: #0f1011; }

.alert-sand7 {
  color: #2f3139;
  background-color: #dedfe2;
  border-color: #d1d2d6; }
  .alert-sand7 hr {
    border-top-color: #c4c5ca; }
  .alert-sand7 .alert-link {
    color: #18191d; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-pink {
  color: #7b213f;
  background-color: #fbd9e4;
  border-color: #facada; }
  .alert-pink hr {
    border-top-color: #f8b3ca; }
  .alert-pink .alert-link {
    color: #53162a; }

.alert-lightpink {
  color: #84394d;
  background-color: #ffe2ea;
  border-color: #fed6e1; }
  .alert-lightpink hr {
    border-top-color: #fdbdcf; }
  .alert-lightpink .alert-link {
    color: #602a38; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #F5F5F5;
  border-radius: 3px; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1BB4E1;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #F8F8F8; }
  .list-group-item-action:active {
    color: #1D1D1D;
    background-color: #F5F5F5; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #81838E;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1BB4E1;
    border-color: #1BB4E1; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #0e5e75;
  background-color: #bfeaf7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0e5e75;
    background-color: #a8e3f4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0e5e75;
    border-color: #0e5e75; }

.list-group-item-secondary {
  color: #1a1c25;
  background-color: #c6c7cc; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1a1c25;
    background-color: #b9bac0; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #1a1c25;
    border-color: #1a1c25; }

.list-group-item-success {
  color: #2f5c06;
  background-color: #d1e9bb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #2f5c06;
    background-color: #c4e3a8; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2f5c06;
    border-color: #2f5c06; }

.list-group-item-info {
  color: #2a7665;
  background-color: #cef7ee; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #2a7665;
    background-color: #b8f3e6; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #2a7665;
    border-color: #2a7665; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #850000;
  background-color: #ffb8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000; }

.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818181;
    background-color: #f0f0f0; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818181;
    border-color: #818181; }

.list-group-item-dark {
  color: #0f0f0f;
  background-color: silver; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #0f0f0f;
    background-color: #b3b3b3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f; }

.list-group-item-tertiary {
  color: #0f0f0f;
  background-color: silver; }
  .list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
    color: #0f0f0f;
    background-color: #b3b3b3; }
  .list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f; }

.list-group-item-yellow {
  color: #816610;
  background-color: #fdefc0; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #816610;
    background-color: #fce9a7; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #816610;
    border-color: #816610; }

.list-group-item-flatred {
  color: #712b29;
  background-color: #f4cfce; }
  .list-group-item-flatred.list-group-item-action:hover, .list-group-item-flatred.list-group-item-action:focus {
    color: #712b29;
    background-color: #efbbb9; }
  .list-group-item-flatred.list-group-item-action.active {
    color: #fff;
    background-color: #712b29;
    border-color: #712b29; }

.list-group-item-brightred {
  color: #850000;
  background-color: #ffb8b8; }
  .list-group-item-brightred.list-group-item-action:hover, .list-group-item-brightred.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f; }
  .list-group-item-brightred.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000; }

.list-group-item-error {
  color: #582322;
  background-color: #e7cbca; }
  .list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
    color: #582322;
    background-color: #dfbab8; }
  .list-group-item-error.list-group-item-action.active {
    color: #fff;
    background-color: #582322;
    border-color: #582322; }

.list-group-item-orange {
  color: #7d5a29;
  background-color: #fbe8cd; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #7d5a29;
    background-color: #f9ddb5; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #7d5a29;
    border-color: #7d5a29; }

.list-group-item-green {
  color: #2f5c06;
  background-color: #d1e9bb; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #2f5c06;
    background-color: #c4e3a8; }
  .list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #2f5c06;
    border-color: #2f5c06; }

.list-group-item-lime {
  color: #696c16;
  background-color: #f0f2c3; }
  .list-group-item-lime.list-group-item-action:hover, .list-group-item-lime.list-group-item-action:focus {
    color: #696c16;
    background-color: #ebedae; }
  .list-group-item-lime.list-group-item-action.active {
    color: #fff;
    background-color: #696c16;
    border-color: #696c16; }

.list-group-item-teal {
  color: #2a7665;
  background-color: #cef7ee; }
  .list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
    color: #2a7665;
    background-color: #b8f3e6; }
  .list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #2a7665;
    border-color: #2a7665; }

.list-group-item-purple {
  color: #5e377d;
  background-color: #ead5fb; }
  .list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #5e377d;
    background-color: #debef9; }
  .list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #5e377d;
    border-color: #5e377d; }

.list-group-item-gold {
  color: #65543c;
  background-color: #eee5d8; }
  .list-group-item-gold.list-group-item-action:hover, .list-group-item-gold.list-group-item-action:focus {
    color: #65543c;
    background-color: #e6d9c6; }
  .list-group-item-gold.list-group-item-action.active {
    color: #fff;
    background-color: #65543c;
    border-color: #65543c; }

.list-group-item-sand1 {
  color: #818181;
  background-color: #fdfdfd; }
  .list-group-item-sand1.list-group-item-action:hover, .list-group-item-sand1.list-group-item-action:focus {
    color: #818181;
    background-color: #f0f0f0; }
  .list-group-item-sand1.list-group-item-action.active {
    color: #fff;
    background-color: #818181;
    border-color: #818181; }

.list-group-item-sand2 {
  color: #7f7f7f;
  background-color: #fcfcfc; }
  .list-group-item-sand2.list-group-item-action:hover, .list-group-item-sand2.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef; }
  .list-group-item-sand2.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-sand3 {
  color: #797979;
  background-color: #f9f9f9; }
  .list-group-item-sand3.list-group-item-action:hover, .list-group-item-sand3.list-group-item-action:focus {
    color: #797979;
    background-color: #ececec; }
  .list-group-item-sand3.list-group-item-action.active {
    color: #fff;
    background-color: #797979;
    border-color: #797979; }

.list-group-item-sand4 {
  color: #5a5c60;
  background-color: #e8e9eb; }
  .list-group-item-sand4.list-group-item-action:hover, .list-group-item-sand4.list-group-item-action:focus {
    color: #5a5c60;
    background-color: #dadcdf; }
  .list-group-item-sand4.list-group-item-action.active {
    color: #fff;
    background-color: #5a5c60;
    border-color: #5a5c60; }

.list-group-item-sand5 {
  color: #43444a;
  background-color: #dcdcdf; }
  .list-group-item-sand5.list-group-item-action:hover, .list-group-item-sand5.list-group-item-action:focus {
    color: #43444a;
    background-color: #cfcfd3; }
  .list-group-item-sand5.list-group-item-action.active {
    color: #fff;
    background-color: #43444a;
    border-color: #43444a; }

.list-group-item-sand6 {
  color: #262a2d;
  background-color: #ccced0; }
  .list-group-item-sand6.list-group-item-action:hover, .list-group-item-sand6.list-group-item-action:focus {
    color: #262a2d;
    background-color: #bfc1c4; }
  .list-group-item-sand6.list-group-item-action.active {
    color: #fff;
    background-color: #262a2d;
    border-color: #262a2d; }

.list-group-item-sand7 {
  color: #2f3139;
  background-color: #d1d2d6; }
  .list-group-item-sand7.list-group-item-action:hover, .list-group-item-sand7.list-group-item-action:focus {
    color: #2f3139;
    background-color: #c4c5ca; }
  .list-group-item-sand7.list-group-item-action.active {
    color: #fff;
    background-color: #2f3139;
    border-color: #2f3139; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-pink {
  color: #7b213f;
  background-color: #facada; }
  .list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
    color: #7b213f;
    background-color: #f8b3ca; }
  .list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #7b213f;
    border-color: #7b213f; }

.list-group-item-lightpink {
  color: #84394d;
  background-color: #fed6e1; }
  .list-group-item-lightpink.list-group-item-action:hover, .list-group-item-lightpink.list-group-item-action:focus {
    color: #84394d;
    background-color: #fdbdcf; }
  .list-group-item-lightpink.list-group-item-action.active {
    color: #fff;
    background-color: #84394d;
    border-color: #84394d; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #81838E;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #AEB0B8;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #AEB0B8;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #323648;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #1D1D1D; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1BB4E1 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1690b3 !important; }

.bg-secondary {
  background-color: #323648 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1d1f2a !important; }

.bg-success {
  background-color: #5AB00C !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #428009 !important; }

.bg-info {
  background-color: #50E3C2 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #24dcb3 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #FF0000 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important; }

.bg-light {
  background-color: #F8F8F8 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dfdfdf !important; }

.bg-dark {
  background-color: #1D1D1D !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #040404 !important; }

.bg-tertiary {
  background-color: #1D1D1D !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #040404 !important; }

.bg-yellow {
  background-color: #F8C51F !important; }

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ddab07 !important; }

.bg-flatred {
  background-color: #D9534F !important; }

a.bg-flatred:hover, a.bg-flatred:focus,
button.bg-flatred:hover,
button.bg-flatred:focus {
  background-color: #c9302c !important; }

.bg-brightred {
  background-color: #FF0000 !important; }

a.bg-brightred:hover, a.bg-brightred:focus,
button.bg-brightred:hover,
button.bg-brightred:focus {
  background-color: #cc0000 !important; }

.bg-error {
  background-color: #A94442 !important; }

a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: #843534 !important; }

.bg-orange {
  background-color: #F0AD4E !important; }

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #ec971f !important; }

.bg-green {
  background-color: #5AB00C !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #428009 !important; }

.bg-lime {
  background-color: #C9CF2A !important; }

a.bg-lime:hover, a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #a0a521 !important; }

.bg-teal {
  background-color: #50E3C2 !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #24dcb3 !important; }

.bg-purple {
  background-color: #B46AF1 !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #9d3bed !important; }

.bg-gold {
  background-color: #C2A174 !important; }

a.bg-gold:hover, a.bg-gold:focus,
button.bg-gold:hover,
button.bg-gold:focus {
  background-color: #b28951 !important; }

.bg-sand1 {
  background-color: #F8F8F8 !important; }

a.bg-sand1:hover, a.bg-sand1:focus,
button.bg-sand1:hover,
button.bg-sand1:focus {
  background-color: #dfdfdf !important; }

.bg-sand2 {
  background-color: #F5F5F5 !important; }

a.bg-sand2:hover, a.bg-sand2:focus,
button.bg-sand2:hover,
button.bg-sand2:focus {
  background-color: gainsboro !important; }

.bg-sand3 {
  background-color: #E8E8E8 !important; }

a.bg-sand3:hover, a.bg-sand3:focus,
button.bg-sand3:hover,
button.bg-sand3:focus {
  background-color: #cfcfcf !important; }

.bg-sand4 {
  background-color: #AEB0B8 !important; }

a.bg-sand4:hover, a.bg-sand4:focus,
button.bg-sand4:hover,
button.bg-sand4:focus {
  background-color: #9395a0 !important; }

.bg-sand5 {
  background-color: #81838E !important; }

a.bg-sand5:hover, a.bg-sand5:focus,
button.bg-sand5:hover,
button.bg-sand5:focus {
  background-color: #686a74 !important; }

.bg-sand6 {
  background-color: #495057 !important; }

a.bg-sand6:hover, a.bg-sand6:focus,
button.bg-sand6:hover,
button.bg-sand6:focus {
  background-color: #32373b !important; }

.bg-sand7 {
  background-color: #5B5E6D !important; }

a.bg-sand7:hover, a.bg-sand7:focus,
button.bg-sand7:hover,
button.bg-sand7:focus {
  background-color: #444651 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-black {
  background-color: #000000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-pink {
  background-color: #EC407A !important; }

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #e2175b !important; }

.bg-lightpink {
  background-color: #FD6D95 !important; }

a.bg-lightpink:hover, a.bg-lightpink:focus,
button.bg-lightpink:hover,
button.bg-lightpink:focus {
  background-color: #fc3b70 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #AEB0B8 !important; }

.border-top {
  border-top: 1px solid #AEB0B8 !important; }

.border-right {
  border-right: 1px solid #AEB0B8 !important; }

.border-bottom {
  border-bottom: 1px solid #AEB0B8 !important; }

.border-left {
  border-left: 1px solid #AEB0B8 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1BB4E1 !important; }

.border-secondary {
  border-color: #323648 !important; }

.border-success {
  border-color: #5AB00C !important; }

.border-info {
  border-color: #50E3C2 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #FF0000 !important; }

.border-light {
  border-color: #F8F8F8 !important; }

.border-dark {
  border-color: #1D1D1D !important; }

.border-tertiary {
  border-color: #1D1D1D !important; }

.border-yellow {
  border-color: #F8C51F !important; }

.border-flatred {
  border-color: #D9534F !important; }

.border-brightred {
  border-color: #FF0000 !important; }

.border-error {
  border-color: #A94442 !important; }

.border-orange {
  border-color: #F0AD4E !important; }

.border-green {
  border-color: #5AB00C !important; }

.border-lime {
  border-color: #C9CF2A !important; }

.border-teal {
  border-color: #50E3C2 !important; }

.border-purple {
  border-color: #B46AF1 !important; }

.border-gold {
  border-color: #C2A174 !important; }

.border-sand1 {
  border-color: #F8F8F8 !important; }

.border-sand2 {
  border-color: #F5F5F5 !important; }

.border-sand3 {
  border-color: #E8E8E8 !important; }

.border-sand4 {
  border-color: #AEB0B8 !important; }

.border-sand5 {
  border-color: #81838E !important; }

.border-sand6 {
  border-color: #495057 !important; }

.border-sand7 {
  border-color: #5B5E6D !important; }

.border-white {
  border-color: #FFFFFF !important; }

.border-black {
  border-color: #000000 !important; }

.border-pink {
  border-color: #EC407A !important; }

.border-lightpink {
  border-color: #FD6D95 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 3px !important; }

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after, .full__type-term::after, #reviews-search-form::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .six-layout .view-content, .three-layout .view-content, .most-viewed-popular .view-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap, .six-layout .view-content, .three-layout .view-content, .most-viewed-popular .view-content {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white, .full__event-info .info .event-booknow a {
  color: #fff !important; }

.text-primary {
  color: #1BB4E1 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #137d9d !important; }

.text-secondary {
  color: #323648 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #13141b !important; }

.text-success {
  color: #5AB00C !important; }

a.text-success:hover, a.text-success:focus {
  color: #356807 !important; }

.text-info {
  color: #50E3C2 !important; }

a.text-info:hover, a.text-info:focus {
  color: #20c7a1 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #FF0000 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b30000 !important; }

.text-light {
  color: #F8F8F8 !important; }

a.text-light:hover, a.text-light:focus {
  color: #d2d2d2 !important; }

.text-dark {
  color: #1D1D1D !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-tertiary {
  color: #1D1D1D !important; }

a.text-tertiary:hover, a.text-tertiary:focus {
  color: black !important; }

.text-yellow {
  color: #F8C51F !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #c49806 !important; }

.text-flatred {
  color: #D9534F !important; }

a.text-flatred:hover, a.text-flatred:focus {
  color: #b52b27 !important; }

.text-brightred {
  color: #FF0000 !important; }

a.text-brightred:hover, a.text-brightred:focus {
  color: #b30000 !important; }

.text-error {
  color: #A94442 !important; }

a.text-error:hover, a.text-error:focus {
  color: #722e2d !important; }

.text-orange {
  color: #F0AD4E !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #df8a13 !important; }

.text-green {
  color: #5AB00C !important; }

a.text-green:hover, a.text-green:focus {
  color: #356807 !important; }

.text-lime {
  color: #C9CF2A !important; }

a.text-lime:hover, a.text-lime:focus {
  color: #8b8f1d !important; }

.text-teal {
  color: #50E3C2 !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #20c7a1 !important; }

.text-purple {
  color: #B46AF1 !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #9124ea !important; }

.text-gold {
  color: #C2A174 !important; }

a.text-gold:hover, a.text-gold:focus {
  color: #a27c47 !important; }

.text-sand1 {
  color: #F8F8F8 !important; }

a.text-sand1:hover, a.text-sand1:focus {
  color: #d2d2d2 !important; }

.text-sand2 {
  color: #F5F5F5 !important; }

a.text-sand2:hover, a.text-sand2:focus {
  color: #cfcfcf !important; }

.text-sand3 {
  color: #E8E8E8 !important; }

a.text-sand3:hover, a.text-sand3:focus {
  color: #c2c2c2 !important; }

.text-sand4 {
  color: #AEB0B8 !important; }

a.text-sand4:hover, a.text-sand4:focus {
  color: #858894 !important; }

.text-sand5 {
  color: #81838E !important; }

a.text-sand5:hover, a.text-sand5:focus {
  color: #5c5e67 !important; }

.text-sand6 {
  color: #495057 !important; }

a.text-sand6:hover, a.text-sand6:focus {
  color: #262a2d !important; }

.text-sand7 {
  color: #5B5E6D !important; }

a.text-sand7:hover, a.text-sand7:focus {
  color: #383a43 !important; }

.text-white, .full__event-info .info .event-booknow a {
  color: #FFFFFF !important; }

a.text-white:hover, .full__event-info .info .event-booknow a:hover, a.text-white:focus, .full__event-info .info .event-booknow a:focus {
  color: #d9d9d9 !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-pink {
  color: #EC407A !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #cb1452 !important; }

.text-lightpink {
  color: #FD6D95 !important; }

a.text-lightpink:hover, a.text-lightpink:focus {
  color: #fc225e !important; }

.text-body {
  color: #1D1D1D !important; }

.text-muted, .form-item .help-block,
.form-item .description {
  color: #AEB0B8 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn):not(.subscribe-btn-white):not(.continue-reading-btn):not(.subscribe-btn-honey):not(.subscribe-btn-pink) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #AEB0B8;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge, .full__type-term .field-type-taxonomy-term-reference a, .full__tag .field-items a {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E8E8E8 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #AEB0B8; }
  .table .thead-dark th {
    color: inherit;
    border-color: #AEB0B8; } }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.badge-outline-primary {
  color: #1BB4E1;
  background-color: transparent;
  border: 1px solid #1BB4E1; }
  a.badge-outline-primary:hover, a.badge-outline-primary:focus {
    color: #1690b3;
    border: 1px solid #1690b3;
    background-color: transparent; }
  a.badge-outline-primary:focus, a.badge-outline-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.5); }

.badge-outline-secondary {
  color: #323648;
  background-color: transparent;
  border: 1px solid #323648; }
  a.badge-outline-secondary:hover, a.badge-outline-secondary:focus {
    color: #1d1f2a;
    border: 1px solid #1d1f2a;
    background-color: transparent; }
  a.badge-outline-secondary:focus, a.badge-outline-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(50, 54, 72, 0.5); }

.badge-outline-success {
  color: #5AB00C;
  background-color: transparent;
  border: 1px solid #5AB00C; }
  a.badge-outline-success:hover, a.badge-outline-success:focus {
    color: #428009;
    border: 1px solid #428009;
    background-color: transparent; }
  a.badge-outline-success:focus, a.badge-outline-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }

.badge-outline-info {
  color: #50E3C2;
  background-color: transparent;
  border: 1px solid #50E3C2; }
  a.badge-outline-info:hover, a.badge-outline-info:focus {
    color: #24dcb3;
    border: 1px solid #24dcb3;
    background-color: transparent; }
  a.badge-outline-info:focus, a.badge-outline-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }

.badge-outline-warning {
  color: #ffc107;
  background-color: transparent;
  border: 1px solid #ffc107; }
  a.badge-outline-warning:hover, a.badge-outline-warning:focus {
    color: #d39e00;
    border: 1px solid #d39e00;
    background-color: transparent; }
  a.badge-outline-warning:focus, a.badge-outline-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-outline-danger {
  color: #FF0000;
  background-color: transparent;
  border: 1px solid #FF0000; }
  a.badge-outline-danger:hover, a.badge-outline-danger:focus {
    color: #cc0000;
    border: 1px solid #cc0000;
    background-color: transparent; }
  a.badge-outline-danger:focus, a.badge-outline-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.badge-outline-light {
  color: #F8F8F8;
  background-color: transparent;
  border: 1px solid #F8F8F8; }
  a.badge-outline-light:hover, a.badge-outline-light:focus {
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
    background-color: transparent; }
  a.badge-outline-light:focus, a.badge-outline-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.badge-outline-dark {
  color: #1D1D1D;
  background-color: transparent;
  border: 1px solid #1D1D1D; }
  a.badge-outline-dark:hover, a.badge-outline-dark:focus {
    color: #040404;
    border: 1px solid #040404;
    background-color: transparent; }
  a.badge-outline-dark:focus, a.badge-outline-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }

.badge-outline-tertiary {
  color: #1D1D1D;
  background-color: transparent;
  border: 1px solid #1D1D1D; }
  a.badge-outline-tertiary:hover, a.badge-outline-tertiary:focus {
    color: #040404;
    border: 1px solid #040404;
    background-color: transparent; }
  a.badge-outline-tertiary:focus, a.badge-outline-tertiary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 29, 29, 0.5); }

.badge-outline-yellow {
  color: #F8C51F;
  background-color: transparent;
  border: 1px solid #F8C51F; }
  a.badge-outline-yellow:hover, a.badge-outline-yellow:focus {
    color: #ddab07;
    border: 1px solid #ddab07;
    background-color: transparent; }
  a.badge-outline-yellow:focus, a.badge-outline-yellow.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 197, 31, 0.5); }

.badge-outline-flatred {
  color: #D9534F;
  background-color: transparent;
  border: 1px solid #D9534F; }
  a.badge-outline-flatred:hover, a.badge-outline-flatred:focus {
    color: #c9302c;
    border: 1px solid #c9302c;
    background-color: transparent; }
  a.badge-outline-flatred:focus, a.badge-outline-flatred.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }

.badge-outline-brightred {
  color: #FF0000;
  background-color: transparent;
  border: 1px solid #FF0000; }
  a.badge-outline-brightred:hover, a.badge-outline-brightred:focus {
    color: #cc0000;
    border: 1px solid #cc0000;
    background-color: transparent; }
  a.badge-outline-brightred:focus, a.badge-outline-brightred.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.badge-outline-error {
  color: #A94442;
  background-color: transparent;
  border: 1px solid #A94442; }
  a.badge-outline-error:hover, a.badge-outline-error:focus {
    color: #843534;
    border: 1px solid #843534;
    background-color: transparent; }
  a.badge-outline-error:focus, a.badge-outline-error.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 68, 66, 0.5); }

.badge-outline-orange {
  color: #F0AD4E;
  background-color: transparent;
  border: 1px solid #F0AD4E; }
  a.badge-outline-orange:hover, a.badge-outline-orange:focus {
    color: #ec971f;
    border: 1px solid #ec971f;
    background-color: transparent; }
  a.badge-outline-orange:focus, a.badge-outline-orange.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }

.badge-outline-green {
  color: #5AB00C;
  background-color: transparent;
  border: 1px solid #5AB00C; }
  a.badge-outline-green:hover, a.badge-outline-green:focus {
    color: #428009;
    border: 1px solid #428009;
    background-color: transparent; }
  a.badge-outline-green:focus, a.badge-outline-green.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(90, 176, 12, 0.5); }

.badge-outline-lime {
  color: #C9CF2A;
  background-color: transparent;
  border: 1px solid #C9CF2A; }
  a.badge-outline-lime:hover, a.badge-outline-lime:focus {
    color: #a0a521;
    border: 1px solid #a0a521;
    background-color: transparent; }
  a.badge-outline-lime:focus, a.badge-outline-lime.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(201, 207, 42, 0.5); }

.badge-outline-teal {
  color: #50E3C2;
  background-color: transparent;
  border: 1px solid #50E3C2; }
  a.badge-outline-teal:hover, a.badge-outline-teal:focus {
    color: #24dcb3;
    border: 1px solid #24dcb3;
    background-color: transparent; }
  a.badge-outline-teal:focus, a.badge-outline-teal.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(80, 227, 194, 0.5); }

.badge-outline-purple {
  color: #B46AF1;
  background-color: transparent;
  border: 1px solid #B46AF1; }
  a.badge-outline-purple:hover, a.badge-outline-purple:focus {
    color: #9d3bed;
    border: 1px solid #9d3bed;
    background-color: transparent; }
  a.badge-outline-purple:focus, a.badge-outline-purple.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 106, 241, 0.5); }

.badge-outline-gold {
  color: #C2A174;
  background-color: transparent;
  border: 1px solid #C2A174; }
  a.badge-outline-gold:hover, a.badge-outline-gold:focus {
    color: #b28951;
    border: 1px solid #b28951;
    background-color: transparent; }
  a.badge-outline-gold:focus, a.badge-outline-gold.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(194, 161, 116, 0.5); }

.badge-outline-sand1 {
  color: #F8F8F8;
  background-color: transparent;
  border: 1px solid #F8F8F8; }
  a.badge-outline-sand1:hover, a.badge-outline-sand1:focus {
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
    background-color: transparent; }
  a.badge-outline-sand1:focus, a.badge-outline-sand1.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.badge-outline-sand2 {
  color: #F5F5F5;
  background-color: transparent;
  border: 1px solid #F5F5F5; }
  a.badge-outline-sand2:hover, a.badge-outline-sand2:focus {
    color: gainsboro;
    border: 1px solid gainsboro;
    background-color: transparent; }
  a.badge-outline-sand2:focus, a.badge-outline-sand2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.badge-outline-sand3 {
  color: #E8E8E8;
  background-color: transparent;
  border: 1px solid #E8E8E8; }
  a.badge-outline-sand3:hover, a.badge-outline-sand3:focus {
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
    background-color: transparent; }
  a.badge-outline-sand3:focus, a.badge-outline-sand3.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5); }

.badge-outline-sand4 {
  color: #AEB0B8;
  background-color: transparent;
  border: 1px solid #AEB0B8; }
  a.badge-outline-sand4:hover, a.badge-outline-sand4:focus {
    color: #9395a0;
    border: 1px solid #9395a0;
    background-color: transparent; }
  a.badge-outline-sand4:focus, a.badge-outline-sand4.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(174, 176, 184, 0.5); }

.badge-outline-sand5 {
  color: #81838E;
  background-color: transparent;
  border: 1px solid #81838E; }
  a.badge-outline-sand5:hover, a.badge-outline-sand5:focus {
    color: #686a74;
    border: 1px solid #686a74;
    background-color: transparent; }
  a.badge-outline-sand5:focus, a.badge-outline-sand5.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 131, 142, 0.5); }

.badge-outline-sand6 {
  color: #495057;
  background-color: transparent;
  border: 1px solid #495057; }
  a.badge-outline-sand6:hover, a.badge-outline-sand6:focus {
    color: #32373b;
    border: 1px solid #32373b;
    background-color: transparent; }
  a.badge-outline-sand6:focus, a.badge-outline-sand6.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }

.badge-outline-sand7 {
  color: #5B5E6D;
  background-color: transparent;
  border: 1px solid #5B5E6D; }
  a.badge-outline-sand7:hover, a.badge-outline-sand7:focus {
    color: #444651;
    border: 1px solid #444651;
    background-color: transparent; }
  a.badge-outline-sand7:focus, a.badge-outline-sand7.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 94, 109, 0.5); }

.badge-outline-white {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF; }
  a.badge-outline-white:hover, a.badge-outline-white:focus {
    color: #e6e6e6;
    border: 1px solid #e6e6e6;
    background-color: transparent; }
  a.badge-outline-white:focus, a.badge-outline-white.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-outline-black {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000; }
  a.badge-outline-black:hover, a.badge-outline-black:focus {
    color: black;
    border: 1px solid black;
    background-color: transparent; }
  a.badge-outline-black:focus, a.badge-outline-black.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-outline-pink {
  color: #EC407A;
  background-color: transparent;
  border: 1px solid #EC407A; }
  a.badge-outline-pink:hover, a.badge-outline-pink:focus {
    color: #e2175b;
    border: 1px solid #e2175b;
    background-color: transparent; }
  a.badge-outline-pink:focus, a.badge-outline-pink.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 64, 122, 0.5); }

.badge-outline-lightpink {
  color: #FD6D95;
  background-color: transparent;
  border: 1px solid #FD6D95; }
  a.badge-outline-lightpink:hover, a.badge-outline-lightpink:focus {
    color: #fc3b70;
    border: 1px solid #fc3b70;
    background-color: transparent; }
  a.badge-outline-lightpink:focus, a.badge-outline-lightpink.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(253, 109, 149, 0.5); }

.btn-bare-primary {
  color: #1BB4E1;
  border-color: transparent; }
  .btn-bare-primary:hover {
    color: #1690b3;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-primary:focus, .btn-bare-primary.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #106b86; }
  .btn-bare-primary.disabled, .btn-bare-primary:disabled {
    color: #74d2ee;
    background-color: transparent; }

.btn-bare-secondary {
  color: #323648;
  border-color: transparent; }
  .btn-bare-secondary:hover {
    color: #1d1f2a;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-secondary:focus, .btn-bare-secondary.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #08090c; }
  .btn-bare-secondary.disabled, .btn-bare-secondary:disabled {
    color: #5c6384;
    background-color: transparent; }

.btn-bare-success {
  color: #5AB00C;
  border-color: transparent; }
  .btn-bare-success:hover {
    color: #428009;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-success:focus, .btn-bare-success.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #295105; }
  .btn-bare-success.disabled, .btn-bare-success:disabled {
    color: #8cf131;
    background-color: transparent; }

.btn-bare-info {
  color: #50E3C2;
  border-color: transparent; }
  .btn-bare-info:hover {
    color: #24dcb3;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-info:focus, .btn-bare-info.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1cb18f; }
  .btn-bare-info.disabled, .btn-bare-info:disabled {
    color: #a8f1e1;
    background-color: transparent; }

.btn-bare-warning {
  color: #ffc107;
  border-color: transparent; }
  .btn-bare-warning:hover {
    color: #d39e00;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-warning:focus, .btn-bare-warning.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #a07800; }
  .btn-bare-warning.disabled, .btn-bare-warning:disabled {
    color: #ffdb6d;
    background-color: transparent; }

.btn-bare-danger {
  color: #FF0000;
  border-color: transparent; }
  .btn-bare-danger:hover {
    color: #cc0000;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-danger:focus, .btn-bare-danger.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #990000; }
  .btn-bare-danger.disabled, .btn-bare-danger:disabled {
    color: #ff6666;
    background-color: transparent; }

.btn-bare-light {
  color: #F8F8F8;
  border-color: transparent; }
  .btn-bare-light:hover {
    color: #dfdfdf;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-light:focus, .btn-bare-light.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #c5c5c5; }
  .btn-bare-light.disabled, .btn-bare-light:disabled {
    color: white;
    background-color: transparent; }

.btn-bare-dark {
  color: #1D1D1D;
  border-color: transparent; }
  .btn-bare-dark:hover {
    color: #040404;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-dark:focus, .btn-bare-dark.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: black; }
  .btn-bare-dark.disabled, .btn-bare-dark:disabled {
    color: #505050;
    background-color: transparent; }

.btn-bare-tertiary {
  color: #1D1D1D;
  border-color: transparent; }
  .btn-bare-tertiary:hover {
    color: #040404;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-tertiary:focus, .btn-bare-tertiary.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: black; }
  .btn-bare-tertiary.disabled, .btn-bare-tertiary:disabled {
    color: #505050;
    background-color: transparent; }

.btn-bare-yellow {
  color: #F8C51F;
  border-color: transparent; }
  .btn-bare-yellow:hover {
    color: #ddab07;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-yellow:focus, .btn-bare-yellow.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ac8505; }
  .btn-bare-yellow.disabled, .btn-bare-yellow:disabled {
    color: #fbdf82;
    background-color: transparent; }

.btn-bare-flatred {
  color: #D9534F;
  border-color: transparent; }
  .btn-bare-flatred:hover {
    color: #c9302c;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-flatred:focus, .btn-bare-flatred.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #a02622; }
  .btn-bare-flatred.disabled, .btn-bare-flatred:disabled {
    color: #eba5a3;
    background-color: transparent; }

.btn-bare-brightred {
  color: #FF0000;
  border-color: transparent; }
  .btn-bare-brightred:hover {
    color: #cc0000;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-brightred:focus, .btn-bare-brightred.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #990000; }
  .btn-bare-brightred.disabled, .btn-bare-brightred:disabled {
    color: #ff6666;
    background-color: transparent; }

.btn-bare-error {
  color: #A94442;
  border-color: transparent; }
  .btn-bare-error:hover {
    color: #843534;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-error:focus, .btn-bare-error.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #602625; }
  .btn-bare-error.disabled, .btn-bare-error:disabled {
    color: #ce8483;
    background-color: transparent; }

.btn-bare-orange {
  color: #F0AD4E;
  border-color: transparent; }
  .btn-bare-orange:hover {
    color: #ec971f;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-orange:focus, .btn-bare-orange.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #c77c11; }
  .btn-bare-orange.disabled, .btn-bare-orange:disabled {
    color: #f8d9ac;
    background-color: transparent; }

.btn-bare-green {
  color: #5AB00C;
  border-color: transparent; }
  .btn-bare-green:hover {
    color: #428009;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-green:focus, .btn-bare-green.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #295105; }
  .btn-bare-green.disabled, .btn-bare-green:disabled {
    color: #8cf131;
    background-color: transparent; }

.btn-bare-lime {
  color: #C9CF2A;
  border-color: transparent; }
  .btn-bare-lime:hover {
    color: #a0a521;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-lime:focus, .btn-bare-lime.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #777a19; }
  .btn-bare-lime.disabled, .btn-bare-lime:disabled {
    color: #e0e47b;
    background-color: transparent; }

.btn-bare-teal {
  color: #50E3C2;
  border-color: transparent; }
  .btn-bare-teal:hover {
    color: #24dcb3;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-teal:focus, .btn-bare-teal.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1cb18f; }
  .btn-bare-teal.disabled, .btn-bare-teal:disabled {
    color: #a8f1e1;
    background-color: transparent; }

.btn-bare-purple {
  color: #B46AF1;
  border-color: transparent; }
  .btn-bare-purple:hover {
    color: #9d3bed;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-purple:focus, .btn-bare-purple.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #8415e0; }
  .btn-bare-purple.disabled, .btn-bare-purple:disabled {
    color: #e3c7fa;
    background-color: transparent; }

.btn-bare-gold {
  color: #C2A174;
  border-color: transparent; }
  .btn-bare-gold:hover {
    color: #b28951;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-gold:focus, .btn-bare-gold.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #916e3f; }
  .btn-bare-gold.disabled, .btn-bare-gold:disabled {
    color: #e1d1bb;
    background-color: transparent; }

.btn-bare-sand1 {
  color: #F8F8F8;
  border-color: transparent; }
  .btn-bare-sand1:hover {
    color: #dfdfdf;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-sand1:focus, .btn-bare-sand1.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #c5c5c5; }
  .btn-bare-sand1.disabled, .btn-bare-sand1:disabled {
    color: white;
    background-color: transparent; }

.btn-bare-sand2 {
  color: #F5F5F5;
  border-color: transparent; }
  .btn-bare-sand2:hover {
    color: gainsboro;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-sand2:focus, .btn-bare-sand2.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #c2c2c2; }
  .btn-bare-sand2.disabled, .btn-bare-sand2:disabled {
    color: white;
    background-color: transparent; }

.btn-bare-sand3 {
  color: #E8E8E8;
  border-color: transparent; }
  .btn-bare-sand3:hover {
    color: #cfcfcf;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-sand3:focus, .btn-bare-sand3.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #b5b5b5; }
  .btn-bare-sand3.disabled, .btn-bare-sand3:disabled {
    color: white;
    background-color: transparent; }

.btn-bare-sand4 {
  color: #AEB0B8;
  border-color: transparent; }
  .btn-bare-sand4:hover {
    color: #9395a0;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-sand4:focus, .btn-bare-sand4.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #787b88; }
  .btn-bare-sand4.disabled, .btn-bare-sand4:disabled {
    color: #e4e5e8;
    background-color: transparent; }

.btn-bare-sand5 {
  color: #81838E;
  border-color: transparent; }
  .btn-bare-sand5:hover {
    color: #686a74;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-sand5:focus, .btn-bare-sand5.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #505159; }
  .btn-bare-sand5.disabled, .btn-bare-sand5:disabled {
    color: #b7b8be;
    background-color: transparent; }

.btn-bare-sand6 {
  color: #495057;
  border-color: transparent; }
  .btn-bare-sand6:hover {
    color: #32373b;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-sand6:focus, .btn-bare-sand6.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1a1d20; }
  .btn-bare-sand6.disabled, .btn-bare-sand6:disabled {
    color: #78838e;
    background-color: transparent; }

.btn-bare-sand7 {
  color: #5B5E6D;
  border-color: transparent; }
  .btn-bare-sand7:hover {
    color: #444651;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-sand7:focus, .btn-bare-sand7.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #2d2e35; }
  .btn-bare-sand7.disabled, .btn-bare-sand7:disabled {
    color: #8e91a0;
    background-color: transparent; }

.btn-bare-white {
  color: #FFFFFF;
  border-color: transparent; }
  .btn-bare-white:hover {
    color: #e6e6e6;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-white:focus, .btn-bare-white.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #cccccc; }
  .btn-bare-white.disabled, .btn-bare-white:disabled {
    color: white;
    background-color: transparent; }

.btn-bare-black {
  color: #000000;
  border-color: transparent; }
  .btn-bare-black:hover {
    color: black;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-black:focus, .btn-bare-black.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: black; }
  .btn-bare-black.disabled, .btn-bare-black:disabled {
    color: #333333;
    background-color: transparent; }

.btn-bare-pink {
  color: #EC407A;
  border-color: transparent; }
  .btn-bare-pink:hover {
    color: #e2175b;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-pink:focus, .btn-bare-pink.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #b41249; }
  .btn-bare-pink.disabled, .btn-bare-pink:disabled {
    color: #f59dbb;
    background-color: transparent; }

.btn-bare-lightpink {
  color: #FD6D95;
  border-color: transparent; }
  .btn-bare-lightpink:hover {
    color: #fc3b70;
    background-color: transparent;
    border-color: transparent; }
  .btn-bare-lightpink:focus, .btn-bare-lightpink.focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fc084c; }
  .btn-bare-lightpink.disabled, .btn-bare-lightpink:disabled {
    color: #fed2de;
    background-color: transparent; }

.icon-primary::before, .page-sponsored h1.page-title::before,
.page-content-contributor h1.page-title::before,
.page-travel h1.page-title::before,
.page-advice h1.page-title::before,
.block-webform > h2::before,
.latest-comments-block > h2::before,
.page-taxonomy-term h1.page-title::before,
.page-forum h1.page-title::before,
.comment-wrapper .view-header h2::before,
.latest-forum-topics-block > h2::before,
.most-viewed-block > h2::before,
.page-cycling-events h1.page-title::before,
.page-health-fitness h1.page-title::before,
.page-search-results h1.page-title::before,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1::before {
  color: #1BB4E1; }

.icon-secondary::before {
  color: #323648; }

.icon-success::before {
  color: #5AB00C; }

.icon-info::before {
  color: #50E3C2; }

.icon-warning::before {
  color: #ffc107; }

.icon-danger::before, .news-block > h2::before,
.page-news h1.page-title::before,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2::before, .view-mode-small_teaser .field-name-field-news-topics-term a::before, .full__live-blog .date-display-single::before {
  color: #FF0000; }

.icon-light::before {
  color: #F8F8F8; }

.icon-dark::before {
  color: #1D1D1D; }

.icon-tertiary::before {
  color: #1D1D1D; }

.icon-yellow::before, .related-reviews-block > h2::before,
.page-reviews-category .view-header h2::before,
.reviews-block > h2::before,
.page-reviews h1.page-title::before,
#block-views-reviews-health-reviews > h2::before {
  color: #F8C51F; }

.icon-flatred::before, .most-popular-news-block > h2::before, .full__description--flatred .field-item::before {
  color: #D9534F; }

.icon-brightred::before, .video-block > h2::before {
  color: #FF0000; }

.icon-error::before {
  color: #A94442; }

.icon-orange::before, .active-bloggers-block > h2::before,
.more-opinion-block > h2::before,
.opinion-block > h2::before,
.page-blogs h1.page-title::before, .full__description--orange .field-item::before {
  color: #F0AD4E; }

.icon-green::before, .block-roadcc-customisation h2::before {
  color: #5AB00C; }

.icon-lime::before, .features-block > h2::before,
.page-features h1.page-title::before, .full__description--lime .field-item::before {
  color: #C9CF2A; }

.icon-teal::before {
  color: #50E3C2; }

.icon-purple::before, .tech-news-block > h2::before,
.page-tech h1.page-title::before, .tech-news-block .field-name-field-news-topics-term .field-item a::before, .full__description--purple .field-item::before {
  color: #B46AF1; }

.icon-gold::before, .page-buyers-guide h1.page-title::before,
.paragraphs-items-field-selected-best-buys .field-label::before,
.buyers-guide-block > h2::before, .full__description--gold .field-item::before {
  color: #C2A174; }

.icon-sand1::before {
  color: #F8F8F8; }

.icon-sand2::before {
  color: #F5F5F5; }

.icon-sand3::before {
  color: #E8E8E8; }

.icon-sand4::before {
  color: #AEB0B8; }

.icon-sand5::before {
  color: #81838E; }

.icon-sand6::before {
  color: #495057; }

.icon-sand7::before {
  color: #5B5E6D; }

.icon-white::before {
  color: #FFFFFF; }

.icon-black::before {
  color: #000000; }

.icon-pink::before {
  color: #EC407A; }

.icon-lightpink::before {
  color: #FD6D95; }

@-webkit-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.float {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite; }

@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px); }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px); }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px); } }

@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px); }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px); }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px); } }

.twinkle {
  -webkit-animation: twinkle 3s ease-in-out infinite;
          animation: twinkle 3s ease-in-out infinite; }

.twinkle-2 {
  -webkit-animation: twinkle 3s 1s ease-in-out infinite;
          animation: twinkle 3s 1s ease-in-out infinite; }

@-webkit-keyframes twinkle {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes twinkle {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

.fill {
  -webkit-animation: fill 5s ease-in-out infinite;
          animation: fill 5s ease-in-out infinite; }

@-webkit-keyframes fill {
  0% {
    fill: #e8f3ff; }
  50% {
    fill: #95c3ff; }
  100% {
    fill: #e8f3ff; } }

@keyframes fill {
  0% {
    fill: #e8f3ff; }
  50% {
    fill: #95c3ff; }
  100% {
    fill: #e8f3ff; } }

.kidnap {
  -webkit-animation: kidnap 12s linear infinite;
          animation: kidnap 12s linear infinite; }

@-webkit-keyframes kidnap {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.1; }
  25% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0; } }

@keyframes kidnap {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.1; }
  25% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0; } }

.flick {
  -webkit-animation: flick 6s linear infinite alternate;
          animation: flick 6s linear infinite alternate; }

@-webkit-keyframes flick {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  25.5% {
    opacity: 1; }
  26% {
    opacity: 0; }
  26.5% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes flick {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  25.5% {
    opacity: 1; }
  26% {
    opacity: 0; }
  26.5% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  61% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }

.bg-blue {
  background: #1BB4E1; }

@media (min-width: 1200px) {
  .bg-blue-lg {
    background: #1BB4E1; } }

.secondary-title, .page-subscription-success .subscription-success-page__content h2 {
  color: #323648;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.68px;
  line-height: 30px; }
  @media screen and (min-width: 767px) {
    .secondary-title, .page-subscription-success .subscription-success-page__content h2 {
      font-size: 30px;
      line-height: 34px; } }

.default-text--section, .page-subscription-success .subscription-success-page__content p, .stripe-subscription-subscription-form-wrapper .subscribe-form--text {
  color: #81838E;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 767px) {
    .default-text--section, .page-subscription-success .subscription-success-page__content p, .stripe-subscription-subscription-form-wrapper .subscribe-form--text {
      font-size: 18px; } }

.video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 56.25%; }
  .video-wrapper iframe,
  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media {
  display: block; }

.turn_off_advertisement #Top-Billboard {
  display: none; }

.switch-theme .adzone,
.switch-theme #Top-Billboard,
.switch-theme #block-views-forum-v2-block-1--2 {
  display: none;
  width: 0 !important; }

.main-caption {
  color: #979797;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: italic; }

@media (min-width: 992px) {
  .one-sidebar:not(.node-type-review):not(.live-blog):not(.node-type-recommend) .region-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
  .one-sidebar:not(.node-type-review):not(.live-blog):not(.node-type-recommend) .region-title {
    max-width: 635px; }
  .one-sidebar:not(.node-type-review):not(.live-blog):not(.node-type-recommend) .region-content,
  .one-sidebar:not(.node-type-review):not(.live-blog):not(.node-type-recommend) .region-sidebar-second {
    padding: 0 15px; }
  .one-sidebar:not(.node-type-review):not(.live-blog):not(.node-type-recommend) .region-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 665px;
    min-width: 665px; }
  .one-sidebar:not(.node-type-review):not(.live-blog):not(.node-type-recommend) .region-sidebar-second {
    width: calc(100% - 665px); }
    .one-sidebar:not(.node-type-review):not(.live-blog):not(.node-type-recommend) .region-sidebar-second img {
      display: block;
      height: auto;
      max-width: 100%; }
  .node-type-news .contributor-block,
  .node-type-live-blog .contributor-block,
  .node-type-news .comment-wrapper,
  .node-type-live-blog .comment-wrapper,
  .node-type-review .comment-wrapper,
  .node-type-review .contributor-block {
    max-width: 635px;
    margin-left: auto; } }

.main-container {
  position: relative; }

body.admin-menu {
  margin-top: 57px !important; }

.admin-menu-account {
  display: none; }

@media screen and (min-width: 743px) {
  body.admin-menu {
    margin-top: 29px !important; }
  .admin-menu-account {
    display: block; } }

#admin-panel {
  display: none;
  right: 0;
  top: 50px;
  width: 300px;
  background: #fff;
  border: 2px solid;
  z-index: 55;
  top: 20px;
  height: 500px;
  overflow: scroll; }
  #admin-panel .views-field-views-bulk-operations {
    float: left;
    margin: 0 10px 0 0;
    min-height: 60px; }
  #admin-panel .views-field-field-user-bikes,
  #admin-panel .views-field-body,
  #admin-panel .views-field-comment-body {
    font-style: italic;
    color: #6e6d6e; }
  #admin-panel .views-row,
  #admin-panel .vbo-select-all-markup {
    font-size: 12px;
    clear: both;
    padding: 2px;
    border-bottom: 1px solid #ccc; }
  #admin-panel .views-label,
  #admin-panel .views-field-field-user-location {
    display: none; }
  #admin-panel h2 {
    font-size: 14px;
    margin-bottom: 0; }
  #admin-panel .fieldset-legend,
  #admin-panel legend {
    display: none; }
  #admin-panel .form-submit {
    padding: 5px;
    font-size: 14px;
    margin: 2px; }
  #admin-panel .view-pending-forum-topics .views-label,
  #admin-panel .view-pending-comments .views-label {
    display: inline-block; }

@media (min-width: 768px) {
  #admin-panel {
    position: fixed;
    display: block; } }

:root {
  --font-primary: $font-family-sans-serif;
  --font-secondary: $font-family-serif;
  /* set base values */
  --text-base-size: 1em;
  --text-scale-ratio: 1.12;
  /* type scale */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); }

body {
  font-size: var(--text-base-size);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1D1D1D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, form legend {
  color: #323648;
  line-height: var(--heading-line-height); }

/* text size */
.text--xxxl {
  font-size: var(--text-xxxl); }

h1, .text--xxl, .h1 {
  font-size: var(--text-xl); }

h2, .text--xl, .h2 {
  font-size: var(--text-lg); }

h3, .text--lg, .h3 {
  font-size: var(--text-md); }

h4, .text--md, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: var(--text-base-size); }

h6, .h6 {
  font-size: var(--text-base-size);
  color: #495057; }

.text--sm, small {
  font-size: var(--text-sm); }

.text--xs {
  font-size: var(--text-xs); }

@media (min-width: 768px) {
  :root {
    --text-scale-ratio: 1.15; } }

@media (min-width: 992px) {
  :root {
    --text-scale-ratio: 1.25; } }

:root {
  --baseline: 24px;
  /* spacing values */
  --space-xs:   calc(var(--baseline)/4);
  --space-sm:   calc(var(--baseline)/2);
  --space-md:   var(--baseline);
  --space-lg:   calc(var(--baseline)*2);
  --space-xl:   calc(var(--baseline)*3); }

p {
  margin-bottom: var(--space-md); }

h1, h2, h3, h4, h5, h6, form legend, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: var(--space-md);
  margin-top: var(--space-sm); }

ul, ol, p {
  margin-bottom: var(--space-md); }

p {
  line-height: var(--baseline); }

code {
  color: #e83e8c !important; }
  code span, code p {
    color: #e83e8c; }

.label-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--text-base-size);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0; }

.text-gold {
  color: #cd9d48 !important; }

.section-title, .page-blogs h1.page-title,
.page-features h1.page-title,
.page-news h1.page-title,
.page-tech h1.page-title,
.page-reviews h1.page-title,
.page-cycling-events h1.page-title,
.most-popular-news-block h2,
.most-viewed-block > h2,
.buyers-guide-block > h2,
.features-block > h2,
.latest-comments-block > h2,
.latest-forum-topics-block > h2,
.news-block > h2,
.opinion-block > h2,
.tech-news-block > h2,
.reviews-block > h2,
.comment-wrapper .view-header h2,
.page-forum h1.page-title,
.paragraphs-items-field-selected-best-buys .field-label,
.more-opinion-block > h2,
.page-buyers-guide h1.page-title,
.active-bloggers-block > h2,
.page-reviews-category .view-header h2,
.page-taxonomy-term h1.page-title,
.related-reviews-block > h2,
.block-webform > h2,
.block-roadcc-customisation h2,
.page-health-fitness h1.page-title,
#block-views-reviews-health-reviews > h2,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
.page-search-results h1.page-title,
.page-advice h1.page-title,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1,
.page-travel h1.page-title,
.page-content-contributor h1.page-title,
.page-sponsored h1.page-title, .video-block > h2 {
  font-size: var(--text-lg);
  line-height: normal;
  margin: 0 0 1rem 0;
  font-family: "Merriweather", serif;
  font-weight: 900;
  color: #323648;
  padding-top: 13px;
  background-color: #fff;
  position: relative; }
  @media (min-width: 992px) {
    .section-title, .page-blogs h1.page-title,
    .page-features h1.page-title,
    .page-news h1.page-title,
    .page-tech h1.page-title,
    .page-reviews h1.page-title,
    .page-cycling-events h1.page-title,
    .most-popular-news-block h2,
    .most-viewed-block > h2,
    .buyers-guide-block > h2,
    .features-block > h2,
    .latest-comments-block > h2,
    .latest-forum-topics-block > h2,
    .news-block > h2,
    .opinion-block > h2,
    .tech-news-block > h2,
    .reviews-block > h2,
    .comment-wrapper .view-header h2,
    .page-forum h1.page-title,
    .paragraphs-items-field-selected-best-buys .field-label,
    .more-opinion-block > h2,
    .page-buyers-guide h1.page-title,
    .active-bloggers-block > h2,
    .page-reviews-category .view-header h2,
    .page-taxonomy-term h1.page-title,
    .related-reviews-block > h2,
    .block-webform > h2,
    .block-roadcc-customisation h2,
    .page-health-fitness h1.page-title,
    #block-views-reviews-health-reviews > h2,
    #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
    .page-search-results h1.page-title,
    .page-advice h1.page-title,
    .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1,
    .page-travel h1.page-title,
    .page-content-contributor h1.page-title,
    .page-sponsored h1.page-title, .video-block > h2 {
      margin: 0 0 1.3rem 0; } }
  .section-title.icon::before, .section-title.heart-title::before, .page-blogs h1.heart-title.page-title::before,
  .page-features h1.heart-title.page-title::before,
  .page-news h1.heart-title.page-title::before,
  .page-tech h1.heart-title.page-title::before,
  .page-reviews h1.heart-title.page-title::before,
  .page-cycling-events h1.heart-title.page-title::before,
  .most-popular-news-block h2.heart-title::before,
  .most-viewed-block > h2.heart-title::before,
  .buyers-guide-block > h2.heart-title::before,
  .features-block > h2.heart-title::before,
  .latest-comments-block > h2.heart-title::before,
  .latest-forum-topics-block > h2.heart-title::before,
  .news-block > h2.heart-title::before,
  .opinion-block > h2.heart-title::before,
  .tech-news-block > h2.heart-title::before,
  .reviews-block > h2.heart-title::before,
  .comment-wrapper .view-header h2.heart-title::before,
  .page-forum h1.heart-title.page-title::before,
  .paragraphs-items-field-selected-best-buys .heart-title.field-label::before,
  .more-opinion-block > h2.heart-title::before,
  .page-buyers-guide h1.heart-title.page-title::before,
  .active-bloggers-block > h2.heart-title::before,
  .page-reviews-category .view-header h2.heart-title::before,
  .page-taxonomy-term h1.heart-title.page-title::before,
  .related-reviews-block > h2.heart-title::before,
  .block-webform > h2.heart-title::before,
  .block-roadcc-customisation h2.heart-title::before,
  .page-health-fitness h1.heart-title.page-title::before,
  #block-views-reviews-health-reviews > h2.heart-title::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.heart-title::before,
  .page-search-results h1.heart-title.page-title::before,
  .page-advice h1.heart-title.page-title::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.heart-title::before,
  .page-travel h1.heart-title.page-title::before,
  .page-content-contributor h1.heart-title.page-title::before,
  .page-sponsored h1.heart-title.page-title::before, .video-block > h2.heart-title::before,
  .page-blogs h1.page-title::before,
  .page-features h1.page-title::before,
  .page-news h1.page-title::before,
  .page-tech h1.page-title::before,
  .page-reviews h1.page-title::before,
  .page-cycling-events h1.page-title::before,
  .most-popular-news-block h2::before,
  .most-viewed-block > h2::before,
  .buyers-guide-block > h2::before, .features-block > h2::before,
  .latest-comments-block > h2::before,
  .latest-forum-topics-block > h2::before, .news-block > h2::before,
  .opinion-block > h2::before, .tech-news-block > h2::before,
  .reviews-block > h2::before,
  .comment-wrapper .view-header h2::before,
  .page-forum h1.page-title::before,
  .paragraphs-items-field-selected-best-buys .field-label::before,
  .more-opinion-block > h2::before, .page-buyers-guide h1.page-title::before, .active-bloggers-block > h2::before,
  .page-reviews-category .view-header h2::before,
  .page-taxonomy-term h1.page-title::before, .related-reviews-block > h2::before,
  .block-webform > h2::before, .block-roadcc-customisation h2::before,
  .page-health-fitness h1.page-title::before,
  #block-views-reviews-health-reviews > h2::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2::before,
  .page-search-results h1.page-title::before,
  .page-advice h1.page-title::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1::before,
  .page-travel h1.page-title::before,
  .page-content-contributor h1.page-title::before, .page-sponsored h1.page-title::before, .section-title.subscribe-btn-white::before, .page-blogs h1.subscribe-btn-white.page-title::before,
  .page-features h1.subscribe-btn-white.page-title::before,
  .page-news h1.subscribe-btn-white.page-title::before,
  .page-tech h1.subscribe-btn-white.page-title::before,
  .page-reviews h1.subscribe-btn-white.page-title::before,
  .page-cycling-events h1.subscribe-btn-white.page-title::before,
  .most-popular-news-block h2.subscribe-btn-white::before,
  .most-viewed-block > h2.subscribe-btn-white::before,
  .buyers-guide-block > h2.subscribe-btn-white::before,
  .features-block > h2.subscribe-btn-white::before,
  .latest-comments-block > h2.subscribe-btn-white::before,
  .latest-forum-topics-block > h2.subscribe-btn-white::before,
  .news-block > h2.subscribe-btn-white::before,
  .opinion-block > h2.subscribe-btn-white::before,
  .tech-news-block > h2.subscribe-btn-white::before,
  .reviews-block > h2.subscribe-btn-white::before,
  .comment-wrapper .view-header h2.subscribe-btn-white::before,
  .page-forum h1.subscribe-btn-white.page-title::before,
  .paragraphs-items-field-selected-best-buys .subscribe-btn-white.field-label::before,
  .more-opinion-block > h2.subscribe-btn-white::before,
  .page-buyers-guide h1.subscribe-btn-white.page-title::before,
  .active-bloggers-block > h2.subscribe-btn-white::before,
  .page-reviews-category .view-header h2.subscribe-btn-white::before,
  .page-taxonomy-term h1.subscribe-btn-white.page-title::before,
  .related-reviews-block > h2.subscribe-btn-white::before,
  .block-webform > h2.subscribe-btn-white::before,
  .block-roadcc-customisation h2.subscribe-btn-white::before,
  .page-health-fitness h1.subscribe-btn-white.page-title::before,
  #block-views-reviews-health-reviews > h2.subscribe-btn-white::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-white::before,
  .page-search-results h1.subscribe-btn-white.page-title::before,
  .page-advice h1.subscribe-btn-white.page-title::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-white::before,
  .page-travel h1.subscribe-btn-white.page-title::before,
  .page-content-contributor h1.subscribe-btn-white.page-title::before,
  .page-sponsored h1.subscribe-btn-white.page-title::before, .video-block > h2.subscribe-btn-white::before, .section-title.subscribe-btn-honey::before, .page-blogs h1.subscribe-btn-honey.page-title::before,
  .page-features h1.subscribe-btn-honey.page-title::before,
  .page-news h1.subscribe-btn-honey.page-title::before,
  .page-tech h1.subscribe-btn-honey.page-title::before,
  .page-reviews h1.subscribe-btn-honey.page-title::before,
  .page-cycling-events h1.subscribe-btn-honey.page-title::before,
  .most-popular-news-block h2.subscribe-btn-honey::before,
  .most-viewed-block > h2.subscribe-btn-honey::before,
  .buyers-guide-block > h2.subscribe-btn-honey::before,
  .features-block > h2.subscribe-btn-honey::before,
  .latest-comments-block > h2.subscribe-btn-honey::before,
  .latest-forum-topics-block > h2.subscribe-btn-honey::before,
  .news-block > h2.subscribe-btn-honey::before,
  .opinion-block > h2.subscribe-btn-honey::before,
  .tech-news-block > h2.subscribe-btn-honey::before,
  .reviews-block > h2.subscribe-btn-honey::before,
  .comment-wrapper .view-header h2.subscribe-btn-honey::before,
  .page-forum h1.subscribe-btn-honey.page-title::before,
  .paragraphs-items-field-selected-best-buys .subscribe-btn-honey.field-label::before,
  .more-opinion-block > h2.subscribe-btn-honey::before,
  .page-buyers-guide h1.subscribe-btn-honey.page-title::before,
  .active-bloggers-block > h2.subscribe-btn-honey::before,
  .page-reviews-category .view-header h2.subscribe-btn-honey::before,
  .page-taxonomy-term h1.subscribe-btn-honey.page-title::before,
  .related-reviews-block > h2.subscribe-btn-honey::before,
  .block-webform > h2.subscribe-btn-honey::before,
  .block-roadcc-customisation h2.subscribe-btn-honey::before,
  .page-health-fitness h1.subscribe-btn-honey.page-title::before,
  #block-views-reviews-health-reviews > h2.subscribe-btn-honey::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-honey::before,
  .page-search-results h1.subscribe-btn-honey.page-title::before,
  .page-advice h1.subscribe-btn-honey.page-title::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-honey::before,
  .page-travel h1.subscribe-btn-honey.page-title::before,
  .page-content-contributor h1.subscribe-btn-honey.page-title::before,
  .page-sponsored h1.subscribe-btn-honey.page-title::before, .video-block > h2.subscribe-btn-honey::before, .section-title.subscribe-btn-pink::before, .page-blogs h1.subscribe-btn-pink.page-title::before,
  .page-features h1.subscribe-btn-pink.page-title::before,
  .page-news h1.subscribe-btn-pink.page-title::before,
  .page-tech h1.subscribe-btn-pink.page-title::before,
  .page-reviews h1.subscribe-btn-pink.page-title::before,
  .page-cycling-events h1.subscribe-btn-pink.page-title::before,
  .most-popular-news-block h2.subscribe-btn-pink::before,
  .most-viewed-block > h2.subscribe-btn-pink::before,
  .buyers-guide-block > h2.subscribe-btn-pink::before,
  .features-block > h2.subscribe-btn-pink::before,
  .latest-comments-block > h2.subscribe-btn-pink::before,
  .latest-forum-topics-block > h2.subscribe-btn-pink::before,
  .news-block > h2.subscribe-btn-pink::before,
  .opinion-block > h2.subscribe-btn-pink::before,
  .tech-news-block > h2.subscribe-btn-pink::before,
  .reviews-block > h2.subscribe-btn-pink::before,
  .comment-wrapper .view-header h2.subscribe-btn-pink::before,
  .page-forum h1.subscribe-btn-pink.page-title::before,
  .paragraphs-items-field-selected-best-buys .subscribe-btn-pink.field-label::before,
  .more-opinion-block > h2.subscribe-btn-pink::before,
  .page-buyers-guide h1.subscribe-btn-pink.page-title::before,
  .active-bloggers-block > h2.subscribe-btn-pink::before,
  .page-reviews-category .view-header h2.subscribe-btn-pink::before,
  .page-taxonomy-term h1.subscribe-btn-pink.page-title::before,
  .related-reviews-block > h2.subscribe-btn-pink::before,
  .block-webform > h2.subscribe-btn-pink::before,
  .block-roadcc-customisation h2.subscribe-btn-pink::before,
  .page-health-fitness h1.subscribe-btn-pink.page-title::before,
  #block-views-reviews-health-reviews > h2.subscribe-btn-pink::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-pink::before,
  .page-search-results h1.subscribe-btn-pink.page-title::before,
  .page-advice h1.subscribe-btn-pink.page-title::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-pink::before,
  .page-travel h1.subscribe-btn-pink.page-title::before,
  .page-content-contributor h1.subscribe-btn-pink.page-title::before,
  .page-sponsored h1.subscribe-btn-pink.page-title::before, .video-block > h2.subscribe-btn-pink::before, .view .more-link a.section-title::before,
  .view .more-link .paragraphs-items-field-selected-best-buys a.field-label::before, .paragraphs-items-field-selected-best-buys .view .more-link a.field-label::before, .view-mode-small_teaser .field-name-field-news-topics-term a.section-title::before,
  .view-mode-small_teaser .field-name-field-news-topics-term .paragraphs-items-field-selected-best-buys a.field-label::before, .paragraphs-items-field-selected-best-buys .view-mode-small_teaser .field-name-field-news-topics-term a.field-label::before, .full__description .section-title.field-item::before, .full__description .page-blogs h1.field-item.page-title::before, .page-blogs .full__description h1.field-item.page-title::before,
  .full__description .page-features h1.field-item.page-title::before, .page-features .full__description h1.field-item.page-title::before,
  .full__description .page-news h1.field-item.page-title::before, .page-news .full__description h1.field-item.page-title::before,
  .full__description .page-tech h1.field-item.page-title::before, .page-tech .full__description h1.field-item.page-title::before,
  .full__description .page-reviews h1.field-item.page-title::before, .page-reviews .full__description h1.field-item.page-title::before,
  .full__description .page-cycling-events h1.field-item.page-title::before, .page-cycling-events .full__description h1.field-item.page-title::before,
  .full__description .most-popular-news-block h2.field-item::before, .most-popular-news-block .full__description h2.field-item::before,
  .full__description .most-viewed-block > h2.field-item::before,
  .full__description .buyers-guide-block > h2.field-item::before,
  .full__description .features-block > h2.field-item::before,
  .full__description .latest-comments-block > h2.field-item::before,
  .full__description .latest-forum-topics-block > h2.field-item::before,
  .full__description .news-block > h2.field-item::before,
  .full__description .opinion-block > h2.field-item::before,
  .full__description .tech-news-block > h2.field-item::before,
  .full__description .reviews-block > h2.field-item::before,
  .full__description .comment-wrapper .view-header h2.field-item::before, .comment-wrapper .view-header .full__description h2.field-item::before,
  .full__description .page-forum h1.field-item.page-title::before, .page-forum .full__description h1.field-item.page-title::before,
  .full__description .paragraphs-items-field-selected-best-buys .field-item.field-label::before, .paragraphs-items-field-selected-best-buys .full__description .field-item.field-label::before,
  .full__description .more-opinion-block > h2.field-item::before,
  .full__description .page-buyers-guide h1.field-item.page-title::before, .page-buyers-guide .full__description h1.field-item.page-title::before,
  .full__description .active-bloggers-block > h2.field-item::before,
  .full__description .page-reviews-category .view-header h2.field-item::before, .page-reviews-category .view-header .full__description h2.field-item::before,
  .full__description .page-taxonomy-term h1.field-item.page-title::before, .page-taxonomy-term .full__description h1.field-item.page-title::before,
  .full__description .related-reviews-block > h2.field-item::before,
  .full__description .block-webform > h2.field-item::before,
  .full__description .block-roadcc-customisation h2.field-item::before, .block-roadcc-customisation .full__description h2.field-item::before,
  .full__description .page-health-fitness h1.field-item.page-title::before, .page-health-fitness .full__description h1.field-item.page-title::before,
  .full__description #block-views-reviews-health-reviews > h2.field-item::before,
  .full__description #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.field-item::before,
  .full__description .page-search-results h1.field-item.page-title::before, .page-search-results .full__description h1.field-item.page-title::before,
  .full__description .page-advice h1.field-item.page-title::before, .page-advice .full__description h1.field-item.page-title::before,
  .full__description .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.field-item::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .full__description h1.field-item::before,
  .full__description .page-travel h1.field-item.page-title::before, .page-travel .full__description h1.field-item.page-title::before,
  .full__description .page-content-contributor h1.field-item.page-title::before, .page-content-contributor .full__description h1.field-item.page-title::before,
  .full__description .page-sponsored h1.field-item.page-title::before, .page-sponsored .full__description h1.field-item.page-title::before, .full__description .video-block > h2.field-item::before, .full__live-blog .section-title.date-display-single::before, .full__live-blog .page-blogs h1.date-display-single.page-title::before, .page-blogs .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-features h1.date-display-single.page-title::before, .page-features .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-news h1.date-display-single.page-title::before, .page-news .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-tech h1.date-display-single.page-title::before, .page-tech .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-reviews h1.date-display-single.page-title::before, .page-reviews .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-cycling-events h1.date-display-single.page-title::before, .page-cycling-events .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .most-popular-news-block h2.date-display-single::before, .most-popular-news-block .full__live-blog h2.date-display-single::before,
  .full__live-blog .most-viewed-block > h2.date-display-single::before,
  .full__live-blog .buyers-guide-block > h2.date-display-single::before,
  .full__live-blog .features-block > h2.date-display-single::before,
  .full__live-blog .latest-comments-block > h2.date-display-single::before,
  .full__live-blog .latest-forum-topics-block > h2.date-display-single::before,
  .full__live-blog .news-block > h2.date-display-single::before,
  .full__live-blog .opinion-block > h2.date-display-single::before,
  .full__live-blog .tech-news-block > h2.date-display-single::before,
  .full__live-blog .reviews-block > h2.date-display-single::before,
  .full__live-blog .comment-wrapper .view-header h2.date-display-single::before, .comment-wrapper .view-header .full__live-blog h2.date-display-single::before,
  .full__live-blog .page-forum h1.date-display-single.page-title::before, .page-forum .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .paragraphs-items-field-selected-best-buys .date-display-single.field-label::before, .paragraphs-items-field-selected-best-buys .full__live-blog .date-display-single.field-label::before,
  .full__live-blog .more-opinion-block > h2.date-display-single::before,
  .full__live-blog .page-buyers-guide h1.date-display-single.page-title::before, .page-buyers-guide .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .active-bloggers-block > h2.date-display-single::before,
  .full__live-blog .page-reviews-category .view-header h2.date-display-single::before, .page-reviews-category .view-header .full__live-blog h2.date-display-single::before,
  .full__live-blog .page-taxonomy-term h1.date-display-single.page-title::before, .page-taxonomy-term .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .related-reviews-block > h2.date-display-single::before,
  .full__live-blog .block-webform > h2.date-display-single::before,
  .full__live-blog .block-roadcc-customisation h2.date-display-single::before, .block-roadcc-customisation .full__live-blog h2.date-display-single::before,
  .full__live-blog .page-health-fitness h1.date-display-single.page-title::before, .page-health-fitness .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog #block-views-reviews-health-reviews > h2.date-display-single::before,
  .full__live-blog #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.date-display-single::before,
  .full__live-blog .page-search-results h1.date-display-single.page-title::before, .page-search-results .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-advice h1.date-display-single.page-title::before, .page-advice .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.date-display-single::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .full__live-blog h1.date-display-single::before,
  .full__live-blog .page-travel h1.date-display-single.page-title::before, .page-travel .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-content-contributor h1.date-display-single.page-title::before, .page-content-contributor .full__live-blog h1.date-display-single.page-title::before,
  .full__live-blog .page-sponsored h1.date-display-single.page-title::before, .page-sponsored .full__live-blog h1.date-display-single.page-title::before, .full__live-blog .video-block > h2.date-display-single::before, .review-node .product-info .field-name-field-buynow-link a.section-title::before,
  .review-node .product-info .field-name-field-buynow-link .paragraphs-items-field-selected-best-buys a.field-label::before, .paragraphs-items-field-selected-best-buys .review-node .product-info .field-name-field-buynow-link a.field-label::before, .video-block > h2::before, .video-block .youtube-channel-link a.section-title::before,
  .video-block .youtube-channel-link .paragraphs-items-field-selected-best-buys a.field-label::before, .paragraphs-items-field-selected-best-buys .video-block .youtube-channel-link a.field-label::before {
    content: '\f111';
    margin-right: 1px; }
  .section-title.icon::after, .section-title.heart-title::after, .page-blogs h1.heart-title.page-title::after,
  .page-features h1.heart-title.page-title::after,
  .page-news h1.heart-title.page-title::after,
  .page-tech h1.heart-title.page-title::after,
  .page-reviews h1.heart-title.page-title::after,
  .page-cycling-events h1.heart-title.page-title::after,
  .most-popular-news-block h2.heart-title::after,
  .most-viewed-block > h2.heart-title::after,
  .buyers-guide-block > h2.heart-title::after,
  .features-block > h2.heart-title::after,
  .latest-comments-block > h2.heart-title::after,
  .latest-forum-topics-block > h2.heart-title::after,
  .news-block > h2.heart-title::after,
  .opinion-block > h2.heart-title::after,
  .tech-news-block > h2.heart-title::after,
  .reviews-block > h2.heart-title::after,
  .comment-wrapper .view-header h2.heart-title::after,
  .page-forum h1.heart-title.page-title::after,
  .paragraphs-items-field-selected-best-buys .heart-title.field-label::after,
  .more-opinion-block > h2.heart-title::after,
  .page-buyers-guide h1.heart-title.page-title::after,
  .active-bloggers-block > h2.heart-title::after,
  .page-reviews-category .view-header h2.heart-title::after,
  .page-taxonomy-term h1.heart-title.page-title::after,
  .related-reviews-block > h2.heart-title::after,
  .block-webform > h2.heart-title::after,
  .block-roadcc-customisation h2.heart-title::after,
  .page-health-fitness h1.heart-title.page-title::after,
  #block-views-reviews-health-reviews > h2.heart-title::after,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.heart-title::after,
  .page-search-results h1.heart-title.page-title::after,
  .page-advice h1.heart-title.page-title::after,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.heart-title::after,
  .page-travel h1.heart-title.page-title::after,
  .page-content-contributor h1.heart-title.page-title::after,
  .page-sponsored h1.heart-title.page-title::after, .video-block > h2.heart-title::after, .page-blogs h1.page-title::after,
  .page-features h1.page-title::after,
  .page-news h1.page-title::after,
  .page-tech h1.page-title::after,
  .page-reviews h1.page-title::after,
  .page-cycling-events h1.page-title::after,
  .most-popular-news-block h2::after,
  .most-viewed-block > h2::after,
  .buyers-guide-block > h2::after,
  .features-block > h2::after,
  .latest-comments-block > h2::after,
  .latest-forum-topics-block > h2::after,
  .news-block > h2::after,
  .opinion-block > h2::after,
  .tech-news-block > h2::after,
  .reviews-block > h2::after,
  .comment-wrapper .view-header h2::after,
  .page-forum h1.page-title::after,
  .paragraphs-items-field-selected-best-buys .field-label::after,
  .more-opinion-block > h2::after,
  .page-buyers-guide h1.page-title::after,
  .active-bloggers-block > h2::after,
  .page-reviews-category .view-header h2::after,
  .page-taxonomy-term h1.page-title::after,
  .related-reviews-block > h2::after,
  .block-webform > h2::after,
  .block-roadcc-customisation h2::after,
  .page-health-fitness h1.page-title::after,
  #block-views-reviews-health-reviews > h2::after,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2::after,
  .page-search-results h1.page-title::after,
  .page-advice h1.page-title::after,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1::after,
  .page-travel h1.page-title::after,
  .page-content-contributor h1.page-title::after,
  .page-sponsored h1.page-title::after, .section-title.subscribe-btn-white::after, .page-blogs h1.subscribe-btn-white.page-title::after,
  .page-features h1.subscribe-btn-white.page-title::after,
  .page-news h1.subscribe-btn-white.page-title::after,
  .page-tech h1.subscribe-btn-white.page-title::after,
  .page-reviews h1.subscribe-btn-white.page-title::after,
  .page-cycling-events h1.subscribe-btn-white.page-title::after,
  .most-popular-news-block h2.subscribe-btn-white::after,
  .most-viewed-block > h2.subscribe-btn-white::after,
  .buyers-guide-block > h2.subscribe-btn-white::after,
  .features-block > h2.subscribe-btn-white::after,
  .latest-comments-block > h2.subscribe-btn-white::after,
  .latest-forum-topics-block > h2.subscribe-btn-white::after,
  .news-block > h2.subscribe-btn-white::after,
  .opinion-block > h2.subscribe-btn-white::after,
  .tech-news-block > h2.subscribe-btn-white::after,
  .reviews-block > h2.subscribe-btn-white::after,
  .comment-wrapper .view-header h2.subscribe-btn-white::after,
  .page-forum h1.subscribe-btn-white.page-title::after,
  .paragraphs-items-field-selected-best-buys .subscribe-btn-white.field-label::after,
  .more-opinion-block > h2.subscribe-btn-white::after,
  .page-buyers-guide h1.subscribe-btn-white.page-title::after,
  .active-bloggers-block > h2.subscribe-btn-white::after,
  .page-reviews-category .view-header h2.subscribe-btn-white::after,
  .page-taxonomy-term h1.subscribe-btn-white.page-title::after,
  .related-reviews-block > h2.subscribe-btn-white::after,
  .block-webform > h2.subscribe-btn-white::after,
  .block-roadcc-customisation h2.subscribe-btn-white::after,
  .page-health-fitness h1.subscribe-btn-white.page-title::after,
  #block-views-reviews-health-reviews > h2.subscribe-btn-white::after,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-white::after,
  .page-search-results h1.subscribe-btn-white.page-title::after,
  .page-advice h1.subscribe-btn-white.page-title::after,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-white::after,
  .page-travel h1.subscribe-btn-white.page-title::after,
  .page-content-contributor h1.subscribe-btn-white.page-title::after,
  .page-sponsored h1.subscribe-btn-white.page-title::after, .video-block > h2.subscribe-btn-white::after, .section-title.subscribe-btn-honey::after, .page-blogs h1.subscribe-btn-honey.page-title::after,
  .page-features h1.subscribe-btn-honey.page-title::after,
  .page-news h1.subscribe-btn-honey.page-title::after,
  .page-tech h1.subscribe-btn-honey.page-title::after,
  .page-reviews h1.subscribe-btn-honey.page-title::after,
  .page-cycling-events h1.subscribe-btn-honey.page-title::after,
  .most-popular-news-block h2.subscribe-btn-honey::after,
  .most-viewed-block > h2.subscribe-btn-honey::after,
  .buyers-guide-block > h2.subscribe-btn-honey::after,
  .features-block > h2.subscribe-btn-honey::after,
  .latest-comments-block > h2.subscribe-btn-honey::after,
  .latest-forum-topics-block > h2.subscribe-btn-honey::after,
  .news-block > h2.subscribe-btn-honey::after,
  .opinion-block > h2.subscribe-btn-honey::after,
  .tech-news-block > h2.subscribe-btn-honey::after,
  .reviews-block > h2.subscribe-btn-honey::after,
  .comment-wrapper .view-header h2.subscribe-btn-honey::after,
  .page-forum h1.subscribe-btn-honey.page-title::after,
  .paragraphs-items-field-selected-best-buys .subscribe-btn-honey.field-label::after,
  .more-opinion-block > h2.subscribe-btn-honey::after,
  .page-buyers-guide h1.subscribe-btn-honey.page-title::after,
  .active-bloggers-block > h2.subscribe-btn-honey::after,
  .page-reviews-category .view-header h2.subscribe-btn-honey::after,
  .page-taxonomy-term h1.subscribe-btn-honey.page-title::after,
  .related-reviews-block > h2.subscribe-btn-honey::after,
  .block-webform > h2.subscribe-btn-honey::after,
  .block-roadcc-customisation h2.subscribe-btn-honey::after,
  .page-health-fitness h1.subscribe-btn-honey.page-title::after,
  #block-views-reviews-health-reviews > h2.subscribe-btn-honey::after,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-honey::after,
  .page-search-results h1.subscribe-btn-honey.page-title::after,
  .page-advice h1.subscribe-btn-honey.page-title::after,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-honey::after,
  .page-travel h1.subscribe-btn-honey.page-title::after,
  .page-content-contributor h1.subscribe-btn-honey.page-title::after,
  .page-sponsored h1.subscribe-btn-honey.page-title::after, .video-block > h2.subscribe-btn-honey::after, .section-title.subscribe-btn-pink::after, .page-blogs h1.subscribe-btn-pink.page-title::after,
  .page-features h1.subscribe-btn-pink.page-title::after,
  .page-news h1.subscribe-btn-pink.page-title::after,
  .page-tech h1.subscribe-btn-pink.page-title::after,
  .page-reviews h1.subscribe-btn-pink.page-title::after,
  .page-cycling-events h1.subscribe-btn-pink.page-title::after,
  .most-popular-news-block h2.subscribe-btn-pink::after,
  .most-viewed-block > h2.subscribe-btn-pink::after,
  .buyers-guide-block > h2.subscribe-btn-pink::after,
  .features-block > h2.subscribe-btn-pink::after,
  .latest-comments-block > h2.subscribe-btn-pink::after,
  .latest-forum-topics-block > h2.subscribe-btn-pink::after,
  .news-block > h2.subscribe-btn-pink::after,
  .opinion-block > h2.subscribe-btn-pink::after,
  .tech-news-block > h2.subscribe-btn-pink::after,
  .reviews-block > h2.subscribe-btn-pink::after,
  .comment-wrapper .view-header h2.subscribe-btn-pink::after,
  .page-forum h1.subscribe-btn-pink.page-title::after,
  .paragraphs-items-field-selected-best-buys .subscribe-btn-pink.field-label::after,
  .more-opinion-block > h2.subscribe-btn-pink::after,
  .page-buyers-guide h1.subscribe-btn-pink.page-title::after,
  .active-bloggers-block > h2.subscribe-btn-pink::after,
  .page-reviews-category .view-header h2.subscribe-btn-pink::after,
  .page-taxonomy-term h1.subscribe-btn-pink.page-title::after,
  .related-reviews-block > h2.subscribe-btn-pink::after,
  .block-webform > h2.subscribe-btn-pink::after,
  .block-roadcc-customisation h2.subscribe-btn-pink::after,
  .page-health-fitness h1.subscribe-btn-pink.page-title::after,
  #block-views-reviews-health-reviews > h2.subscribe-btn-pink::after,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-pink::after,
  .page-search-results h1.subscribe-btn-pink.page-title::after,
  .page-advice h1.subscribe-btn-pink.page-title::after,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-pink::after,
  .page-travel h1.subscribe-btn-pink.page-title::after,
  .page-content-contributor h1.subscribe-btn-pink.page-title::after,
  .page-sponsored h1.subscribe-btn-pink.page-title::after, .video-block > h2.subscribe-btn-pink::after, .view .more-link a.section-title::after,
  .view .more-link .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .view .more-link a.field-label::after, .view-mode-small_teaser .field-name-field-news-topics-term a.section-title::after,
  .view-mode-small_teaser .field-name-field-news-topics-term .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .view-mode-small_teaser .field-name-field-news-topics-term a.field-label::after, .full__description .section-title.field-item::after, .full__description .page-blogs h1.field-item.page-title::after, .page-blogs .full__description h1.field-item.page-title::after,
  .full__description .page-features h1.field-item.page-title::after, .page-features .full__description h1.field-item.page-title::after,
  .full__description .page-news h1.field-item.page-title::after, .page-news .full__description h1.field-item.page-title::after,
  .full__description .page-tech h1.field-item.page-title::after, .page-tech .full__description h1.field-item.page-title::after,
  .full__description .page-reviews h1.field-item.page-title::after, .page-reviews .full__description h1.field-item.page-title::after,
  .full__description .page-cycling-events h1.field-item.page-title::after, .page-cycling-events .full__description h1.field-item.page-title::after,
  .full__description .most-popular-news-block h2.field-item::after, .most-popular-news-block .full__description h2.field-item::after,
  .full__description .most-viewed-block > h2.field-item::after,
  .full__description .buyers-guide-block > h2.field-item::after,
  .full__description .features-block > h2.field-item::after,
  .full__description .latest-comments-block > h2.field-item::after,
  .full__description .latest-forum-topics-block > h2.field-item::after,
  .full__description .news-block > h2.field-item::after,
  .full__description .opinion-block > h2.field-item::after,
  .full__description .tech-news-block > h2.field-item::after,
  .full__description .reviews-block > h2.field-item::after,
  .full__description .comment-wrapper .view-header h2.field-item::after, .comment-wrapper .view-header .full__description h2.field-item::after,
  .full__description .page-forum h1.field-item.page-title::after, .page-forum .full__description h1.field-item.page-title::after,
  .full__description .paragraphs-items-field-selected-best-buys .field-item.field-label::after, .paragraphs-items-field-selected-best-buys .full__description .field-item.field-label::after,
  .full__description .more-opinion-block > h2.field-item::after,
  .full__description .page-buyers-guide h1.field-item.page-title::after, .page-buyers-guide .full__description h1.field-item.page-title::after,
  .full__description .active-bloggers-block > h2.field-item::after,
  .full__description .page-reviews-category .view-header h2.field-item::after, .page-reviews-category .view-header .full__description h2.field-item::after,
  .full__description .page-taxonomy-term h1.field-item.page-title::after, .page-taxonomy-term .full__description h1.field-item.page-title::after,
  .full__description .related-reviews-block > h2.field-item::after,
  .full__description .block-webform > h2.field-item::after,
  .full__description .block-roadcc-customisation h2.field-item::after, .block-roadcc-customisation .full__description h2.field-item::after,
  .full__description .page-health-fitness h1.field-item.page-title::after, .page-health-fitness .full__description h1.field-item.page-title::after,
  .full__description #block-views-reviews-health-reviews > h2.field-item::after,
  .full__description #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.field-item::after,
  .full__description .page-search-results h1.field-item.page-title::after, .page-search-results .full__description h1.field-item.page-title::after,
  .full__description .page-advice h1.field-item.page-title::after, .page-advice .full__description h1.field-item.page-title::after,
  .full__description .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.field-item::after, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .full__description h1.field-item::after,
  .full__description .page-travel h1.field-item.page-title::after, .page-travel .full__description h1.field-item.page-title::after,
  .full__description .page-content-contributor h1.field-item.page-title::after, .page-content-contributor .full__description h1.field-item.page-title::after,
  .full__description .page-sponsored h1.field-item.page-title::after, .page-sponsored .full__description h1.field-item.page-title::after, .full__description .video-block > h2.field-item::after, .full__live-blog .section-title.date-display-single::after, .full__live-blog .page-blogs h1.date-display-single.page-title::after, .page-blogs .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-features h1.date-display-single.page-title::after, .page-features .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-news h1.date-display-single.page-title::after, .page-news .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-tech h1.date-display-single.page-title::after, .page-tech .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-reviews h1.date-display-single.page-title::after, .page-reviews .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-cycling-events h1.date-display-single.page-title::after, .page-cycling-events .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .most-popular-news-block h2.date-display-single::after, .most-popular-news-block .full__live-blog h2.date-display-single::after,
  .full__live-blog .most-viewed-block > h2.date-display-single::after,
  .full__live-blog .buyers-guide-block > h2.date-display-single::after,
  .full__live-blog .features-block > h2.date-display-single::after,
  .full__live-blog .latest-comments-block > h2.date-display-single::after,
  .full__live-blog .latest-forum-topics-block > h2.date-display-single::after,
  .full__live-blog .news-block > h2.date-display-single::after,
  .full__live-blog .opinion-block > h2.date-display-single::after,
  .full__live-blog .tech-news-block > h2.date-display-single::after,
  .full__live-blog .reviews-block > h2.date-display-single::after,
  .full__live-blog .comment-wrapper .view-header h2.date-display-single::after, .comment-wrapper .view-header .full__live-blog h2.date-display-single::after,
  .full__live-blog .page-forum h1.date-display-single.page-title::after, .page-forum .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .paragraphs-items-field-selected-best-buys .date-display-single.field-label::after, .paragraphs-items-field-selected-best-buys .full__live-blog .date-display-single.field-label::after,
  .full__live-blog .more-opinion-block > h2.date-display-single::after,
  .full__live-blog .page-buyers-guide h1.date-display-single.page-title::after, .page-buyers-guide .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .active-bloggers-block > h2.date-display-single::after,
  .full__live-blog .page-reviews-category .view-header h2.date-display-single::after, .page-reviews-category .view-header .full__live-blog h2.date-display-single::after,
  .full__live-blog .page-taxonomy-term h1.date-display-single.page-title::after, .page-taxonomy-term .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .related-reviews-block > h2.date-display-single::after,
  .full__live-blog .block-webform > h2.date-display-single::after,
  .full__live-blog .block-roadcc-customisation h2.date-display-single::after, .block-roadcc-customisation .full__live-blog h2.date-display-single::after,
  .full__live-blog .page-health-fitness h1.date-display-single.page-title::after, .page-health-fitness .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog #block-views-reviews-health-reviews > h2.date-display-single::after,
  .full__live-blog #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.date-display-single::after,
  .full__live-blog .page-search-results h1.date-display-single.page-title::after, .page-search-results .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-advice h1.date-display-single.page-title::after, .page-advice .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.date-display-single::after, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .full__live-blog h1.date-display-single::after,
  .full__live-blog .page-travel h1.date-display-single.page-title::after, .page-travel .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-content-contributor h1.date-display-single.page-title::after, .page-content-contributor .full__live-blog h1.date-display-single.page-title::after,
  .full__live-blog .page-sponsored h1.date-display-single.page-title::after, .page-sponsored .full__live-blog h1.date-display-single.page-title::after, .full__live-blog .video-block > h2.date-display-single::after, .review-node .product-info .field-name-field-buynow-link a.section-title::after,
  .review-node .product-info .field-name-field-buynow-link .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .review-node .product-info .field-name-field-buynow-link a.field-label::after, .video-block > h2::after, .video-block .youtube-channel-link a.section-title::after,
  .video-block .youtube-channel-link .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .video-block .youtube-channel-link a.field-label::after {
    content: ' ';
    height: 24px;
    width: 9px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: #fff; }
    @media (min-width: 992px) {
      .section-title.icon::after, .section-title.heart-title::after, .page-blogs h1.heart-title.page-title::after,
      .page-features h1.heart-title.page-title::after,
      .page-news h1.heart-title.page-title::after,
      .page-tech h1.heart-title.page-title::after,
      .page-reviews h1.heart-title.page-title::after,
      .page-cycling-events h1.heart-title.page-title::after,
      .most-popular-news-block h2.heart-title::after,
      .most-viewed-block > h2.heart-title::after,
      .buyers-guide-block > h2.heart-title::after,
      .features-block > h2.heart-title::after,
      .latest-comments-block > h2.heart-title::after,
      .latest-forum-topics-block > h2.heart-title::after,
      .news-block > h2.heart-title::after,
      .opinion-block > h2.heart-title::after,
      .tech-news-block > h2.heart-title::after,
      .reviews-block > h2.heart-title::after,
      .comment-wrapper .view-header h2.heart-title::after,
      .page-forum h1.heart-title.page-title::after,
      .paragraphs-items-field-selected-best-buys .heart-title.field-label::after,
      .more-opinion-block > h2.heart-title::after,
      .page-buyers-guide h1.heart-title.page-title::after,
      .active-bloggers-block > h2.heart-title::after,
      .page-reviews-category .view-header h2.heart-title::after,
      .page-taxonomy-term h1.heart-title.page-title::after,
      .related-reviews-block > h2.heart-title::after,
      .block-webform > h2.heart-title::after,
      .block-roadcc-customisation h2.heart-title::after,
      .page-health-fitness h1.heart-title.page-title::after,
      #block-views-reviews-health-reviews > h2.heart-title::after,
      #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.heart-title::after,
      .page-search-results h1.heart-title.page-title::after,
      .page-advice h1.heart-title.page-title::after,
      .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.heart-title::after,
      .page-travel h1.heart-title.page-title::after,
      .page-content-contributor h1.heart-title.page-title::after,
      .page-sponsored h1.heart-title.page-title::after, .video-block > h2.heart-title::after, .page-blogs h1.page-title::after,
      .page-features h1.page-title::after,
      .page-news h1.page-title::after,
      .page-tech h1.page-title::after,
      .page-reviews h1.page-title::after,
      .page-cycling-events h1.page-title::after,
      .most-popular-news-block h2::after,
      .most-viewed-block > h2::after,
      .buyers-guide-block > h2::after,
      .features-block > h2::after,
      .latest-comments-block > h2::after,
      .latest-forum-topics-block > h2::after,
      .news-block > h2::after,
      .opinion-block > h2::after,
      .tech-news-block > h2::after,
      .reviews-block > h2::after,
      .comment-wrapper .view-header h2::after,
      .page-forum h1.page-title::after,
      .paragraphs-items-field-selected-best-buys .field-label::after,
      .more-opinion-block > h2::after,
      .page-buyers-guide h1.page-title::after,
      .active-bloggers-block > h2::after,
      .page-reviews-category .view-header h2::after,
      .page-taxonomy-term h1.page-title::after,
      .related-reviews-block > h2::after,
      .block-webform > h2::after,
      .block-roadcc-customisation h2::after,
      .page-health-fitness h1.page-title::after,
      #block-views-reviews-health-reviews > h2::after,
      #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2::after,
      .page-search-results h1.page-title::after,
      .page-advice h1.page-title::after,
      .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1::after,
      .page-travel h1.page-title::after,
      .page-content-contributor h1.page-title::after,
      .page-sponsored h1.page-title::after, .section-title.subscribe-btn-white::after, .page-blogs h1.subscribe-btn-white.page-title::after,
      .page-features h1.subscribe-btn-white.page-title::after,
      .page-news h1.subscribe-btn-white.page-title::after,
      .page-tech h1.subscribe-btn-white.page-title::after,
      .page-reviews h1.subscribe-btn-white.page-title::after,
      .page-cycling-events h1.subscribe-btn-white.page-title::after,
      .most-popular-news-block h2.subscribe-btn-white::after,
      .most-viewed-block > h2.subscribe-btn-white::after,
      .buyers-guide-block > h2.subscribe-btn-white::after,
      .features-block > h2.subscribe-btn-white::after,
      .latest-comments-block > h2.subscribe-btn-white::after,
      .latest-forum-topics-block > h2.subscribe-btn-white::after,
      .news-block > h2.subscribe-btn-white::after,
      .opinion-block > h2.subscribe-btn-white::after,
      .tech-news-block > h2.subscribe-btn-white::after,
      .reviews-block > h2.subscribe-btn-white::after,
      .comment-wrapper .view-header h2.subscribe-btn-white::after,
      .page-forum h1.subscribe-btn-white.page-title::after,
      .paragraphs-items-field-selected-best-buys .subscribe-btn-white.field-label::after,
      .more-opinion-block > h2.subscribe-btn-white::after,
      .page-buyers-guide h1.subscribe-btn-white.page-title::after,
      .active-bloggers-block > h2.subscribe-btn-white::after,
      .page-reviews-category .view-header h2.subscribe-btn-white::after,
      .page-taxonomy-term h1.subscribe-btn-white.page-title::after,
      .related-reviews-block > h2.subscribe-btn-white::after,
      .block-webform > h2.subscribe-btn-white::after,
      .block-roadcc-customisation h2.subscribe-btn-white::after,
      .page-health-fitness h1.subscribe-btn-white.page-title::after,
      #block-views-reviews-health-reviews > h2.subscribe-btn-white::after,
      #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-white::after,
      .page-search-results h1.subscribe-btn-white.page-title::after,
      .page-advice h1.subscribe-btn-white.page-title::after,
      .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-white::after,
      .page-travel h1.subscribe-btn-white.page-title::after,
      .page-content-contributor h1.subscribe-btn-white.page-title::after,
      .page-sponsored h1.subscribe-btn-white.page-title::after, .video-block > h2.subscribe-btn-white::after, .section-title.subscribe-btn-honey::after, .page-blogs h1.subscribe-btn-honey.page-title::after,
      .page-features h1.subscribe-btn-honey.page-title::after,
      .page-news h1.subscribe-btn-honey.page-title::after,
      .page-tech h1.subscribe-btn-honey.page-title::after,
      .page-reviews h1.subscribe-btn-honey.page-title::after,
      .page-cycling-events h1.subscribe-btn-honey.page-title::after,
      .most-popular-news-block h2.subscribe-btn-honey::after,
      .most-viewed-block > h2.subscribe-btn-honey::after,
      .buyers-guide-block > h2.subscribe-btn-honey::after,
      .features-block > h2.subscribe-btn-honey::after,
      .latest-comments-block > h2.subscribe-btn-honey::after,
      .latest-forum-topics-block > h2.subscribe-btn-honey::after,
      .news-block > h2.subscribe-btn-honey::after,
      .opinion-block > h2.subscribe-btn-honey::after,
      .tech-news-block > h2.subscribe-btn-honey::after,
      .reviews-block > h2.subscribe-btn-honey::after,
      .comment-wrapper .view-header h2.subscribe-btn-honey::after,
      .page-forum h1.subscribe-btn-honey.page-title::after,
      .paragraphs-items-field-selected-best-buys .subscribe-btn-honey.field-label::after,
      .more-opinion-block > h2.subscribe-btn-honey::after,
      .page-buyers-guide h1.subscribe-btn-honey.page-title::after,
      .active-bloggers-block > h2.subscribe-btn-honey::after,
      .page-reviews-category .view-header h2.subscribe-btn-honey::after,
      .page-taxonomy-term h1.subscribe-btn-honey.page-title::after,
      .related-reviews-block > h2.subscribe-btn-honey::after,
      .block-webform > h2.subscribe-btn-honey::after,
      .block-roadcc-customisation h2.subscribe-btn-honey::after,
      .page-health-fitness h1.subscribe-btn-honey.page-title::after,
      #block-views-reviews-health-reviews > h2.subscribe-btn-honey::after,
      #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-honey::after,
      .page-search-results h1.subscribe-btn-honey.page-title::after,
      .page-advice h1.subscribe-btn-honey.page-title::after,
      .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-honey::after,
      .page-travel h1.subscribe-btn-honey.page-title::after,
      .page-content-contributor h1.subscribe-btn-honey.page-title::after,
      .page-sponsored h1.subscribe-btn-honey.page-title::after, .video-block > h2.subscribe-btn-honey::after, .section-title.subscribe-btn-pink::after, .page-blogs h1.subscribe-btn-pink.page-title::after,
      .page-features h1.subscribe-btn-pink.page-title::after,
      .page-news h1.subscribe-btn-pink.page-title::after,
      .page-tech h1.subscribe-btn-pink.page-title::after,
      .page-reviews h1.subscribe-btn-pink.page-title::after,
      .page-cycling-events h1.subscribe-btn-pink.page-title::after,
      .most-popular-news-block h2.subscribe-btn-pink::after,
      .most-viewed-block > h2.subscribe-btn-pink::after,
      .buyers-guide-block > h2.subscribe-btn-pink::after,
      .features-block > h2.subscribe-btn-pink::after,
      .latest-comments-block > h2.subscribe-btn-pink::after,
      .latest-forum-topics-block > h2.subscribe-btn-pink::after,
      .news-block > h2.subscribe-btn-pink::after,
      .opinion-block > h2.subscribe-btn-pink::after,
      .tech-news-block > h2.subscribe-btn-pink::after,
      .reviews-block > h2.subscribe-btn-pink::after,
      .comment-wrapper .view-header h2.subscribe-btn-pink::after,
      .page-forum h1.subscribe-btn-pink.page-title::after,
      .paragraphs-items-field-selected-best-buys .subscribe-btn-pink.field-label::after,
      .more-opinion-block > h2.subscribe-btn-pink::after,
      .page-buyers-guide h1.subscribe-btn-pink.page-title::after,
      .active-bloggers-block > h2.subscribe-btn-pink::after,
      .page-reviews-category .view-header h2.subscribe-btn-pink::after,
      .page-taxonomy-term h1.subscribe-btn-pink.page-title::after,
      .related-reviews-block > h2.subscribe-btn-pink::after,
      .block-webform > h2.subscribe-btn-pink::after,
      .block-roadcc-customisation h2.subscribe-btn-pink::after,
      .page-health-fitness h1.subscribe-btn-pink.page-title::after,
      #block-views-reviews-health-reviews > h2.subscribe-btn-pink::after,
      #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-pink::after,
      .page-search-results h1.subscribe-btn-pink.page-title::after,
      .page-advice h1.subscribe-btn-pink.page-title::after,
      .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-pink::after,
      .page-travel h1.subscribe-btn-pink.page-title::after,
      .page-content-contributor h1.subscribe-btn-pink.page-title::after,
      .page-sponsored h1.subscribe-btn-pink.page-title::after, .video-block > h2.subscribe-btn-pink::after, .view .more-link a.section-title::after,
      .view .more-link .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .view .more-link a.field-label::after, .view-mode-small_teaser .field-name-field-news-topics-term a.section-title::after,
      .view-mode-small_teaser .field-name-field-news-topics-term .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .view-mode-small_teaser .field-name-field-news-topics-term a.field-label::after, .full__description .section-title.field-item::after, .full__description .page-blogs h1.field-item.page-title::after, .page-blogs .full__description h1.field-item.page-title::after,
      .full__description .page-features h1.field-item.page-title::after, .page-features .full__description h1.field-item.page-title::after,
      .full__description .page-news h1.field-item.page-title::after, .page-news .full__description h1.field-item.page-title::after,
      .full__description .page-tech h1.field-item.page-title::after, .page-tech .full__description h1.field-item.page-title::after,
      .full__description .page-reviews h1.field-item.page-title::after, .page-reviews .full__description h1.field-item.page-title::after,
      .full__description .page-cycling-events h1.field-item.page-title::after, .page-cycling-events .full__description h1.field-item.page-title::after,
      .full__description .most-popular-news-block h2.field-item::after, .most-popular-news-block .full__description h2.field-item::after,
      .full__description .most-viewed-block > h2.field-item::after,
      .full__description .buyers-guide-block > h2.field-item::after,
      .full__description .features-block > h2.field-item::after,
      .full__description .latest-comments-block > h2.field-item::after,
      .full__description .latest-forum-topics-block > h2.field-item::after,
      .full__description .news-block > h2.field-item::after,
      .full__description .opinion-block > h2.field-item::after,
      .full__description .tech-news-block > h2.field-item::after,
      .full__description .reviews-block > h2.field-item::after,
      .full__description .comment-wrapper .view-header h2.field-item::after, .comment-wrapper .view-header .full__description h2.field-item::after,
      .full__description .page-forum h1.field-item.page-title::after, .page-forum .full__description h1.field-item.page-title::after,
      .full__description .paragraphs-items-field-selected-best-buys .field-item.field-label::after, .paragraphs-items-field-selected-best-buys .full__description .field-item.field-label::after,
      .full__description .more-opinion-block > h2.field-item::after,
      .full__description .page-buyers-guide h1.field-item.page-title::after, .page-buyers-guide .full__description h1.field-item.page-title::after,
      .full__description .active-bloggers-block > h2.field-item::after,
      .full__description .page-reviews-category .view-header h2.field-item::after, .page-reviews-category .view-header .full__description h2.field-item::after,
      .full__description .page-taxonomy-term h1.field-item.page-title::after, .page-taxonomy-term .full__description h1.field-item.page-title::after,
      .full__description .related-reviews-block > h2.field-item::after,
      .full__description .block-webform > h2.field-item::after,
      .full__description .block-roadcc-customisation h2.field-item::after, .block-roadcc-customisation .full__description h2.field-item::after,
      .full__description .page-health-fitness h1.field-item.page-title::after, .page-health-fitness .full__description h1.field-item.page-title::after,
      .full__description #block-views-reviews-health-reviews > h2.field-item::after,
      .full__description #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.field-item::after,
      .full__description .page-search-results h1.field-item.page-title::after, .page-search-results .full__description h1.field-item.page-title::after,
      .full__description .page-advice h1.field-item.page-title::after, .page-advice .full__description h1.field-item.page-title::after,
      .full__description .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.field-item::after, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .full__description h1.field-item::after,
      .full__description .page-travel h1.field-item.page-title::after, .page-travel .full__description h1.field-item.page-title::after,
      .full__description .page-content-contributor h1.field-item.page-title::after, .page-content-contributor .full__description h1.field-item.page-title::after,
      .full__description .page-sponsored h1.field-item.page-title::after, .page-sponsored .full__description h1.field-item.page-title::after, .full__description .video-block > h2.field-item::after, .full__live-blog .section-title.date-display-single::after, .full__live-blog .page-blogs h1.date-display-single.page-title::after, .page-blogs .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-features h1.date-display-single.page-title::after, .page-features .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-news h1.date-display-single.page-title::after, .page-news .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-tech h1.date-display-single.page-title::after, .page-tech .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-reviews h1.date-display-single.page-title::after, .page-reviews .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-cycling-events h1.date-display-single.page-title::after, .page-cycling-events .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .most-popular-news-block h2.date-display-single::after, .most-popular-news-block .full__live-blog h2.date-display-single::after,
      .full__live-blog .most-viewed-block > h2.date-display-single::after,
      .full__live-blog .buyers-guide-block > h2.date-display-single::after,
      .full__live-blog .features-block > h2.date-display-single::after,
      .full__live-blog .latest-comments-block > h2.date-display-single::after,
      .full__live-blog .latest-forum-topics-block > h2.date-display-single::after,
      .full__live-blog .news-block > h2.date-display-single::after,
      .full__live-blog .opinion-block > h2.date-display-single::after,
      .full__live-blog .tech-news-block > h2.date-display-single::after,
      .full__live-blog .reviews-block > h2.date-display-single::after,
      .full__live-blog .comment-wrapper .view-header h2.date-display-single::after, .comment-wrapper .view-header .full__live-blog h2.date-display-single::after,
      .full__live-blog .page-forum h1.date-display-single.page-title::after, .page-forum .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .paragraphs-items-field-selected-best-buys .date-display-single.field-label::after, .paragraphs-items-field-selected-best-buys .full__live-blog .date-display-single.field-label::after,
      .full__live-blog .more-opinion-block > h2.date-display-single::after,
      .full__live-blog .page-buyers-guide h1.date-display-single.page-title::after, .page-buyers-guide .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .active-bloggers-block > h2.date-display-single::after,
      .full__live-blog .page-reviews-category .view-header h2.date-display-single::after, .page-reviews-category .view-header .full__live-blog h2.date-display-single::after,
      .full__live-blog .page-taxonomy-term h1.date-display-single.page-title::after, .page-taxonomy-term .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .related-reviews-block > h2.date-display-single::after,
      .full__live-blog .block-webform > h2.date-display-single::after,
      .full__live-blog .block-roadcc-customisation h2.date-display-single::after, .block-roadcc-customisation .full__live-blog h2.date-display-single::after,
      .full__live-blog .page-health-fitness h1.date-display-single.page-title::after, .page-health-fitness .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog #block-views-reviews-health-reviews > h2.date-display-single::after,
      .full__live-blog #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.date-display-single::after,
      .full__live-blog .page-search-results h1.date-display-single.page-title::after, .page-search-results .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-advice h1.date-display-single.page-title::after, .page-advice .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.date-display-single::after, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .full__live-blog h1.date-display-single::after,
      .full__live-blog .page-travel h1.date-display-single.page-title::after, .page-travel .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-content-contributor h1.date-display-single.page-title::after, .page-content-contributor .full__live-blog h1.date-display-single.page-title::after,
      .full__live-blog .page-sponsored h1.date-display-single.page-title::after, .page-sponsored .full__live-blog h1.date-display-single.page-title::after, .full__live-blog .video-block > h2.date-display-single::after, .review-node .product-info .field-name-field-buynow-link a.section-title::after,
      .review-node .product-info .field-name-field-buynow-link .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .review-node .product-info .field-name-field-buynow-link a.field-label::after, .video-block > h2::after, .video-block .youtube-channel-link a.section-title::after,
      .video-block .youtube-channel-link .paragraphs-items-field-selected-best-buys a.field-label::after, .paragraphs-items-field-selected-best-buys .video-block .youtube-channel-link a.field-label::after {
        width: 12px;
        height: 28px; } }

.timeline-title, .full__live-blog .date-display-single {
  font-size: var(--text-base-size);
  line-height: normal;
  margin: 0 0 1rem 0;
  font-family: "Merriweather", serif;
  font-weight: 900;
  color: #5B5E6D;
  padding-top: 13px;
  background-color: #fff;
  position: relative;
  background-image: linear-gradient(to bottom, #495057, #495057 1px, transparent 1px, transparent 4px, #495057 4px, #495057 5px, transparent 5px); }
  @media (min-width: 992px) {
    .timeline-title, .full__live-blog .date-display-single {
      margin: 0 0 1.3rem 0; } }
  .timeline-title.icon::before, .timeline-title.heart-title::before, .full__live-blog .heart-title.date-display-single::before, .page-blogs h1.timeline-title.page-title::before, .page-blogs .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-blogs h1.page-title.date-display-single::before,
  .page-features h1.timeline-title.page-title::before, .page-features .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-features h1.page-title.date-display-single::before,
  .page-news h1.timeline-title.page-title::before, .page-news .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-news h1.page-title.date-display-single::before,
  .page-tech h1.timeline-title.page-title::before, .page-tech .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-tech h1.page-title.date-display-single::before,
  .page-reviews h1.timeline-title.page-title::before, .page-reviews .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-reviews h1.page-title.date-display-single::before,
  .page-cycling-events h1.timeline-title.page-title::before, .page-cycling-events .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-cycling-events h1.page-title.date-display-single::before,
  .most-popular-news-block h2.timeline-title::before, .most-popular-news-block .full__live-blog h2.date-display-single::before, .full__live-blog .most-popular-news-block h2.date-display-single::before,
  .most-viewed-block > h2.timeline-title::before, .full__live-blog .most-viewed-block > h2.date-display-single::before,
  .buyers-guide-block > h2.timeline-title::before, .full__live-blog .buyers-guide-block > h2.date-display-single::before,
  .features-block > h2.timeline-title::before, .full__live-blog .features-block > h2.date-display-single::before,
  .latest-comments-block > h2.timeline-title::before, .full__live-blog .latest-comments-block > h2.date-display-single::before,
  .latest-forum-topics-block > h2.timeline-title::before, .full__live-blog .latest-forum-topics-block > h2.date-display-single::before,
  .news-block > h2.timeline-title::before, .full__live-blog .news-block > h2.date-display-single::before,
  .opinion-block > h2.timeline-title::before, .full__live-blog .opinion-block > h2.date-display-single::before,
  .tech-news-block > h2.timeline-title::before, .full__live-blog .tech-news-block > h2.date-display-single::before,
  .reviews-block > h2.timeline-title::before, .full__live-blog .reviews-block > h2.date-display-single::before,
  .comment-wrapper .view-header h2.timeline-title::before, .comment-wrapper .view-header .full__live-blog h2.date-display-single::before, .full__live-blog .comment-wrapper .view-header h2.date-display-single::before,
  .page-forum h1.timeline-title.page-title::before, .page-forum .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-forum h1.page-title.date-display-single::before,
  .paragraphs-items-field-selected-best-buys .timeline-title.field-label::before, .paragraphs-items-field-selected-best-buys .full__live-blog .field-label.date-display-single::before, .full__live-blog .paragraphs-items-field-selected-best-buys .field-label.date-display-single::before,
  .more-opinion-block > h2.timeline-title::before, .full__live-blog .more-opinion-block > h2.date-display-single::before,
  .page-buyers-guide h1.timeline-title.page-title::before, .page-buyers-guide .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-buyers-guide h1.page-title.date-display-single::before,
  .active-bloggers-block > h2.timeline-title::before, .full__live-blog .active-bloggers-block > h2.date-display-single::before,
  .page-reviews-category .view-header h2.timeline-title::before, .page-reviews-category .view-header .full__live-blog h2.date-display-single::before, .full__live-blog .page-reviews-category .view-header h2.date-display-single::before,
  .page-taxonomy-term h1.timeline-title.page-title::before, .page-taxonomy-term .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-taxonomy-term h1.page-title.date-display-single::before,
  .related-reviews-block > h2.timeline-title::before, .full__live-blog .related-reviews-block > h2.date-display-single::before,
  .block-webform > h2.timeline-title::before, .full__live-blog .block-webform > h2.date-display-single::before,
  .block-roadcc-customisation h2.timeline-title::before, .block-roadcc-customisation .full__live-blog h2.date-display-single::before, .full__live-blog .block-roadcc-customisation h2.date-display-single::before,
  .page-health-fitness h1.timeline-title.page-title::before, .page-health-fitness .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-health-fitness h1.page-title.date-display-single::before,
  #block-views-reviews-health-reviews > h2.timeline-title::before, .full__live-blog #block-views-reviews-health-reviews > h2.date-display-single::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.timeline-title::before, .full__live-blog #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.date-display-single::before,
  .page-search-results h1.timeline-title.page-title::before, .page-search-results .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-search-results h1.page-title.date-display-single::before,
  .page-advice h1.timeline-title.page-title::before, .page-advice .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-advice h1.page-title.date-display-single::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.timeline-title::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .full__live-blog h1.date-display-single::before, .full__live-blog .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.date-display-single::before,
  .page-travel h1.timeline-title.page-title::before, .page-travel .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-travel h1.page-title.date-display-single::before,
  .page-content-contributor h1.timeline-title.page-title::before, .page-content-contributor .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-content-contributor h1.page-title.date-display-single::before,
  .page-sponsored h1.timeline-title.page-title::before, .page-sponsored .full__live-blog h1.page-title.date-display-single::before, .full__live-blog .page-sponsored h1.page-title.date-display-single::before, .timeline-title.subscribe-btn-white::before, .full__live-blog .subscribe-btn-white.date-display-single::before, .timeline-title.subscribe-btn-honey::before, .full__live-blog .subscribe-btn-honey.date-display-single::before, .timeline-title.subscribe-btn-pink::before, .full__live-blog .subscribe-btn-pink.date-display-single::before, .view .more-link a.timeline-title::before, .view .more-link .full__live-blog a.date-display-single::before, .full__live-blog .view .more-link a.date-display-single::before, .view-mode-small_teaser .field-name-field-news-topics-term a.timeline-title::before, .view-mode-small_teaser .field-name-field-news-topics-term .full__live-blog a.date-display-single::before, .full__live-blog .view-mode-small_teaser .field-name-field-news-topics-term a.date-display-single::before, .full__description .timeline-title.field-item::before, .full__description .full__live-blog .field-item.date-display-single::before, .full__live-blog .full__description .field-item.date-display-single::before, .full__live-blog .date-display-single::before, .review-node .product-info .field-name-field-buynow-link a.timeline-title::before, .review-node .product-info .field-name-field-buynow-link .full__live-blog a.date-display-single::before, .full__live-blog .review-node .product-info .field-name-field-buynow-link a.date-display-single::before, .video-block > h2.timeline-title::before, .full__live-blog .video-block > h2.date-display-single::before, .video-block .youtube-channel-link a.timeline-title::before, .video-block .youtube-channel-link .full__live-blog a.date-display-single::before, .full__live-blog .video-block .youtube-channel-link a.date-display-single::before {
    content: '\f111';
    margin-right: 5px;
    font-size: 10px;
    line-height: normal;
    position: relative;
    top: -2px; }

.lead-bold {
  font-size: 1rem;
  font-weight: 700; }
  .lead-bold.icon::before, .lead-bold.heart-title::before, .page-blogs h1.lead-bold.page-title::before,
  .page-features h1.lead-bold.page-title::before,
  .page-news h1.lead-bold.page-title::before,
  .page-tech h1.lead-bold.page-title::before,
  .page-reviews h1.lead-bold.page-title::before,
  .page-cycling-events h1.lead-bold.page-title::before,
  .most-popular-news-block h2.lead-bold::before,
  .most-viewed-block > h2.lead-bold::before,
  .buyers-guide-block > h2.lead-bold::before,
  .features-block > h2.lead-bold::before,
  .latest-comments-block > h2.lead-bold::before,
  .latest-forum-topics-block > h2.lead-bold::before,
  .news-block > h2.lead-bold::before,
  .opinion-block > h2.lead-bold::before,
  .tech-news-block > h2.lead-bold::before,
  .reviews-block > h2.lead-bold::before,
  .comment-wrapper .view-header h2.lead-bold::before,
  .page-forum h1.lead-bold.page-title::before,
  .paragraphs-items-field-selected-best-buys .lead-bold.field-label::before,
  .more-opinion-block > h2.lead-bold::before,
  .page-buyers-guide h1.lead-bold.page-title::before,
  .active-bloggers-block > h2.lead-bold::before,
  .page-reviews-category .view-header h2.lead-bold::before,
  .page-taxonomy-term h1.lead-bold.page-title::before,
  .related-reviews-block > h2.lead-bold::before,
  .block-webform > h2.lead-bold::before,
  .block-roadcc-customisation h2.lead-bold::before,
  .page-health-fitness h1.lead-bold.page-title::before,
  #block-views-reviews-health-reviews > h2.lead-bold::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.lead-bold::before,
  .page-search-results h1.lead-bold.page-title::before,
  .page-advice h1.lead-bold.page-title::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.lead-bold::before,
  .page-travel h1.lead-bold.page-title::before,
  .page-content-contributor h1.lead-bold.page-title::before,
  .page-sponsored h1.lead-bold.page-title::before, .lead-bold.subscribe-btn-white::before, .lead-bold.subscribe-btn-honey::before, .lead-bold.subscribe-btn-pink::before, .view .more-link a.lead-bold::before, .view-mode-small_teaser .field-name-field-news-topics-term a.lead-bold::before, .full__description .lead-bold.field-item::before, .full__live-blog .lead-bold.date-display-single::before, .review-node .product-info .field-name-field-buynow-link a.lead-bold::before, .video-block > h2.lead-bold::before, .video-block .youtube-channel-link a.lead-bold::before {
    font-size: 10px;
    line-height: normal;
    position: relative;
    top: -2px; }

.lead-ct, .view-mode-small_teaser .field-name-field-news-topics-term a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #AEB0B8; }
  .lead-ct.icon::before, .lead-ct.heart-title::before, .page-blogs h1.lead-ct.page-title::before,
  .page-features h1.lead-ct.page-title::before,
  .page-news h1.lead-ct.page-title::before,
  .page-tech h1.lead-ct.page-title::before,
  .page-reviews h1.lead-ct.page-title::before,
  .page-cycling-events h1.lead-ct.page-title::before,
  .most-popular-news-block h2.lead-ct::before,
  .most-viewed-block > h2.lead-ct::before,
  .buyers-guide-block > h2.lead-ct::before,
  .features-block > h2.lead-ct::before,
  .latest-comments-block > h2.lead-ct::before,
  .latest-forum-topics-block > h2.lead-ct::before,
  .news-block > h2.lead-ct::before,
  .opinion-block > h2.lead-ct::before,
  .tech-news-block > h2.lead-ct::before,
  .reviews-block > h2.lead-ct::before,
  .comment-wrapper .view-header h2.lead-ct::before,
  .page-forum h1.lead-ct.page-title::before,
  .paragraphs-items-field-selected-best-buys .lead-ct.field-label::before,
  .more-opinion-block > h2.lead-ct::before,
  .page-buyers-guide h1.lead-ct.page-title::before,
  .active-bloggers-block > h2.lead-ct::before,
  .page-reviews-category .view-header h2.lead-ct::before,
  .page-taxonomy-term h1.lead-ct.page-title::before,
  .related-reviews-block > h2.lead-ct::before,
  .block-webform > h2.lead-ct::before,
  .block-roadcc-customisation h2.lead-ct::before,
  .page-health-fitness h1.lead-ct.page-title::before,
  #block-views-reviews-health-reviews > h2.lead-ct::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.lead-ct::before,
  .page-search-results h1.lead-ct.page-title::before,
  .page-advice h1.lead-ct.page-title::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.lead-ct::before,
  .page-travel h1.lead-ct.page-title::before,
  .page-content-contributor h1.lead-ct.page-title::before,
  .page-sponsored h1.lead-ct.page-title::before, .lead-ct.subscribe-btn-white::before, .lead-ct.subscribe-btn-honey::before, .lead-ct.subscribe-btn-pink::before, .view .more-link a.lead-ct::before, .view-mode-small_teaser .field-name-field-news-topics-term a::before, .full__description .lead-ct.field-item::before, .full__live-blog .lead-ct.date-display-single::before, .review-node .product-info .field-name-field-buynow-link a.lead-ct::before, .review-node .product-info .field-name-field-buynow-link .view-mode-small_teaser .field-name-field-news-topics-term a::before, .view-mode-small_teaser .field-name-field-news-topics-term .review-node .product-info .field-name-field-buynow-link a::before, .video-block > h2.lead-ct::before, .video-block .youtube-channel-link a.lead-ct::before {
    font-size: 10px;
    line-height: normal;
    position: relative;
    top: -1px; }

ul.list-icons {
  list-style-type: none;
  padding: 0; }
  ul.list-icons li::before {
    margin-right: 10px; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

blockquote, .blockquote, .full__live-blog .paragraphs-item-quote-block .field-name-field-quote {
  display: block;
  padding: 15px 15px 15px 35px;
  background-color: #F5F5F5;
  border-left: 3px solid #1BB4E1;
  font-size: 1rem;
  background-image: url("/sites/all/themes/roadcc/images/icons/icon-quotes.svg");
  background-repeat: no-repeat;
  background-position: top 12px left 10px;
  background-size: 16px; }
  blockquote p:last-child,
  .blockquote p:last-child,
  .full__live-blog .paragraphs-item-quote-block .field-name-field-quote p:last-child {
    margin-bottom: 0; }

.blockquote-footer, .full__live-blog .paragraphs-item-quote-block .field-name-field-secondary-text .field-item {
  font-size: 90%;
  color: #5B5E6D; }

.node address,
.comment address {
  display: inline-block;
  padding: 12px 12px 12px 35px;
  background-color: #F5F5F5;
  font-size: 1rem;
  background-image: url("/sites/all/themes/roadcc/images/icons/icon-address.svg");
  background-repeat: no-repeat;
  background-position: top 13px left 12px;
  background-size: 14px; }

.comment address {
  font-size: 14px;
  margin-bottom: 8px; }

div.messages {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 12px 12px 44px;
  background-position: 12px 12px;
  background-size: 20px; }
  div.messages.status {
    color: #3E7540;
    background-color: #DEF0D8;
    border-color: #D8E3D4;
    background-image: url("/sites/all/themes/roadcc/images/icons/icon-status.svg"); }
  div.messages.warning {
    color: #8B6E3A;
    background-color: #FDF8E4;
    border-color: #F7F1D4;
    background-image: url("/sites/all/themes/roadcc/images/icons/icon-warning.svg"); }
  div.messages.error {
    color: #A04755;
    background-color: #F2DEDF;
    border-color: #E3D0D1;
    background-image: url("/sites/all/themes/roadcc/images/icons/icon-error.svg"); }

.heart-title {
  background-image: linear-gradient(to bottom, #323648, #323648 1px, transparent 1px, transparent 4px, #323648 4px, #323648 5px, transparent 5px);
  padding-top: 13px; }
  .heart-title.pink-title::before {
    color: #FD6D95; }
  .heart-title.yellow-title::before {
    color: #ffc107; }

.pink-text {
  color: #FD6D95; }

.yellow-text {
  color: #ffc107; }

.pink-border {
  background-image: linear-gradient(to bottom, #FD6D95, #FD6D95 1px, transparent 1px, transparent 4px, #FD6D95 4px, #FD6D95 5px, transparent 5px); }

.yellow-border {
  background-image: linear-gradient(to bottom, #ffc107, #ffc107 1px, transparent 1px, transparent 4px, #ffc107 4px, #ffc107 5px, transparent 5px); }

.page-blogs h1.page-title,
.page-features h1.page-title,
.page-news h1.page-title,
.page-tech h1.page-title,
.page-reviews h1.page-title,
.page-cycling-events h1.page-title,
.most-popular-news-block h2,
.most-viewed-block > h2,
.buyers-guide-block > h2,
.features-block > h2,
.latest-comments-block > h2,
.latest-forum-topics-block > h2,
.news-block > h2,
.opinion-block > h2,
.tech-news-block > h2,
.reviews-block > h2,
.comment-wrapper .view-header h2,
.page-forum h1.page-title,
.paragraphs-items-field-selected-best-buys .field-label,
.more-opinion-block > h2,
.page-buyers-guide h1.page-title,
.active-bloggers-block > h2,
.page-reviews-category .view-header h2,
.page-taxonomy-term h1.page-title,
.related-reviews-block > h2,
.block-webform > h2,
.block-roadcc-customisation h2,
.page-health-fitness h1.page-title,
#block-views-reviews-health-reviews > h2,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
.page-search-results h1.page-title,
.page-advice h1.page-title,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1,
.page-travel h1.page-title,
.page-content-contributor h1.page-title,
.page-sponsored h1.page-title {
  background-image: linear-gradient(to bottom, #323648, #323648 1px, transparent 1px, transparent 4px, #323648 4px, #323648 5px, transparent 5px); }

.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1 {
  text-transform: capitalize; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1.page-title,
  h2 {
    font-size: 20px; } }

@media (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1.page-title,
  h2 {
    font-size: 25px; } }

.node.full-node .field-name-body .media,
.node.full-node .field-name-body .twitter-tweet,
.node.full-node .field-name-field-live-blog-items .media,
.node.full-node .field-name-field-live-blog-items .twitter-tweet,
.node.view-mode-full .field-name-body .media,
.node.view-mode-full .field-name-body .twitter-tweet,
.node.view-mode-full .field-name-field-live-blog-items .media,
.node.view-mode-full .field-name-field-live-blog-items .twitter-tweet {
  margin-bottom: var(--space-md); }

.hidden {
  display: none; }

.field-name-body .context-half_width {
  width: 100%; }
  @media (min-width: 768px) {
    .field-name-body .context-half_width {
      width: 50% !important; } }

.icon::before, .heart-title::before,
.page-blogs h1.page-title::before,
.page-features h1.page-title::before,
.page-news h1.page-title::before,
.page-tech h1.page-title::before,
.page-reviews h1.page-title::before,
.page-cycling-events h1.page-title::before,
.most-popular-news-block h2::before,
.most-viewed-block > h2::before,
.buyers-guide-block > h2::before, .features-block > h2::before,
.latest-comments-block > h2::before,
.latest-forum-topics-block > h2::before, .news-block > h2::before,
.opinion-block > h2::before, .tech-news-block > h2::before,
.reviews-block > h2::before,
.comment-wrapper .view-header h2::before,
.page-forum h1.page-title::before,
.paragraphs-items-field-selected-best-buys .field-label::before,
.more-opinion-block > h2::before, .page-buyers-guide h1.page-title::before, .active-bloggers-block > h2::before,
.page-reviews-category .view-header h2::before,
.page-taxonomy-term h1.page-title::before, .related-reviews-block > h2::before,
.block-webform > h2::before, .block-roadcc-customisation h2::before,
.page-health-fitness h1.page-title::before,
#block-views-reviews-health-reviews > h2::before,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2::before,
.page-search-results h1.page-title::before,
.page-advice h1.page-title::before,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1::before,
.page-travel h1.page-title::before,
.page-content-contributor h1.page-title::before, .page-sponsored h1.page-title::before, .subscribe-btn-white::before, .subscribe-btn-honey::before, .subscribe-btn-pink::before, .view .more-link a::before, .view-mode-small_teaser .field-name-field-news-topics-term a::before, .full__description .field-item::before, .full__live-blog .date-display-single::before, .review-node .product-info .field-name-field-buynow-link a::before, .video-block > h2::before, .video-block .youtube-channel-link a::before {
  font-family: "FontAwesome";
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  speak: none;
  text-transform: none;
  display: inline-block;
  margin-right: 4px; }

.icon.pulse::before, .pulse.heart-title::before, .page-blogs h1.pulse.page-title::before,
.page-features h1.pulse.page-title::before,
.page-news h1.pulse.page-title::before,
.page-tech h1.pulse.page-title::before,
.page-reviews h1.pulse.page-title::before,
.page-cycling-events h1.pulse.page-title::before,
.most-popular-news-block h2.pulse::before,
.most-viewed-block > h2.pulse::before,
.buyers-guide-block > h2.pulse::before,
.features-block > h2.pulse::before,
.latest-comments-block > h2.pulse::before,
.latest-forum-topics-block > h2.pulse::before,
.news-block > h2.pulse::before,
.opinion-block > h2.pulse::before,
.tech-news-block > h2.pulse::before,
.reviews-block > h2.pulse::before,
.comment-wrapper .view-header h2.pulse::before,
.page-forum h1.pulse.page-title::before,
.paragraphs-items-field-selected-best-buys .pulse.field-label::before,
.more-opinion-block > h2.pulse::before,
.page-buyers-guide h1.pulse.page-title::before,
.active-bloggers-block > h2.pulse::before,
.page-reviews-category .view-header h2.pulse::before,
.page-taxonomy-term h1.pulse.page-title::before,
.related-reviews-block > h2.pulse::before,
.block-webform > h2.pulse::before,
.block-roadcc-customisation h2.pulse::before,
.page-health-fitness h1.pulse.page-title::before,
#block-views-reviews-health-reviews > h2.pulse::before,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.pulse::before,
.page-search-results h1.pulse.page-title::before,
.page-advice h1.pulse.page-title::before,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.pulse::before,
.page-travel h1.pulse.page-title::before,
.page-content-contributor h1.pulse.page-title::before,
.page-sponsored h1.pulse.page-title::before, .pulse.subscribe-btn-white::before, .pulse.subscribe-btn-honey::before, .pulse.subscribe-btn-pink::before, .view .more-link a.pulse::before, .view-mode-small_teaser .field-name-field-news-topics-term a.pulse::before, .full__description .pulse.field-item::before, .full__live-blog .pulse.date-display-single::before, .review-node .product-info .field-name-field-buynow-link a.pulse::before, .video-block > h2.pulse::before, .video-block .youtube-channel-link a.pulse::before {
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite; }

.icon.heartbeat::before, .heartbeat.heart-title::before, .heart-title.subscribe-btn-white::before, .heart-title.subscribe-btn-honey::before, .heart-title.subscribe-btn-pink::before, .page-blogs h1.heartbeat.page-title::before, .page-blogs h1.page-title.subscribe-btn-white::before, .page-blogs h1.page-title.subscribe-btn-honey::before, .page-blogs h1.page-title.subscribe-btn-pink::before,
.page-features h1.heartbeat.page-title::before, .page-features h1.page-title.subscribe-btn-white::before, .page-features h1.page-title.subscribe-btn-honey::before, .page-features h1.page-title.subscribe-btn-pink::before,
.page-news h1.heartbeat.page-title::before, .page-news h1.page-title.subscribe-btn-white::before, .page-news h1.page-title.subscribe-btn-honey::before, .page-news h1.page-title.subscribe-btn-pink::before,
.page-tech h1.heartbeat.page-title::before, .page-tech h1.page-title.subscribe-btn-white::before, .page-tech h1.page-title.subscribe-btn-honey::before, .page-tech h1.page-title.subscribe-btn-pink::before,
.page-reviews h1.heartbeat.page-title::before, .page-reviews h1.page-title.subscribe-btn-white::before, .page-reviews h1.page-title.subscribe-btn-honey::before, .page-reviews h1.page-title.subscribe-btn-pink::before,
.page-cycling-events h1.heartbeat.page-title::before, .page-cycling-events h1.page-title.subscribe-btn-white::before, .page-cycling-events h1.page-title.subscribe-btn-honey::before, .page-cycling-events h1.page-title.subscribe-btn-pink::before,
.most-popular-news-block h2.heartbeat::before, .most-popular-news-block h2.subscribe-btn-white::before, .most-popular-news-block h2.subscribe-btn-honey::before, .most-popular-news-block h2.subscribe-btn-pink::before,
.most-viewed-block > h2.heartbeat::before, .most-viewed-block > h2.subscribe-btn-white::before, .most-viewed-block > h2.subscribe-btn-honey::before, .most-viewed-block > h2.subscribe-btn-pink::before,
.buyers-guide-block > h2.heartbeat::before, .buyers-guide-block > h2.subscribe-btn-white::before, .buyers-guide-block > h2.subscribe-btn-honey::before, .buyers-guide-block > h2.subscribe-btn-pink::before,
.features-block > h2.heartbeat::before, .features-block > h2.subscribe-btn-white::before, .features-block > h2.subscribe-btn-honey::before, .features-block > h2.subscribe-btn-pink::before,
.latest-comments-block > h2.heartbeat::before, .latest-comments-block > h2.subscribe-btn-white::before, .latest-comments-block > h2.subscribe-btn-honey::before, .latest-comments-block > h2.subscribe-btn-pink::before,
.latest-forum-topics-block > h2.heartbeat::before, .latest-forum-topics-block > h2.subscribe-btn-white::before, .latest-forum-topics-block > h2.subscribe-btn-honey::before, .latest-forum-topics-block > h2.subscribe-btn-pink::before,
.news-block > h2.heartbeat::before, .news-block > h2.subscribe-btn-white::before, .news-block > h2.subscribe-btn-honey::before, .news-block > h2.subscribe-btn-pink::before,
.opinion-block > h2.heartbeat::before, .opinion-block > h2.subscribe-btn-white::before, .opinion-block > h2.subscribe-btn-honey::before, .opinion-block > h2.subscribe-btn-pink::before,
.tech-news-block > h2.heartbeat::before, .tech-news-block > h2.subscribe-btn-white::before, .tech-news-block > h2.subscribe-btn-honey::before, .tech-news-block > h2.subscribe-btn-pink::before,
.reviews-block > h2.heartbeat::before, .reviews-block > h2.subscribe-btn-white::before, .reviews-block > h2.subscribe-btn-honey::before, .reviews-block > h2.subscribe-btn-pink::before,
.comment-wrapper .view-header h2.heartbeat::before, .comment-wrapper .view-header h2.subscribe-btn-white::before, .comment-wrapper .view-header h2.subscribe-btn-honey::before, .comment-wrapper .view-header h2.subscribe-btn-pink::before,
.page-forum h1.heartbeat.page-title::before, .page-forum h1.page-title.subscribe-btn-white::before, .page-forum h1.page-title.subscribe-btn-honey::before, .page-forum h1.page-title.subscribe-btn-pink::before,
.paragraphs-items-field-selected-best-buys .heartbeat.field-label::before, .paragraphs-items-field-selected-best-buys .field-label.subscribe-btn-white::before, .paragraphs-items-field-selected-best-buys .field-label.subscribe-btn-honey::before, .paragraphs-items-field-selected-best-buys .field-label.subscribe-btn-pink::before,
.more-opinion-block > h2.heartbeat::before, .more-opinion-block > h2.subscribe-btn-white::before, .more-opinion-block > h2.subscribe-btn-honey::before, .more-opinion-block > h2.subscribe-btn-pink::before,
.page-buyers-guide h1.heartbeat.page-title::before, .page-buyers-guide h1.page-title.subscribe-btn-white::before, .page-buyers-guide h1.page-title.subscribe-btn-honey::before, .page-buyers-guide h1.page-title.subscribe-btn-pink::before,
.active-bloggers-block > h2.heartbeat::before, .active-bloggers-block > h2.subscribe-btn-white::before, .active-bloggers-block > h2.subscribe-btn-honey::before, .active-bloggers-block > h2.subscribe-btn-pink::before,
.page-reviews-category .view-header h2.heartbeat::before, .page-reviews-category .view-header h2.subscribe-btn-white::before, .page-reviews-category .view-header h2.subscribe-btn-honey::before, .page-reviews-category .view-header h2.subscribe-btn-pink::before,
.page-taxonomy-term h1.heartbeat.page-title::before, .page-taxonomy-term h1.page-title.subscribe-btn-white::before, .page-taxonomy-term h1.page-title.subscribe-btn-honey::before, .page-taxonomy-term h1.page-title.subscribe-btn-pink::before,
.related-reviews-block > h2.heartbeat::before, .related-reviews-block > h2.subscribe-btn-white::before, .related-reviews-block > h2.subscribe-btn-honey::before, .related-reviews-block > h2.subscribe-btn-pink::before,
.block-webform > h2.heartbeat::before, .block-webform > h2.subscribe-btn-white::before, .block-webform > h2.subscribe-btn-honey::before, .block-webform > h2.subscribe-btn-pink::before,
.block-roadcc-customisation h2.heartbeat::before, .block-roadcc-customisation h2.subscribe-btn-white::before, .block-roadcc-customisation h2.subscribe-btn-honey::before, .block-roadcc-customisation h2.subscribe-btn-pink::before,
.page-health-fitness h1.heartbeat.page-title::before, .page-health-fitness h1.page-title.subscribe-btn-white::before, .page-health-fitness h1.page-title.subscribe-btn-honey::before, .page-health-fitness h1.page-title.subscribe-btn-pink::before,
#block-views-reviews-health-reviews > h2.heartbeat::before, #block-views-reviews-health-reviews > h2.subscribe-btn-white::before, #block-views-reviews-health-reviews > h2.subscribe-btn-honey::before, #block-views-reviews-health-reviews > h2.subscribe-btn-pink::before,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.heartbeat::before, #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-white::before, #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-honey::before, #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.subscribe-btn-pink::before,
.page-search-results h1.heartbeat.page-title::before, .page-search-results h1.page-title.subscribe-btn-white::before, .page-search-results h1.page-title.subscribe-btn-honey::before, .page-search-results h1.page-title.subscribe-btn-pink::before,
.page-advice h1.heartbeat.page-title::before, .page-advice h1.page-title.subscribe-btn-white::before, .page-advice h1.page-title.subscribe-btn-honey::before, .page-advice h1.page-title.subscribe-btn-pink::before,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.heartbeat::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-white::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-honey::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.subscribe-btn-pink::before,
.page-travel h1.heartbeat.page-title::before, .page-travel h1.page-title.subscribe-btn-white::before, .page-travel h1.page-title.subscribe-btn-honey::before, .page-travel h1.page-title.subscribe-btn-pink::before,
.page-content-contributor h1.heartbeat.page-title::before, .page-content-contributor h1.page-title.subscribe-btn-white::before, .page-content-contributor h1.page-title.subscribe-btn-honey::before, .page-content-contributor h1.page-title.subscribe-btn-pink::before,
.page-sponsored h1.heartbeat.page-title::before, .page-sponsored h1.page-title.subscribe-btn-white::before, .page-sponsored h1.page-title.subscribe-btn-honey::before, .page-sponsored h1.page-title.subscribe-btn-pink::before, .subscribe-btn-white::before, .subscribe-btn-honey::before, .subscribe-btn-pink::before, .view .more-link a.heartbeat::before, .view .more-link a.subscribe-btn-white::before, .view .more-link a.subscribe-btn-honey::before, .view .more-link a.subscribe-btn-pink::before, .view-mode-small_teaser .field-name-field-news-topics-term a.heartbeat::before, .view-mode-small_teaser .field-name-field-news-topics-term a.subscribe-btn-white::before, .view-mode-small_teaser .field-name-field-news-topics-term a.subscribe-btn-honey::before, .view-mode-small_teaser .field-name-field-news-topics-term a.subscribe-btn-pink::before, .full__description .heartbeat.field-item::before, .full__description .field-item.subscribe-btn-white::before, .full__description .field-item.subscribe-btn-honey::before, .full__description .field-item.subscribe-btn-pink::before, .full__live-blog .heartbeat.date-display-single::before, .full__live-blog .date-display-single.subscribe-btn-white::before, .full__live-blog .date-display-single.subscribe-btn-honey::before, .full__live-blog .date-display-single.subscribe-btn-pink::before, .review-node .product-info .field-name-field-buynow-link a.heartbeat::before, .review-node .product-info .field-name-field-buynow-link a.subscribe-btn-white::before, .review-node .product-info .field-name-field-buynow-link a.subscribe-btn-honey::before, .review-node .product-info .field-name-field-buynow-link a.subscribe-btn-pink::before, .video-block > h2.heartbeat::before, .video-block > h2.subscribe-btn-white::before, .video-block > h2.subscribe-btn-honey::before, .video-block > h2.subscribe-btn-pink::before, .video-block .youtube-channel-link a.heartbeat::before, .video-block .youtube-channel-link a.subscribe-btn-white::before, .video-block .youtube-channel-link a.subscribe-btn-honey::before, .video-block .youtube-channel-link a.subscribe-btn-pink::before {
  -webkit-animation: heartbeat 1s infinite;
          animation: heartbeat 1s infinite; }

.icon-circle::before, .view-mode-small_teaser .field-name-field-news-topics-term a::before, .full__description .field-item::before {
  content: "\f111"; }

.icon-cog::before {
  content: "\f013"; }

.icon-comment::before {
  content: "\f075"; }

.icon-chevron-left::before {
  content: "\f053"; }

.icon-chevron-right::before {
  content: "\f054"; }

.icon-chevron-top::before {
  content: "\f077"; }

.icon-chevron-bottom::before {
  content: "\f078"; }

.icon-download::before {
  content: "\f019"; }

.icon-file::before {
  content: "\f016"; }

.icon-heart::before, .heart-title::before, .subscribe-btn-white::before, .subscribe-btn-honey::before, .subscribe-btn-pink::before {
  content: "\f004"; }

.icon-ok::before {
  content: "\f00c"; }

.icon-pencil::before {
  content: "\f040"; }

.icon-plus::before, .view .more-link a::before, .review-node .product-info .field-name-field-buynow-link a::before, .video-block .youtube-channel-link a::before {
  content: "\f067"; }

.icon-remove::before {
  content: "\f00d"; }

.icon-user::before {
  content: "\f007"; }

.icon-facebook::before {
  content: "\f09a"; }

.icon-twitter::before {
  content: "\f099"; }

.icon-instagram::before {
  content: "\f16d"; }

.icon-youtube::before {
  content: "\f16a"; }

.icon-rss::before {
  content: "\f093"; }

.btn-lg.icon::before, .btn-lg.heart-title::before, .heart-title.form-submit::before, .webform-client-form .heart-title[type='submit']::before, .page-blogs h1.btn-lg.page-title::before, .page-blogs h1.page-title.form-submit::before, .page-blogs .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-blogs h1.page-title[type='submit']::before,
.page-features h1.btn-lg.page-title::before, .page-features h1.page-title.form-submit::before, .page-features .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-features h1.page-title[type='submit']::before,
.page-news h1.btn-lg.page-title::before, .page-news h1.page-title.form-submit::before, .page-news .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-news h1.page-title[type='submit']::before,
.page-tech h1.btn-lg.page-title::before, .page-tech h1.page-title.form-submit::before, .page-tech .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-tech h1.page-title[type='submit']::before,
.page-reviews h1.btn-lg.page-title::before, .page-reviews h1.page-title.form-submit::before, .page-reviews .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-reviews h1.page-title[type='submit']::before,
.page-cycling-events h1.btn-lg.page-title::before, .page-cycling-events h1.page-title.form-submit::before, .page-cycling-events .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-cycling-events h1.page-title[type='submit']::before,
.most-popular-news-block h2.btn-lg::before, .most-popular-news-block h2.form-submit::before, .most-popular-news-block .webform-client-form h2[type='submit']::before, .webform-client-form .most-popular-news-block h2[type='submit']::before,
.most-viewed-block > h2.btn-lg::before, .most-viewed-block > h2.form-submit::before, .webform-client-form .most-viewed-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .most-viewed-block > h2.form-submit::before,
.buyers-guide-block > h2.btn-lg::before, .buyers-guide-block > h2.form-submit::before, .webform-client-form .buyers-guide-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .buyers-guide-block > h2.form-submit::before,
.features-block > h2.btn-lg::before, .features-block > h2.form-submit::before, .webform-client-form .features-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .features-block > h2.form-submit::before,
.latest-comments-block > h2.btn-lg::before, .latest-comments-block > h2.form-submit::before, .webform-client-form .latest-comments-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .latest-comments-block > h2.form-submit::before,
.latest-forum-topics-block > h2.btn-lg::before, .latest-forum-topics-block > h2.form-submit::before, .webform-client-form .latest-forum-topics-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .latest-forum-topics-block > h2.form-submit::before,
.news-block > h2.btn-lg::before, .news-block > h2.form-submit::before, .webform-client-form .news-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .news-block > h2.form-submit::before,
.opinion-block > h2.btn-lg::before, .opinion-block > h2.form-submit::before, .webform-client-form .opinion-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .opinion-block > h2.form-submit::before,
.tech-news-block > h2.btn-lg::before, .tech-news-block > h2.form-submit::before, .webform-client-form .tech-news-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .tech-news-block > h2.form-submit::before,
.reviews-block > h2.btn-lg::before, .reviews-block > h2.form-submit::before, .webform-client-form .reviews-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .reviews-block > h2.form-submit::before,
.comment-wrapper .view-header h2.btn-lg::before, .comment-wrapper .view-header h2.form-submit::before, .comment-wrapper .view-header .webform-client-form h2[type='submit']::before, .webform-client-form .comment-wrapper .view-header h2[type='submit']::before,
.page-forum h1.btn-lg.page-title::before, .page-forum h1.page-title.form-submit::before, .page-forum .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-forum h1.page-title[type='submit']::before,
.paragraphs-items-field-selected-best-buys .btn-lg.field-label::before, .paragraphs-items-field-selected-best-buys .field-label.form-submit::before, .paragraphs-items-field-selected-best-buys .webform-client-form .field-label[type='submit']::before, .webform-client-form .paragraphs-items-field-selected-best-buys .field-label[type='submit']::before,
.more-opinion-block > h2.btn-lg::before, .more-opinion-block > h2.form-submit::before, .webform-client-form .more-opinion-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .more-opinion-block > h2.form-submit::before,
.page-buyers-guide h1.btn-lg.page-title::before, .page-buyers-guide h1.page-title.form-submit::before, .page-buyers-guide .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-buyers-guide h1.page-title[type='submit']::before,
.active-bloggers-block > h2.btn-lg::before, .active-bloggers-block > h2.form-submit::before, .webform-client-form .active-bloggers-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .active-bloggers-block > h2.form-submit::before,
.page-reviews-category .view-header h2.btn-lg::before, .page-reviews-category .view-header h2.form-submit::before, .page-reviews-category .view-header .webform-client-form h2[type='submit']::before, .webform-client-form .page-reviews-category .view-header h2[type='submit']::before,
.page-taxonomy-term h1.btn-lg.page-title::before, .page-taxonomy-term h1.page-title.form-submit::before, .page-taxonomy-term .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-taxonomy-term h1.page-title[type='submit']::before,
.related-reviews-block > h2.btn-lg::before, .related-reviews-block > h2.form-submit::before, .webform-client-form .related-reviews-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .related-reviews-block > h2.form-submit::before,
.block-webform > h2.btn-lg::before, .block-webform > h2.form-submit::before, .webform-client-form .block-webform > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .block-webform > h2.form-submit::before,
.block-roadcc-customisation h2.btn-lg::before, .block-roadcc-customisation h2.form-submit::before, .block-roadcc-customisation .webform-client-form h2[type='submit']::before, .webform-client-form .block-roadcc-customisation h2[type='submit']::before,
.page-health-fitness h1.btn-lg.page-title::before, .page-health-fitness h1.page-title.form-submit::before, .page-health-fitness .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-health-fitness h1.page-title[type='submit']::before,
#block-views-reviews-health-reviews > h2.btn-lg::before, #block-views-reviews-health-reviews > h2.form-submit::before, .webform-client-form #block-views-reviews-health-reviews > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper #block-views-reviews-health-reviews > h2.form-submit::before,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.btn-lg::before, #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.form-submit::before, .webform-client-form #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.form-submit::before,
.page-search-results h1.btn-lg.page-title::before, .page-search-results h1.page-title.form-submit::before, .page-search-results .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-search-results h1.page-title[type='submit']::before,
.page-advice h1.btn-lg.page-title::before, .page-advice h1.page-title.form-submit::before, .page-advice .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-advice h1.page-title[type='submit']::before,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.btn-lg::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.form-submit::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .webform-client-form h1[type='submit']::before, .webform-client-form .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1[type='submit']::before,
.page-travel h1.btn-lg.page-title::before, .page-travel h1.page-title.form-submit::before, .page-travel .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-travel h1.page-title[type='submit']::before,
.page-content-contributor h1.btn-lg.page-title::before, .page-content-contributor h1.page-title.form-submit::before, .page-content-contributor .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-content-contributor h1.page-title[type='submit']::before,
.page-sponsored h1.btn-lg.page-title::before, .page-sponsored h1.page-title.form-submit::before, .page-sponsored .webform-client-form h1.page-title[type='submit']::before, .webform-client-form .page-sponsored h1.page-title[type='submit']::before, .icon.form-submit::before, .form-submit.subscribe-btn-white::before, .form-submit.subscribe-btn-honey::before, .form-submit.subscribe-btn-pink::before, .view .more-link a.form-submit::before, .view-mode-small_teaser .field-name-field-news-topics-term a.form-submit::before, .full__description .form-submit.field-item::before, .full__live-blog .form-submit.date-display-single::before, .review-node .product-info .field-name-field-buynow-link a.form-submit::before, .video-block > h2.form-submit::before, .video-block .youtube-channel-link a.form-submit::before, .btn-lg.subscribe-btn-white::before, .webform-client-form .subscribe-btn-white[type='submit']::before, .btn-lg.subscribe-btn-honey::before, .webform-client-form .subscribe-btn-honey[type='submit']::before, .btn-lg.subscribe-btn-pink::before, .webform-client-form .subscribe-btn-pink[type='submit']::before, .view .more-link a.btn-lg::before, .view .more-link .webform-client-form a[type='submit']::before, .webform-client-form .view .more-link a[type='submit']::before, .view-mode-small_teaser .field-name-field-news-topics-term a.btn-lg::before, .view-mode-small_teaser .field-name-field-news-topics-term .webform-client-form a[type='submit']::before, .webform-client-form .view-mode-small_teaser .field-name-field-news-topics-term a[type='submit']::before, .full__description .btn-lg.field-item::before, .full__description .webform-client-form .field-item[type='submit']::before, .webform-client-form .full__description .field-item[type='submit']::before, .full__live-blog .btn-lg.date-display-single::before, .full__live-blog .webform-client-form .date-display-single[type='submit']::before, .webform-client-form .full__live-blog .date-display-single[type='submit']::before, .review-node .product-info .field-name-field-buynow-link a.btn-lg::before, .review-node .product-info .field-name-field-buynow-link .webform-client-form a[type='submit']::before, .webform-client-form .review-node .product-info .field-name-field-buynow-link a[type='submit']::before, .video-block > h2.btn-lg::before, .webform-client-form .video-block > h2[type='submit']::before, .stripe-subscription-subscription-form-wrapper .video-block > h2.form-submit::before, .video-block .youtube-channel-link a.btn-lg::before, .video-block .youtube-channel-link .webform-client-form a[type='submit']::before, .webform-client-form .video-block .youtube-channel-link a[type='submit']::before, .webform-client-form .icon[type='submit']::before, .stripe-subscription-subscription-form-wrapper .icon.form-submit::before, .stripe-subscription-subscription-form-wrapper .form-submit.heart-title::before, .stripe-subscription-subscription-form-wrapper .page-blogs h1.form-submit.page-title::before, .page-blogs .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-features h1.form-submit.page-title::before, .page-features .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-news h1.form-submit.page-title::before, .page-news .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-tech h1.form-submit.page-title::before, .page-tech .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-reviews h1.form-submit.page-title::before, .page-reviews .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-cycling-events h1.form-submit.page-title::before, .page-cycling-events .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .most-popular-news-block h2.form-submit::before, .most-popular-news-block .stripe-subscription-subscription-form-wrapper h2.form-submit::before,
.stripe-subscription-subscription-form-wrapper .comment-wrapper .view-header h2.form-submit::before, .comment-wrapper .view-header .stripe-subscription-subscription-form-wrapper h2.form-submit::before,
.stripe-subscription-subscription-form-wrapper .page-forum h1.form-submit.page-title::before, .page-forum .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .paragraphs-items-field-selected-best-buys .form-submit.field-label::before, .paragraphs-items-field-selected-best-buys .stripe-subscription-subscription-form-wrapper .form-submit.field-label::before,
.stripe-subscription-subscription-form-wrapper .page-buyers-guide h1.form-submit.page-title::before, .page-buyers-guide .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-reviews-category .view-header h2.form-submit::before, .page-reviews-category .view-header .stripe-subscription-subscription-form-wrapper h2.form-submit::before,
.stripe-subscription-subscription-form-wrapper .page-taxonomy-term h1.form-submit.page-title::before, .page-taxonomy-term .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .block-roadcc-customisation h2.form-submit::before, .block-roadcc-customisation .stripe-subscription-subscription-form-wrapper h2.form-submit::before,
.stripe-subscription-subscription-form-wrapper .page-health-fitness h1.form-submit.page-title::before, .page-health-fitness .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-search-results h1.form-submit.page-title::before, .page-search-results .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-advice h1.form-submit.page-title::before, .page-advice .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.form-submit::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .stripe-subscription-subscription-form-wrapper h1.form-submit::before,
.stripe-subscription-subscription-form-wrapper .page-travel h1.form-submit.page-title::before, .page-travel .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-content-contributor h1.form-submit.page-title::before, .page-content-contributor .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before,
.stripe-subscription-subscription-form-wrapper .page-sponsored h1.form-submit.page-title::before, .page-sponsored .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title::before, .stripe-subscription-subscription-form-wrapper .form-submit.subscribe-btn-white::before, .stripe-subscription-subscription-form-wrapper .form-submit.subscribe-btn-honey::before, .stripe-subscription-subscription-form-wrapper .form-submit.subscribe-btn-pink::before, .stripe-subscription-subscription-form-wrapper .view .more-link a.form-submit::before, .view .more-link .stripe-subscription-subscription-form-wrapper a.form-submit::before, .stripe-subscription-subscription-form-wrapper .view-mode-small_teaser .field-name-field-news-topics-term a.form-submit::before, .view-mode-small_teaser .field-name-field-news-topics-term .stripe-subscription-subscription-form-wrapper a.form-submit::before, .stripe-subscription-subscription-form-wrapper .full__description .form-submit.field-item::before, .full__description .stripe-subscription-subscription-form-wrapper .form-submit.field-item::before, .stripe-subscription-subscription-form-wrapper .full__live-blog .form-submit.date-display-single::before, .full__live-blog .stripe-subscription-subscription-form-wrapper .form-submit.date-display-single::before, .stripe-subscription-subscription-form-wrapper .review-node .product-info .field-name-field-buynow-link a.form-submit::before, .review-node .product-info .field-name-field-buynow-link .stripe-subscription-subscription-form-wrapper a.form-submit::before, .stripe-subscription-subscription-form-wrapper .video-block .youtube-channel-link a.form-submit::before, .video-block .youtube-channel-link .stripe-subscription-subscription-form-wrapper a.form-submit::before {
  font-size: 18px; }

.btn-sm.icon::before, .btn-sm.heart-title::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.heart-title.form-submit::before, .comment-form .field-type-file .heart-title[type='file']::before, .comment-form .field-type-file .heart-title[type='submit']::before, .comment-form .form-actions .heart-title[type='submit']::before, .page-blogs h1.btn-sm.page-title::before, .page-blogs .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-blogs h1.page-title[type='file']::before, .page-blogs .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-blogs h1.page-title[type='submit']::before, .page-blogs .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-blogs h1.page-title[type='submit']::before,
.page-features h1.btn-sm.page-title::before, .page-features .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-features h1.page-title[type='file']::before, .page-features .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-features h1.page-title[type='submit']::before, .page-features .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-features h1.page-title[type='submit']::before,
.page-news h1.btn-sm.page-title::before, .page-news .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-news h1.page-title[type='file']::before, .page-news .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-news h1.page-title[type='submit']::before, .page-news .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-news h1.page-title[type='submit']::before,
.page-tech h1.btn-sm.page-title::before, .page-tech .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-tech h1.page-title[type='file']::before, .page-tech .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-tech h1.page-title[type='submit']::before, .page-tech .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-tech h1.page-title[type='submit']::before,
.page-reviews h1.btn-sm.page-title::before, .page-reviews .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-reviews h1.page-title[type='file']::before, .page-reviews .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-reviews h1.page-title[type='submit']::before, .page-reviews .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-reviews h1.page-title[type='submit']::before,
.page-cycling-events h1.btn-sm.page-title::before, .page-cycling-events .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-cycling-events h1.page-title[type='file']::before, .page-cycling-events .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-cycling-events h1.page-title[type='submit']::before, .page-cycling-events .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-cycling-events h1.page-title[type='submit']::before,
.most-popular-news-block h2.btn-sm::before, .most-popular-news-block .comment-form .field-type-file h2[type='file']::before, .comment-form .field-type-file .most-popular-news-block h2[type='file']::before, .most-popular-news-block .comment-form .field-type-file h2[type='submit']::before, .comment-form .field-type-file .most-popular-news-block h2[type='submit']::before, .most-popular-news-block .comment-form .form-actions h2[type='submit']::before, .comment-form .form-actions .most-popular-news-block h2[type='submit']::before,
.most-viewed-block > h2.btn-sm::before, .comment-form .field-type-file .most-viewed-block > h2[type='file']::before, .comment-form .field-type-file .most-viewed-block > h2[type='submit']::before, .comment-form .form-actions .most-viewed-block > h2[type='submit']::before,
.buyers-guide-block > h2.btn-sm::before, .comment-form .field-type-file .buyers-guide-block > h2[type='file']::before, .comment-form .field-type-file .buyers-guide-block > h2[type='submit']::before, .comment-form .form-actions .buyers-guide-block > h2[type='submit']::before,
.features-block > h2.btn-sm::before, .comment-form .field-type-file .features-block > h2[type='file']::before, .comment-form .field-type-file .features-block > h2[type='submit']::before, .comment-form .form-actions .features-block > h2[type='submit']::before,
.latest-comments-block > h2.btn-sm::before, .comment-form .field-type-file .latest-comments-block > h2[type='file']::before, .comment-form .field-type-file .latest-comments-block > h2[type='submit']::before, .comment-form .form-actions .latest-comments-block > h2[type='submit']::before,
.latest-forum-topics-block > h2.btn-sm::before, .comment-form .field-type-file .latest-forum-topics-block > h2[type='file']::before, .comment-form .field-type-file .latest-forum-topics-block > h2[type='submit']::before, .comment-form .form-actions .latest-forum-topics-block > h2[type='submit']::before,
.news-block > h2.btn-sm::before, .comment-form .field-type-file .news-block > h2[type='file']::before, .comment-form .field-type-file .news-block > h2[type='submit']::before, .comment-form .form-actions .news-block > h2[type='submit']::before,
.opinion-block > h2.btn-sm::before, .comment-form .field-type-file .opinion-block > h2[type='file']::before, .comment-form .field-type-file .opinion-block > h2[type='submit']::before, .comment-form .form-actions .opinion-block > h2[type='submit']::before,
.tech-news-block > h2.btn-sm::before, .comment-form .field-type-file .tech-news-block > h2[type='file']::before, .comment-form .field-type-file .tech-news-block > h2[type='submit']::before, .comment-form .form-actions .tech-news-block > h2[type='submit']::before,
.reviews-block > h2.btn-sm::before, .comment-form .field-type-file .reviews-block > h2[type='file']::before, .comment-form .field-type-file .reviews-block > h2[type='submit']::before, .comment-form .form-actions .reviews-block > h2[type='submit']::before,
.comment-wrapper .view-header h2.btn-sm::before, .comment-wrapper .view-header .comment-form .field-type-file h2[type='file']::before, .comment-form .field-type-file .comment-wrapper .view-header h2[type='file']::before, .comment-wrapper .view-header .comment-form .field-type-file h2[type='submit']::before, .comment-form .field-type-file .comment-wrapper .view-header h2[type='submit']::before, .comment-wrapper .view-header .comment-form .form-actions h2[type='submit']::before, .comment-form .form-actions .comment-wrapper .view-header h2[type='submit']::before,
.page-forum h1.btn-sm.page-title::before, .page-forum .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-forum h1.page-title[type='file']::before, .page-forum .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-forum h1.page-title[type='submit']::before, .page-forum .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-forum h1.page-title[type='submit']::before,
.paragraphs-items-field-selected-best-buys .btn-sm.field-label::before, .paragraphs-items-field-selected-best-buys .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.field-label.form-submit::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .paragraphs-items-field-selected-best-buys input.field-label.form-submit::before, .paragraphs-items-field-selected-best-buys .comment-form .field-type-file .field-label[type='file']::before, .comment-form .field-type-file .paragraphs-items-field-selected-best-buys .field-label[type='file']::before, .paragraphs-items-field-selected-best-buys .comment-form .field-type-file .field-label[type='submit']::before, .comment-form .field-type-file .paragraphs-items-field-selected-best-buys .field-label[type='submit']::before, .paragraphs-items-field-selected-best-buys .comment-form .form-actions .field-label[type='submit']::before, .comment-form .form-actions .paragraphs-items-field-selected-best-buys .field-label[type='submit']::before,
.more-opinion-block > h2.btn-sm::before, .comment-form .field-type-file .more-opinion-block > h2[type='file']::before, .comment-form .field-type-file .more-opinion-block > h2[type='submit']::before, .comment-form .form-actions .more-opinion-block > h2[type='submit']::before,
.page-buyers-guide h1.btn-sm.page-title::before, .page-buyers-guide .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-buyers-guide h1.page-title[type='file']::before, .page-buyers-guide .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-buyers-guide h1.page-title[type='submit']::before, .page-buyers-guide .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-buyers-guide h1.page-title[type='submit']::before,
.active-bloggers-block > h2.btn-sm::before, .comment-form .field-type-file .active-bloggers-block > h2[type='file']::before, .comment-form .field-type-file .active-bloggers-block > h2[type='submit']::before, .comment-form .form-actions .active-bloggers-block > h2[type='submit']::before,
.page-reviews-category .view-header h2.btn-sm::before, .page-reviews-category .view-header .comment-form .field-type-file h2[type='file']::before, .comment-form .field-type-file .page-reviews-category .view-header h2[type='file']::before, .page-reviews-category .view-header .comment-form .field-type-file h2[type='submit']::before, .comment-form .field-type-file .page-reviews-category .view-header h2[type='submit']::before, .page-reviews-category .view-header .comment-form .form-actions h2[type='submit']::before, .comment-form .form-actions .page-reviews-category .view-header h2[type='submit']::before,
.page-taxonomy-term h1.btn-sm.page-title::before, .page-taxonomy-term .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-taxonomy-term h1.page-title[type='file']::before, .page-taxonomy-term .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-taxonomy-term h1.page-title[type='submit']::before, .page-taxonomy-term .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-taxonomy-term h1.page-title[type='submit']::before,
.related-reviews-block > h2.btn-sm::before, .comment-form .field-type-file .related-reviews-block > h2[type='file']::before, .comment-form .field-type-file .related-reviews-block > h2[type='submit']::before, .comment-form .form-actions .related-reviews-block > h2[type='submit']::before,
.block-webform > h2.btn-sm::before, .comment-form .field-type-file .block-webform > h2[type='file']::before, .comment-form .field-type-file .block-webform > h2[type='submit']::before, .comment-form .form-actions .block-webform > h2[type='submit']::before,
.block-roadcc-customisation h2.btn-sm::before, .block-roadcc-customisation .comment-form .field-type-file h2[type='file']::before, .comment-form .field-type-file .block-roadcc-customisation h2[type='file']::before, .block-roadcc-customisation .comment-form .field-type-file h2[type='submit']::before, .comment-form .field-type-file .block-roadcc-customisation h2[type='submit']::before, .block-roadcc-customisation .comment-form .form-actions h2[type='submit']::before, .comment-form .form-actions .block-roadcc-customisation h2[type='submit']::before,
.page-health-fitness h1.btn-sm.page-title::before, .page-health-fitness .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-health-fitness h1.page-title[type='file']::before, .page-health-fitness .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-health-fitness h1.page-title[type='submit']::before, .page-health-fitness .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-health-fitness h1.page-title[type='submit']::before,
#block-views-reviews-health-reviews > h2.btn-sm::before, .comment-form .field-type-file #block-views-reviews-health-reviews > h2[type='file']::before, .comment-form .field-type-file #block-views-reviews-health-reviews > h2[type='submit']::before, .comment-form .form-actions #block-views-reviews-health-reviews > h2[type='submit']::before,
#block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.btn-sm::before, .comment-form .field-type-file #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2[type='file']::before, .comment-form .field-type-file #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2[type='submit']::before, .comment-form .form-actions #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2[type='submit']::before,
.page-search-results h1.btn-sm.page-title::before, .page-search-results .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-search-results h1.page-title[type='file']::before, .page-search-results .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-search-results h1.page-title[type='submit']::before, .page-search-results .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-search-results h1.page-title[type='submit']::before,
.page-advice h1.btn-sm.page-title::before, .page-advice .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-advice h1.page-title[type='file']::before, .page-advice .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-advice h1.page-title[type='submit']::before, .page-advice .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-advice h1.page-title[type='submit']::before,
.page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.btn-sm::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .comment-form .field-type-file h1[type='file']::before, .comment-form .field-type-file .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1[type='file']::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .comment-form .field-type-file h1[type='submit']::before, .comment-form .field-type-file .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1[type='submit']::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .comment-form .form-actions h1[type='submit']::before, .comment-form .form-actions .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1[type='submit']::before,
.page-travel h1.btn-sm.page-title::before, .page-travel .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-travel h1.page-title[type='file']::before, .page-travel .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-travel h1.page-title[type='submit']::before, .page-travel .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-travel h1.page-title[type='submit']::before,
.page-content-contributor h1.btn-sm.page-title::before, .page-content-contributor .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-content-contributor h1.page-title[type='file']::before, .page-content-contributor .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-content-contributor h1.page-title[type='submit']::before, .page-content-contributor .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-content-contributor h1.page-title[type='submit']::before,
.page-sponsored h1.btn-sm.page-title::before, .page-sponsored .comment-form .field-type-file h1.page-title[type='file']::before, .comment-form .field-type-file .page-sponsored h1.page-title[type='file']::before, .page-sponsored .comment-form .field-type-file h1.page-title[type='submit']::before, .comment-form .field-type-file .page-sponsored h1.page-title[type='submit']::before, .page-sponsored .comment-form .form-actions h1.page-title[type='submit']::before, .comment-form .form-actions .page-sponsored h1.page-title[type='submit']::before, .btn-sm.subscribe-btn-white::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.subscribe-btn-white.form-submit::before, .comment-form .field-type-file .subscribe-btn-white[type='file']::before, .comment-form .field-type-file .subscribe-btn-white[type='submit']::before, .comment-form .form-actions .subscribe-btn-white[type='submit']::before, .btn-sm.subscribe-btn-honey::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.subscribe-btn-honey.form-submit::before, .comment-form .field-type-file .subscribe-btn-honey[type='file']::before, .comment-form .field-type-file .subscribe-btn-honey[type='submit']::before, .comment-form .form-actions .subscribe-btn-honey[type='submit']::before, .btn-sm.subscribe-btn-pink::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.subscribe-btn-pink.form-submit::before, .comment-form .field-type-file .subscribe-btn-pink[type='file']::before, .comment-form .field-type-file .subscribe-btn-pink[type='submit']::before, .comment-form .form-actions .subscribe-btn-pink[type='submit']::before, .view .more-link a.btn-sm::before, .view .more-link .comment-form .field-type-file a[type='file']::before, .comment-form .field-type-file .view .more-link a[type='file']::before, .view .more-link .comment-form .field-type-file a[type='submit']::before, .comment-form .field-type-file .view .more-link a[type='submit']::before, .view .more-link .comment-form .form-actions a[type='submit']::before, .comment-form .form-actions .view .more-link a[type='submit']::before, .view-mode-small_teaser .field-name-field-news-topics-term a.btn-sm::before, .view-mode-small_teaser .field-name-field-news-topics-term .comment-form .field-type-file a[type='file']::before, .comment-form .field-type-file .view-mode-small_teaser .field-name-field-news-topics-term a[type='file']::before, .view-mode-small_teaser .field-name-field-news-topics-term .comment-form .field-type-file a[type='submit']::before, .comment-form .field-type-file .view-mode-small_teaser .field-name-field-news-topics-term a[type='submit']::before, .view-mode-small_teaser .field-name-field-news-topics-term .comment-form .form-actions a[type='submit']::before, .comment-form .form-actions .view-mode-small_teaser .field-name-field-news-topics-term a[type='submit']::before, .full__description .btn-sm.field-item::before, .full__description .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.field-item.form-submit::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .full__description input.field-item.form-submit::before, .full__description .comment-form .field-type-file .field-item[type='file']::before, .comment-form .field-type-file .full__description .field-item[type='file']::before, .full__description .comment-form .field-type-file .field-item[type='submit']::before, .comment-form .field-type-file .full__description .field-item[type='submit']::before, .full__description .comment-form .form-actions .field-item[type='submit']::before, .comment-form .form-actions .full__description .field-item[type='submit']::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.icon.form-submit::before, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .full__live-blog input.form-submit.date-display-single::before, .full__live-blog .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit.date-display-single::before, .full__live-blog .btn-sm.date-display-single::before, .full__live-blog .comment-form .field-type-file .date-display-single[type='file']::before, .comment-form .field-type-file .full__live-blog .date-display-single[type='file']::before, .full__live-blog .comment-form .field-type-file .date-display-single[type='submit']::before, .comment-form .field-type-file .full__live-blog .date-display-single[type='submit']::before, .full__live-blog .comment-form .form-actions .date-display-single[type='submit']::before, .comment-form .form-actions .full__live-blog .date-display-single[type='submit']::before, .review-node .product-info .field-name-field-buynow-link a.btn-sm::before, .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file a[type='file']::before, .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link a[type='file']::before, .review-node .product-info .field-name-field-buynow-link .comment-form .field-type-file a[type='submit']::before, .comment-form .field-type-file .review-node .product-info .field-name-field-buynow-link a[type='submit']::before, .review-node .product-info .field-name-field-buynow-link .comment-form .form-actions a[type='submit']::before, .comment-form .form-actions .review-node .product-info .field-name-field-buynow-link a[type='submit']::before, .video-block > h2.btn-sm::before, .comment-form .field-type-file .video-block > h2[type='file']::before, .comment-form .field-type-file .video-block > h2[type='submit']::before, .comment-form .form-actions .video-block > h2[type='submit']::before, .video-block .youtube-channel-link a.btn-sm::before, .video-block .youtube-channel-link .comment-form .field-type-file a[type='file']::before, .comment-form .field-type-file .video-block .youtube-channel-link a[type='file']::before, .video-block .youtube-channel-link .comment-form .field-type-file a[type='submit']::before, .comment-form .field-type-file .video-block .youtube-channel-link a[type='submit']::before, .video-block .youtube-channel-link .comment-form .form-actions a[type='submit']::before, .comment-form .form-actions .video-block .youtube-channel-link a[type='submit']::before, .comment-form .field-type-file .icon[type='file']::before, .comment-form .field-type-file .icon[type='submit']::before, .comment-form .form-actions .icon[type='submit']::before {
  font-size: 13px; }

.btn-link {
  font-weight: 500; }

[class*="btn-bare-"] {
  padding-left: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: normal;
  vertical-align: middle; }
  [class*="btn-bare-"].icon::before, .heart-title[class*="btn-bare-"]::before, .page-blogs h1.page-title[class*="btn-bare-"]::before,
  .page-features h1.page-title[class*="btn-bare-"]::before,
  .page-news h1.page-title[class*="btn-bare-"]::before,
  .page-tech h1.page-title[class*="btn-bare-"]::before,
  .page-reviews h1.page-title[class*="btn-bare-"]::before,
  .page-cycling-events h1.page-title[class*="btn-bare-"]::before,
  .most-popular-news-block h2[class*="btn-bare-"]::before,
  .most-viewed-block > h2[class*="btn-bare-"]::before,
  .buyers-guide-block > h2[class*="btn-bare-"]::before,
  .features-block > h2[class*="btn-bare-"]::before,
  .latest-comments-block > h2[class*="btn-bare-"]::before,
  .latest-forum-topics-block > h2[class*="btn-bare-"]::before,
  .news-block > h2[class*="btn-bare-"]::before,
  .opinion-block > h2[class*="btn-bare-"]::before,
  .tech-news-block > h2[class*="btn-bare-"]::before,
  .reviews-block > h2[class*="btn-bare-"]::before,
  .comment-wrapper .view-header h2[class*="btn-bare-"]::before,
  .page-forum h1.page-title[class*="btn-bare-"]::before,
  .paragraphs-items-field-selected-best-buys .field-label[class*="btn-bare-"]::before,
  .more-opinion-block > h2[class*="btn-bare-"]::before,
  .page-buyers-guide h1.page-title[class*="btn-bare-"]::before,
  .active-bloggers-block > h2[class*="btn-bare-"]::before,
  .page-reviews-category .view-header h2[class*="btn-bare-"]::before,
  .page-taxonomy-term h1.page-title[class*="btn-bare-"]::before,
  .related-reviews-block > h2[class*="btn-bare-"]::before,
  .block-webform > h2[class*="btn-bare-"]::before,
  .block-roadcc-customisation h2[class*="btn-bare-"]::before,
  .page-health-fitness h1.page-title[class*="btn-bare-"]::before,
  #block-views-reviews-health-reviews > h2[class*="btn-bare-"]::before,
  #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2[class*="btn-bare-"]::before,
  .page-search-results h1.page-title[class*="btn-bare-"]::before,
  .page-advice h1.page-title[class*="btn-bare-"]::before,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1[class*="btn-bare-"]::before,
  .page-travel h1.page-title[class*="btn-bare-"]::before,
  .page-content-contributor h1.page-title[class*="btn-bare-"]::before,
  .page-sponsored h1.page-title[class*="btn-bare-"]::before, .subscribe-btn-white[class*="btn-bare-"]::before, .subscribe-btn-honey[class*="btn-bare-"]::before, .subscribe-btn-pink[class*="btn-bare-"]::before, .view .more-link a[class*="btn-bare-"]::before, .view-mode-small_teaser .field-name-field-news-topics-term a[class*="btn-bare-"]::before, .full__description .field-item[class*="btn-bare-"]::before, .full__live-blog .date-display-single[class*="btn-bare-"]::before, .review-node .product-info .field-name-field-buynow-link a[class*="btn-bare-"]::before, .video-block > h2[class*="btn-bare-"]::before, .video-block .youtube-channel-link a[class*="btn-bare-"]::before {
    font-size: 10px;
    margin-right: 7px; }
  [class*="btn-bare-"].btn-lg, .form-submit[class*="btn-bare-"], .webform-client-form [class*="btn-bare-"][type='submit'] {
    font-size: 14px; }
    [class*="btn-bare-"].btn-lg.icon::before, .heart-title[class*="btn-bare-"].btn-lg::before, .heart-title.form-submit[class*="btn-bare-"]::before, .webform-client-form .heart-title[type='submit'][class*="btn-bare-"]::before, .page-blogs h1.page-title[class*="btn-bare-"].btn-lg::before, .page-blogs h1.page-title.form-submit[class*="btn-bare-"]::before, .page-blogs .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-blogs h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-features h1.page-title[class*="btn-bare-"].btn-lg::before, .page-features h1.page-title.form-submit[class*="btn-bare-"]::before, .page-features .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-features h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-news h1.page-title[class*="btn-bare-"].btn-lg::before, .page-news h1.page-title.form-submit[class*="btn-bare-"]::before, .page-news .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-news h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-tech h1.page-title[class*="btn-bare-"].btn-lg::before, .page-tech h1.page-title.form-submit[class*="btn-bare-"]::before, .page-tech .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-tech h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-reviews h1.page-title[class*="btn-bare-"].btn-lg::before, .page-reviews h1.page-title.form-submit[class*="btn-bare-"]::before, .page-reviews .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-reviews h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-cycling-events h1.page-title[class*="btn-bare-"].btn-lg::before, .page-cycling-events h1.page-title.form-submit[class*="btn-bare-"]::before, .page-cycling-events .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-cycling-events h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .most-popular-news-block h2[class*="btn-bare-"].btn-lg::before, .most-popular-news-block h2.form-submit[class*="btn-bare-"]::before, .most-popular-news-block .webform-client-form h2[type='submit'][class*="btn-bare-"]::before, .webform-client-form .most-popular-news-block h2[type='submit'][class*="btn-bare-"]::before,
    .most-viewed-block > h2[class*="btn-bare-"].btn-lg::before, .most-viewed-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .most-viewed-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .most-viewed-block > h2.form-submit[class*="btn-bare-"]::before,
    .buyers-guide-block > h2[class*="btn-bare-"].btn-lg::before, .buyers-guide-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .buyers-guide-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .buyers-guide-block > h2.form-submit[class*="btn-bare-"]::before,
    .features-block > h2[class*="btn-bare-"].btn-lg::before, .features-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .features-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .features-block > h2.form-submit[class*="btn-bare-"]::before,
    .latest-comments-block > h2[class*="btn-bare-"].btn-lg::before, .latest-comments-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .latest-comments-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .latest-comments-block > h2.form-submit[class*="btn-bare-"]::before,
    .latest-forum-topics-block > h2[class*="btn-bare-"].btn-lg::before, .latest-forum-topics-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .latest-forum-topics-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .latest-forum-topics-block > h2.form-submit[class*="btn-bare-"]::before,
    .news-block > h2[class*="btn-bare-"].btn-lg::before, .news-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .news-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .news-block > h2.form-submit[class*="btn-bare-"]::before,
    .opinion-block > h2[class*="btn-bare-"].btn-lg::before, .opinion-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .opinion-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .opinion-block > h2.form-submit[class*="btn-bare-"]::before,
    .tech-news-block > h2[class*="btn-bare-"].btn-lg::before, .tech-news-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .tech-news-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .tech-news-block > h2.form-submit[class*="btn-bare-"]::before,
    .reviews-block > h2[class*="btn-bare-"].btn-lg::before, .reviews-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .reviews-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .reviews-block > h2.form-submit[class*="btn-bare-"]::before,
    .comment-wrapper .view-header h2[class*="btn-bare-"].btn-lg::before, .comment-wrapper .view-header h2.form-submit[class*="btn-bare-"]::before, .comment-wrapper .view-header .webform-client-form h2[type='submit'][class*="btn-bare-"]::before, .webform-client-form .comment-wrapper .view-header h2[type='submit'][class*="btn-bare-"]::before,
    .page-forum h1.page-title[class*="btn-bare-"].btn-lg::before, .page-forum h1.page-title.form-submit[class*="btn-bare-"]::before, .page-forum .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-forum h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .paragraphs-items-field-selected-best-buys .field-label[class*="btn-bare-"].btn-lg::before, .paragraphs-items-field-selected-best-buys .field-label.form-submit[class*="btn-bare-"]::before, .paragraphs-items-field-selected-best-buys .webform-client-form .field-label[type='submit'][class*="btn-bare-"]::before, .webform-client-form .paragraphs-items-field-selected-best-buys .field-label[type='submit'][class*="btn-bare-"]::before,
    .more-opinion-block > h2[class*="btn-bare-"].btn-lg::before, .more-opinion-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .more-opinion-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .more-opinion-block > h2.form-submit[class*="btn-bare-"]::before,
    .page-buyers-guide h1.page-title[class*="btn-bare-"].btn-lg::before, .page-buyers-guide h1.page-title.form-submit[class*="btn-bare-"]::before, .page-buyers-guide .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-buyers-guide h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .active-bloggers-block > h2[class*="btn-bare-"].btn-lg::before, .active-bloggers-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .active-bloggers-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .active-bloggers-block > h2.form-submit[class*="btn-bare-"]::before,
    .page-reviews-category .view-header h2[class*="btn-bare-"].btn-lg::before, .page-reviews-category .view-header h2.form-submit[class*="btn-bare-"]::before, .page-reviews-category .view-header .webform-client-form h2[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-reviews-category .view-header h2[type='submit'][class*="btn-bare-"]::before,
    .page-taxonomy-term h1.page-title[class*="btn-bare-"].btn-lg::before, .page-taxonomy-term h1.page-title.form-submit[class*="btn-bare-"]::before, .page-taxonomy-term .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-taxonomy-term h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .related-reviews-block > h2[class*="btn-bare-"].btn-lg::before, .related-reviews-block > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .related-reviews-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .related-reviews-block > h2.form-submit[class*="btn-bare-"]::before,
    .block-webform > h2[class*="btn-bare-"].btn-lg::before, .block-webform > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form .block-webform > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .block-webform > h2.form-submit[class*="btn-bare-"]::before,
    .block-roadcc-customisation h2[class*="btn-bare-"].btn-lg::before, .block-roadcc-customisation h2.form-submit[class*="btn-bare-"]::before, .block-roadcc-customisation .webform-client-form h2[type='submit'][class*="btn-bare-"]::before, .webform-client-form .block-roadcc-customisation h2[type='submit'][class*="btn-bare-"]::before,
    .page-health-fitness h1.page-title[class*="btn-bare-"].btn-lg::before, .page-health-fitness h1.page-title.form-submit[class*="btn-bare-"]::before, .page-health-fitness .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-health-fitness h1.page-title[type='submit'][class*="btn-bare-"]::before,
    #block-views-reviews-health-reviews > h2[class*="btn-bare-"].btn-lg::before, #block-views-reviews-health-reviews > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form #block-views-reviews-health-reviews > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper #block-views-reviews-health-reviews > h2.form-submit[class*="btn-bare-"]::before,
    #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2[class*="btn-bare-"].btn-lg::before, #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.form-submit[class*="btn-bare-"]::before, .webform-client-form #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2.form-submit[class*="btn-bare-"]::before,
    .page-search-results h1.page-title[class*="btn-bare-"].btn-lg::before, .page-search-results h1.page-title.form-submit[class*="btn-bare-"]::before, .page-search-results .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-search-results h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-advice h1.page-title[class*="btn-bare-"].btn-lg::before, .page-advice h1.page-title.form-submit[class*="btn-bare-"]::before, .page-advice .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-advice h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1[class*="btn-bare-"].btn-lg::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.form-submit[class*="btn-bare-"]::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .webform-client-form h1[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1[type='submit'][class*="btn-bare-"]::before,
    .page-travel h1.page-title[class*="btn-bare-"].btn-lg::before, .page-travel h1.page-title.form-submit[class*="btn-bare-"]::before, .page-travel .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-travel h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-content-contributor h1.page-title[class*="btn-bare-"].btn-lg::before, .page-content-contributor h1.page-title.form-submit[class*="btn-bare-"]::before, .page-content-contributor .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-content-contributor h1.page-title[type='submit'][class*="btn-bare-"]::before,
    .page-sponsored h1.page-title[class*="btn-bare-"].btn-lg::before, .page-sponsored h1.page-title.form-submit[class*="btn-bare-"]::before, .page-sponsored .webform-client-form h1.page-title[type='submit'][class*="btn-bare-"]::before, .webform-client-form .page-sponsored h1.page-title[type='submit'][class*="btn-bare-"]::before, .form-submit[class*="btn-bare-"].icon::before, .form-submit.subscribe-btn-white[class*="btn-bare-"]::before, .form-submit.subscribe-btn-honey[class*="btn-bare-"]::before, .form-submit.subscribe-btn-pink[class*="btn-bare-"]::before, .view .more-link a.form-submit[class*="btn-bare-"]::before, .view-mode-small_teaser .field-name-field-news-topics-term a.form-submit[class*="btn-bare-"]::before, .full__description .form-submit.field-item[class*="btn-bare-"]::before, .full__live-blog .form-submit.date-display-single[class*="btn-bare-"]::before, .review-node .product-info .field-name-field-buynow-link a.form-submit[class*="btn-bare-"]::before, .video-block > h2.form-submit[class*="btn-bare-"]::before, .video-block .youtube-channel-link a.form-submit[class*="btn-bare-"]::before, .subscribe-btn-white[class*="btn-bare-"].btn-lg::before, .webform-client-form .subscribe-btn-white[type='submit'][class*="btn-bare-"]::before, .subscribe-btn-honey[class*="btn-bare-"].btn-lg::before, .webform-client-form .subscribe-btn-honey[type='submit'][class*="btn-bare-"]::before, .subscribe-btn-pink[class*="btn-bare-"].btn-lg::before, .webform-client-form .subscribe-btn-pink[type='submit'][class*="btn-bare-"]::before, .view .more-link a[class*="btn-bare-"].btn-lg::before, .view .more-link .webform-client-form a[type='submit'][class*="btn-bare-"]::before, .webform-client-form .view .more-link a[type='submit'][class*="btn-bare-"]::before, .view-mode-small_teaser .field-name-field-news-topics-term a[class*="btn-bare-"].btn-lg::before, .view-mode-small_teaser .field-name-field-news-topics-term .webform-client-form a[type='submit'][class*="btn-bare-"]::before, .webform-client-form .view-mode-small_teaser .field-name-field-news-topics-term a[type='submit'][class*="btn-bare-"]::before, .full__description .field-item[class*="btn-bare-"].btn-lg::before, .full__description .webform-client-form .field-item[type='submit'][class*="btn-bare-"]::before, .webform-client-form .full__description .field-item[type='submit'][class*="btn-bare-"]::before, .full__live-blog .date-display-single[class*="btn-bare-"].btn-lg::before, .full__live-blog .webform-client-form .date-display-single[type='submit'][class*="btn-bare-"]::before, .webform-client-form .full__live-blog .date-display-single[type='submit'][class*="btn-bare-"]::before, .review-node .product-info .field-name-field-buynow-link a[class*="btn-bare-"].btn-lg::before, .review-node .product-info .field-name-field-buynow-link .webform-client-form a[type='submit'][class*="btn-bare-"]::before, .webform-client-form .review-node .product-info .field-name-field-buynow-link a[type='submit'][class*="btn-bare-"]::before, .video-block > h2[class*="btn-bare-"].btn-lg::before, .webform-client-form .video-block > h2[type='submit'][class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .video-block > h2.form-submit[class*="btn-bare-"]::before, .video-block .youtube-channel-link a[class*="btn-bare-"].btn-lg::before, .video-block .youtube-channel-link .webform-client-form a[type='submit'][class*="btn-bare-"]::before, .webform-client-form .video-block .youtube-channel-link a[type='submit'][class*="btn-bare-"]::before, .webform-client-form [type='submit'][class*="btn-bare-"].icon::before, .stripe-subscription-subscription-form-wrapper .form-submit[class*="btn-bare-"].icon::before, .stripe-subscription-subscription-form-wrapper .form-submit.heart-title[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .page-blogs h1.form-submit.page-title[class*="btn-bare-"]::before, .page-blogs .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-features h1.form-submit.page-title[class*="btn-bare-"]::before, .page-features .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-news h1.form-submit.page-title[class*="btn-bare-"]::before, .page-news .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-tech h1.form-submit.page-title[class*="btn-bare-"]::before, .page-tech .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-reviews h1.form-submit.page-title[class*="btn-bare-"]::before, .page-reviews .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-cycling-events h1.form-submit.page-title[class*="btn-bare-"]::before, .page-cycling-events .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .most-popular-news-block h2.form-submit[class*="btn-bare-"]::before, .most-popular-news-block .stripe-subscription-subscription-form-wrapper h2.form-submit[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .comment-wrapper .view-header h2.form-submit[class*="btn-bare-"]::before, .comment-wrapper .view-header .stripe-subscription-subscription-form-wrapper h2.form-submit[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-forum h1.form-submit.page-title[class*="btn-bare-"]::before, .page-forum .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .paragraphs-items-field-selected-best-buys .form-submit.field-label[class*="btn-bare-"]::before, .paragraphs-items-field-selected-best-buys .stripe-subscription-subscription-form-wrapper .form-submit.field-label[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-buyers-guide h1.form-submit.page-title[class*="btn-bare-"]::before, .page-buyers-guide .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-reviews-category .view-header h2.form-submit[class*="btn-bare-"]::before, .page-reviews-category .view-header .stripe-subscription-subscription-form-wrapper h2.form-submit[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-taxonomy-term h1.form-submit.page-title[class*="btn-bare-"]::before, .page-taxonomy-term .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .block-roadcc-customisation h2.form-submit[class*="btn-bare-"]::before, .block-roadcc-customisation .stripe-subscription-subscription-form-wrapper h2.form-submit[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-health-fitness h1.form-submit.page-title[class*="btn-bare-"]::before, .page-health-fitness .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-search-results h1.form-submit.page-title[class*="btn-bare-"]::before, .page-search-results .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-advice h1.form-submit.page-title[class*="btn-bare-"]::before, .page-advice .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1.form-submit[class*="btn-bare-"]::before, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .stripe-subscription-subscription-form-wrapper h1.form-submit[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-travel h1.form-submit.page-title[class*="btn-bare-"]::before, .page-travel .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-content-contributor h1.form-submit.page-title[class*="btn-bare-"]::before, .page-content-contributor .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before,
    .stripe-subscription-subscription-form-wrapper .page-sponsored h1.form-submit.page-title[class*="btn-bare-"]::before, .page-sponsored .stripe-subscription-subscription-form-wrapper h1.form-submit.page-title[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .form-submit.subscribe-btn-white[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .form-submit.subscribe-btn-honey[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .form-submit.subscribe-btn-pink[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .view .more-link a.form-submit[class*="btn-bare-"]::before, .view .more-link .stripe-subscription-subscription-form-wrapper a.form-submit[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .view-mode-small_teaser .field-name-field-news-topics-term a.form-submit[class*="btn-bare-"]::before, .view-mode-small_teaser .field-name-field-news-topics-term .stripe-subscription-subscription-form-wrapper a.form-submit[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .full__description .form-submit.field-item[class*="btn-bare-"]::before, .full__description .stripe-subscription-subscription-form-wrapper .form-submit.field-item[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .full__live-blog .form-submit.date-display-single[class*="btn-bare-"]::before, .full__live-blog .stripe-subscription-subscription-form-wrapper .form-submit.date-display-single[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .review-node .product-info .field-name-field-buynow-link a.form-submit[class*="btn-bare-"]::before, .review-node .product-info .field-name-field-buynow-link .stripe-subscription-subscription-form-wrapper a.form-submit[class*="btn-bare-"]::before, .stripe-subscription-subscription-form-wrapper .video-block .youtube-channel-link a.form-submit[class*="btn-bare-"]::before, .video-block .youtube-channel-link .stripe-subscription-subscription-form-wrapper a.form-submit[class*="btn-bare-"]::before {
      font-size: 12px; }

.btn-lightpink, .subscribe-btn-pink {
  color: #fff !important;
  font-family: "Merriweather", serif;
  font-weight: 900; }

.btn-pink:hover, .page-subscription-success .subscription-success-page__content a:hover, .stripe-subscription-subscription-form-wrapper .form-submit:hover, .fieldset-wrapper > a:hover, .btn-lightpink:hover, .subscribe-btn-pink:hover {
  background-color: #a50264 !important;
  border-color: #a50264 !important; }

.btn-lightpink:hover, .subscribe-btn-pink:hover {
  background-color: #dc5d80 !important;
  border-color: #dc5d80 !important; }

.subscribe-btn-white {
  color: #1BB4E1; }
  .subscribe-btn-white:hover {
    background-color: #1BB4E1;
    border-color: #fff;
    color: #fff; }
  .subscribe-btn-white span.ext {
    display: none; }

.continue-reading-btn {
  color: #ec407a; }
  .continue-reading-btn:hover {
    cursor: pointer; }
  .continue-reading-btn span.ext {
    display: none; }

.subscribe-btn-honey span.ext {
  display: none; }

.subscribe-btn-pink span.ext {
  display: none; }

.subscribe-btn-pink.btn-sm, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.subscribe-btn-pink.form-submit, .comment-form .field-type-file .subscribe-btn-pink[type='file'], .comment-form .field-type-file .subscribe-btn-pink[type='submit'], .comment-form .form-actions .subscribe-btn-pink[type='submit'] {
  padding: 4px 6px;
  font-size: 15px; }

.btn-dark-new {
  color: #fff;
  background-color: #33302e;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  padding: 0px 10px;
  border: none;
  text-decoration: none;
  font-size: 14px;
  border-radius: 15px; }
  .btn-dark-new:hover, .btn-dark-new:active, .btn-dark-new:focus {
    outline: none;
    background-color: #000;
    color: #fff;
    border: none; }
  .btn-dark-new.lg {
    font-size: 16px; }

.badge, .full__type-term .field-type-taxonomy-term-reference a, .full__tag .field-items a {
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 5px 10px 0;
  line-height: normal;
  text-align: center;
  vertical-align: middle; }
  @media (prefers-reduced-motion: reduce) {
    .badge, .full__type-term .field-type-taxonomy-term-reference a, .full__tag .field-items a {
      -webkit-transition: none;
      transition: none; } }

.badge-icon-only {
  border-radius: 50%;
  width: 24px;
  line-height: 24px;
  padding: 0 8px 0 0;
  text-indent: 3.7px;
  margin: 0;
  overflow: hidden;
  top: -1px; }
  .badge-icon-only::before {
    margin-right: 40px; }

.badge-icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
  margin: 0;
  top: -1px; }
  .badge-icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0 0 0 0; }
  .badge-icon:empty {
    display: inline-block; }

.view .more-link {
  margin-top: 10px;
  text-align: center; }
  .view .more-link a {
    font-size: 12px;
    padding: 5px 17px; }
    .view .more-link a::before {
      font-size: 10px; }

@media (min-width: 768px) {
  .view .more-link {
    text-align: right; }
    .view .more-link a {
      font-size: 14px;
      padding: 5px .75rem; }
      .view .more-link a::before {
        font-size: 12px; } }

#close-button {
  display: none; }

.btn-mint {
  font-family: "Merriweather", serif;
  background: #3dc48e;
  border: none;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .btn-mint {
      font-size: 19px; } }
  .btn-mint .ext {
    display: none; }
  .btn-mint:hover, .btn-mint:active, .btn-mint:focus {
    background: #34ae7d;
    border: none; }

.form-item .help-block,
.form-item .description {
  font-size: 13px; }

.form-item.error {
  background: none; }
  .form-item.error label {
    color: #A94442; }
    .form-item.error label span {
      color: #A94442; }

.form-item input.form-control, .form-item .webform-client-form input[type='text'], .webform-client-form .form-item input[type='text'],
.form-item .webform-client-form input[type='email'], .webform-client-form .form-item input[type='email'] {
  margin-top: 0; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #A94442; }

.form-item .form-radios input[type="radio"] {
  position: relative;
  top: -5px;
  margin-right: 5px; }

label {
  color: #323648; }

.form-fielset-title {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323648;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1rem; }

.text-notice, .comment-form .field-type-file .description, .webform-client-form .description {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #81838E;
  font-weight: normal; }

body.node-type-blog .region-content .block-webform, body.node-type-news .region-content .block-webform, body.node-buyers-guide .region-content .block-webform, body.node-type-feature .region-content .block-webform, body.node-type-member-news .region-content .block-webform, body.node-type-member-offer .region-content .block-webform, body.node-type-tech-news .region-content .block-webform, body.node-type-review .region-content .block-webform {
  margin-top: 0; }

body.node-type-blog .region-content #block-system-main + .block-webform, body.node-type-news .region-content #block-system-main + .block-webform, body.node-buyers-guide .region-content #block-system-main + .block-webform, body.node-type-feature .region-content #block-system-main + .block-webform, body.node-type-member-news .region-content #block-system-main + .block-webform, body.node-type-member-offer .region-content #block-system-main + .block-webform, body.node-type-tech-news .region-content #block-system-main + .block-webform, body.node-type-review .region-content #block-system-main + .block-webform {
  margin-top: 30px; }

#ckeditor img {
  max-width: 100%; }

.alert-block {
  border-radius: 0; }
  .alert-block ul {
    padding-left: 20px; }
    .alert-block ul:last-child {
      margin-bottom: 0; }
  .alert-block p:last-child {
    margin-bottom: 0; }
  .alert-block.alert-danger {
    background: #F8D7DA;
    border: 1px solid #F5C6CB; }
    .alert-block.alert-danger a.close {
      color: #A94442; }

.home-tabs {
  margin-bottom: 40px; }

.actions .action-links {
  padding-left: 0; }
  .actions .action-links li {
    list-style: none; }

.field-name-field-rating {
  margin-bottom: 4px;
  margin-right: 10px; }
  .field-name-field-rating .field-item {
    background: url("/sites/all/themes/roadcc/images/rating-stars.svg") no-repeat;
    background-position-x: 0;
    background-size: cover;
    font-size: 0; }

.rating-dark .field-name-field-rating {
  margin-bottom: 4px;
  margin-right: 10px; }
  .rating-dark .field-name-field-rating .field-item {
    background: url("/sites/all/themes/roadcc/images/ratin-stars-dark.svg") no-repeat;
    background-position-x: 0;
    background-size: cover;
    font-size: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .field-name-field-rating .field-item {
    background: url("/sites/all/themes/roadcc/images/rating-stars.png") no-repeat;
    background-size: cover; } }

.rating--small .field-name-field-rating .field-item {
  height: 16px;
  width: 95px; }

.rating--small .field-name-field-rating.stars-0 .field-item {
  background-position-y: 1px; }

.rating--small .field-name-field-rating.stars-1 .field-item {
  background-position-y: -24px; }

.rating--small .field-name-field-rating.stars-2 .field-item {
  background-position-y: -49px; }

.rating--small .field-name-field-rating.stars-3 .field-item {
  background-position-y: -74px; }

.rating--small .field-name-field-rating.stars-4 .field-item {
  background-position-y: -99px; }

.rating--small .field-name-field-rating.stars-5 .field-item {
  background-position-y: -124px; }

.rating--small .field-name-field-rating.stars-6 .field-item {
  background-position-y: -149px; }

.rating--small .field-name-field-rating.stars-7 .field-item {
  background-position-y: -174px; }

.rating--small .field-name-field-rating.stars-8 .field-item {
  background-position-y: -199px; }

.rating--small .field-name-field-rating.stars-9 .field-item {
  background-position-y: -224px; }

.rating--small .field-name-field-rating.stars-10 .field-item {
  background-position-y: -249px; }

.rating--big .field-name-field-rating .field-item {
  height: 24px;
  width: 152px; }

.rating--big .field-name-field-rating.stars-0 .field-item {
  background-position-y: 0; }

.rating--big .field-name-field-rating.stars-1 .field-item {
  background-position-y: -39px; }

.rating--big .field-name-field-rating.stars-2 .field-item {
  background-position-y: -79px; }

.rating--big .field-name-field-rating.stars-3 .field-item {
  background-position-y: -119px; }

.rating--big .field-name-field-rating.stars-4 .field-item {
  background-position-y: -159px; }

.rating--big .field-name-field-rating.stars-5 .field-item {
  background-position-y: -199px; }

.rating--big .field-name-field-rating.stars-6 .field-item {
  background-position-y: -239px; }

.rating--big .field-name-field-rating.stars-7 .field-item {
  background-position-y: -279px; }

.rating--big .field-name-field-rating.stars-8 .field-item {
  background-position-y: -319px; }

.rating--big .field-name-field-rating.stars-9 .field-item {
  background-position-y: -359px; }

.rating--big .field-name-field-rating.stars-10 .field-item {
  background-position-y: -399px; }

.rating-dark--small .field-name-field-rating .field-item {
  height: 16px;
  width: 95px; }

.rating-dark--small .field-name-field-rating.stars-0 .field-item {
  background-position-y: 1px; }

.rating-dark--small .field-name-field-rating.stars-1 .field-item {
  background-position-y: -24px; }

.rating-dark--small .field-name-field-rating.stars-2 .field-item {
  background-position-y: -49px; }

.rating-dark--small .field-name-field-rating.stars-3 .field-item {
  background-position-y: -74px; }

.rating-dark--small .field-name-field-rating.stars-4 .field-item {
  background-position-y: -99px; }

.rating-dark--small .field-name-field-rating.stars-5 .field-item {
  background-position-y: -124px; }

.rating-dark--small .field-name-field-rating.stars-6 .field-item {
  background-position-y: -149px; }

.rating-dark--small .field-name-field-rating.stars-7 .field-item {
  background-position-y: -174px; }

.rating-dark--small .field-name-field-rating.stars-8 .field-item {
  background-position-y: -199px; }

.rating-dark--small .field-name-field-rating.stars-9 .field-item {
  background-position-y: -224px; }

.rating-dark--small .field-name-field-rating.stars-10 .field-item {
  background-position-y: -249px; }

.rating-dark--big .field-name-field-rating .field-item {
  height: 24px;
  width: 152px; }

.rating-dark--big .field-name-field-rating.stars-0 .field-item {
  background-position-y: 0; }

.rating-dark--big .field-name-field-rating.stars-1 .field-item {
  background-position-y: -39px; }

.rating-dark--big .field-name-field-rating.stars-2 .field-item {
  background-position-y: -79px; }

.rating-dark--big .field-name-field-rating.stars-3 .field-item {
  background-position-y: -119px; }

.rating-dark--big .field-name-field-rating.stars-4 .field-item {
  background-position-y: -159px; }

.rating-dark--big .field-name-field-rating.stars-5 .field-item {
  background-position-y: -199px; }

.rating-dark--big .field-name-field-rating.stars-6 .field-item {
  background-position-y: -239px; }

.rating-dark--big .field-name-field-rating.stars-7 .field-item {
  background-position-y: -279px; }

.rating-dark--big .field-name-field-rating.stars-8 .field-item {
  background-position-y: -319px; }

.rating-dark--big .field-name-field-rating.stars-9 .field-item {
  background-position-y: -359px; }

.rating-dark--big .field-name-field-rating.stars-10 .field-item {
  background-position-y: -399px; }

.comment-wrapper .ajax-progress .throbber,
.comment-wrapper .flag-waiting .flag-throbber {
  background: url("/sites/all/themes/roadcc/images/gifs/fade-spinner.gif") no-repeat center;
  background-size: cover;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -30px;
  top: -10px;
  width: 40px; }

.slider-dots .slick-dots, .latest-comments-block .comments .slick-dots, .video-block #youtubechannel-list .slick-dots {
  margin-bottom: 0; }
  .slider-dots .slick-dots li, .latest-comments-block .comments .slick-dots li, .video-block #youtubechannel-list .slick-dots li {
    height: auto;
    margin: 0 5px;
    padding: 0;
    width: auto; }
    .slider-dots .slick-dots li button, .latest-comments-block .comments .slick-dots li button, .video-block #youtubechannel-list .slick-dots li button {
      border-radius: 50%;
      height: 7px;
      padding: 0;
      width: 7px; }
  .slider-dots .slick-dots button::before, .latest-comments-block .comments .slick-dots button::before, .video-block #youtubechannel-list .slick-dots button::before {
    display: none; }

.black-active .slick-dots li button, .latest-comments-block .comments .slick-dots li button {
  background: #E8E8E8; }

.black-active .slick-dots li.slick-active button, .latest-comments-block .comments .slick-dots li.slick-active button {
  background: #323648; }

.white-active .slick-dots li button, .video-block #youtubechannel-list .slick-dots li button {
  background: #979797; }

.white-active .slick-dots li.slick-active button, .video-block #youtubechannel-list .slick-dots li.slick-active button {
  background: #fff; }

.four-layout {
  margin-bottom: 30px; }
  .four-layout .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .four-layout .view-content .views-row {
      margin-bottom: 10px;
      padding: 0 15px;
      width: 100%; }
      .four-layout .view-content .views-row:nth-child(n+5) {
        display: none; }
      .four-layout .view-content .views-row.more {
        display: block; }
  .four-layout .view-footer {
    margin-top: 15px;
    text-align: center; }
    .four-layout .view-footer button {
      font-size: 12px;
      padding: 5px 17px; }
      .four-layout .view-footer button::before {
        font-size: 10px; }
      .four-layout .view-footer button span {
        display: none; }
      .four-layout .view-footer button .show {
        display: inline-block; }

@media (min-width: 768px) {
  .four-layout .view-content .views-row {
    width: 50%; }
    .four-layout .view-content .views-row:nth-child(n+5) {
      display: block; }
  .four-layout .view-footer {
    display: none; } }

@media (min-width: 992px) {
  .four-layout {
    margin-bottom: 40px; }
    .four-layout .view-content .views-row {
      width: 25%; } }

.news-block .views-row:nth-child(4) .view-mode-small_teaser,
.news-block .views-row:last-of-type .view-mode-small_teaser {
  border-bottom: 0; }

.news-block .views-row.line .view-mode-small_teaser {
  border-bottom: 1px solid #E8E8E8; }

.news-block .views-row:not(:first-of-type) .small-teaser__image, .news-block .views-row:not(:first-of-type) .main-block .bottom-wrapper .group-left .main-feature-latest__image, .main-block .bottom-wrapper .group-left .news-block .views-row:not(:first-of-type) .main-feature-latest__image,
.news-block .views-row:not(:first-of-type) .small-teaser__description,
.news-block .views-row:not(:first-of-type) .main-block .bottom-wrapper .group-left .main-teaser__description,
.main-block .bottom-wrapper .group-left .news-block .views-row:not(:first-of-type) .main-teaser__description {
  display: none; }

@media (min-width: 768px) {
  .news-block .views-row:nth-child(n+7) .view-mode-small_teaser {
    border-bottom: 0; }
  .news-block .views-row:nth-child(4) .view-mode-small_teaser {
    border-bottom: 1px solid #E8E8E8; } }

@media (min-width: 992px) {
  .news-block .views-row:nth-child(n+5) .view-mode-small_teaser {
    border-bottom: 0; }
    .news-block .views-row:nth-child(n+5) .view-mode-small_teaser .small-teaser__image, .news-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-block .bottom-wrapper .group-left .main-feature-latest__image, .main-block .bottom-wrapper .group-left .news-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-feature-latest__image,
    .news-block .views-row:nth-child(n+5) .view-mode-small_teaser .small-teaser__description,
    .news-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-block .bottom-wrapper .group-left .main-teaser__description,
    .main-block .bottom-wrapper .group-left .news-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-teaser__description {
      display: none; } }

.view-mode-small_teaser {
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 5px; }
  .view-mode-small_teaser > a {
    display: block;
    height: 100%; }
  .view-mode-small_teaser > a,
  .view-mode-small_teaser > .wrapper {
    margin-bottom: 11px; }
  .view-mode-small_teaser img {
    display: block;
    height: auto;
    max-width: 100%; }
  .view-mode-small_teaser .field-name-field-price .field-item {
    color: #d9534f;
    font-size: 14px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: .22px; }
  .view-mode-small_teaser .field-name-field-news-topics-term a {
    font-size: 10px; }
  .view-mode-small_teaser .comment-count {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(91, 94, 109, 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    margin-left: auto; }
    .view-mode-small_teaser .comment-count::before {
      background: url("/sites/all/themes/roadcc/images/icons/comment.svg") no-repeat center;
      content: '';
      display: inline-block;
      height: 13px;
      margin-right: 5px;
      width: 12px; }
  .view-mode-small_teaser .topic-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(91, 94, 109, 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.08px;
    text-transform: capitalize; }
    .view-mode-small_teaser .topic-name::before {
      background: url("/sites/all/themes/roadcc/images/icons/topic-name.svg") no-repeat center;
      content: '';
      display: inline-block;
      height: 10px;
      margin-right: 5px;
      width: 9px; }
  .view-mode-small_teaser .author {
    color: #F0AD4E; }
  .view-mode-small_teaser .field-name-field-feature-sections-term a {
    color: rgba(91, 94, 109, 0.55);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.08px;
    text-transform: uppercase; }

.small-teaser__image, .main-block .bottom-wrapper .group-left .main-feature-latest__image {
  margin-bottom: 11px; }

.small-teaser__title h2, .main-block .top-wrapper .views-row-2 .main-teaser__title h2, .main-block .bottom-wrapper .group-left .main-teaser__title h2, .main-block .bottom-wrapper .group-right .main-teaser__title h2 {
  font-size: 17px;
  letter-spacing: -.2px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.small-teaser__description, .main-block .bottom-wrapper .group-left .main-teaser__description {
  display: none;
  margin-top: 10px; }
  .small-teaser__description .field-type-text .field-item, .main-block .bottom-wrapper .group-left .main-teaser__description .field-type-text .field-item {
    color: #81838E;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .22px;
    line-height: 1.2; }
  .small-teaser__description .field-type-text .field-item p, .main-block .bottom-wrapper .group-left .main-teaser__description .field-type-text .field-item p {
    line-height: 1.2;
    margin-bottom: 0; }

.small-teaser__bottom, .main-block .main-teaser__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto; }
  .small-teaser__bottom *, .main-block .main-teaser__bottom * {
    line-height: 1; }

.small-teaser__user {
  display: none; }
  .small-teaser__user .user-picture {
    border-radius: 50%;
    overflow: hidden;
    width: 65px;
    height: 65px; }
    .small-teaser__user .user-picture a {
      display: block; }
    .small-teaser__user .user-picture img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      min-width: 100%;
      min-height: 100%; }

@media (min-width: 768px) {
  .view-mode-small_teaser .field-name-field-feature-sections-term {
    text-align: center; }
  .small-teaser__user {
    display: block; } }

@media (min-width: 992px) {
  .view-mode-small_teaser .field-name-field-news-topics-term a,
  .view-mode-small_teaser .topic-name,
  .view-mode-small_teaser .comment-count {
    font-size: 12px; }
  .small-teaser__title h2, .main-block .top-wrapper .views-row-2 .main-teaser__title h2, .main-block .bottom-wrapper .group-left .main-teaser__title h2, .main-block .bottom-wrapper .group-right .main-teaser__title h2 {
    font-size: 18px;
    margin-bottom: 17px; }
  .small-teaser__description, .main-block .bottom-wrapper .group-left .main-teaser__description {
    display: block; }
    .small-teaser__description .field-type-text .field-item, .main-block .bottom-wrapper .group-left .main-teaser__description .field-type-text .field-item {
      font-size: 16px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .small-teaser__title h2, .main-block .top-wrapper .views-row-2 .main-teaser__title h2, .main-block .bottom-wrapper .group-left .main-teaser__title h2, .main-block .bottom-wrapper .group-right .main-teaser__title h2 {
    max-height: 80px; } }

@media (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .small-teaser__title h2, .main-block .top-wrapper .views-row-2 .main-teaser__title h2, .main-block .bottom-wrapper .group-left .main-teaser__title h2, .main-block .bottom-wrapper .group-right .main-teaser__title h2 {
    max-height: 85px; } }

.node-recommend.view-mode-small-teaser img {
  display: block;
  max-width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.node-recommend.view-mode-small-teaser a:hover img {
  opacity: 0.8; }

.main-navigation {
  border-bottom: 1px solid #E8E8E8;
  display: none; }
  .main-navigation .menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-navigation .menu li {
      line-height: normal;
      list-style: none;
      margin: 0;
      padding: 0; }
    .main-navigation .menu .expanded ul {
      display: none; }
  .main-navigation .menu-block-wrapper > .menu {
    padding: 0 7px;
    position: relative; }
    .main-navigation .menu-block-wrapper > .menu.ps--active-x {
      padding-bottom: 10px; }
    .main-navigation .menu-block-wrapper > .menu > li > a {
      color: #81838E;
      display: block;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: .22px;
      padding: 10px 7px;
      white-space: nowrap; }
    .main-navigation .menu-block-wrapper > .menu > li.active > a,
    .main-navigation .menu-block-wrapper > .menu > li > a:hover {
      color: #323648; }
  .main-navigation .ps:hover > .ps__rail-x,
  .main-navigation .ps:hover > .ps__rail-y,
  .main-navigation .ps--focus > .ps__rail-x,
  .main-navigation .ps--focus > .ps__rail-y,
  .main-navigation .ps--scrolling-x > .ps__rail-x,
  .main-navigation .ps--scrolling-y > .ps__rail-y {
    opacity: 1; }
  .main-navigation .ps__rail-x {
    background: #F5F5F5;
    border: 1px solid #e5e5e5;
    height: 10px;
    opacity: 1; }
  .main-navigation .ps__rail-x:hover,
  .main-navigation .ps__rail-y:hover,
  .main-navigation .ps__rail-x:focus,
  .main-navigation .ps__rail-y:focus,
  .main-navigation .ps__rail-x.ps--clicking,
  .main-navigation .ps__rail-y.ps--clicking {
    background: #F5F5F5;
    opacity: 1; }
  .main-navigation .ps__thumb-x {
    background: #d5d4d4;
    border-radius: 5px;
    bottom: auto;
    height: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .main-navigation .ps__rail-x:hover > .ps__thumb-x,
  .main-navigation .ps__rail-x:focus > .ps__thumb-x,
  .main-navigation .ps__rail-x.ps--clicking .ps__thumb-x {
    background: #d5d4d4;
    height: 4px; }

@media (min-width: 1200px) {
  .main-navigation {
    display: block;
    border-bottom: none; }
    .main-navigation .main-header-menu {
      position: static; }
    .main-navigation .menu-block-wrapper > .menu {
      overflow: visible !important;
      padding: 0;
      position: static; }
      .main-navigation .menu-block-wrapper > .menu > li {
        line-height: 50px;
        margin-right: 20px; }
        .main-navigation .menu-block-wrapper > .menu > li > a {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: .85px;
          padding: 0;
          position: relative;
          white-space: normal; }
        .main-navigation .menu-block-wrapper > .menu > li:last-of-type {
          margin-right: 0; }
        .main-navigation .menu-block-wrapper > .menu > li > a::before {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          height: 5px;
          left: 50%;
          position: absolute;
          opacity: 0;
          width: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; }
        .main-navigation .menu-block-wrapper > .menu > li.active > a,
        .main-navigation .menu-block-wrapper > .menu > li:hover > a {
          color: #fff; }
          .main-navigation .menu-block-wrapper > .menu > li.active > a::before,
          .main-navigation .menu-block-wrapper > .menu > li:hover > a::before {
            opacity: 1;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            width: 120%; }
      .main-navigation .menu-block-wrapper > .menu > .expanded > a::after {
        background: url("/sites/all/themes/roadcc/images/icons/arrow.svg") no-repeat center;
        content: '';
        display: block;
        height: 3px;
        margin-left: 5px;
        width: 5px; }
    .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > li {
      width: 25%; }
      .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > li > a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
      .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > li.expanded > a::after {
        background: url("/sites/all/themes/roadcc/images/icons/arrow-right.png") no-repeat center;
        content: '';
        display: block;
        height: 9px;
        width: 6px; }
    .main-navigation .menu-block-wrapper > .menu > .expanded > .menu {
      background: #fff;
      border-bottom: 4px solid #1BB4E1;
      -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      left: 0;
      top: 117px;
      padding: 10px 0;
      position: absolute;
      opacity: 0;
      -webkit-transition: visibility 0s linear .2s, opacity .2s linear;
      transition: visibility 0s linear .2s, opacity .2s linear;
      visibility: hidden;
      width: 100%;
      z-index: 3; }
      .main-navigation .menu-block-wrapper > .menu > .expanded > .menu a {
        color: #323648;
        display: block;
        font-size: 14px;
        letter-spacing: .05px;
        padding: 10px 20px; }
      .main-navigation .menu-block-wrapper > .menu > .expanded > .menu .active-trail > a,
      .main-navigation .menu-block-wrapper > .menu > .expanded > .menu > li:hover > a {
        color: #1BB4E1; }
    .main-navigation .menu-block-wrapper > .menu > .expanded:hover > .menu {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .main-navigation .menu-block-wrapper > .menu > .expanded:not(.term-menu-link) > .menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .main-navigation .menu-block-wrapper > .menu > .expanded:not(.term-menu-link) > .menu li {
        width: 20%; }
    .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu {
      background-color: #F8F8F8;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      height: 100%;
      left: 25%;
      padding: 10px 0;
      position: absolute;
      top: 0;
      width: 75%; }
      .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu li {
        display: inline-block;
        width: 100%; }
      .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu a {
        white-space: nowrap; }
      .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu a:hover {
        color: #1BB4E1; }
    .main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded.active-trail .menu {
      display: block; } }

.supporter-main-navigation {
  display: none;
  width: 100%;
  border-bottom: 1px solid #E8E8E8; }
  .supporter-main-navigation .menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .supporter-main-navigation .menu li {
      line-height: normal;
      list-style: none;
      margin: 0;
      padding: 0; }
    .supporter-main-navigation .menu .expanded ul {
      display: none; }
  .supporter-main-navigation .menu-block-wrapper > .menu {
    padding: 0 7px;
    position: relative; }
    .supporter-main-navigation .menu-block-wrapper > .menu.ps--active-x {
      padding-bottom: 10px; }
    .supporter-main-navigation .menu-block-wrapper > .menu > li > a {
      color: #81838E;
      display: block;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: .22px;
      padding: 10px 7px;
      white-space: nowrap; }
    .supporter-main-navigation .menu-block-wrapper > .menu > li.active > a,
    .supporter-main-navigation .menu-block-wrapper > .menu > li > a:hover {
      color: #323648; }
  .supporter-main-navigation .ps:hover > .ps__rail-x,
  .supporter-main-navigation .ps:hover > .ps__rail-y,
  .supporter-main-navigation .ps--focus > .ps__rail-x,
  .supporter-main-navigation .ps--focus > .ps__rail-y,
  .supporter-main-navigation .ps--scrolling-x > .ps__rail-x,
  .supporter-main-navigation .ps--scrolling-y > .ps__rail-y {
    opacity: 1; }
  .supporter-main-navigation .ps__rail-x {
    background: #F5F5F5;
    border: 1px solid #e5e5e5;
    height: 10px;
    opacity: 1; }
  .supporter-main-navigation .ps__rail-x:hover,
  .supporter-main-navigation .ps__rail-y:hover,
  .supporter-main-navigation .ps__rail-x:focus,
  .supporter-main-navigation .ps__rail-y:focus,
  .supporter-main-navigation .ps__rail-x.ps--clicking,
  .supporter-main-navigation .ps__rail-y.ps--clicking {
    background: #F5F5F5;
    opacity: 1; }
  .supporter-main-navigation .ps__thumb-x {
    background: #d5d4d4;
    border-radius: 5px;
    bottom: auto;
    height: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .supporter-main-navigation .ps__rail-x:hover > .ps__thumb-x,
  .supporter-main-navigation .ps__rail-x:focus > .ps__thumb-x,
  .supporter-main-navigation .ps__rail-x.ps--clicking .ps__thumb-x {
    background: #d5d4d4;
    height: 4px; }

@media (min-width: 1200px) {
  .supporter-main-navigation {
    display: block;
    border-bottom: none;
    margin-left: 30px;
    padding-left: 30px; }
    .supporter-main-navigation .main-header-menu {
      position: static; }
    .supporter-main-navigation .menu-block-wrapper > .menu {
      overflow: visible !important;
      padding: 0;
      position: static; }
      .supporter-main-navigation .menu-block-wrapper > .menu > li {
        line-height: 50px;
        margin-right: 20px; }
        .supporter-main-navigation .menu-block-wrapper > .menu > li > a {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: .85px;
          padding: 0;
          position: relative;
          white-space: normal; }
        .supporter-main-navigation .menu-block-wrapper > .menu > li:last-of-type {
          margin-right: 0; }
        .supporter-main-navigation .menu-block-wrapper > .menu > li > a::before {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          height: 5px;
          left: 50%;
          position: absolute;
          opacity: 0;
          width: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; }
        .supporter-main-navigation .menu-block-wrapper > .menu > li.active > a,
        .supporter-main-navigation .menu-block-wrapper > .menu > li:hover > a {
          color: #fff; }
          .supporter-main-navigation .menu-block-wrapper > .menu > li.active > a::before,
          .supporter-main-navigation .menu-block-wrapper > .menu > li:hover > a::before {
            opacity: 1;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            width: 120%; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded > a::after {
        background: url("/sites/all/themes/roadcc/images/icons/arrow.svg") no-repeat center;
        content: '';
        display: block;
        height: 3px;
        margin-left: 5px;
        width: 5px; }
    .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > li {
      width: 25%; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > li > a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > li.expanded > a::after {
        background: url("/sites/all/themes/roadcc/images/icons/arrow-right.png") no-repeat center;
        content: '';
        display: block;
        height: 9px;
        width: 6px; }
    .supporter-main-navigation .menu-block-wrapper > .menu > .expanded > .menu {
      background: #fff;
      border-bottom: 4px solid #1BB4E1;
      -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      left: 0;
      top: 50px;
      padding: 10px 0;
      position: absolute;
      opacity: 0;
      -webkit-transition: visibility 0s linear .2s, opacity .2s linear;
      transition: visibility 0s linear .2s, opacity .2s linear;
      visibility: hidden;
      width: 100%;
      z-index: 3; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded > .menu a {
        color: #323648;
        display: block;
        font-size: 14px;
        letter-spacing: .05px;
        padding: 10px 20px; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded > .menu .active-trail > a,
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded > .menu > li:hover > a {
        color: #1BB4E1; }
    .supporter-main-navigation .menu-block-wrapper > .menu > .expanded:hover > .menu {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .supporter-main-navigation .menu-block-wrapper > .menu > .expanded:not(.term-menu-link) > .menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded:not(.term-menu-link) > .menu li {
        width: 20%; }
    .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu {
      background-color: #F8F8F8;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      height: 100%;
      left: 25%;
      padding: 10px 0;
      position: absolute;
      top: 0;
      width: 75%; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu li {
        display: inline-block;
        width: 100%; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu a {
        white-space: nowrap; }
      .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded .menu a:hover {
        color: #1BB4E1; }
    .supporter-main-navigation .menu-block-wrapper > .menu > .expanded.term-menu-link > .menu > .expanded.active-trail .menu {
      display: block; } }

.site-logo .logo {
  background: url("/sites/all/themes/roadcc/images/mob-logo.svg") no-repeat center;
  display: block;
  height: 14px;
  width: 110px; }
  .site-logo .logo img {
    display: none;
    height: auto;
    max-width: 100%; }

@media (min-width: 1200px) {
  .site-logo {
    margin-bottom: 5px;
    position: relative; }
    .site-logo .logo {
      height: auto;
      width: 230px;
      display: inline-block; }
      .site-logo .logo img {
        display: block;
        width: 100%; } }

.supporter-site-logo {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 65px;
  width: 100%; }
  .supporter-site-logo .logo {
    background: url("/sites/all/themes/roadcc/images/mob-logo.svg") no-repeat center;
    display: block;
    height: 14px;
    width: 110px; }
    .supporter-site-logo .logo img {
      display: none;
      height: auto;
      max-width: 100%; }

@media (min-width: 1200px) {
  .supporter-site-logo {
    border-bottom: 0;
    padding: 0;
    position: relative;
    width: auto; }
    .supporter-site-logo::before {
      background: #E8E8E8;
      content: '';
      display: block;
      height: 19px;
      right: -30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      width: 2px; }
    .supporter-site-logo .logo {
      height: auto;
      width: 141px; }
      .supporter-site-logo .logo img {
        display: block; } }

#page > #header .region-header {
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  #page > #header .region-header {
    margin-bottom: 40px; } }

.supporter-bottom-header {
  margin-bottom: 30px; }
  .supporter-bottom-header .supporter-bottom-header-region {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

@media (min-width: 992px) {
  .supporter-bottom-header {
    margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .supporter-bottom-header .supporter-bottom-header-region {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 970px; } }

.bottom-header {
  margin-bottom: 30px; }
  .bottom-header .bottom-header-region {
    border-bottom: 1px solid #E8E8E8;
    padding: 11px 45px 11px 50px; }
  .bottom-header .bottom-header-left {
    display: none; }
  .bottom-header .bottom-header-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media (min-width: 992px) {
  .bottom-header {
    margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .bottom-header .subscribe-btn-mobile {
    display: none; }
  .bottom-header .bottom-header-region {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 970px;
    padding: 13px 0 0 0;
    position: relative; }
  .bottom-header .bottom-header-left {
    display: block; }
  .bottom-header .bottom-header-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.top-header {
  padding: 0; }

#block-views-exp-search-results-page {
  display: none; }

.top-header-search {
  height: 29px;
  right: 0;
  max-width: 400px;
  position: absolute;
  top: 13px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  width: 45px; }
  .top-header-search .icon-search {
    background: #fff url("/sites/all/themes/roadcc/images/icons/search.svg") no-repeat center;
    cursor: pointer;
    height: 29px;
    right: 0;
    position: absolute;
    top: 0;
    width: 45px;
    z-index: 2; }
  .top-header-search .region-top-navigation {
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    width: 30px;
    z-index: 1; }
  .top-header-search [type='text'] {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #E8E8E8;
    font-size: 13px;
    margin: 0;
    outline: none;
    padding: 4px 14px;
    width: 100%; }
  .top-header-search [type='submit'] {
    display: none; }
  .top-header-search.open {
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    width: 50%; }
    .top-header-search.open .region-top-navigation {
      padding-right: 30px;
      -webkit-transition: width 1s ease;
      transition: width 1s ease;
      width: 100%; }
    .top-header-search.open #block-views-exp-search-results-page {
      display: block; }

html.js .top-header-search input.form-autocomplete {
  background-image: none; }

.main-navigation-search-block {
  z-index: 21; }

form#views-exposed-form-search-results-page .views-exposed-widget {
  padding: 0 45px 0 0;
  float: right;
  width: 95%; }
  form#views-exposed-form-search-results-page .views-exposed-widget label {
    display: none; }
  form#views-exposed-form-search-results-page .views-exposed-widget .form-type-textfield input {
    border: 1px solid #E8E8E8;
    height: 30px;
    color: #1D1D1D; }
    form#views-exposed-form-search-results-page .views-exposed-widget .form-type-textfield input.error {
      border: 1px solid #E8E8E8;
      color: #1D1D1D; }
    form#views-exposed-form-search-results-page .views-exposed-widget .form-type-textfield input:focus {
      border: 1px solid rgba(27, 180, 225, 0.5);
      color: #1D1D1D; }
  form#views-exposed-form-search-results-page .views-exposed-widget input.form-text.form-autocomplete {
    border: 1px solid #E8E8E8;
    color: #1D1D1D; }
    form#views-exposed-form-search-results-page .views-exposed-widget input.form-text.form-autocomplete.error {
      border: 1px solid #E8E8E8;
      color: #1D1D1D; }
  form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete {
    border: 1px solid #E8E8E8;
    border-top: 0; }
    form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul {
      padding: 0;
      background: #fff; }
      form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #323648;
        padding: 10px 10px 6px 10px;
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li a:hover, form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li a:active, form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li a:focus {
          background: #1BB4E1;
          text-decoration: none;
          color: #fff; }
      form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li.selected {
        background: #1BB4E1; }
        form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li.selected a {
          color: #fff; }
          form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li.selected a:hover, form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li.selected a:active, form#views-exposed-form-search-results-page .views-exposed-widget #autocomplete ul li.selected a:focus {
            color: #fff; }

@media (max-width: 767.98px) {
  .top-header-search.open {
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    width: calc(100vw - 40px); } }

@media (min-width: 992px) {
  form#views-exposed-form-search-results-page {
    width: 100%; }
    form#views-exposed-form-search-results-page .views-exposed-widget {
      padding: 0 0 0 45px; } }

@media (min-width: 1200px) {
  .top-header-search {
    left: 0;
    right: auto;
    top: 0; }
    .top-header-search .icon-search {
      left: 0;
      right: auto; }
    .top-header-search .region-top-navigation {
      left: 0;
      right: auto; }
    .top-header-search [type='text'] {
      border-bottom: 0;
      border-top: 0;
      font-size: 14px; }
    .top-header-search.open .region-top-navigation {
      padding-left: 30px;
      padding-right: 0; }
  form#views-exposed-form-search-results-page .views-exposed-widget {
    float: left; } }

.top-header-menu {
  display: none;
  padding-left: 45px; }
  .top-header-menu .menu {
    margin: 0;
    padding: 0; }
    .top-header-menu .menu li {
      border-left: 1px solid #E8E8E8;
      margin: 0; }
      .top-header-menu .menu li:last-of-type {
        border-right: 1px solid #E8E8E8; }
    .top-header-menu .menu a {
      color: #6e6d6e;
      display: block;
      font-size: 14px;
      letter-spacing: .22px;
      padding: 4px 15px; }
      .top-header-menu .menu a:hover {
        color: #000; }

.road-cc-top-header-main-navigation-menu-dynamic-data-block {
  background: #fff;
  border-top: 1px solid #E8E8E8;
  -webkit-box-shadow: 0 8px 11px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 11px 3px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0;
  position: absolute;
  top: 29px;
  width: 100%;
  z-index: 1; }
  .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-navigation-items {
    padding: 0 15px;
    width: 210px; }
    .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-navigation-items .top-header-menu-navigation-item {
      color: #6e6d6e;
      display: block;
      font-size: 14px;
      letter-spacing: .22px;
      margin: 13px 0; }
      .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-navigation-items .top-header-menu-navigation-item.active-sub-menu-navigation-item, .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-navigation-items .top-header-menu-navigation-item:hover {
        color: #000; }
  .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px; }
    .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-data .top-header-menu-children-items-wrapper {
      padding: 15px;
      max-width: 230px; }
      .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-data .top-header-menu-children-items-wrapper .top-header-menu-navigation-data-item-image {
        height: 90px;
        overflow: hidden;
        position: relative; }
        .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-data .top-header-menu-children-items-wrapper .top-header-menu-navigation-data-item-image img {
          display: block;
          height: auto;
          left: 50%;
          max-width: 100%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          top: 50%; }
      .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-data .top-header-menu-children-items-wrapper .top-header-menu-navigation-data-item-title {
        height: 65px;
        overflow: hidden; }
        .road-cc-top-header-main-navigation-menu-dynamic-data-block .top-header-menu-current-instance-data .top-header-menu-children-items-wrapper .top-header-menu-navigation-data-item-title a {
          color: #6e6d6e;
          display: block;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: .01px; }

@media (min-width: 1200px) {
  .road-cc-top-header-main-navigation-menu-dynamic-data-block,
  .top-header-menu {
    display: block; } }

.user-actions {
  display: none;
  height: 29px;
  width: 30px; }
  .user-actions .btn, .user-actions .subscribe-btn-white, .user-actions .continue-reading-btn, .user-actions .subscribe-btn-honey, .user-actions .subscribe-btn-pink, .user-actions .view .more-link a, .view .more-link .user-actions a, .user-actions .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .user-actions input.form-submit, .user-actions .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .user-actions a, .user-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .user-actions a, .user-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .user-actions a, .user-actions .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .user-actions a, .user-actions .video-block .youtube-channel-link a, .video-block .youtube-channel-link .user-actions a, .user-actions .comment-form .field-type-file [type='file'], .comment-form .field-type-file .user-actions [type='file'], .user-actions .comment-form .field-type-file [type='submit'], .comment-form .field-type-file .user-actions [type='submit'], .user-actions .comment-form .form-actions [type='submit'], .comment-form .form-actions .user-actions [type='submit'], .user-actions #reviews-search-form [type='submit'], #reviews-search-form .user-actions [type='submit'], .user-actions .webform-client-form [type='submit'], .webform-client-form .user-actions [type='submit'], .user-actions .page-subscription-success .subscription-success-page__content a, .page-subscription-success .subscription-success-page__content .user-actions a, .user-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .user-actions .form-submit, .user-actions .fieldset-wrapper > a {
    background: url("/sites/all/themes/roadcc/images/icons/user.svg") no-repeat center;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 29px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 2; }
    .user-actions .btn::after, .user-actions .subscribe-btn-white::after, .user-actions .continue-reading-btn::after, .user-actions .subscribe-btn-honey::after, .user-actions .subscribe-btn-pink::after, .user-actions .view .more-link a::after, .view .more-link .user-actions a::after, .user-actions .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit::after, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .user-actions input.form-submit::after, .user-actions .full__event-info .info .event-booknow a::after, .full__event-info .info .event-booknow .user-actions a::after, .user-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a::after, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .user-actions a::after, .user-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a::after, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .user-actions a::after, .user-actions .review-node .product-info .field-name-field-buynow-link a::after, .review-node .product-info .field-name-field-buynow-link .user-actions a::after, .user-actions .video-block .youtube-channel-link a::after, .video-block .youtube-channel-link .user-actions a::after, .user-actions .comment-form .field-type-file [type='file']::after, .comment-form .field-type-file .user-actions [type='file']::after, .user-actions .comment-form .field-type-file [type='submit']::after, .comment-form .field-type-file .user-actions [type='submit']::after, .user-actions .comment-form .form-actions [type='submit']::after, .comment-form .form-actions .user-actions [type='submit']::after, .user-actions #reviews-search-form [type='submit']::after, #reviews-search-form .user-actions [type='submit']::after, .user-actions .webform-client-form [type='submit']::after, .webform-client-form .user-actions [type='submit']::after, .user-actions .page-subscription-success .subscription-success-page__content a::after, .page-subscription-success .subscription-success-page__content .user-actions a::after, .user-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit::after, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .user-actions .form-submit::after, .user-actions .fieldset-wrapper > a::after {
      display: none; }
  .user-actions .dropdown-menu {
    background-clip: initial;
    left: auto;
    right: 0;
    border-radius: 0; }
  .user-actions .user-actions-name {
    color: #5AB00C; }
    .user-actions .user-actions-name span {
      text-transform: uppercase;
      font-size: 12px;
      padding: 2px;
      border: 1px solid;
      margin: 0 2px; }

.logged-in .user-actions {
  width: auto; }
  .logged-in .user-actions .btn, .logged-in .user-actions .subscribe-btn-white, .logged-in .user-actions .continue-reading-btn, .logged-in .user-actions .subscribe-btn-honey, .logged-in .user-actions .subscribe-btn-pink, .logged-in .user-actions .view .more-link a, .view .more-link .logged-in .user-actions a, .logged-in .user-actions .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] .form-actions .logged-in .user-actions input.form-submit, .logged-in .user-actions .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .logged-in .user-actions a, .logged-in .user-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item .logged-in .user-actions a, .logged-in .user-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item .logged-in .user-actions a, .logged-in .user-actions .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .logged-in .user-actions a, .logged-in .user-actions .video-block .youtube-channel-link a, .video-block .youtube-channel-link .logged-in .user-actions a, .logged-in .user-actions .comment-form .field-type-file [type='file'], .comment-form .field-type-file .logged-in .user-actions [type='file'], .logged-in .user-actions .comment-form .field-type-file [type='submit'], .comment-form .field-type-file .logged-in .user-actions [type='submit'], .logged-in .user-actions .comment-form .form-actions [type='submit'], .comment-form .form-actions .logged-in .user-actions [type='submit'], .logged-in .user-actions #reviews-search-form [type='submit'], #reviews-search-form .logged-in .user-actions [type='submit'], .logged-in .user-actions .webform-client-form [type='submit'], .webform-client-form .logged-in .user-actions [type='submit'], .logged-in .user-actions .page-subscription-success .subscription-success-page__content a, .page-subscription-success .subscription-success-page__content .logged-in .user-actions a, .logged-in .user-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button .logged-in .user-actions .form-submit, .logged-in .user-actions .fieldset-wrapper > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("/sites/all/themes/roadcc/images/icons/user-green.svg") no-repeat center right 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 28px;
    position: static;
    width: auto; }

@media (min-width: 1200px) {
  .user-actions {
    display: block; } }

.hide-image-description .views-row:not(:first-of-type) .small-teaser__image, .hide-image-description .views-row:not(:first-of-type) .main-block .bottom-wrapper .group-left .main-feature-latest__image, .main-block .bottom-wrapper .group-left .hide-image-description .views-row:not(:first-of-type) .main-feature-latest__image,
.hide-image-description .views-row:not(:first-of-type) .small-teaser__description,
.hide-image-description .views-row:not(:first-of-type) .main-block .bottom-wrapper .group-left .main-teaser__description,
.main-block .bottom-wrapper .group-left .hide-image-description .views-row:not(:first-of-type) .main-teaser__description {
  display: none; }

@media (min-width: 768px) {
  .hide-image-description .views-row:not(:first-of-type) .small-teaser__image, .hide-image-description .views-row:not(:first-of-type) .main-block .bottom-wrapper .group-left .main-feature-latest__image, .main-block .bottom-wrapper .group-left .hide-image-description .views-row:not(:first-of-type) .main-feature-latest__image,
  .hide-image-description .views-row:not(:first-of-type) .small-teaser__description,
  .hide-image-description .views-row:not(:first-of-type) .main-block .bottom-wrapper .group-left .main-teaser__description,
  .main-block .bottom-wrapper .group-left .hide-image-description .views-row:not(:first-of-type) .main-teaser__description {
    display: block; } }

.six-layout {
  margin-bottom: 30px; }
  .six-layout .view-content .views-row {
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%; }
    .six-layout .view-content .views-row:last-of-type .view-mode-small_teaser {
      border-bottom: 0;
      margin-bottom: 0; }
  .six-layout .view-content .view-mode-small_teaser .comment-count {
    margin-left: 0; }
  .six-layout .view-content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

@media (min-width: 768px) {
  .six-layout .view-content .views-row {
    width: 50%; }
    .six-layout .view-content .views-row:nth-child(n+5) .view-mode-small_teaser {
      border-bottom: 0; }
  .six-layout .view-content .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .six-layout .view-content .small-teaser__title, .six-layout .view-content .main-block .top-wrapper .views-row-2 .main-teaser__title, .main-block .top-wrapper .views-row-2 .six-layout .view-content .main-teaser__title, .six-layout .view-content .main-block .bottom-wrapper .group-left .main-teaser__title, .main-block .bottom-wrapper .group-left .six-layout .view-content .main-teaser__title, .six-layout .view-content .main-block .bottom-wrapper .group-right .main-teaser__title, .main-block .bottom-wrapper .group-right .six-layout .view-content .main-teaser__title {
    padding-right: 15px; }
  .six-layout .view-content .small-teaser__image, .six-layout .view-content .main-block .bottom-wrapper .group-left .main-feature-latest__image, .main-block .bottom-wrapper .group-left .six-layout .view-content .main-feature-latest__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 85px; } }

@media (min-width: 992px) {
  .six-layout {
    margin-bottom: 40px; }
    .six-layout .view-content .views-row {
      width: 33%; }
      .six-layout .view-content .views-row:nth-child(n+4) .view-mode-small_teaser {
        border-bottom: 0; } }

@media (min-width: 1200px) {
  .six-layout .view-content {
    max-width: 635px; }
    .six-layout .view-content .views-row {
      width: 50%; }
      .six-layout .view-content .views-row:nth-child(n+4) .view-mode-small_teaser {
        border-bottom: 1px solid #E8E8E8; }
  .switch-theme .six-layout .view-content {
    max-width: calc(100% + 30px); } }

.reviews-block .views-row:first-of-type .small-teaser__description, .reviews-block .views-row:first-of-type .main-block .bottom-wrapper .group-left .main-teaser__description, .main-block .bottom-wrapper .group-left .reviews-block .views-row:first-of-type .main-teaser__description {
  display: block; }

.reviews-block .views-row:nth-child(4) .view-mode-small_teaser,
.reviews-block .views-row:last-of-type .view-mode-small_teaser {
  border-bottom: 0; }

.reviews-block .views-row.line .view-mode-small_teaser {
  border-bottom: 1px solid #E8E8E8; }

@media (min-width: 768px) {
  .reviews-block .views-row:nth-child(n+7) .view-mode-small_teaser {
    border-bottom: 0; }
  .reviews-block .views-row:nth-child(4) .view-mode-small_teaser {
    border-bottom: 1px solid #E8E8E8; } }

@media (min-width: 992px) {
  .reviews-block .views-row:nth-child(n+5) .view-mode-small_teaser {
    border-bottom: 0; }
    .reviews-block .views-row:nth-child(n+5) .view-mode-small_teaser .small-teaser__image, .reviews-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-block .bottom-wrapper .group-left .main-feature-latest__image, .main-block .bottom-wrapper .group-left .reviews-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-feature-latest__image,
    .reviews-block .views-row:nth-child(n+5) .view-mode-small_teaser .small-teaser__description,
    .reviews-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-block .bottom-wrapper .group-left .main-teaser__description,
    .main-block .bottom-wrapper .group-left .reviews-block .views-row:nth-child(n+5) .view-mode-small_teaser .main-teaser__description {
      display: none; } }

.four-elements .views-row:last-of-type .view-mode-small_teaser {
  border-bottom: 0; }

@media (min-width: 768px) {
  .four-elements .views-row:nth-child(n+3) .view-mode-small_teaser {
    border-bottom: 0; } }

@media (min-width: 992px) {
  .four-elements .views-row .view-mode-small_teaser {
    border-bottom: 0; } }

.latest-forum-topics-block .view-mode-small_teaser .small-teaser__title h2, .latest-forum-topics-block .view-mode-small_teaser .main-block .top-wrapper .views-row-2 .main-teaser__title h2, .main-block .top-wrapper .views-row-2 .latest-forum-topics-block .view-mode-small_teaser .main-teaser__title h2, .latest-forum-topics-block .view-mode-small_teaser .main-block .bottom-wrapper .group-left .main-teaser__title h2, .main-block .bottom-wrapper .group-left .latest-forum-topics-block .view-mode-small_teaser .main-teaser__title h2, .latest-forum-topics-block .view-mode-small_teaser .main-block .bottom-wrapper .group-right .main-teaser__title h2, .main-block .bottom-wrapper .group-right .latest-forum-topics-block .view-mode-small_teaser .main-teaser__title h2 {
  margin-bottom: 0; }

.latest-forum-topics-block .views-row:last-of-type .view-mode-small_teaser {
  border-bottom: 0; }

@media (min-width: 992px) {
  .latest-forum-topics-block .views-row:last-of-type .view-mode-small_teaser {
    border-bottom: 1px solid #E8E8E8; } }

.three-layout {
  margin-bottom: 30px; }
  .three-layout .view-content .views-row {
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%; }

@media (min-width: 992px) {
  .three-layout {
    margin-bottom: 40px; }
    .three-layout .view-content .views-row {
      width: 33%; } }

@media (min-width: 1200px) {
  .more-opinion-block .six-layout,
  .opinion-block .six-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .more-opinion-block .six-layout .more-link,
    .opinion-block .six-layout .more-link {
      width: 100%; } }

.features-block .view-mode-small_teaser.sponsored {
  background: rgba(186, 191, 48, 0.17);
  border-bottom: 0;
  padding: 13px; }

.features-block .hide-image-description .views-row:not(:first-of-type) .view-mode-small_teaser.sponsored .small-teaser__image, .features-block .hide-image-description .views-row:not(:first-of-type) .view-mode-small_teaser.sponsored .main-block .bottom-wrapper .group-left .main-feature-latest__image, .main-block .bottom-wrapper .group-left .features-block .hide-image-description .views-row:not(:first-of-type) .view-mode-small_teaser.sponsored .main-feature-latest__image {
  display: block; }

@media (min-width: 1200px) {
  .features-block .six-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .features-block .six-layout .more-link {
      width: 100%; }
  .features-block .view-mode-small_teaser.sponsored {
    padding: 8px; } }

.latest-comments-block {
  margin-bottom: 45px; }
  .latest-comments-block .item-list {
    margin-left: -15px; }
  .latest-comments-block .comments {
    list-style: none; }
    .latest-comments-block .comments li {
      margin: 0;
      padding: 0 15px; }
    .latest-comments-block .comments .comment {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #E8E8E8;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      padding: 30px;
      position: relative; }
      .latest-comments-block .comments .comment::before {
        background: url("/sites/all/themes/roadcc/images/icons/latest-comment.png") no-repeat center;
        display: block;
        content: '';
        height: 24px;
        left: 22px;
        position: absolute;
        top: -13px;
        width: 24px; }
      .latest-comments-block .comments .comment .commenter-info {
        color: rgba(91, 94, 109, 0.55);
        font-size: 12px;
        letter-spacing: .18px;
        margin-bottom: 5px; }
        .latest-comments-block .comments .comment .commenter-info a {
          color: rgba(91, 94, 109, 0.55); }
      .latest-comments-block .comments .comment .subject {
        color: #5B5E6D;
        font-family: "Merriweather", serif;
        font-size: 14px;
        font-style: italic;
        font-weight: 700;
        letter-spacing: -.2px;
        line-height: 1.4;
        margin-bottom: 5px; }
      .latest-comments-block .comments .comment .node-title {
        color: #1BB4E1;
        font-size: 14px;
        letter-spacing: .22px;
        margin-top: auto; }
        .latest-comments-block .comments .comment .node-title a {
          display: block;
          padding-right: 40px;
          position: relative; }
          .latest-comments-block .comments .comment .node-title a::before {
            background: url("/sites/all/themes/roadcc/images/icons/path.svg") no-repeat center right;
            content: '';
            display: block;
            height: 12px;
            right: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 28px; }
  .latest-comments-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .latest-comments-block .slick-track .slick-slide {
      height: auto; }
      .latest-comments-block .slick-track .slick-slide > div {
        height: 100%; }
        .latest-comments-block .slick-track .slick-slide > div li {
          height: 100%; }
  .latest-comments-block .slick-list {
    padding: 15px 65px 30px 0 !important; }

.slick-loading .slick-list {
  background-image: none; }

.latest-comments-block .comments .comment .subject {
  word-break: break-word; }

@media (min-width: 576px) {
  .latest-comments-block .comments .comment .subject {
    font-size: 16px; }
  .latest-comments-block .slick-list {
    padding-right: 136px !important; } }

.item-list .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.75rem;
  margin-top: 20px; }
  .item-list .pager li {
    margin: 0 4px;
    padding: 0; }
  .item-list .pager .pager-item a,
  .item-list .pager .pager-current,
  .item-list .pager .pager-next a,
  .item-list .pager .pager-last a,
  .item-list .pager .pager-first a,
  .item-list .pager .pager-previous a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Merriweather", serif;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    height: 26px;
    letter-spacing: .35px; }
  .item-list .pager .pager-item a,
  .item-list .pager .pager-next a,
  .item-list .pager .pager-last a,
  .item-list .pager .pager-first a,
  .item-list .pager .pager-previous a {
    border: 1px solid #81838E;
    color: #81838E; }
  .item-list .pager .pager-current,
  .item-list .pager .pager-item a {
    width: 26px; }
  .item-list .pager .pager-next a,
  .item-list .pager .pager-last a,
  .item-list .pager .pager-first a,
  .item-list .pager .pager-previous a {
    padding: 0 10px; }
  .item-list .pager li:not(.pager-current) a:hover,
  .item-list .pager .pager-current {
    border: 1px solid #323648;
    color: #323648; }
  .item-list .pager .pager-ellipsis {
    color: #E8E8E8;
    font-size: 25px;
    height: 26px;
    line-height: 34px; }
  .item-list .pager .pager-item,
  .item-list .pager .pager-last,
  .item-list .pager .pager-first {
    display: none; }

@media (min-width: 992px) {
  .item-list .pager {
    margin-top: 50px; }
    .item-list .pager .pager-item,
    .item-list .pager .pager-last,
    .item-list .pager .pager-first {
      display: block; } }

.full-page {
  margin-bottom: 30px; }

.view-mode-teaser:not(.node-blog):not(.node-event) {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .view-mode-teaser:not(.node-blog):not(.node-event) > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .view-mode-teaser:not(.node-blog):not(.node-event) > a .group-left {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-right: 10px;
      width: 80px; }
  .view-mode-teaser:not(.node-blog):not(.node-event) .teaser__description {
    display: none; }
  .view-mode-teaser:not(.node-blog):not(.node-event) .teaser__comment-count {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .view-mode-teaser:not(.node-blog):not(.node-event) .teaser__title h2 {
    font-size: 16px;
    line-height: 1.2; }

.view-mode-teaser img {
  display: block;
  height: auto;
  max-width: 100%; }

.view-mode-teaser .teaser__title {
  margin-bottom: 10px; }
  .view-mode-teaser .teaser__title h2 {
    display: inline;
    font-family: "Merriweather", serif;
    font-weight: 700;
    letter-spacing: -.2px;
    margin: 0; }
  .view-mode-teaser .teaser__title .teaser__sponsored {
    color: #AEB0B8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px; }

.view-mode-teaser .teaser__description {
  margin-bottom: 10px; }
  .view-mode-teaser .teaser__description .field-item,
  .view-mode-teaser .teaser__description p {
    color: #81838E;
    font-size: 14px;
    letter-spacing: .22px;
    line-height: 1.2; }
  .view-mode-teaser .teaser__description p {
    margin-bottom: 0; }

.view-mode-teaser .teaser__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .view-mode-teaser .teaser__bottom .field-name-field-price {
    margin-right: 10px; }
    .view-mode-teaser .teaser__bottom .field-name-field-price .field-item {
      color: #d9534f;
      font-size: 14px;
      font-weight: 900;
      line-height: 19px;
      letter-spacing: .22px; }

.view-mode-teaser .comment-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(91, 94, 109, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px; }
  .view-mode-teaser .comment-count::before {
    background: url("/sites/all/themes/roadcc/images/icons/comment.svg") no-repeat center;
    content: '';
    display: inline-block;
    height: 13px;
    margin-right: 5px;
    width: 12px; }

@media (min-width: 992px) {
  .full-page {
    margin-bottom: 45px; }
  .view-mode-teaser:not(.node-blog):not(.node-event) {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .view-mode-teaser:not(.node-blog):not(.node-event) > a .group-left {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-right: 20px;
      width: 175px; }
    .view-mode-teaser:not(.node-blog):not(.node-event) .teaser__title h2 {
      font-size: 17px;
      line-height: 1.5; }
    .view-mode-teaser:not(.node-blog):not(.node-event) .teaser__description {
      display: block; } }

.view-mode-black-teaser {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #33302e; }
  @media (min-width: 992px) {
    .view-mode-black-teaser {
      margin-bottom: 20px; } }
  .view-mode-black-teaser > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 576px) {
      .view-mode-black-teaser > a {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .view-mode-black-teaser > a .group-left {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%;
      margin: 0 0 15px 0; }
      @media (min-width: 576px) {
        .view-mode-black-teaser > a .group-left {
          width: 35%;
          margin: 0 15px 0 0; } }
  .view-mode-black-teaser .teaser__cta h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 21px;
    margin: 0 0 5px 0;
    line-height: 1.2; }
    @media (min-width: 992px) {
      .view-mode-black-teaser .teaser__cta h3 {
        font-size: 24px; } }
  .view-mode-black-teaser .teaser__comment-count {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .view-mode-black-teaser img {
    display: block;
    height: auto;
    max-width: 100%; }
  .view-mode-black-teaser .teaser__title {
    margin-bottom: 10px; }
    .view-mode-black-teaser .teaser__title h2 {
      font-size: 18px;
      line-height: 1.2;
      color: #cd9d48;
      font-family: "Merriweather", serif;
      font-style: italic;
      font-weight: normal;
      display: inline-block;
      margin: 0 0 10px 0; }
      @media (min-width: 768px) {
        .view-mode-black-teaser .teaser__title h2 {
          font-size: 21px;
          line-height: 1.5; } }
      @media (min-width: 992px) {
        .view-mode-black-teaser .teaser__title h2 {
          font-size: 23px; } }
      .view-mode-black-teaser .teaser__title h2 > span {
        display: inline-block;
        padding-right: 10px;
        color: #cd9d48; }
      .view-mode-black-teaser .teaser__title h2 > .field {
        display: inline-block;
        color: #fff; }

.full-node .back-link {
  margin-bottom: 5px; }
  .full-node .back-link a {
    font-size: 10px; }

.full-node img {
  display: block;
  height: auto !important;
  max-width: 100%; }

.full-node iframe {
  width: 100%; }

.full__type-term {
  margin-bottom: 10px; }
  .full__type-term .field-type {
    float: left; }
  .full__type-term .field-type .badge, .full__type-term .field-type .field-type-taxonomy-term-reference a, .full__type-term .field-type-taxonomy-term-reference .field-type a, .full__type-term .field-type .full__tag .field-items a, .full__tag .field-items .full__type-term .field-type a,
  .full__type-term .field-type-taxonomy-term-reference a {
    font-size: 10px;
    margin-bottom: 5px;
    padding: 6px 11px; }
  .full__type-term .field-type-taxonomy-term-reference .field-item {
    float: left; }

.full__title h1 {
  font-size: 28px;
  letter-spacing: -.57px;
  line-height: 34px; }

.full__title--rating {
  margin: 15px 0; }
  .full__title--rating h2 {
    margin: 0 0 15px; }
  .full__title--rating .field-name-field-rating {
    margin: 0; }

.full__description {
  margin-bottom: 30px;
  margin-top: 24px; }
  .full__description .field-item {
    font-weight: 500;
    line-height: 18px; }
    .full__description .field-item::before {
      font-size: 10px;
      line-height: normal;
      position: relative;
      top: -1px; }
  .full__description--sand5 .field-item {
    color: #81838E; }
  .full__description--secondary .field-item {
    color: #323648; }

.full__tag {
  margin-bottom: 20px;
  margin-top: 40px; }
  .full__tag .field-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px; }
    .full__tag .field-items .field-item {
      margin-bottom: 10px;
      padding: 0 5px; }
    .full__tag .field-items a {
      font-size: 10px;
      margin: 0;
      padding: 6px 10px; }

.full__title-picture .full__title h1 {
  margin-top: 0; }

.full__title-picture .full__user-picture {
  display: none;
  height: 80px;
  width: 80px;
  overflow: hidden; }
  .full__title-picture .full__user-picture .user-picture {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative; }
    .full__title-picture .full__user-picture .user-picture img {
      min-width: 80px;
      min-height: 80px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

.full__user-picture a {
  display: block; }

.full__user-picture img {
  border-radius: 50%; }

.full__author-date-comment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #323648;
  border-top: 1px solid #323648;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 16px 0; }
  .full__author-date-comment--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .full__author-date-comment--center .full__date {
      margin-right: 8px; }
  .full__author-date-comment--two-lines {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .full__author-date-comment--two-lines .full__author {
      width: 100%; }
    .full__author-date-comment--two-lines .full__date {
      margin-right: 10px; }
  .full__author-date-comment .full__user-picture {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 10px; }
    .full__author-date-comment .full__user-picture a, .full__author-date-comment .full__user-picture .user-picture {
      border-radius: 50%;
      width: 65px;
      height: 65px;
      overflow: hidden;
      position: relative; }
      .full__author-date-comment .full__user-picture a img, .full__author-date-comment .full__user-picture .user-picture img {
        min-width: 65px;
        min-height: 65px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }

.full__author span {
  color: #5B5E6D;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.25px; }

.full__author a {
  color: #5B5E6D;
  display: inline-block;
  text-decoration: none; }
  .full__author a:hover, .full__author a:active, .full__author a:focus {
    color: #383a43;
    text-decoration: none; }

.full__author .name {
  text-transform: uppercase; }

.full__date span {
  color: rgba(91, 94, 109, 0.55);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

.full_date-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .full_date-comment .full_info-icon {
    margin-top: 7px; }

.full_comment-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(91, 94, 109, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin-top: 3px; }
  .full_comment-count::before {
    background: url("/sites/all/themes/roadcc/images/icons/comment.svg") no-repeat center;
    content: '';
    display: inline-block;
    height: 13px;
    margin-right: 5px;
    width: 12px; }

.full_info-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(91, 94, 109, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px; }
  .full_info-icon::before {
    background: url("/sites/all/themes/roadcc/images/icons/info-icon.svg") no-repeat center;
    content: '';
    display: inline-block;
    height: 19px;
    margin-right: 5px;
    width: 19px; }

@media (min-width: 768px) {
  .full_info-icon {
    margin-left: 7px; } }

.revision-info-tooltip {
  position: relative;
  display: inline-block; }
  .revision-info-tooltip:hover {
    cursor: pointer; }
  .revision-info-tooltip .revision-info-tooltip-text {
    display: none;
    width: 150px;
    background-color: #F7F8FA;
    color: #A8A9AE;
    border-radius: 6px;
    padding: 10px;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 50%;
    margin-left: -78px; }
    .revision-info-tooltip .revision-info-tooltip-text:before {
      content: "";
      position: absolute;
      top: -16px;
      left: 50%;
      margin-left: -10px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #F7F8FA transparent; }
    .revision-info-tooltip .revision-info-tooltip-text p {
      margin-bottom: 0; }
      .revision-info-tooltip .revision-info-tooltip-text p.bold {
        font-weight: 700; }

@media (min-width: 576px) {
  .revision-info-tooltip .revision-info-tooltip-text {
    width: 300px;
    margin-left: -153px;
    padding: 15px; } }

.affilate-message {
  background-color: #f5f5f5;
  padding: 25px 20px;
  margin-bottom: 25px; }
  .affilate-message p {
    color: #81848e;
    font-size: 14px;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: left; }
    .affilate-message p:last-child {
      margin: 0; }
    .affilate-message p a {
      font-style: italic;
      letter-spacing: normal;
      line-height: normal; }

.full__body .body-wrapper {
  position: relative; }
  .full__body .body-wrapper .truncated-subscription-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border: 5px solid #F8F8F8;
    z-index: 2;
    margin: 0; }

.full__body hr {
  background-image: linear-gradient(to bottom, #323648, #323648 1px, transparent 1px, transparent 4px, #323648 4px, #323648 5px, transparent 5px);
  border: 0;
  height: 5px;
  margin-bottom: 0; }

.full__body p[data-type='in-text'] {
  border-radius: 0;
  padding: 0 0 0 0; }

.full__body .correct-prices {
  color: rgba(91, 94, 109, 0.55);
  letter-spacing: -.33px;
  margin-top: 15px;
  text-align: center; }

.full__body .scald-gallery {
  margin-bottom: 30px; }

.full__body .dnd-caption-wrapper {
  margin-bottom: 30px; }
  .full__body .dnd-caption-wrapper * {
    font-style: italic; }
  .full__body .dnd-caption-wrapper p {
    margin-bottom: 0; }

.full__body .field-name-field-video-slot {
  margin-bottom: 24px; }

.full__image--recommended-badge {
  position: relative; }
  .full__image--recommended-badge img {
    width: 100%; }
  .full__image--recommended-badge .field-name-field-recommended-badge-on-image .field-item {
    background: #fff url("/sites/all/themes/roadcc/images/recommended.png") no-repeat center;
    background-size: 73px 16px;
    border-radius: 8px;
    bottom: 5px;
    font-size: 0;
    height: 25px;
    left: 5px;
    position: absolute;
    width: 87px; }
  .full__image--recommended-badge .scald-gallery img {
    display: none; }

@media (min-width: 768px) {
  .full__title-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding-right: 110px; }
    .full__title-picture .full__user-picture {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-left: 30px;
      width: 80px;
      height: 80px;
      margin-bottom: var(--space-md);
      position: absolute;
      right: 0;
      bottom: 0; }
  .full__author-date-comment--center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .full__author-date-comment--center .full__user-picture {
      display: none; }
    .full__author-date-comment--center .full__author {
      margin-right: auto; }
  .full__author-date-comment--two-lines .full__author {
    margin-right: 10px;
    width: auto; }
  .full__author-date-comment--two-lines .full__date {
    margin-right: 0; }
  .full__author-date-comment--two-lines .full_comment-count {
    margin-left: auto; }
  .full__image--recommended-badge .field-name-field-recommended-badge-on-image .field-item {
    background-size: auto;
    bottom: 15px;
    height: 53px;
    left: 20px;
    width: 180px; }
  .full__title--rating {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0; }
    .full__title--rating h1 {
      margin: 0; } }

@media (min-width: 992px) {
  .full-node--two-columns .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .full-node--two-columns .column-wrapper .first-column,
    .full-node--two-columns .column-wrapper .second-column {
      padding: 0 15px; }
    .full-node--two-columns .column-wrapper .first-column {
      width: calc(100% - 665px); }
    .full-node--two-columns .column-wrapper .second-column {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 665px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .full__image .scald-gallery > a {
    display: none; } }

@media (min-width: 992px) {
  .node-blog.full-node .full__type-term {
    padding-right: 110px; } }

.node-recommend.full-node {
  color: #fff;
  width: 100%; }
  .node-recommend.full-node.node-unpublished {
    background-color: #210000; }
  .node-recommend.full-node .field-name-field-gallery-image-reference img {
    margin: 0 auto; }
  .node-recommend.full-node .content {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Merriweather", serif; }
    .node-recommend.full-node .content h1.node-title {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 1.2;
      margin-top: 24px; }
      .node-recommend.full-node .content h1.node-title span {
        background-color: #181716;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px; }
      .node-recommend.full-node .content h1.node-title .field-name-field-recom-price {
        color: #cd9d48; }
        .node-recommend.full-node .content h1.node-title .field-name-field-recom-price .field-item {
          background-color: #181716;
          display: inline-block;
          padding-left: 5px;
          padding-right: 5px; }
    .node-recommend.full-node .content .field-name-field-recom-intro {
      color: #cd9d48;
      font-family: "Merriweather", serif;
      font-style: italic;
      font-size: 18px;
      width: 100%; }
      .node-recommend.full-node .content .field-name-field-recom-intro p, .node-recommend.full-node .content .field-name-field-recom-intro a, .node-recommend.full-node .content .field-name-field-recom-intro ol, .node-recommend.full-node .content .field-name-field-recom-intro ul, .node-recommend.full-node .content .field-name-field-recom-intro span, .node-recommend.full-node .content .field-name-field-recom-intro strong, .node-recommend.full-node .content .field-name-field-recom-intro h1, .node-recommend.full-node .content .field-name-field-recom-intro h2, .node-recommend.full-node .content .field-name-field-recom-intro h, .node-recommend.full-node .content .field-name-field-recom-intro h4, .node-recommend.full-node .content .field-name-field-recom-intro h5, .node-recommend.full-node .content .field-name-field-recom-intro h6 {
        color: #cd9d48; }
      .node-recommend.full-node .content .field-name-field-recom-intro a {
        text-decoration: underline; }
  .node-recommend.full-node .reportmainhead,
  .node-recommend.full-node .field-name-field-monetizer-search-term {
    display: none !important; }
  .node-recommend.full-node .field-name-field-recom-reviewreference {
    width: 100%; }
  .node-recommend.full-node .field-name-body {
    clear: both;
    width: 100%; }
    .node-recommend.full-node .field-name-body p a,
    .node-recommend.full-node .field-name-body a {
      color: #cd9d48; }
      .node-recommend.full-node .field-name-body p a:hover,
      .node-recommend.full-node .field-name-body a:hover {
        color: #b28330; }
  .node-recommend.full-node .dealcaption {
    font-size: 13px;
    line-height: 1.4;
    font-style: italic;
    color: #aaa;
    font-weight: 200;
    letter-spacing: 0.5px;
    display: none; }
    .node-recommend.full-node .dealcaption a {
      color: #cd9d48;
      opacity: 1; }
      .node-recommend.full-node .dealcaption a:hover {
        color: #b28330; }
  .node-recommend.full-node .m101-widget.roadcc {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #33302e;
    clear: both;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .node-recommend.full-node .m101-widget.roadcc .m101-widget-row {
      font-size: 15px; }
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-image {
        vertical-align: middle;
        text-align: center;
        border-color: transparent; }
        .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-image img {
          max-height: 40px;
          margin: 0; }
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-merchant-name,
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-final-price {
        vertical-align: middle;
        text-align: left; }
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-merchant-name {
        color: #fff; }
        .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-merchant-name a {
          color: #fff;
          font-size: 16px; }
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-final-price a {
        font-size: 20px;
        color: #d7ac53;
        font-weight: normal; }
        @media (min-width: 992px) {
          .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-final-price a {
            font-size: 22px; } }
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-button {
        vertical-align: middle; }
        .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-button a {
          padding: 4px 22px;
          font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: bold;
          border-radius: 0 !important; }
          @media (min-width: 992px) {
            .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-button a {
              padding: 4px 30px; } }
          .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-button a:hover {
            color: #fff; }
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-final-price,
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-original-price,
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-image,
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-merchant-name,
      .node-recommend.full-node .m101-widget.roadcc .m101-widget-row .m101-widget-button {
        border-color: transparent !important;
        padding: 1px 10px; }

.node-buyer-s-guide .field-name-field-tags-term {
  margin-bottom: 20px;
  margin-top: 40px; }
  .node-buyer-s-guide .field-name-field-tags-term .field-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px; }
    .node-buyer-s-guide .field-name-field-tags-term .field-items .field-item {
      margin-bottom: 10px;
      padding: 0 5px; }
    .node-buyer-s-guide .field-name-field-tags-term .field-items a {
      font-size: 10px;
      letter-spacing: 1px;
      line-height: normal;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      padding: 7px 10px 5px;
      color: #1D1D1D;
      background-color: #E8E8E8;
      -webkit-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out; }
      .node-buyer-s-guide .field-name-field-tags-term .field-items a:hover {
        background-color: #cfcfcf; }

@media (min-width: 992px) {
  .switch-theme .full-node.node-tech-news .full__image, .switch-theme .full-node.node-buyers-guide .full__image, .switch-theme .full-node.node-buyer-s-guide .full__image, .switch-theme .full-node.node-feature .full__image, .switch-theme .full-node.node-news .full__image, .switch-theme .full-node.node-blog .full__image, .switch-theme .full-node.node-review .full__image {
    margin-left: -167.5px;
    margin-right: -167.5px; } }

.switch-theme .full-node.node-tech-news .full__image img, .switch-theme .full-node.node-buyers-guide .full__image img, .switch-theme .full-node.node-buyer-s-guide .full__image img, .switch-theme .full-node.node-feature .full__image img, .switch-theme .full-node.node-news .full__image img, .switch-theme .full-node.node-blog .full__image img, .switch-theme .full-node.node-review .full__image img {
  margin: 0 auto; }

.switch-theme .full-node.node-tech-news .field-name-body, .switch-theme .full-node.node-buyers-guide .field-name-body, .switch-theme .full-node.node-buyer-s-guide .field-name-body, .switch-theme .full-node.node-feature .field-name-body, .switch-theme .full-node.node-news .field-name-body, .switch-theme .full-node.node-blog .field-name-body, .switch-theme .full-node.node-review .field-name-body {
  font-size: 17px;
  line-height: 26px; }
  .switch-theme .full-node.node-tech-news .field-name-body p, .switch-theme .full-node.node-tech-news .field-name-body p a, .switch-theme .full-node.node-tech-news .field-name-body span, .switch-theme .full-node.node-tech-news .field-name-body ol, .switch-theme .full-node.node-tech-news .field-name-body ul, .switch-theme .full-node.node-tech-news .field-name-body em, .switch-theme .full-node.node-tech-news .field-name-body p strong, .switch-theme .full-node.node-buyers-guide .field-name-body p, .switch-theme .full-node.node-buyers-guide .field-name-body p a, .switch-theme .full-node.node-buyers-guide .field-name-body span, .switch-theme .full-node.node-buyers-guide .field-name-body ol, .switch-theme .full-node.node-buyers-guide .field-name-body ul, .switch-theme .full-node.node-buyers-guide .field-name-body em, .switch-theme .full-node.node-buyers-guide .field-name-body p strong, .switch-theme .full-node.node-buyer-s-guide .field-name-body p, .switch-theme .full-node.node-buyer-s-guide .field-name-body p a, .switch-theme .full-node.node-buyer-s-guide .field-name-body span, .switch-theme .full-node.node-buyer-s-guide .field-name-body ol, .switch-theme .full-node.node-buyer-s-guide .field-name-body ul, .switch-theme .full-node.node-buyer-s-guide .field-name-body em, .switch-theme .full-node.node-buyer-s-guide .field-name-body p strong, .switch-theme .full-node.node-feature .field-name-body p, .switch-theme .full-node.node-feature .field-name-body p a, .switch-theme .full-node.node-feature .field-name-body span, .switch-theme .full-node.node-feature .field-name-body ol, .switch-theme .full-node.node-feature .field-name-body ul, .switch-theme .full-node.node-feature .field-name-body em, .switch-theme .full-node.node-feature .field-name-body p strong, .switch-theme .full-node.node-news .field-name-body p, .switch-theme .full-node.node-news .field-name-body p a, .switch-theme .full-node.node-news .field-name-body span, .switch-theme .full-node.node-news .field-name-body ol, .switch-theme .full-node.node-news .field-name-body ul, .switch-theme .full-node.node-news .field-name-body em, .switch-theme .full-node.node-news .field-name-body p strong, .switch-theme .full-node.node-blog .field-name-body p, .switch-theme .full-node.node-blog .field-name-body p a, .switch-theme .full-node.node-blog .field-name-body span, .switch-theme .full-node.node-blog .field-name-body ol, .switch-theme .full-node.node-blog .field-name-body ul, .switch-theme .full-node.node-blog .field-name-body em, .switch-theme .full-node.node-blog .field-name-body p strong, .switch-theme .full-node.node-review .field-name-body p, .switch-theme .full-node.node-review .field-name-body p a, .switch-theme .full-node.node-review .field-name-body span, .switch-theme .full-node.node-review .field-name-body ol, .switch-theme .full-node.node-review .field-name-body ul, .switch-theme .full-node.node-review .field-name-body em, .switch-theme .full-node.node-review .field-name-body p strong {
    font-size: 17px;
    line-height: 26px; }

@media (min-width: 768px) {
  .switch-theme.node-type-review .region-content, .switch-theme.live-blog .region-content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 665px;
    min-width: 665px; } }

.switch-theme.node-type-review .region-content .column-wrapper, .switch-theme.live-blog .region-content .column-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 768px) {
  .switch-theme.node-type-review .region-content .first-column,
  .switch-theme.node-type-review .region-content .second-column, .switch-theme.live-blog .region-content .first-column,
  .switch-theme.live-blog .region-content .second-column {
    width: 100%;
    height: auto !important; } }

.switch-theme.node-type-review .region-content .first-column [class*="adtech"],
.switch-theme.node-type-review .region-content .second-column [class*="adtech"], .switch-theme.live-blog .region-content .first-column [class*="adtech"],
.switch-theme.live-blog .region-content .second-column [class*="adtech"] {
  display: none !important;
  height: 0 !important; }

.most-viewed-popular .view-content {
  margin-bottom: 25px; }
  .most-viewed-popular .view-content .views-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%; }
  .most-viewed-popular .view-content .views-field-counter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    margin-right: 5px;
    width: 30px; }
    .most-viewed-popular .view-content .views-field-counter .field-content {
      color: #323648;
      font-family: "Playfair Display", serif;
      font-size: 18px;
      font-weight: 900;
      letter-spacing: .28px;
      line-height: 10px; }
  .most-viewed-popular .view-content .views-field-title-1 a,
  .most-viewed-popular .view-content .views-field-title a {
    color: #323648;
    font-family: "Merriweather", serif;
    font-weight: 700;
    letter-spacing: -.23px; }

.most-viewed-popular .views-field-title-1,
.most-viewed-popular .views-field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.most-viewed-popular.counter-color-primary .view-content .views-field-counter {
  background: rgba(27, 180, 225, 0.15); }

.most-viewed-popular.counter-color-danger .view-content .views-field-counter {
  background: rgba(255, 0, 0, 0.15); }

@media (min-width: 576px) {
  .most-viewed-popular .view-content .views-row {
    width: 50%; } }

@media (min-width: 768px) {
  .most-viewed-popular .view-content .views-row {
    width: 33%; } }

@media (min-width: 992px) {
  .most-viewed-popular .view-content .views-row {
    width: 25%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .most-viewed-popular .views-field-title-1,
  .most-viewed-popular .views-field-title {
    max-height: 100px; } }

.comment-wrapper {
  margin-top: 37px; }
  .comment-wrapper .view-comments {
    position: relative; }
  .comment-wrapper .view-filters {
    position: absolute;
    right: 0;
    top: 20px; }
    .comment-wrapper .view-filters .views-exposed-widget {
      float: none;
      padding: 0; }
    .comment-wrapper .view-filters .views-widget label {
      display: none; }
    .comment-wrapper .view-filters select {
      padding: 0px 5px;
      /* width: 100%; */
      color: rgba(91, 94, 109, 0.55);
      font-size: 16px !important;
      letter-spacing: .07px;
      background: #ffffff;
      border: 1px solid #E8E8E8;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .comment-wrapper .view-filters select:focus {
        font-size: 16px !important; }
    .comment-wrapper .view-filters .chosen-container {
      width: 94px !important; }
      .comment-wrapper .view-filters .chosen-container.chosen-with-drop .chosen-single b {
        background-position: center;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
        -webkit-transition: all .3s linear;
        transition: all .3s linear; }
      .comment-wrapper .view-filters .chosen-container .chosen-drop {
        border: 0;
        border-radius: 0;
        margin-top: 5px; }
      .comment-wrapper .view-filters .chosen-container .chosen-results {
        padding: 0;
        margin: 0; }
        .comment-wrapper .view-filters .chosen-container .chosen-results li {
          padding: 5px; }
        .comment-wrapper .view-filters .chosen-container .chosen-results .result-selected,
        .comment-wrapper .view-filters .chosen-container .chosen-results .highlighted {
          background: #1BB4E1;
          color: #fff; }
      .comment-wrapper .view-filters .chosen-container .chosen-single {
        background: #fff;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: 13px;
        padding-left: 5px; }
        .comment-wrapper .view-filters .chosen-container .chosen-single span {
          color: #81838E;
          font-size: 10px;
          letter-spacing: .74px;
          line-height: 13px;
          margin-right: 5px;
          text-transform: uppercase; }
        .comment-wrapper .view-filters .chosen-container .chosen-single div {
          width: 5px; }
        .comment-wrapper .view-filters .chosen-container .chosen-single b {
          background: url("/sites/all/themes/roadcc/images/icons/triangle.svg") no-repeat center !important;
          -webkit-transition: all .3s linear;
          transition: all .3s linear; }
  .comment-wrapper .view-content {
    margin-bottom: 45px; }
  .comment-wrapper .view-header {
    min-height: 66px; }

.comment.comment-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comment.comment-single video {
    max-width: 100%; }
  .comment.comment-single a:hover {
    color: #1BB4E1;
    text-decoration: underline; }
  .comment.comment-single .comment-picture {
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 40px;
    height: 40px; }
    .comment.comment-single .comment-picture img {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .comment.comment-single .comment-body {
    border-bottom: 1px solid rgba(91, 94, 109, 0.26);
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: calc(100% - 60px);
    font-size: 14px; }
    .comment.comment-single .comment-body .user-name a {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .76px; }
    .comment.comment-single .comment-body .username {
      font-size: 14px;
      font-weight: 700; }
    .comment.comment-single .comment-body .post-count,
    .comment.comment-single .comment-body .comment-date {
      color: rgba(91, 94, 109, 0.55);
      font-size: 14px;
      letter-spacing: .06px; }
    .comment.comment-single .comment-body .comment-like {
      bottom: 10px;
      position: absolute;
      right: 0; }
      .comment.comment-single .comment-body .comment-like .flag-wrapper {
        display: block; }
      .comment.comment-single .comment-body .comment-like > span:not(.flag-wrapper),
      .comment.comment-single .comment-body .comment-like .flag {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: rgba(91, 94, 109, 0.55);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        letter-spacing: .05px; }
        .comment.comment-single .comment-body .comment-like > span:not(.flag-wrapper)::after,
        .comment.comment-single .comment-body .comment-like .flag::after {
          background: #E8E8E8 url("/sites/all/themes/roadcc/images/icons/like.svg") no-repeat 5px 7px;
          border-radius: 50%;
          content: '';
          display: block;
          height: 25px;
          margin-left: 3px;
          width: 25px; }
      .comment.comment-single .comment-body .comment-like .flag:hover,
      .comment.comment-single .comment-body .comment-like span.is-liked,
      .comment.comment-single .comment-body .comment-like .flag.is-liked {
        color: #1BB4E1; }
        .comment.comment-single .comment-body .comment-like .flag:hover::after,
        .comment.comment-single .comment-body .comment-like span.is-liked::after,
        .comment.comment-single .comment-body .comment-like .flag.is-liked::after {
          background-position: 6px -57px; }
      .comment.comment-single .comment-body .comment-like .flag-waiting a {
        opacity: 1; }
      .comment.comment-single .comment-body .comment-like .flag-throbber {
        position: absolute; }
    .comment.comment-single .comment-body .content {
      margin-top: 5px; }
      .comment.comment-single .comment-body .content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px; }
      .comment.comment-single .comment-body .content img {
        display: block;
        height: auto;
        max-width: 100%; }
      .comment.comment-single .comment-body .content .quote-msg {
        background-color: #F5F5F5;
        border: 0;
        border-left: 3px solid #1BB4E1;
        padding: 15px 15px 15px 35px;
        padding: 10px 10px 10px 20px;
        background-size: 10px;
        border-left: 2px solid #1BB4E1;
        background-position: top 5px left 5px;
        font-size: 14px; }
        .comment.comment-single .comment-body .content .quote-msg .quote-author {
          margin-bottom: 5px;
          display: block;
          font-size: 15px; }
        .comment.comment-single .comment-body .content .quote-msg[class*="quote-nest"]:not(.quote-nest-1) {
          padding-right: 0; }
      .comment.comment-single .comment-body .content .field-name-comment-body h1, .comment.comment-single .comment-body .content .field-name-comment-body h2, .comment.comment-single .comment-body .content .field-name-comment-body h3, .comment.comment-single .comment-body .content .field-name-comment-body h4, .comment.comment-single .comment-body .content .field-name-comment-body h5, .comment.comment-single .comment-body .content .field-name-comment-body h6 {
        margin: 8px 0 14px 0; }
        .comment.comment-single .comment-body .content .field-name-comment-body h1:first-child, .comment.comment-single .comment-body .content .field-name-comment-body h2:first-child, .comment.comment-single .comment-body .content .field-name-comment-body h3:first-child, .comment.comment-single .comment-body .content .field-name-comment-body h4:first-child, .comment.comment-single .comment-body .content .field-name-comment-body h5:first-child, .comment.comment-single .comment-body .content .field-name-comment-body h6:first-child {
          margin-top: 0; }
      .comment.comment-single .comment-body .content .field-name-comment-body h2 {
        font-size: 22px; }
      .comment.comment-single .comment-body .content .field-name-comment-body h3 {
        font-size: 20px; }
      .comment.comment-single .comment-body .content .field-name-comment-body h4 {
        font-size: 18px; }
      .comment.comment-single .comment-body .content .field-name-comment-body h5 {
        font-size: 16px; }
      .comment.comment-single .comment-body .content .field-name-comment-body h6 {
        font-size: 15px; }
    .comment.comment-single .comment-body ul.links.inline {
      padding-top: 10px;
      display: inline-block;
      margin-bottom: 35px;
      font-size: 14px; }
      .comment.comment-single .comment-body ul.links.inline li a {
        font-size: 14px;
        font-weight: bold;
        text-transform: capitalize;
        display: inline-block;
        padding: 0px 0px 0px 18px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 13px; }
        .comment.comment-single .comment-body ul.links.inline li a:hover {
          color: #1BB4E1;
          text-decoration: underline; }
      .comment.comment-single .comment-body ul.links.inline li:first-child {
        padding-left: 0; }
      .comment.comment-single .comment-body ul.links.inline li.comment-delete a {
        background-image: url("/sites/all/themes/roadcc/images/icons/delete.svg"); }
      .comment.comment-single .comment-body ul.links.inline li.comment-edit a {
        background-image: url("/sites/all/themes/roadcc/images/icons/edit.svg"); }
      .comment.comment-single .comment-body ul.links.inline li.comment-reply a {
        background-image: url("/sites/all/themes/roadcc/images/icons/reply.svg"); }
      .comment.comment-single .comment-body ul.links.inline li.quote a {
        background-image: url("/sites/all/themes/roadcc/images/icons/icon-quotes.svg");
        background-size: auto 10px; }
      .comment.comment-single .comment-body ul.links.inline li.comment_forbidden a {
        padding-left: 0px; }
  .comment.comment-single form[id*="comment-confirm-delete"] {
    display: block;
    width: 100%;
    font-size: 14px; }
    .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit {
      margin-right: 15px; }
    .comment.comment-single form[id*="comment-confirm-delete"] .form-actions a {
      font-weight: bold;
      font-size: 14px; }

@media (min-width: 768px) {
  .comment.comment-single .comment-body .content .quote-msg {
    border-left: 3px solid #1BB4E1;
    padding: 15px 15px 15px 35px;
    background-size: 16px;
    background-position: top 12px left 10px; }
    .comment.comment-single .comment-body .content .quote-msg[class*="quote-nest"] {
      padding-right: 15px; } }

.view-comments {
  position: relative; }
  .view-comments .indented {
    margin-left: 0; }
  .view-comments.listing-threaded .indented {
    margin-left: 40px; }
    .view-comments.listing-threaded .indented .indented {
      margin-left: 0 !important; }

.view-comments div.messages {
  padding: 10px 10px 10px 40px;
  background-position: 10px 10px;
  font-size: 14px;
  background-size: 19px auto; }

form.comment-form fieldset.collapsible {
  font-size: 14px;
  min-height: 20px; }
  form.comment-form fieldset.collapsible .fieldset-legend {
    font-size: 14px !important;
    font-weight: bold; }

.page-comment-reply .comment.comment-single .content ul.links.inline li.comment-reply, .page-comment-reply .comment.comment-single .content ul.links.inline li.quote {
  display: none; }

@media (min-width: 768px) {
  .comment-wrapper .comment .comment-body ul.links.inline {
    margin-bottom: 5px; }
  .comment-wrapper .comment .comment-body .comment-like {
    float: right;
    position: static; }
  .comment.comment-single .comment-picture {
    width: 60px;
    height: 60px; } }

.footer .footer-top {
  background-image: linear-gradient(to bottom, #323648, #323648 1px, transparent 1px, transparent 4px, #323648 4px, #323648 5px, transparent 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  padding-top: 20px; }
  .footer .footer-top .footer-logo {
    margin-bottom: 10px;
    width: 100%; }
    .footer .footer-top .footer-logo a {
      display: block;
      width: 104px; }
      .footer .footer-top .footer-logo a img {
        display: block;
        height: auto;
        max-width: 100%; }
  .footer .footer-top .site-slogan {
    color: rgba(91, 94, 109, 0.55);
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .22px; }

.footer .menu {
  padding-left: 0; }
  .footer .menu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer .menu span.ext {
    display: none; }

.footer h2 {
  margin: 0 0 20px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.41px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .footer .footer-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    .footer .footer-top .footer-logo {
      border-right: 1px solid #E8E8E8;
      margin-bottom: 0;
      margin-right: 25px;
      padding-right: 25px;
      width: auto; }
      .footer .footer-top .footer-logo a {
        width: 100%; }
    .footer .footer-top .site-slogan {
      font-size: 16px;
      letter-spacing: .25px;
      padding-top: 5px; }
  .footer .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
  .footer .ft-quick-links,
  .footer .ft-in-touch,
  .footer .ft-social,
  .footer .ft-our-websites {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0 15px;
    width: 50%; } }

@media (min-width: 992px) {
  .footer .ft-quick-links,
  .footer .ft-in-touch {
    width: 33.33%; }
  .footer .ft-social,
  .footer .ft-our-websites {
    width: 16.66%; } }

.ft-quick-links .menu {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  .ft-quick-links .menu li {
    line-height: 1;
    margin-bottom: 10px;
    padding: 0; }
    .ft-quick-links .menu li a {
      color: #81838E;
      font-size: 14px;
      letter-spacing: .22px; }
    .ft-quick-links .menu li a:hover,
    .ft-quick-links .menu li .active {
      border-bottom: 2px solid #323648;
      color: #323648; }

.ft-social {
  margin-bottom: 25px; }
  .ft-social .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ft-social .menu li {
      margin-bottom: 15px;
      margin-right: 8px; }
      .ft-social .menu li:last-of-type {
        margin-right: 0; }
    .ft-social .menu a {
      background-color: rgba(91, 94, 109, 0.55);
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50%;
      display: block;
      font-size: 0;
      height: 20px;
      width: 20px; }
    .ft-social .menu [href*='facebook'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/facebook.svg"); }
    .ft-social .menu [href*='twitter'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/twitter.svg"); }
    .ft-social .menu [href*='youtube'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/youtube.svg"); }
    .ft-social .menu [href*='rss'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/rss.svg"); }
    .ft-social .menu [href*='flickr'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/flickr.svg"); }
    .ft-social .menu [href*='instagram'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/instagram.svg"); }
    .ft-social .menu [href*='plus'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/google-plus.svg"); }
    .ft-social .menu [href*='pinterest'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/pinterest.svg"); }
    .ft-social .menu [href*='tumblr'] {
      background-image: url("/sites/all/themes/roadcc/images/icons/tumblr.svg"); }

@media (min-width: 992px) {
  .ft-social {
    margin-bottom: 0; } }

.ft-copyright {
  border-top: 1px solid #E8E8E8;
  margin-top: 20px;
  padding-top: 10px; }
  .ft-copyright p {
    color: rgba(91, 94, 109, 0.55);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .18px; }
    .ft-copyright p a {
      color: rgba(91, 94, 109, 0.55); }
    .ft-copyright p em {
      font-style: normal; }

@media (min-width: 992px) {
  .ft-copyright {
    margin-top: 40px;
    width: 100%; }
    .ft-copyright p {
      font-size: 14px;
      letter-spacing: .21px; } }

.ft-our-websites {
  margin-bottom: 25px; }
  .ft-our-websites .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ft-our-websites .menu li {
      margin-right: 20px; }
      .ft-our-websites .menu li:last-of-type {
        margin-right: 0; }
    .ft-our-websites .menu a {
      display: block;
      font-size: 0;
      width: 86px; }
      .ft-our-websites .menu a img {
        display: block;
        height: auto;
        max-width: 100%; }
  .ft-our-websites [href*='deals'] {
    background: url("/sites/all/themes/roadcc/images/deal.png") no-repeat center;
    background-size: contain;
    height: 20px; }
  .ft-our-websites [href*='ebiketips'] {
    background: url("/sites/all/themes/roadcc/images/ebiketips.png") no-repeat center;
    background-size: contain;
    height: 26px; }
  .ft-our-websites [href*='off'] {
    background: url("/sites/all/themes/roadcc/images/off-road.png") no-repeat center;
    background-size: contain;
    height: 15px; }

@media (min-width: 992px) {
  .ft-our-websites {
    margin-bottom: 0; }
    .ft-our-websites .menu {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .ft-our-websites .menu li {
        margin-bottom: 20px;
        margin-right: 0; }
        .ft-our-websites .menu li:last-of-type {
          margin-bottom: 0; }
      .ft-our-websites .menu [href*='deals'] {
        height: 30px;
        width: 137px; }
      .ft-our-websites .menu [href*='ebiketips'] {
        height: 34px;
        width: 119px; }
      .ft-our-websites .menu [href*='off'] {
        height: 23px;
        width: 137px; } }

.ft-in-touch p {
  color: #81838E;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .31px;
  margin: 0; }
  .ft-in-touch p strong {
    font-weight: 400; }
  .ft-in-touch p a {
    color: #81838E; }
  .ft-in-touch p span.ext {
    display: none; }

.full__event-info {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
  margin-top: 20px; }
  .full__event-info .title {
    background: #1BB4E1;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1.48px;
    padding: 13px 20px;
    text-transform: uppercase; }
  .full__event-info .info {
    padding: 30px; }
    .full__event-info .info .field-label {
      color: rgba(91, 94, 109, 0.55);
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 1.41px;
      text-transform: uppercase; }
    .full__event-info .info .event {
      margin-bottom: 20px;
      padding-left: 30px; }
    .full__event-info .info span.ext {
      display: none; }
    .full__event-info .info h2 {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      margin: 0; }
    .full__event-info .info .field-item a,
    .full__event-info .info .field-item {
      color: #1D1D1D;
      font-size: 14px;
      line-height: 22px; }
    .full__event-info .info .event-location {
      background: url("/sites/all/themes/roadcc/images/icons/location.svg") no-repeat top left; }
    .full__event-info .info .event-date-time {
      background: url("/sites/all/themes/roadcc/images/icons/date-time.svg") no-repeat top left; }
    .full__event-info .info .event-end-time {
      background: url("/sites/all/themes/roadcc/images/icons/end-time.svg") no-repeat top left; }
    .full__event-info .info .event-includes {
      background: url("/sites/all/themes/roadcc/images/icons/includes.svg") no-repeat top left; }
    .full__event-info .info .event-types {
      background: url("/sites/all/themes/roadcc/images/icons/type.svg") no-repeat top left; }
    .full__event-info .info .event-price {
      background: url("/sites/all/themes/roadcc/images/icons/price.png") no-repeat top left; }
    .full__event-info .info .event-website {
      background: url("/sites/all/themes/roadcc/images/icons/website.svg") no-repeat top left; }
    .full__event-info .info .event-contact {
      background: url("/sites/all/themes/roadcc/images/icons/contact-tickets.svg") no-repeat top left;
      padding-left: 30px; }
    .full__event-info .info .event-booknow {
      margin-top: 8px;
      padding-left: 30px; }
      .full__event-info .info .event-booknow a {
        font-size: 12px;
        padding: 3px 19px; }

@media (min-width: 992px) {
  .full__event-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding: 35px; }
    .full__event-info .info .group-left,
    .full__event-info .info .group-right {
      padding: 0 15px;
      width: 50%; } }

.main-block {
  margin: 0 0 35px 0; }
  .main-block img {
    display: block;
    height: auto;
    max-width: 100%; }
  .main-block h2 {
    margin: 0; }
  .main-block .type {
    margin-right: 10px; }
  .main-block .main__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    color: #a7aeb5;
    margin-bottom: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-block .main__user .main__user-picture .user-picture {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 10px;
      margin-bottom: 3px; }
      .main-block .main__user .main__user-picture .user-picture img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
  .main-block .comment-count {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(91, 94, 109, 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    margin-left: auto; }
    .main-block .comment-count::before {
      background: url("/sites/all/themes/roadcc/images/icons/comment.svg") no-repeat center;
      content: '';
      display: inline-block;
      height: 13px;
      margin-right: 5px;
      width: 12px; }
  .main-block .main-teaser__bottom {
    margin-top: 11px; }
  .main-block .views-row {
    margin-bottom: 10px; }
    .main-block .views-row .view-mode-main_feature_latest {
      border-bottom: 1px solid #E8E8E8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      padding-bottom: 10px;
      position: relative; }
  .main-block .top-wrapper .views-row-1 .main-feature-latest__image {
    margin-bottom: 15px; }
  .main-block .top-wrapper .views-row-1 .main-teaser__title h2 {
    font-size: 24px;
    letter-spacing: -.2px;
    line-height: 28px; }
  .main-block .top-wrapper .views-row-1 .main-teaser__description {
    display: none; }
  .main-block .top-wrapper .views-row-1 .node-review .rating {
    margin-top: 5px; }
  .main-block .top-wrapper .views-row-1 .node-review .main-teaser__description {
    display: block;
    float: left;
    width: 100%;
    color: #81838E;
    margin-top: 5px; }
    .main-block .top-wrapper .views-row-1 .node-review .main-teaser__description p {
      line-height: 1.2;
      margin: 0;
      font-size: 14px; }
  .main-block .top-wrapper .views-row-1 .main-teaser__bottom {
    margin-top: 30px; }
  .main-block .top-wrapper .views-row-2 .main-feature-latest__image {
    margin-bottom: 11px; }
  .main-block .top-wrapper .views-row-2 .main-teaser__description {
    display: none; }
  .main-block .top-wrapper .rating {
    float: left; }
  .main-block .bottom-wrapper .group-left .view-mode-main_feature_latest {
    position: relative;
    padding-left: 92px; }
  .main-block .bottom-wrapper .group-left .main-feature-latest__image {
    left: 0;
    position: absolute;
    top: 0;
    width: 80px; }
  .main-block .bottom-wrapper .group-left .main__user {
    display: none; }
  .main-block .bottom-wrapper .group-right .main-feature-latest__image,
  .main-block .bottom-wrapper .group-right .main-teaser__description,
  .main-block .bottom-wrapper .group-right .main__user {
    display: none; }
  .main-block .bottom-wrapper .group-right .views-row:last-of-type {
    margin-bottom: 0; }
    .main-block .bottom-wrapper .group-right .views-row:last-of-type .view-mode-main_feature_latest {
      border-bottom: 0;
      padding-bottom: 0; }
  .main-block .bottom-wrapper .group-right .main-teaser__title h2 {
    margin-bottom: 0; }
  .main-block .live-blog-badge {
    border-radius: 2px;
    font-size: 10px;
    letter-spacing: 0.46px;
    max-width: 85px;
    padding: 3px 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-block .views-row .view-mode-main_feature_latest {
    display: block; } }

@media (min-width: 768px) {
  .main-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    .main-block .wrapper .views-row {
      padding: 0 15px; }
  .main-block .top-wrapper .views-row {
    margin-bottom: 30px; }
    .main-block .top-wrapper .views-row .view-mode-main_feature_latest {
      padding-bottom: 30px; }
  .main-block .top-wrapper .views-row-1 .node-review .main-teaser__description p {
    font-size: 16px; }
  .main-block .top-wrapper .views-row-1 {
    width: 60%; }
    .main-block .top-wrapper .views-row-1 .main__user .main__user-picture .user-picture {
      width: 70px;
      height: 70px; }
  .main-block .top-wrapper .views-row-2 {
    width: 40%; }
  .main-block .bottom-wrapper .views-row {
    margin-bottom: 20px; }
    .main-block .bottom-wrapper .views-row .view-mode-main_feature_latest {
      border-bottom: 0;
      padding-bottom: 0; }
      .main-block .bottom-wrapper .views-row .view-mode-main_feature_latest > div,
      .main-block .bottom-wrapper .views-row .view-mode-main_feature_latest > a {
        margin-bottom: 11px; }
  .main-block .bottom-wrapper .group-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-block .bottom-wrapper .group-left .views-row {
      width: 33.33%; }
    .main-block .bottom-wrapper .group-left .main-teaser__description {
      display: block; }
    .main-block .bottom-wrapper .group-left .main__user {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .main-block .bottom-wrapper .group-left .view-mode-main_feature_latest {
      padding-left: 0; }
    .main-block .bottom-wrapper .group-left .main-feature-latest__image {
      position: static;
      width: auto; } }

@media (min-width: 992px) {
  .main-block .top-wrapper .main-teaser__bottom {
    bottom: 5px;
    left: 0;
    margin-top: 0;
    position: absolute; }
  .main-block .top-wrapper .views-row-1 .main-feature-latest__image {
    float: right;
    margin-bottom: 0;
    width: 470px;
    max-width: 100%; }
  .main-block .top-wrapper .views-row-1 .main-teaser__title {
    float: left;
    max-width: 220px; }
    .main-block .top-wrapper .views-row-1 .main-teaser__title h2 {
      font-size: 28px;
      letter-spacing: -0.57px;
      line-height: 34px; }
  .main-block .top-wrapper .views-row-1 .node-review .main-teaser__description {
    width: calc(100% - 470px);
    padding-right: 10px; }
  .main-block .top-wrapper .views-row-1 .main-teaser__bottom {
    min-width: 120px; }
  .main-block .top-wrapper .views-row-1 {
    width: 75%; }
  .main-block .top-wrapper .views-row-2 {
    width: 25%; }
    .main-block .top-wrapper .views-row-2 .main-teaser__bottom {
      width: 100%; }
  .main-block .bottom-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .main-block .bottom-wrapper .views-row {
      margin-bottom: 20px; }
      .main-block .bottom-wrapper .views-row .view-mode-main_feature_latest {
        border-bottom: 0;
        padding-bottom: 0; }
    .main-block .bottom-wrapper .group-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 75%; }
      .main-block .bottom-wrapper .group-left .views-row {
        width: 33.33%; }
    .main-block .bottom-wrapper .group-right {
      width: 25%; } }

.paragraphs-items-field-selected-best-buys {
  margin-top: 30px; }

.field-name-field-best-buy-element > .field-items > .field-item {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .field-name-field-best-buy-element > .field-items > .field-item .group-left {
    margin-bottom: 10px; }
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-pre-title-tag,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-title,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-bgpc-price {
    display: inline; }
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-pre-title-tag *,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-title *,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-bgpc-price * {
      display: inline; }
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-pre-title-tag .field-item,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-title .field-item,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-bgpc-price .field-item {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 700; }
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-pre-title-tag .field-item {
    color: #C2A174; }
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-pre-title-tag .field-item::after {
      content: ' -';
      display: inline; }
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-title .field-item,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-bgpc-price .field-item {
    color: #323648; }
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-bgpc-price .field-item::before {
    content: '- from ';
    display: inline; }
  .field-name-field-best-buy-element > .field-items > .field-item .group-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    margin-top: 20px; }
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link {
    margin-right: 10px; }
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a,
  .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a {
    font-size: 12px; }
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a span.ext,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a span.ext {
      display: none; }

@media (min-width: 768px) {
  .paragraphs-items-field-selected-best-buys {
    margin-top: 45px; }
  .field-name-field-best-buy-element > .field-items > .field-item {
    margin-bottom: 70px; }
    .field-name-field-best-buy-element > .field-items > .field-item .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .field-name-field-best-buy-element > .field-items > .field-item .group-left {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-bottom: 0;
      margin-right: 20px;
      width: 175px; }
    .field-name-field-best-buy-element > .field-items > .field-item .group-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .field-name-field-best-buy-element > .field-items > .field-item .group-link {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: auto; }
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-pre-title-tag .field-item,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-title .field-item,
    .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-bgpc-price .field-item {
      font-size: 17px;
      letter-spacing: -.35px; } }

.paragraphs-items-field-sponsored-video-content {
  background-color: rgba(194, 161, 116, 0.1);
  margin: 30px 0;
  padding: 40px 16px 16px;
  position: relative; }
  .paragraphs-items-field-sponsored-video-content::after {
    content: 'SPONSORED CONTENT';
    color: rgba(91, 94, 109, 0.55);
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.08px;
    position: absolute;
    right: 16px;
    text-transform: uppercase;
    top: 17px; }
  .paragraphs-items-field-sponsored-video-content .video-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible; }
  .paragraphs-items-field-sponsored-video-content iframe {
    height: 151px;
    position: static; }

@media (min-width: 768px) {
  .paragraphs-items-field-sponsored-video-content {
    margin-bottom: 45px;
    margin-top: 36px; }
    .paragraphs-items-field-sponsored-video-content iframe {
      height: 354px; } }

.field-name-field-product-card > .field-items > .field-item {
  margin: 30px 0; }

.paragraphs-item-buyers-guide-product-card .group-title {
  background-image: linear-gradient(to bottom, #323648, #323648 1px, transparent 1px, transparent 4px, #323648 4px, #323648 5px, transparent 5px);
  margin-bottom: 15px;
  padding-top: 10px; }
  .paragraphs-item-buyers-guide-product-card .group-title * {
    display: inline; }
  .paragraphs-item-buyers-guide-product-card .group-title .field-name-field-title .field-item,
  .paragraphs-item-buyers-guide-product-card .group-title .field-name-field-bgpc-price .field-item {
    color: #323648;
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.35px; }
  .paragraphs-item-buyers-guide-product-card .group-title .field-name-field-bgpc-price .field-item::before {
    content: '— ';
    display: inline; }

.paragraphs-item-buyers-guide-product-card .field-name-field-gallery-image-reference,
.paragraphs-item-buyers-guide-product-card .field-name-field-bgpc-description {
  margin-bottom: 15px; }

.paragraphs-item-buyers-guide-product-card .field-name-field-review-link a,
.paragraphs-item-buyers-guide-product-card .field-name-field-dealer-link a {
  background: url("/sites/all/themes/roadcc/images/icons/shape-straight.png") no-repeat center left;
  font-weight: 700;
  letter-spacing: .27px;
  padding-left: 37px; }

.paragraphs-item-buyers-guide-product-card .field-name-field-review-link span.ext,
.paragraphs-item-buyers-guide-product-card .field-name-field-dealer-link span.ext {
  display: none; }

.paragraphs-item-buyers-guide-product-card .field-name-field-review-link {
  margin-bottom: 10px; }

.product-cards-teaser-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  .product-cards-teaser-list > li {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .product-cards-teaser-list > li img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100px;
      margin-right: 10px; }
    .product-cards-teaser-list > li .product-info {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .product-cards-teaser-list > li .title {
      color: #222;
      font-weight: bold; }
    .product-cards-teaser-list > li ul {
      padding-left: 15px; }
      .product-cards-teaser-list > li ul li a {
        font-weight: bold; }
      .product-cards-teaser-list > li ul li::marker {
        content: '•  ';
        color: #1BB4E1; }

.paragraphs-items-field-productcard-full .product {
  margin-bottom: 36px; }

.paragraphs-items-field-productcard-full h3 {
  font-size: 22px;
  color: #222;
  margin: 10px 0 2px 0; }

.paragraphs-items-field-productcard-full .product-reason {
  font-family: "Merriweather", serif;
  font-size: 19px;
  margin-bottom: 10px;
  font-style: italic; }

.paragraphs-items-field-productcard-full a.curated-link {
  font-weight: bold;
  display: block;
  margin-bottom: 10px; }

.paragraphs-items-field-productcard-full .product-pros .field-item,
.paragraphs-items-field-productcard-full .product-cons .field-item {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  padding-left: 25px; }

.paragraphs-items-field-productcard-full .product-pros {
  margin-bottom: 10px; }
  .paragraphs-items-field-productcard-full .product-pros .field-item {
    background: url("/sites/all/themes/roadcc/images/icons/true.png") no-repeat center left; }

.paragraphs-items-field-productcard-full .product-cons {
  margin-bottom: 15px; }
  .paragraphs-items-field-productcard-full .product-cons .field-item {
    background: url("/sites/all/themes/roadcc/images/icons/false.png") no-repeat center left; }

.paragraphs-items-field-productcard-full .field-name-field-reviewlink {
  margin-bottom: 24px; }
  .paragraphs-items-field-productcard-full .field-name-field-reviewlink a {
    font-weight: bold; }

.paragraphs-items-field-productcard-full .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .paragraphs-items-field-productcard-full .product-title .rating {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem; }

[data-type="price-comparison"] {
  margin-bottom: 24px;
  margin-top: 24px; }
  [data-type="price-comparison"] div[class*="widget-merchant-name"],
  [data-type="price-comparison"] div[class*="widget-merchant-name"],
  [data-type="price-comparison"] div[class*="widget-original-price"],
  [data-type="price-comparison"] div[class*="widget-discount"],
  [data-type="price-comparison"] div[class*="widget-product-name"] {
    display: none; }
  [data-type="price-comparison"] div[class*="widget-row"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0;
    font-size: 15px; }
    [data-type="price-comparison"] div[class*="widget-row"]::after {
      content: ' ';
      display: block;
      width: calc(100% - 60px);
      height: 1px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #cccccc; }
  [data-type="price-comparison"] div[class*="widget-image"] {
    width: 60px;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 5px; }
    [data-type="price-comparison"] div[class*="widget-image"] a img {
      max-height: 40px;
      display: block;
      max-width: 100%; }
  [data-type="price-comparison"] div[class*="widget-final-price"] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 5px; }
    [data-type="price-comparison"] div[class*="widget-final-price"] a {
      text-align: center;
      color: #B62719;
      font-weight: bold; }
  [data-type="price-comparison"] div[class*="widget-button"] {
    padding: 10px 0; }
    [data-type="price-comparison"] div[class*="widget-button"] a {
      background: #5aaf0b;
      display: inline-block;
      border-radius: 3px;
      padding: 7px 22px;
      color: #fff;
      font-weight: bold;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      white-space: nowrap;
      font-size: 15px; }
      [data-type="price-comparison"] div[class*="widget-button"] a::after {
        content: 'BUY NOW';
        display: inline-block; }
      [data-type="price-comparison"] div[class*="widget-button"] a:hover, [data-type="price-comparison"] div[class*="widget-button"] a:active, [data-type="price-comparison"] div[class*="widget-button"] a:focus {
        background: #4e9709;
        text-decoration: none;
        color: #fff; }

.bg-about,
.info-box-block .content {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  margin: 20px 0 25px;
  position: relative; }
  .bg-about::before,
  .info-box-block .content::before {
    background: #1BB4E1;
    border-radius: 50%;
    color: #fff;
    content: 'i';
    display: block;
    font-weight: 700;
    height: 24px;
    position: absolute;
    text-align: center;
    width: 24px; }
  .bg-about .field-item,
  .bg-about p,
  .info-box-block .content .field-item,
  .info-box-block .content p {
    font-size: 14px;
    line-height: 22px; }

.bg-about {
  padding: 15px; }
  .bg-about::before {
    left: 15px;
    top: 15px; }
  .bg-about h5 {
    margin-top: 4px;
    padding-left: 35px; }

.info-box-block .content {
  padding: 20px 20px 20px 54px; }
  .info-box-block .content::before {
    left: 18px;
    top: 24px; }
  .info-box-block .content p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .bg-about .field-item,
  .info-box-block .content .field-item {
    font-size: 16px; }
  .info-box-block .content::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .bg-about {
    padding: 20px; }
    .bg-about::before {
      left: 20px;
      top: 20px; } }

.view-homepage-main-block-v2 .live-blog-badge + a > .main-feature-latest__image {
  display: none; }

.main-block .top-wrapper .views-row-2 .live-blog-badge + a h2 {
  max-height: 100%;
  -webkit-line-clamp: 20; }

.live-blog-node .live-blog-badge {
  border-radius: 2px;
  font-size: 10px;
  letter-spacing: .46px; }

.live-blog-node .field-name-field-image.field-type-atom-reference {
  margin-bottom: 16px; }

.full__image {
  margin-bottom: 35px; }

.full__live-blog .date-display-single {
  display: block; }

.full__live-blog .field-name-field-card-title {
  margin-bottom: 15px; }
  .full__live-blog .field-name-field-card-title .field-item {
    color: #323648;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 700; }

.full__live-blog .paragraphs-item-content-reference .field-name-field-description-text {
  margin-bottom: 15px; }

.full__live-blog .paragraphs-item-content-reference .node-blog > .group-left .teaser__comment-count {
  display: none; }

.full__live-blog .paragraphs-item-content-reference .teaser__bottom {
  display: none; }

.full__live-blog .paragraphs-item-quote-block .field-name-field-quote {
  margin-bottom: 0; }

.full__live-blog .paragraphs-item-quote-block .field-name-field-secondary-text .field-item {
  padding: 15px 15px 15px 35px;
  background-color: #F5F5F5;
  margin-bottom: 16px;
  border-left: 3px solid #1BB4E1; }

.summary-block {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; }
  .summary-block h2 {
    background: #d9534f;
    color: #fff;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.48px;
    line-height: 1;
    margin: 0;
    padding: 17px 20px;
    text-transform: uppercase; }
  .summary-block ul {
    padding: 20px 20px 20px 40px; }
    .summary-block ul li {
      margin-bottom: 15px; }
      .summary-block ul li a {
        color: #1D1D1D;
        display: block;
        font-size: 14px;
        line-height: 1.2; }
        .summary-block ul li a:hover {
          text-decoration: underline; }

@media (min-width: 992px) {
  .summary-block {
    margin-bottom: 0; } }

.review-node .product-info {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 45px;
  padding: 25px 20px; }
  .review-node .product-info .field-name-field-price {
    margin-bottom: 10px; }
    .review-node .product-info .field-name-field-price .field-item {
      color: #d9534f;
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 1.49px; }
  .review-node .product-info .field-name-field-buynow-link {
    margin-bottom: 25px; }
    .review-node .product-info .field-name-field-buynow-link a {
      padding: 4px 15px; }
    .review-node .product-info .field-name-field-buynow-link span.ext {
      display: none; }
  .review-node .product-info .verdict {
    margin-bottom: 15px; }
    .review-node .product-info .verdict h4 {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 900;
      margin: 0; }
    .review-node .product-info .verdict .rating {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      .review-node .product-info .verdict .rating .field-name-field-rating .field-item,
      .review-node .product-info .verdict .rating span {
        color: #1BB4E1;
        font-weight: 900;
        line-height: 1; }
      .review-node .product-info .verdict .rating span {
        font-size: 16px;
        letter-spacing: 1.55px;
        padding-bottom: 1px; }
      .review-node .product-info .verdict .rating .field-name-field-rating {
        margin: 0; }
        .review-node .product-info .verdict .rating .field-name-field-rating .field-item {
          background: none;
          font-size: 24px;
          height: auto;
          letter-spacing: 1.49px;
          width: auto; }
          .review-node .product-info .verdict .rating .field-name-field-rating .field-item::after {
            content: "/";
            display: inline-block; }
  .review-node .product-info .field-name-field-pros .field-item,
  .review-node .product-info .field-name-field-cons .field-item {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-left: 25px; }
  .review-node .product-info .field-name-field-pros {
    margin-bottom: 10px; }
    .review-node .product-info .field-name-field-pros .field-item {
      background: url("/sites/all/themes/roadcc/images/icons/true.png") no-repeat center left; }
  .review-node .product-info .field-name-field-cons {
    margin-bottom: 15px; }
    .review-node .product-info .field-name-field-cons .field-item {
      background: url("/sites/all/themes/roadcc/images/icons/false.png") no-repeat center left; }
  .review-node .product-info .field-name-field-weight .field-label,
  .review-node .product-info .field-name-field-contact .field-label {
    color: #323648;
    text-transform: uppercase;
    font-weight: 900; }
  .review-node .product-info .field-name-field-weight {
    margin-bottom: 10px; }
    .review-node .product-info .field-name-field-weight .field-label {
      letter-spacing: 0.59px; }
  .review-node .product-info .field-name-field-contact .field-label {
    letter-spacing: 0.37px; }
  .review-node .product-info .field-name-field-contact .field-item {
    color: #1BB4E1; }

.review-node .roadcc-recommends-box {
  padding: 10px 8px;
  font-style: italic;
  color: #fff;
  background: #4e4d4c;
  margin: 25px -20px -25px;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .review-node .roadcc-recommends-box .explainer-badge {
    -ms-flex-item-align: center;
        align-self: center; }
  .review-node .roadcc-recommends-box p {
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 16px; }
  .review-node .roadcc-recommends-box .goto-recommends {
    display: block;
    color: #C2A174;
    font-weight: bold;
    margin-top: 4px; }
  @media (min-width: 768px) {
    .turn_off_advertisement .review-node .roadcc-recommends-box .explainer-badge {
      -ms-flex-item-align: auto;
          align-self: auto; }
    .turn_off_advertisement .review-node .roadcc-recommends-box p {
      font-size: 17px;
      margin-left: 18px; } }

.review-node .score-legend {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 45px;
  padding: 25px 20px 0 25px; }
  .review-node .score-legend .score-legend--title a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 25px;
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer; }
    .review-node .score-legend .score-legend--title a i {
      font-size: 16px;
      position: relative;
      -webkit-transition: all 0.33s linear;
      transition: all 0.33s linear; }
      @media (min-width: 768px) {
        .review-node .score-legend .score-legend--title a i {
          -webkit-transform: rotateX(-180deg);
                  transform: rotateX(-180deg); } }
    .review-node .score-legend .score-legend--title a.active i {
      -webkit-transform: rotateX(-180deg);
              transform: rotateX(-180deg); }
      @media (min-width: 768px) {
        .review-node .score-legend .score-legend--title a.active i {
          -webkit-transform: none;
                  transform: none; } }
  .review-node .score-legend .score-legend--body {
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: visibility 0s linear 0.33s, opacity 0.33s linear, max-height 0.33s linear;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear, max-height 0.33s linear;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .review-node .score-legend .score-legend--body {
        opacity: 1;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        max-height: 1000px; } }
    .review-node .score-legend .score-legend--body.show {
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      max-height: 1000px; }
      @media (min-width: 768px) {
        .review-node .score-legend .score-legend--body.show {
          opacity: 0;
          max-height: 0;
          overflow: hidden; } }
    .review-node .score-legend .score-legend--body p {
      font-size: 14px;
      line-height: 1.4; }
    .review-node .score-legend .score-legend--body ul.score-legend--body-stars {
      padding: 0;
      list-style-type: none;
      margin: 0 0 25px 0; }
      .review-node .score-legend .score-legend--body ul.score-legend--body-stars li {
        padding-left: 160px;
        background: url("/sites/all/themes/roadcc/images/rating-stars.svg") no-repeat;
        background-size: 145px;
        background-position-x: 0;
        margin-bottom: 15px;
        white-space: nowrap;
        line-height: 24px;
        font-size: 14px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-10 {
          background-position-y: -382px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-9 {
          background-position-y: -344px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-8 {
          background-position-y: -305px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-7 {
          background-position-y: -267px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-6 {
          background-position-y: -230px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-5 {
          background-position-y: -191px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-4 {
          background-position-y: -152px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-3 {
          background-position-y: -115px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-2 {
          background-position-y: -77px; }
        .review-node .score-legend .score-legend--body ul.score-legend--body-stars li.stars-1 {
          background-position-y: -38px;
          margin-bottom: 0; }

.review-node .reportmainhead {
  margin-bottom: 10px; }
  .review-node .reportmainhead h5 {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }

.review-node p.dealcaption {
  opacity: 0.7;
  font-size: 14px !important;
  line-height: 1.4; }
  .review-node p.dealcaption a {
    opacity: 1; }

.review-node .m101-widget.roadcc {
  margin-bottom: 20px; }
  .review-node .m101-widget.roadcc .m101-widget-row {
    font-size: 15px; }
    .review-node .m101-widget.roadcc .m101-widget-row .m101-widget-image {
      padding: 5px 5px 5px 0;
      vertical-align: middle;
      text-align: center;
      border-color: #fff; }
      .review-node .m101-widget.roadcc .m101-widget-row .m101-widget-image img {
        max-height: 40px;
        margin: 0; }
    .review-node .m101-widget.roadcc .m101-widget-row .m101-widget-merchant-name,
    .review-node .m101-widget.roadcc .m101-widget-row .m101-widget-final-price {
      padding: 2px 15px 2px 5px;
      vertical-align: middle;
      text-align: left; }
    .review-node .m101-widget.roadcc .m101-widget-row .m101-widget-final-price a {
      font-size: 16px; }
    .review-node .m101-widget.roadcc .m101-widget-row .m101-widget-button {
      padding: 5px 0 5px 5px;
      vertical-align: middle; }

@media (min-width: 768px) {
  .review-node .reportmainhead h5 {
    font-size: 16px;
    padding: 12px 10px; } }

.not-logged-in .review-node .product-info .roadcc-recommends-box P {
  font-size: 11px;
  line-height: 1.3; }

@media (min-width: 420px) {
  .not-logged-in .review-node .product-info .roadcc-recommends-box p {
    font-size: 14px;
    line-height: 1.3; } }

@media (min-width: 576px) {
  .not-logged-in .review-node .product-info .roadcc-recommends-box p {
    font-size: 15px;
    line-height: 1.3; } }

@media (min-width: 768px) {
  .not-logged-in .review-node .product-info .roadcc-recommends-box p {
    font-size: 16px;
    line-height: 1.6; } }

@media (min-width: 992px) {
  .not-logged-in .review-node .product-info .roadcc-recommends-box .explainer-badge {
    max-width: 86px; }
  .not-logged-in .review-node .product-info .roadcc-recommends-box P {
    margin-left: 5px;
    font-size: 10px;
    line-height: 1.2; } }

.card-user-name, .card-teaser .node-blog .teaser__name-author, .page-blogs .node-blog .teaser__name-author, .active-bloggers-block .view-content .views-field-name a, .node-blog.view-mode-teaser .teaser__name-author {
  color: #a7aeb5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .95px;
  text-transform: uppercase; }

.card-user-image, .card-teaser .node-blog .user-picture, .page-blogs .node-blog .user-picture, .active-bloggers-block .view-content .user-picture, .node-blog.view-mode-teaser .user-picture {
  border-radius: 50%;
  margin-right: 5px;
  overflow: hidden;
  position: relative; }
  .card-user-image a, .card-teaser .node-blog .user-picture a, .page-blogs .node-blog .user-picture a, .active-bloggers-block .view-content .user-picture a, .node-blog.view-mode-teaser .user-picture a {
    display: block;
    width: 100%;
    height: 100%; }
  .card-user-image img, .card-teaser .node-blog .user-picture img, .page-blogs .node-blog .user-picture img, .active-bloggers-block .view-content .user-picture img, .node-blog.view-mode-teaser .user-picture img {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.card-user-image-small, .card-teaser .node-blog .user-picture, .page-blogs .node-blog .user-picture, .node-blog.view-mode-teaser .user-picture {
  height: 36px;
  width: 36px; }
  @media (min-width: 992px) {
    .card-user-image-small, .card-teaser .node-blog .user-picture, .page-blogs .node-blog .user-picture, .node-blog.view-mode-teaser .user-picture {
      height: 75px;
      width: 75px; } }

.card-user-image-big, .active-bloggers-block .view-content .user-picture {
  height: 75px;
  width: 75px; }

.card-teaser .node-blog, .page-blogs .node-blog {
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 25px 20px;
  position: relative; }
  .card-teaser .node-blog .user-picture a, .page-blogs .node-blog .user-picture a {
    display: block; }
  .card-teaser .node-blog .teaser__title h2, .page-blogs .node-blog .teaser__title h2 {
    font-size: 17px; }
  .card-teaser .node-blog .teaser__description, .page-blogs .node-blog .teaser__description {
    margin-bottom: 20px; }
  .card-teaser .node-blog .group-left .teaser__comment-count, .page-blogs .node-blog .group-left .teaser__comment-count {
    display: none; }
  .card-teaser .node-blog .group-right, .page-blogs .node-blog .group-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card-teaser .node-blog .group-right .teaser__comment-count, .page-blogs .node-blog .group-right .teaser__comment-count {
      margin-left: auto; }

@media (min-width: 992px) {
  .card-teaser .node-blog, .page-blogs .node-blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .card-teaser .node-blog .user-picture, .page-blogs .node-blog .user-picture {
      margin-right: 0; }
    .card-teaser .node-blog .group-left, .page-blogs .node-blog .group-left {
      padding-right: 50px; }
      .card-teaser .node-blog .group-left .teaser__comment-count, .page-blogs .node-blog .group-left .teaser__comment-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .card-teaser .node-blog .group-right, .page-blogs .node-blog .group-right {
      -ms-flex-preferred-size: 150px !important;
          flex-basis: 150px !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-left: auto; }
      .card-teaser .node-blog .group-right .teaser__user-picture, .page-blogs .node-blog .group-right .teaser__user-picture {
        margin-bottom: 10px; }
      .card-teaser .node-blog .group-right .teaser__name-author, .page-blogs .node-blog .group-right .teaser__name-author {
        white-space: normal; }
      .card-teaser .node-blog .group-right .teaser__comment-count, .page-blogs .node-blog .group-right .teaser__comment-count {
        display: none; } }

.video-block {
  background: #1D1D1D;
  border: 1px solid #979797;
  margin: 15px -15px 30px;
  padding: 20px; }
  .video-block > h2 {
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF 1px, transparent 1px, transparent 4px, #FFFFFF 4px, #FFFFFF 5px, transparent 5px);
    background-color: #1D1D1D;
    color: #fff; }
    .video-block > h2::after {
      background-color: #1D1D1D; }
  .video-block iframe {
    height: 100%;
    width: 100%; }
  .video-block #youtubechannel-player {
    margin-bottom: 0;
    height: 0 !important;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    visibility: hidden;
    width: 100% !important; }
    .video-block #youtubechannel-player.show {
      height: 300px !important;
      margin-bottom: 30px;
      -webkit-transition: all .5s linear;
      transition: all .5s linear;
      visibility: visible; }
  .video-block #youtubechannel-list {
    height: 100% !important;
    overflow: hidden;
    width: 100% !important; }
    .video-block #youtubechannel-list > ul {
      margin: 0 -7px;
      padding: 0; }
    .video-block #youtubechannel-list .slick-list * {
      outline: none; }
    .video-block #youtubechannel-list .slick-list li {
      float: none;
      height: 113px;
      margin: 0;
      padding: 0 7px; }
    .video-block #youtubechannel-list .slick-list a {
      background: #000;
      display: block;
      height: 100%;
      margin-bottom: 10px;
      position: relative; }
      .video-block #youtubechannel-list .slick-list a::before {
        background: url("/sites/all/themes/roadcc/images/icons/play.svg") no-repeat center;
        border-radius: 2px;
        content: '';
        display: block;
        height: 32px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 48px;
        z-index: 1; }
    .video-block #youtubechannel-list .slick-list .video-title {
      color: #fff;
      font-family: "Merriweather", serif;
      font-weight: 700;
      letter-spacing: -.2px; }
    .video-block #youtubechannel-list .slick-list img {
      border: 0;
      display: block;
      height: 113px;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .video-block #youtubechannel-list .slick-dots {
      position: static;
      bottom: -40px; }
      .video-block #youtubechannel-list .slick-dots li {
        display: inline-block;
        float: none;
        padding: 0; }
  .video-block .youtube-channel-link {
    margin-top: 15px;
    text-align: center; }
    .video-block .youtube-channel-link a {
      font-size: 12px;
      padding: 5px 17px; }
      .video-block .youtube-channel-link a::before {
        font-size: 10px; }
    .video-block .youtube-channel-link span.ext {
      display: none; }

@media (min-width: 576px) {
  .video-block {
    margin-left: 0;
    margin-right: 0; }
    .video-block #youtubechannel-list > ul {
      margin: 0 -15px; }
    .video-block #youtubechannel-list .slick-list li {
      padding: 0 15px; }
    .video-block #youtubechannel-list .slick-list a {
      background: transparent; }
    .video-block #youtubechannel-list .slick-list img {
      height: 100%;
      left: 0;
      position: static;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%; }
    .video-block #youtubechannel-list .video-title {
      font-size: 17px; } }

@media (min-width: 768px) {
  .video-block #youtubechannel-player.show {
    height: 500px !important; }
  .video-block #youtubechannel-list {
    padding-bottom: 40px; }
    .video-block #youtubechannel-list .slick-list li {
      height: 143px; }
    .video-block #youtubechannel-list .slick-dots {
      position: absolute; }
  .video-block .youtube-channel-link {
    text-align: right; }
    .video-block .youtube-channel-link a {
      font-size: 14px;
      padding: 5px .75rem; }
      .video-block .youtube-channel-link a::before {
        font-size: 12px; } }

@media (min-width: 992px) {
  .video-block {
    margin-bottom: 50px;
    margin-top: 35px; }
    .video-block .youtube-channel-link {
      text-align: right; } }

.active-bloggers-block {
  margin-bottom: 15px; }
  .active-bloggers-block .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 35px -15px 0; }
    .active-bloggers-block .view-content .views-row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 15px;
      padding: 0 15px;
      width: 50%; }
    .active-bloggers-block .view-content .views-field-name {
      text-align: center; }

@media (min-width: 768px) {
  .active-bloggers-block .view-content .views-row {
    width: 25%; } }

@media (min-width: 992px) {
  .active-bloggers-block {
    margin-bottom: 35px; } }

.rcc-cashback {
 }
  .rcc-cashback p {
    color: #1BB4E1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .42px;
    margin-bottom: 0; }
  .rcc-cashback a {
    text-decoration: underline; }
    .rcc-cashback a span.ext {
      display: none; }

@media (min-width: 768px) {
  .rcc-cashback {
   }
    .rcc-cashback p {
      font-size: 16px;
      letter-spacing: .48px; } }

.productreport {
  background-color: rgba(245, 245, 245, 0.3); }
  .productreport .review-title,
  .productreport .report_head {
    background: #1BB4E1;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .42px;
    padding: 16px 25px 16px 20px;
    position: relative;
    cursor: pointer; }
    .productreport .review-title::after,
    .productreport .report_head::after {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 20px; }
  .productreport > * {
    padding-left: 10px;
    padding-right: 10px; }
  .productreport .report_header {
    padding: 0; }
    .productreport .report_header .report_subhead {
      padding-left: 10px;
      padding-right: 10px; }
  .productreport .reportmainhead {
    padding: 0; }
    .productreport .reportmainhead .review-title::after,
    .productreport .reportmainhead .report_head::after {
      content: '-'; }
    .productreport .reportmainhead .review-title.hide::after,
    .productreport .reportmainhead .report_head.hide::after {
      content: '+'; }
  .productreport .report_product_info.hide,
  .productreport .report_product_info_subline.hide,
  .productreport .report_para.hide,
  .productreport .report_scalerow.hide,
  .productreport .report_line.hide,
  .productreport .report_rating.hide {
    display: none; }
  .productreport .report_scalerow {
    margin-bottom: 10px; }
    .productreport .report_scalerow .scalerow_legend {
      margin-bottom: 10px; }
    .productreport .report_scalerow .scalerow_bar {
      background: rgba(216, 216, 216, 0.4);
      border-radius: 13px;
      height: 13px;
      margin-bottom: 5px; }
      .productreport .report_scalerow .scalerow_bar .scalerow_bar_insert {
        background-image: -webkit-gradient(linear, right top, left top, from(#50E3C2), color-stop(49%, #53a0fd), to(#1BB4E1));
        background-image: linear-gradient(270deg, #50E3C2 0%, #53a0fd 49%, #1BB4E1 100%);
        border-radius: 13px;
        height: 100%;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .productreport .report_scalerow .scalerow_value {
      color: #1BB4E1;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .42px;
      text-align: right; }
  .productreport .report_header .report_head::after {
    content: '+'; }
  .productreport .report_header .report_head.show::after {
    content: '-'; }
  .productreport .report_tester_info_subline {
    display: none; }
    .productreport .report_tester_info_subline.show {
      display: block; }

@media (min-width: 768px) {
  .productreport > * {
    padding-left: 15px;
    padding-right: 15px; }
  .productreport .report_header .report_subhead {
    padding-left: 10px;
    padding-right: 10px; }
  .productreport .review-title,
  .productreport .report_head {
    font-size: 16px;
    letter-spacing: .48px;
    padding: 16px 20px; }
    .productreport .review-title::after,
    .productreport .report_head::after {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.field-name-field-gallery-image-reference .scald-gallery {
  height: 100% !important; }

.h2.comment-form.title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .08px;
  margin-bottom: 0.5rem; }
  .h2.comment-form.title.comment-form-toggle {
    color: #323648;
    font-weight: 700;
    letter-spacing: .87px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .h2.comment-form.title.comment-form-toggle:hover {
      color: #1BB4E1; }
    .h2.comment-form.title.comment-form-toggle::after {
      content: '\f078';
      font-family: "Fontawesome";
      display: inline-block;
      position: relative;
      padding-left: 5px;
      font-size: 14px;
      top: -2px; }

body#ckeditor {
  margin: 20px; }

.comment-form input,
.comment-form textarea p,
.comment-form iframe p {
  font-size: 14px; }

.comment-form input[type="text"] {
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eeeeee !important; }

.comment-form .form-type-item {
  margin-bottom: 0;
  margin-top: 0; }
  .comment-form .form-type-item label,
  .comment-form .form-type-item span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06px; }
  .comment-form .form-type-item label {
    margin-bottom: 0; }
  .comment-form .form-type-item span, .comment-form .form-type-item a {
    color: #1BB4E1;
    font-size: 14px; }

.comment-form .form-item.form-item-subject {
  margin: 0.5rem 0; }
  .comment-form .form-item.form-item-subject label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06px; }

.comment-form .field-name-comment-body .form-type-textarea {
  margin-top: 0; }
  .comment-form .field-name-comment-body .form-type-textarea label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06px; }
    .comment-form .field-name-comment-body .form-type-textarea label .form-required {
      color: #323648; }

.comment-form .cke {
  background: #fff;
  border-radius: 2px;
  border: 1px solid rgba(91, 94, 109, 0.26);
  -webkit-box-shadow: none;
          box-shadow: none; }

.comment-form .field-type-file [type='file'] {
  margin-right: 15px; }

.comment-form .ckeditor_links {
  font-size: 14px; }

.comment-form .form-actions {
  text-align: right;
  margin: 0.5rem 0 1rem 0; }
  .comment-form .form-actions .ajax-progress-throbber {
    margin-right: 15px;
    font-size: 14px;
    color: rgba(91, 94, 109, 0.55);
    padding: 0; }
    .comment-form .form-actions .ajax-progress-throbber * {
      padding: 0; }
    .comment-form .form-actions .ajax-progress-throbber:last-child {
      margin-left: 15px; }
  .comment-form .form-actions [value='Save'] {
    background-image: url("/sites/all/themes/roadcc/images/icons/submit.svg");
    background-repeat: no-repeat;
    background-position: center left 7px;
    margin-right: 15px;
    padding-left: 23px; }
  .comment-form .form-actions [value='Cancel'] {
    background-color: #868686;
    border-color: #868686;
    color: #fff; }
    .comment-form .form-actions [value='Cancel']:hover, .comment-form .form-actions [value='Cancel']:active, .comment-form .form-actions [value='Cancel']:focus {
      outline: none;
      background-color: #515151;
      border-color: #515151; }
  .comment-form .form-actions [value='Preview']:not(:last-child) {
    margin-right: 15px; }

.comment-form div[id^="edit-author"],
.comment-form .form-item-comment-body-und-0-value label {
  display: none; }

.comment-form .field-name-field-comment-image .form-item label {
  margin-bottom: 5px; }

.comment-form .field-name-field-comment-image .form-item .image-widget .image-preview {
  padding: 0 5px 5px 0;
  float: none; }
  .comment-form .field-name-field-comment-image .form-item .image-widget .image-preview img {
    display: block;
    max-height: 30px;
    width: auto; }

.comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data > * {
  margin-bottom: 5px; }

.comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data input[type="file"] {
  margin-right: 5px;
  width: 200px;
  max-width: 100%; }
  .comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data input[type="file"]:focus {
    outline: none; }

.comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data .file,
.comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data .file-size {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block; }
  .comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data .file span.ext,
  .comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data .file img,
  .comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data .file-size span.ext,
  .comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data .file-size img {
    display: none; }

.comment-form .field-name-field-comment-image .form-item input.form-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  font-weight: 500; }

.view-comments .h2 {
  cursor: pointer; }

@media (min-width: 768px) {
  .comment-form .field-name-field-comment-image .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .comment-form .field-name-field-comment-image .form-item label {
      margin-bottom: 0px;
      margin-right: 10px; }
    .comment-form .field-name-field-comment-image .form-item .image-widget .image-preview {
      padding: 0 5px 0 0;
      float: left; }
    .comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data > * {
      margin-bottom: 0px;
      margin-right: 10px; }
    .comment-form .field-name-field-comment-image .form-item .image-widget .image-widget-data .file {
      margin-right: 3px; }
    .comment-form .field-name-field-comment-image .form-item input.form-submit {
      margin-right: 10px; }
  .comment-form .field-name-field-comment-image .ajax-progress {
    display: none; } }

#reviews-search-form {
  margin-bottom: 10px; }
  #reviews-search-form [type='submit'] {
    background-image: url("/sites/all/themes/roadcc/images/icons/search-white.svg");
    background-repeat: no-repeat;
    background-position: 35% 50%;
    padding: 8px 0.75rem;
    width: 100%; }

.filter-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .filter-wrapper * {
    outline: none; }
  .filter-wrapper .filter {
    margin: 0 8px 10px;
    width: 100%; }
  .filter-wrapper .form-item {
    background: #fff;
    border: 1px solid #E8E8E8;
    margin: 0;
    padding: 15px; }
    .filter-wrapper .form-item label {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.08px;
      text-transform: uppercase;
      float: left;
      margin-right: 10px;
      line-height: 19px; }
    .filter-wrapper .form-item .sliderfield-display-values-field {
      color: #1BB4E1;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.3px;
      margin-bottom: 10px; }
    .filter-wrapper .form-item .sliderfield-container {
      border: none;
      height: 10px;
      margin: 0 auto; }
    .filter-wrapper .form-item .ui-slider-range {
      background: #1BB4E1;
      z-index: 0; }
    .filter-wrapper .form-item .ui-slider-handle {
      background: #fff;
      border-radius: 50%;
      border: 2px solid #1BB4E1;
      height: 19px;
      margin-left: -10px;
      top: -5px;
      width: 19px;
      z-index: 0; }

@media (min-width: 768px) {
  #reviews-search-form {
    margin-bottom: 20px; }
    #reviews-search-form > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    #reviews-search-form [type='submit'] {
      display: block;
      margin-left: 16px;
      width: 219px; }
  .filter-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 -8px; }
    .filter-wrapper .filter {
      width: 33.33%; }
    .filter-wrapper .form-item .sliderfield-container {
      height: 4px;
      width: 153px !important; }
    .filter-wrapper .form-item .ui-slider-handle {
      height: 10px;
      margin-left: -8px;
      top: -3px;
      width: 10px; } }

@media (min-width: 992px) {
  #reviews-search-form [type='submit'] {
    width: 201px; } }

.recommended-writers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  .recommended-writers-block > h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 5px 0 0; }
    .recommended-writers-block > h2::after {
      content: ':';
      display: inline-block; }
  .recommended-writers-block .item-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0; }
    .recommended-writers-block .item-list ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 5px 0 0; }
      .recommended-writers-block .item-list ul li::after {
        content: '|';
        padding-left: 5px; }
      .recommended-writers-block .item-list ul li:last-of-type {
        margin: 0; }
      .recommended-writers-block .item-list ul li:last-of-type::after {
        display: none; }

.contributor-block {
  background-image: linear-gradient(to bottom, #323648, #323648 1px, transparent 1px, transparent 4px, #323648 4px, #323648 5px, transparent 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
  padding-top: 25px;
  position: relative; }
  .contributor-block .views-field-field-contributor-image {
    border-radius: 50%;
    height: 80px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    width: 80px; }
    .contributor-block .views-field-field-contributor-image a {
      display: block; }
    .contributor-block .views-field-field-contributor-image img {
      height: 80px;
      left: 50%;
      max-width: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; }
  .contributor-block .views-field-field-contributor-name {
    margin-bottom: 10px; }
    .contributor-block .views-field-field-contributor-name a {
      color: #323648;
      font-weight: 700;
      letter-spacing: .87px; }
  .contributor-block .views-field-field-twitter-account {
    left: 88px;
    position: absolute;
    top: 50px; }
  .contributor-block [href*='twitter'] {
    background: #e8e8e8 url("/sites/all/themes/roadcc/images/icons/twitter-black.svg") no-repeat center;
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 20px;
    width: 20px; }
  .contributor-block .views-field-field-contributor-biography {
    border-top: 1px solid rgba(91, 94, 109, 0.26);
    margin-top: 20px;
    padding-top: 20px; }
    .contributor-block .views-field-field-contributor-biography p {
      color: #1D1D1D;
      font-size: 13px;
      line-height: 20px; }

@media (min-width: 768px) {
  .contributor-block {
    display: block;
    padding-left: 100px;
    position: relative;
    min-height: 100px; }
    .contributor-block .views-field-field-contributor-image {
      left: 0;
      margin-right: 0;
      position: absolute;
      top: 25px; }
    .contributor-block .views-field-field-contributor-name {
      margin-right: 30px; }
    .contributor-block .views-field-field-twitter-account {
      position: static;
      float: right;
      margin-left: auto; }
    .contributor-block .views-field-field-contributor-biography p {
      font-size: 14px;
      line-height: 17px; } }

.block-webform {
  margin: 30px 0; }

.webform-client-form textarea[readonly='readonly'] {
  background: transparent; }

.webform-client-form .grippie {
  display: none; }

.view-buyersguide-v2.view-display-id-block.six-layout .adtech-home-square,
.view-opinion-v2-blog-.view-display-id-block.six-layout .adtech-home-square,
.view-opinion-v2-blog-.view-display-id-block_1.six-layout .adtech-home-square,
.view-features-v2.view-display-id-block.six-layout .adtech-home-square {
  width: 100%; }

@media (min-width: 1200px) {
  .view-buyersguide-v2.view-display-id-block.six-layout,
  .view-buyersguide-v2.view-display-id-block_1.six-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .view-buyersguide-v2.view-display-id-block.six-layout .more-link,
    .view-buyersguide-v2.view-display-id-block_1.six-layout .more-link {
      width: 100%; }
    .view-buyersguide-v2.view-display-id-block.six-layout .adtech-home-square,
    .view-buyersguide-v2.view-display-id-block_1.six-layout .adtech-home-square {
      width: 300px; }
      .view-buyersguide-v2.view-display-id-block.six-layout .adtech-home-square .adzone,
      .view-buyersguide-v2.view-display-id-block_1.six-layout .adtech-home-square .adzone {
        margin-bottom: 0; }
  .view-opinion-v2-blog-.view-display-id-block.six-layout,
  .view-opinion-v2-blog-.view-display-id-block_1.six-layout,
  .view-features-v2.view-display-id-block.six-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .view-opinion-v2-blog-.view-display-id-block.six-layout .more-link,
    .view-opinion-v2-blog-.view-display-id-block_1.six-layout .more-link,
    .view-features-v2.view-display-id-block.six-layout .more-link {
      width: 100%; }
    .view-opinion-v2-blog-.view-display-id-block.six-layout .adtech-home-square,
    .view-opinion-v2-blog-.view-display-id-block_1.six-layout .adtech-home-square,
    .view-features-v2.view-display-id-block.six-layout .adtech-home-square {
      width: 300px; }
      .view-opinion-v2-blog-.view-display-id-block.six-layout .adtech-home-square .adzone,
      .view-opinion-v2-blog-.view-display-id-block_1.six-layout .adtech-home-square .adzone,
      .view-features-v2.view-display-id-block.six-layout .adtech-home-square .adzone {
        margin-bottom: 0; } }

.switch-theme #block-roadcc-customisation-roadcc-daily-deals-horizontal,
.switch-theme #block-roadcc-customisation-roadcc-daily-deals {
  display: none; }

.switch-theme.one-sidebar.page-buyers-guide .region-content,
.switch-theme.one-sidebar.page-buyers-guide .region-title, .switch-theme.one-sidebar.page-news .region-content,
.switch-theme.one-sidebar.page-news .region-title, .switch-theme.one-sidebar.page-taxonomy-term .region-content,
.switch-theme.one-sidebar.page-taxonomy-term .region-title, .switch-theme.one-sidebar.page-features .region-content,
.switch-theme.one-sidebar.page-features .region-title, .switch-theme.one-sidebar.page-forum .region-content,
.switch-theme.one-sidebar.page-forum .region-title, .switch-theme.one-sidebar.page-blogs .region-content,
.switch-theme.one-sidebar.page-blogs .region-title {
  max-width: 100% !important;
  width: 100%; }

.switch-theme.one-sidebar.page-buyers-guide .region-sidebar-second, .switch-theme.one-sidebar.page-news .region-sidebar-second, .switch-theme.one-sidebar.page-taxonomy-term .region-sidebar-second, .switch-theme.one-sidebar.page-features .region-sidebar-second, .switch-theme.one-sidebar.page-forum .region-sidebar-second, .switch-theme.one-sidebar.page-blogs .region-sidebar-second {
  width: 0 !important;
  display: none; }

.switch-theme.one-sidebar.node-type-forum .region-content, .switch-theme.one-sidebar.node-type-news .region-content, .switch-theme.one-sidebar.node-type-feature .region-content, .switch-theme.one-sidebar.node-type-tech-news .region-content, .switch-theme.one-sidebar.node-type-youtube-video .region-content, .switch-theme.one-sidebar.node-type-buyers-guide .region-content, .switch-theme.one-sidebar.node-type-buyer-s-guide .region-content, .switch-theme.one-sidebar.node-type-blog .region-content, .switch-theme.one-sidebar.node-type-review .region-content {
  margin-left: auto;
  margin-right: auto; }

.switch-theme.one-sidebar.node-type-forum .region-sidebar-second, .switch-theme.one-sidebar.node-type-news .region-sidebar-second, .switch-theme.one-sidebar.node-type-feature .region-sidebar-second, .switch-theme.one-sidebar.node-type-tech-news .region-sidebar-second, .switch-theme.one-sidebar.node-type-youtube-video .region-sidebar-second, .switch-theme.one-sidebar.node-type-buyers-guide .region-sidebar-second, .switch-theme.one-sidebar.node-type-buyer-s-guide .region-sidebar-second, .switch-theme.one-sidebar.node-type-blog .region-sidebar-second, .switch-theme.one-sidebar.node-type-review .region-sidebar-second {
  width: 0 !important;
  display: none; }

.full__sponsor-box {
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  .full__sponsor-box .sponsor-box__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .full__sponsor-box .sponsor-box__body {
    padding: 10px;
    width: calc(100% - 90px); }
    .full__sponsor-box .sponsor-box__body p {
      line-height: 1.2;
      margin-bottom: 0; }

.support-subscribe {
  background: #004371;
  padding: 10px;
  border: none;
  border-radius: 10px; }
  @media (min-width: 1200px) {
    .support-subscribe {
      position: relative;
      top: -6.5px; } }
  .support-subscribe h2,
  .support-subscribe p {
    color: #fff; }
  .support-subscribe h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
    color: #FD6D95; }
  .support-subscribe p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 3px; }
  .support-subscribe a.subscribe-btn-pink.btn-sm, .support-subscribe .comment-form .field-type-file a.subscribe-btn-pink[type='file'], .comment-form .field-type-file .support-subscribe a.subscribe-btn-pink[type='file'], .support-subscribe .comment-form .field-type-file a.subscribe-btn-pink[type='submit'], .comment-form .field-type-file .support-subscribe a.subscribe-btn-pink[type='submit'], .support-subscribe .comment-form .form-actions a.subscribe-btn-pink[type='submit'], .comment-form .form-actions .support-subscribe a.subscribe-btn-pink[type='submit'] {
    padding: 0px 6px; }

.truncated-subscription-box {
  margin-bottom: 20px;
  margin-top: 40px; }
  .truncated-subscription-box::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    top: -115px;
    content: '';
    height: 110px;
    left: -5px;
    position: absolute;
    width: 102%; }
  .truncated-subscription-box .text-wrapper {
    margin-bottom: 40px; }
  .truncated-subscription-box .btn-wrapper .subscribe-btn-wrapper {
    display: inline-block; }

.info-subscription-box {
  margin-bottom: 20px;
  margin-top: 40px;
  background-color: #FFE6EE;
  padding: 0 10px 10px 10px; }
  .info-subscription-box .text-wrapper {
    margin-bottom: 40px; }
  .info-subscription-box .heart-title {
    background-image: none; }

.sticky-subscription-box {
  display: none; }

@media (min-width: 1200px) {
  .sticky-subscription-box {
    display: block;
    background-color: #fff;
    bottom: 0;
    padding-bottom: 70px;
    padding-top: 40px;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10; }
    .sticky-subscription-box.hidden {
      display: none; }
    .sticky-subscription-box::before {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      bottom: 100%;
      content: '';
      height: 110px;
      left: 0;
      position: absolute;
      width: 100%; }
    .sticky-subscription-box .container {
      position: relative; }
    .sticky-subscription-box .group-wrapper {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .sticky-subscription-box .group-left {
      width: 65%; }
    .sticky-subscription-box .group-right {
      width: 25%; }
      .sticky-subscription-box .group-right .logo {
        margin-bottom: 20px;
        max-width: 150px; }
        .sticky-subscription-box .group-right .logo img {
          max-width: 100%;
          opacity: .1; }
    .sticky-subscription-box .close-btn {
      background: url("/sites/all/themes/roadcc/images/icons/close.png") no-repeat center;
      cursor: pointer;
      height: 12px;
      right: 15px;
      top: 0;
      position: absolute;
      width: 12px; } }

.recommend-header {
  padding: 0 15px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }
  .recommend-header .recommend-logo {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .recommend-header .recommend-logo {
        width: 250px; } }
  .recommend-header h2 {
    font-style: italic;
    font-weight: normal;
    margin: 0 0 15px 0; }

.recommend-nav-wrapper {
  background-color: #33302e;
  margin-bottom: 30px; }

nav.recommend-nav {
  background-color: #33302e;
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3px 0px; }
  @media (min-width: 1200px) {
    nav.recommend-nav {
      padding: 5px 0px; } }
  nav.recommend-nav button.navbar-toggler {
    border: none;
    padding-left: 12px;
    padding-right: 15px; }
    nav.recommend-nav button.navbar-toggler:focus {
      border: none;
      outline: none; }
  nav.recommend-nav .navbar-collapse ul.menu {
    padding: 5px 0;
    margin: 0;
    list-style-type: none; }
    @media (min-width: 1200px) {
      nav.recommend-nav .navbar-collapse ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    nav.recommend-nav .navbar-collapse ul.menu li {
      list-style: none;
      margin: 0;
      padding: 0; }
      nav.recommend-nav .navbar-collapse ul.menu li::marker {
        content: none; }
      nav.recommend-nav .navbar-collapse ul.menu li:last-of-type a::after {
        display: none !important; }
      nav.recommend-nav .navbar-collapse ul.menu li a {
        display: block;
        position: relative;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        padding: 5px 15px; }
        @media (min-width: 1200px) {
          nav.recommend-nav .navbar-collapse ul.menu li a {
            padding: 0 15px; } }
        nav.recommend-nav .navbar-collapse ul.menu li a.active, nav.recommend-nav .navbar-collapse ul.menu li a:hover, nav.recommend-nav .navbar-collapse ul.menu li a:focus {
          color: #d2a54e;
          text-decoration: none; }
        @media (min-width: 1200px) {
          nav.recommend-nav .navbar-collapse ul.menu li a::after {
            content: '|';
            position: absolute;
            top: 0;
            right: -1px;
            display: inline-block;
            color: #d2a54e; } }
  nav.recommend-nav .navbar-brand {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-transform: lowercase;
    position: absolute;
    right: 15px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    width: auto; }
    @media (min-width: 1200px) {
      nav.recommend-nav .navbar-brand {
        position: static;
        font-size: 13px;
        padding: 0;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; } }
    nav.recommend-nav .navbar-brand span {
      padding-right: 10px; }
      @media (min-width: 1200px) {
        nav.recommend-nav .navbar-brand span {
          position: relative;
          top: -1px; } }
    nav.recommend-nav .navbar-brand img {
      height: 14px; }
      @media (min-width: 1200px) {
        nav.recommend-nav .navbar-brand img {
          height: 18px; } }

.node-recommend.view-mode-listings,
.node-review.view-mode-listings {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }
  .node-recommend.view-mode-listings a,
  .node-review.view-mode-listings a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden; }
    @media (min-width: 992px) {
      .node-recommend.view-mode-listings a:hover .teaser__image img,
      .node-review.view-mode-listings a:hover .teaser__image img {
        opacity: 0.8; } }
    .node-recommend.view-mode-listings a .teaser__image,
    .node-review.view-mode-listings a .teaser__image {
      overflow: hidden; }
      .node-recommend.view-mode-listings a .teaser__image img,
      .node-review.view-mode-listings a .teaser__image img {
        display: block;
        max-width: 100%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
    .node-recommend.view-mode-listings a .teaser__title,
    .node-review.view-mode-listings a .teaser__title {
      position: absolute;
      bottom: 5px;
      left: 5px;
      text-align: left;
      margin: 0; }
      @media (min-width: 768px) {
        .node-recommend.view-mode-listings a .teaser__title,
        .node-review.view-mode-listings a .teaser__title {
          max-width: 75%; } }
      .node-recommend.view-mode-listings a .teaser__title h2,
      .node-review.view-mode-listings a .teaser__title h2 {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        color: #fff;
        margin: 0;
        line-height: 1.2 !important; }
        @media (min-width: 768px) {
          .node-recommend.view-mode-listings a .teaser__title h2,
          .node-review.view-mode-listings a .teaser__title h2 {
            font-size: 18px !important; } }
        .node-recommend.view-mode-listings a .teaser__title h2 span,
        .node-review.view-mode-listings a .teaser__title h2 span {
          background-color: rgba(24, 23, 22, 0.9);
          display: inline-block;
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 5px; }
        .node-recommend.view-mode-listings a .teaser__title h2 .field-name-field-recom-price,
        .node-recommend.view-mode-listings a .teaser__title h2 .field-name-field-price,
        .node-review.view-mode-listings a .teaser__title h2 .field-name-field-recom-price,
        .node-review.view-mode-listings a .teaser__title h2 .field-name-field-price {
          color: #d2a54e;
          margin-top: -2px; }
          .node-recommend.view-mode-listings a .teaser__title h2 .field-name-field-recom-price .field-item,
          .node-recommend.view-mode-listings a .teaser__title h2 .field-name-field-price .field-item,
          .node-review.view-mode-listings a .teaser__title h2 .field-name-field-recom-price .field-item,
          .node-review.view-mode-listings a .teaser__title h2 .field-name-field-price .field-item {
            background-color: rgba(24, 23, 22, 0.9);
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px; }

.hero-container + .main-container .region-content {
  margin-left: auto;
  margin-right: auto; }

.full__hero-banner {
  background: #6c0903;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .full__hero-banner {
      background: -webkit-gradient(linear, left top, right top, from(#6c0903), color-stop(50%, #6c0903), color-stop(50%, #a8dcf4), to(#a8dcf4));
      background: linear-gradient(to right, #6c0903 0%, #6c0903 50%, #a8dcf4 50%, #a8dcf4 100%); } }
  .full__hero-banner .full__hero-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .full__hero-banner .full__hero-banner-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 992px) {
      .full__hero-banner .full__hero-banner-wrapper {
        width: 970px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .full__hero-banner .full__hero-banner-wrapper > * {
        width: 50%;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .full__hero-banner .full__hero-banner-wrapper .full__hero-banner-left {
      padding: 0; }
      @media (min-width: 768px) {
        .full__hero-banner .full__hero-banner-wrapper .full__hero-banner-left {
          padding: 0 40px 0 25px; } }
    .full__hero-banner .full__hero-banner-wrapper .full__hero-banner-right {
      display: none;
      padding: 0 30px; }
      @media (min-width: 768px) {
        .full__hero-banner .full__hero-banner-wrapper .full__hero-banner-right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .full__hero-banner h2 {
    color: #fff;
    font-size: 28px;
    letter-spacing: -.57px;
    line-height: 34px;
    margin: 0 0 6px 0; }
    @media screen and (max-width: 767px) {
      .full__hero-banner h2 br {
        display: none; } }
    @media (min-width: 768px) {
      .full__hero-banner h2 {
        font-size: 36px;
        line-height: 1.2; } }
  .full__hero-banner p {
    color: #d4d4d4;
    font-family: "Merriweather", serif;
    font-size: 18px;
    line-height: 1.5; }

.full__body .faq > h2 > * {
  display: inline-block;
  font-weight: bold;
  color: #222222; }

.faq-item > h3 {
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  padding-left: 28px; }
  .faq-item > h3 > * {
    display: inline-block;
    text-align: left; }
  .faq-item > h3 .faq-icon {
    position: absolute;
    top: 1px;
    left: 0; }
  .faq-item > h3 img {
    display: block;
    width: 23px;
    height: auto; }
  .faq-item > h3 .field-item {
    color: #222222;
    font-style: italic;
    font-weight: normal; }
    .faq-item > h3 .field-item p {
      margin-bottom: 20px; }

.user-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100vh; }
  @media screen and (min-width: 960px) {
    .user-page {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .user-page.user-page--login, .user-page.user-page--password {
    height: 100vh; }
  .user-page > div {
    padding-top: 64px; }
    @media screen and (min-width: 960px) {
      .user-page > div {
        padding-top: 80px; } }
    @media screen and (min-width: 1280px) {
      .user-page > div {
        padding-top: 160px; } }
  .user-page .user-page__billboard {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 960px) {
      .user-page .user-page__billboard {
        width: 540px; } }
    .user-page .user-page__billboard.user-page__billboard--default {
      background: url("/sites/all/themes/roadcc/images/bg-roadcc.jpg") no-repeat center center/cover; }
    .user-page .user-page__billboard.user-page__billboard--offroad {
      background: url("/sites/all/themes/roadcc/images/bg-offroadcc.jpg") no-repeat center center/cover; }
    .user-page .user-page__billboard.user-page__billboard--ebiketrip {
      background: url("/sites/all/themes/roadcc/images/bg-ebiketips.jpg") no-repeat center center/cover; }
    .user-page .user-page__billboard .billboard-logo {
      position: relative;
      z-index: 10;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .user-page .user-page__billboard .billboard-logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .user-page .user-page__billboard .billboard-logo > .logo {
        padding-bottom: 56px; }
        @media screen and (max-width: 960px) {
          .user-page .user-page__billboard .billboard-logo > .logo {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 40%;
                    flex: 0 0 40%;
            margin-right: 32px;
            text-align: center; }
            .user-page .user-page__billboard .billboard-logo > .logo:nth-child(2), .user-page .user-page__billboard .billboard-logo > .logo:last-child {
              margin-right: 0; } }
        .user-page .user-page__billboard .billboard-logo > .logo img {
          min-width: 220px; }
      .user-page .user-page__billboard .billboard-logo.billboard-logo--description {
        padding: 0 15px 35px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (min-width: 992px) {
          .user-page .user-page__billboard .billboard-logo.billboard-logo--description {
            padding: 0 40px;
            text-align: left; } }
        .user-page .user-page__billboard .billboard-logo.billboard-logo--description .billboard-logo__description {
          margin-bottom: 30px; }
        .user-page .user-page__billboard .billboard-logo.billboard-logo--description p {
          color: #fff;
          font-weight: 500;
          line-height: normal; }
        .user-page .user-page__billboard .billboard-logo.billboard-logo--description h2 {
          color: #FD6D95;
          font-size: 26px; }
          @media screen and (min-width: 992px) {
            .user-page .user-page__billboard .billboard-logo.billboard-logo--description h2 {
              font-size: 30px; } }
        .user-page .user-page__billboard .billboard-logo.billboard-logo--description > .logo {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          margin: 0;
          padding: 0 15px 20px 15px; }
          @media screen and (min-width: 500px) {
            .user-page .user-page__billboard .billboard-logo.billboard-logo--description > .logo {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 25%;
                      flex: 0 0 25%; } }
          @media screen and (min-width: 961px) {
            .user-page .user-page__billboard .billboard-logo.billboard-logo--description > .logo {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 33.3%;
                      flex: 0 0 33.3%; } }
          .user-page .user-page__billboard .billboard-logo.billboard-logo--description > .logo img {
            min-width: 50px;
            max-width: 100%;
            display: block;
            margin: 0 auto; }
  .user-page .user-page__content {
    position: relative;
    width: calc(100% - 30px);
    margin: 20px auto;
    text-align: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 960px) {
      .user-page .user-page__content {
        padding-left: 25px;
        padding-right: 32px;
        margin: 0 auto; } }
    @media screen and (min-width: 1100px) {
      .user-page .user-page__content {
        padding-left: 50px;
        padding-right: 0;
        margin: 0; } }
    @media screen and (min-width: 1280px) {
      .user-page .user-page__content {
        padding-left: 205px; } }
    .user-page .user-page__content .region-content {
      width: 100%; }
  .user-page .password-strength {
    display: none; }
  .user-page .password-suggestions {
    width: 100% !important;
    color: #81838e; }
  .user-page .page-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #323648; }

.user-page__content .alert-block {
  position: relative;
  padding: 12px 20px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 3px;
  width: 100%;
  text-align: left; }
  .user-page__content .alert-block ul {
    padding-left: 20px; }
  .user-page__content .alert-block a {
    opacity: 0.5; }

.user-page__content .alert-danger {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #850000; }

.user-page__content a:hover,
.user-page__content a:focus {
  text-decoration: none; }

.user-page__content .muted {
  color: #81838e;
  font-size: 16px;
  font-weight: normal; }

.user-page__content .form-group,
.user-page__content .form-item {
  margin-bottom: 1rem;
  width: 100%; }
  .user-page__content .form-group label,
  .user-page__content .form-item label {
    color: #323648;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 16px; }
  .user-page__content .form-group .description,
  .user-page__content .form-item .description {
    display: none; }
  .user-page__content .form-group.error,
  .user-page__content .form-item.error {
    background: none; }
    .user-page__content .form-group.error label,
    .user-page__content .form-item.error label {
      color: #a94442; }
    .user-page__content .form-group.error .form-control, .user-page__content .form-group.error .webform-client-form [type='text'], .webform-client-form .user-page__content .form-group.error [type='text'],
    .user-page__content .form-group.error .webform-client-form [type='email'], .webform-client-form .user-page__content .form-group.error [type='email'],
    .user-page__content .form-group.error .webform-client-form textarea, .webform-client-form .user-page__content .form-group.error textarea,
    .user-page__content .form-group.error .form-text,
    .user-page__content .form-item.error .form-control,
    .user-page__content .form-item.error .webform-client-form [type='text'],
    .webform-client-form .user-page__content .form-item.error [type='text'],
    .user-page__content .form-item.error .webform-client-form [type='email'],
    .webform-client-form .user-page__content .form-item.error [type='email'],
    .user-page__content .form-item.error .webform-client-form textarea,
    .webform-client-form .user-page__content .form-item.error textarea,
    .user-page__content .form-item.error .form-text {
      border-color: #a94442; }

.user-page__content .form-control, .user-page__content .webform-client-form [type='text'], .webform-client-form .user-page__content [type='text'],
.user-page__content .webform-client-form [type='email'], .webform-client-form .user-page__content [type='email'],
.user-page__content .webform-client-form textarea, .webform-client-form .user-page__content textarea,
.user-page__content .form-text,
.user-page__content .form-select,
.user-page__content .form-file {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .user-page__content .form-control:focus, .user-page__content .webform-client-form :focus[type='text'], .webform-client-form .user-page__content :focus[type='text'],
  .user-page__content .webform-client-form :focus[type='email'], .webform-client-form .user-page__content :focus[type='email'],
  .user-page__content .webform-client-form textarea:focus, .webform-client-form .user-page__content textarea:focus,
  .user-page__content .form-text:focus,
  .user-page__content .form-select:focus,
  .user-page__content .form-file:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5dcbec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1);
    box-shadow: 0 0 0 0.2rem rgba(27, 180, 225, 0.1); }

.user-page__content .form-select {
  background: url("/sites/all/themes/roadcc/images/dropdown.svg") no-repeat center right 12px;
  background-size: 16px; }
  .user-page__content .form-select::-ms-expand {
    display: none; }

.user-page__content a {
  color: #d70080; }
  .user-page__content a:hover {
    text-decoration: underline;
    color: #a50264; }

.user-page__content .form-header {
  margin-bottom: 48px; }
  .user-page__content .form-header p {
    color: #81838e;
    font-size: 16px; }
    .user-page__content .form-header p a {
      color: #d70080; }
      .user-page__content .form-header p a:hover {
        text-decoration: underline;
        color: #a50264; }

.user-page__content .footer-link {
  margin-bottom: 16px;
  text-align: right; }

.user-page__content .form-submit {
  margin-top: 16px;
  color: #fff;
  background-color: #d70080;
  border-color: #d70080;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .user-page__content .form-submit:hover, .user-page__content .form-submit:focus {
    color: #fff;
    background-color: #a50264;
    border-color: #a50264; }

.user-page__content .form-cta {
  margin-top: 16px;
  color: #fff;
  background-color: #d70080;
  border-right: 2px solid #83054E;
  border-bottom: 2px solid #83054E;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .user-page__content .form-cta:hover, .user-page__content .form-cta:focus {
    color: #fff;
    background-color: #a50264;
    border-color: #83054E;
    text-decoration: none; }

.user-page__content .panel,
.user-page__content fieldset {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 26px;
  text-align: left; }
  .user-page__content .panel .panel-heading,
  .user-page__content .panel .panel-body,
  .user-page__content fieldset .panel-heading,
  .user-page__content fieldset .panel-body {
    padding: 0;
    background: none;
    border: none; }
  .user-page__content .panel legend,
  .user-page__content fieldset legend {
    margin: 0; }
  .user-page__content .panel .panel-title,
  .user-page__content .panel .fieldset-legend,
  .user-page__content fieldset .panel-title,
  .user-page__content fieldset .fieldset-legend {
    font-size: 20px;
    margin-bottom: 16px;
    color: #323648; }

.user-page__content .form-checkbox {
  float: left;
  margin-right: 10px; }

#user-register-form,
#user-profile-form {
  padding-bottom: 175px; }
  #user-register-form .field-group-tab-wrapper,
  #user-register-form .mollom-privacy,
  #user-profile-form .field-group-tab-wrapper,
  #user-profile-form .mollom-privacy {
    display: none; }

#user-profile-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #user-profile-form .form-actions .btn, #user-profile-form .form-actions .subscribe-btn-white, #user-profile-form .form-actions .continue-reading-btn, #user-profile-form .form-actions .subscribe-btn-honey, #user-profile-form .form-actions .subscribe-btn-pink, #user-profile-form .form-actions .view .more-link a, .view .more-link #user-profile-form .form-actions a, #user-profile-form .comment.comment-single form[id*="comment-confirm-delete"] .form-actions input.form-submit, .comment.comment-single form[id*="comment-confirm-delete"] #user-profile-form .form-actions input.form-submit, #user-profile-form .form-actions .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow #user-profile-form .form-actions a, #user-profile-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-read-more-link .field-item #user-profile-form .form-actions a, #user-profile-form .form-actions .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item a, .field-name-field-best-buy-element > .field-items > .field-item .field-name-field-buy-now-link .field-item #user-profile-form .form-actions a, #user-profile-form .form-actions .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link #user-profile-form .form-actions a, #user-profile-form .form-actions .video-block .youtube-channel-link a, .video-block .youtube-channel-link #user-profile-form .form-actions a, #user-profile-form .form-actions .comment-form .field-type-file [type='file'], .comment-form .field-type-file #user-profile-form .form-actions [type='file'], #user-profile-form .form-actions .comment-form .field-type-file [type='submit'], #user-profile-form .comment-form .form-actions [type='submit'], .comment-form #user-profile-form .form-actions [type='submit'], #user-profile-form .form-actions #reviews-search-form [type='submit'], #reviews-search-form #user-profile-form .form-actions [type='submit'], #user-profile-form .form-actions .webform-client-form [type='submit'], .webform-client-form #user-profile-form .form-actions [type='submit'], #user-profile-form .form-actions .page-subscription-success .subscription-success-page__content a, .page-subscription-success .subscription-success-page__content #user-profile-form .form-actions a, #user-profile-form .form-actions .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit, .upcoming-cycling-events .views-exposed-widgets .views-submit-button #user-profile-form .form-actions .form-submit, #user-profile-form .form-actions .fieldset-wrapper > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; }

.user-page--post-reg .user-page__content {
  text-align: center; }
  .user-page--post-reg .user-page__content p {
    color: #323648; }

.page-user form[id*="user-login"] {
  margin-bottom: 100px; }

.page-reviews .full-page .views-row:first-of-type .teaser__description {
  display: block; }

.page-reviews .full-page .views-row:not(:first-of-type) .group-left {
  display: none; }

.page-reviews .full-page .view-mode-teaser > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-reviews .full-page .view-mode-teaser > a .group-left {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; }

.page-reviews .full-page .view-mode-teaser .teaser__bottom .comment-count {
  margin-left: auto; }

@media (min-width: 992px) {
  .page-reviews .full-page .views-row:not(:first-of-type) .group-left {
    display: block; }
  .page-reviews .full-page .view-mode-teaser > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .page-reviews .full-page .view-mode-teaser > a .group-left {
      margin-bottom: 0;
      margin-right: 20px;
      width: 175px; }
  .page-reviews .full-page .view-mode-teaser .teaser__bottom .comment-count {
    margin-left: 0; }
  .page-reviews .full-page .view-mode-teaser .teaser__bottom .field-name-field-price .field-item {
    text-align: right; } }

.upcoming-cycling-events {
  margin-bottom: 30px; }

.node-event.view-mode-teaser {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 18px;
  padding: 18px; }
  .node-event.view-mode-teaser .group-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1BB4E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    margin: -18px 0 18px -18px;
    padding-left: 18px;
    width: 145px; }
    .node-event.view-mode-teaser .group-left .date-display-single {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.97px;
      text-transform: uppercase;
      background-image: none;
      background-color: transparent; }
      .node-event.view-mode-teaser .group-left .date-display-single::before {
        display: none; }
      .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(1),
      .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(3) {
        font-weight: 500;
        text-transform: uppercase; }
      .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(1) {
        display: none; }
      .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(2) {
        font-family: "Merriweather", serif;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 1.17px;
        margin-right: 7px; }
      .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(3) {
        font-size: 13px;
        letter-spacing: 1.97px; }
  .node-event.view-mode-teaser .teaser__title h2 {
    color: #323648;
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.33px; }
  .node-event.view-mode-teaser .teaser__location-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .node-event.view-mode-teaser .teaser__location-type .field-type-taxonomy-term-reference h2 {
      font-size: 10px;
      line-height: 1;
      margin: 0; }
    .node-event.view-mode-teaser .teaser__location-type .field-type-taxonomy-term-reference a {
      color: #81838E;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.08px;
      text-transform: uppercase; }
    .node-event.view-mode-teaser .teaser__location-type .field-name-field-event-types-term {
      margin-right: 10px; }
  .node-event.view-mode-teaser .teaser__description {
    margin-bottom: 0; }
    .node-event.view-mode-teaser .teaser__description p {
      color: #81838E;
      font-size: 14px;
      letter-spacing: .22px;
      line-height: 17px;
      margin-bottom: 0; }

@media (min-width: 992px) {
  .upcoming-cycling-events {
    margin-bottom: 45px;
    max-width: 635px; }
  .node-event.view-mode-teaser {
    margin-bottom: 30px; }
    .node-event.view-mode-teaser .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .node-event.view-mode-teaser .group-left {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      height: auto;
      margin: -18px 25px -18px -18px;
      padding: 24px 0 24px 26px;
      width: 181px; }
      .node-event.view-mode-teaser .group-left .date-display-single {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 15px;
        letter-spacing: 1.97px; }
        .node-event.view-mode-teaser .group-left .date-display-single div {
          line-height: 1.2; }
        .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(1) {
          display: block;
          font-size: 16px;
          letter-spacing: 2.24px; }
        .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(2) {
          font-size: 35px;
          letter-spacing: 2.28px;
          margin-right: 0; }
        .node-event.view-mode-teaser .group-left .date-display-single div:nth-child(3) {
          font-size: 15px;
          letter-spacing: 1.97px; }
    .node-event.view-mode-teaser .teaser__title h2 {
      font-size: 17px;
      letter-spacing: -.35px; } }

.node-blog.view-mode-teaser {
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 25px 20px;
  position: relative; }
  .node-blog.view-mode-teaser .user-picture a {
    display: block; }
  .node-blog.view-mode-teaser .teaser__title h2 {
    font-size: 17px; }
  .node-blog.view-mode-teaser .teaser__description {
    margin-bottom: 20px; }
  .node-blog.view-mode-teaser .group-left .teaser__comment-count {
    display: none; }
  .node-blog.view-mode-teaser .group-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .node-blog.view-mode-teaser .group-right .teaser__comment-count {
      margin-left: auto; }

@media (min-width: 992px) {
  .node-blog.view-mode-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .node-blog.view-mode-teaser .user-picture {
      margin-right: 0; }
    .node-blog.view-mode-teaser .group-left {
      padding-right: 50px; }
      .node-blog.view-mode-teaser .group-left .teaser__comment-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .node-blog.view-mode-teaser .group-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-left: auto; }
      .node-blog.view-mode-teaser .group-right .teaser__user-picture {
        margin-bottom: 10px; }
      .node-blog.view-mode-teaser .group-right .teaser__comment-count {
        display: none; } }

.forums-list-main-block-wrapper > div {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 18px; }
  .forums-list-main-block-wrapper > div .forum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .forums-list-main-block-wrapper > div .forum .icon, .forums-list-main-block-wrapper > div .forum .heart-title, .forums-list-main-block-wrapper > div .forum .page-blogs h1.page-title, .page-blogs .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-features h1.page-title, .page-features .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-news h1.page-title, .page-news .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-tech h1.page-title, .page-tech .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-reviews h1.page-title, .page-reviews .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-cycling-events h1.page-title, .page-cycling-events .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .most-popular-news-block h2, .most-popular-news-block .forums-list-main-block-wrapper > div .forum h2,
    .forums-list-main-block-wrapper > div .forum .most-viewed-block > h2,
    .forums-list-main-block-wrapper > div .forum .buyers-guide-block > h2,
    .forums-list-main-block-wrapper > div .forum .features-block > h2,
    .forums-list-main-block-wrapper > div .forum .latest-comments-block > h2,
    .forums-list-main-block-wrapper > div .forum .latest-forum-topics-block > h2,
    .forums-list-main-block-wrapper > div .forum .news-block > h2,
    .forums-list-main-block-wrapper > div .forum .opinion-block > h2,
    .forums-list-main-block-wrapper > div .forum .tech-news-block > h2,
    .forums-list-main-block-wrapper > div .forum .reviews-block > h2,
    .forums-list-main-block-wrapper > div .forum .comment-wrapper .view-header h2, .comment-wrapper .view-header .forums-list-main-block-wrapper > div .forum h2,
    .forums-list-main-block-wrapper > div .forum .page-forum h1.page-title, .page-forum .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .paragraphs-items-field-selected-best-buys .field-label, .paragraphs-items-field-selected-best-buys .forums-list-main-block-wrapper > div .forum .field-label,
    .forums-list-main-block-wrapper > div .forum .more-opinion-block > h2,
    .forums-list-main-block-wrapper > div .forum .page-buyers-guide h1.page-title, .page-buyers-guide .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .active-bloggers-block > h2,
    .forums-list-main-block-wrapper > div .forum .page-reviews-category .view-header h2, .page-reviews-category .view-header .forums-list-main-block-wrapper > div .forum h2,
    .forums-list-main-block-wrapper > div .forum .page-taxonomy-term h1.page-title, .page-taxonomy-term .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .related-reviews-block > h2,
    .forums-list-main-block-wrapper > div .forum .block-webform > h2,
    .forums-list-main-block-wrapper > div .forum .block-roadcc-customisation h2, .block-roadcc-customisation .forums-list-main-block-wrapper > div .forum h2,
    .forums-list-main-block-wrapper > div .forum .page-health-fitness h1.page-title, .page-health-fitness .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum #block-views-reviews-health-reviews > h2,
    .forums-list-main-block-wrapper > div .forum #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
    .forums-list-main-block-wrapper > div .forum .page-search-results h1.page-title, .page-search-results .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-advice h1.page-title, .page-advice .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forums-list-main-block-wrapper > div .forum h1,
    .forums-list-main-block-wrapper > div .forum .page-travel h1.page-title, .page-travel .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-content-contributor h1.page-title, .page-content-contributor .forums-list-main-block-wrapper > div .forum h1.page-title,
    .forums-list-main-block-wrapper > div .forum .page-sponsored h1.page-title, .page-sponsored .forums-list-main-block-wrapper > div .forum h1.page-title, .forums-list-main-block-wrapper > div .forum .subscribe-btn-white, .forums-list-main-block-wrapper > div .forum .subscribe-btn-honey, .forums-list-main-block-wrapper > div .forum .subscribe-btn-pink, .forums-list-main-block-wrapper > div .forum .view .more-link a, .view .more-link .forums-list-main-block-wrapper > div .forum a, .forums-list-main-block-wrapper > div .forum .view-mode-small_teaser .field-name-field-news-topics-term a, .view-mode-small_teaser .field-name-field-news-topics-term .forums-list-main-block-wrapper > div .forum a, .forums-list-main-block-wrapper > div .forum .full__description .field-item, .full__description .forums-list-main-block-wrapper > div .forum .field-item, .forums-list-main-block-wrapper > div .forum .full__live-blog .date-display-single, .full__live-blog .forums-list-main-block-wrapper > div .forum .date-display-single, .forums-list-main-block-wrapper > div .forum .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .forums-list-main-block-wrapper > div .forum a, .forums-list-main-block-wrapper > div .forum .video-block > h2, .forums-list-main-block-wrapper > div .forum .video-block .youtube-channel-link a, .video-block .youtube-channel-link .forums-list-main-block-wrapper > div .forum a {
      background: #1BB4E1 no-repeat center;
      border-radius: 50%;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      height: 45px;
      margin-right: 10px;
      width: 45px; }
    .forums-list-main-block-wrapper > div .forum .name a {
      color: #323648;
      font-family: "Merriweather", serif;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: -.35px; }
    .forums-list-main-block-wrapper > div .forum .description {
      color: #81838E;
      font-size: 14px !important;
      letter-spacing: .22px;
      line-height: 17px;
      margin: 0 !important; }
  .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .forum-statistics {
    border-bottom: 1px solid rgba(91, 94, 109, 0.26);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .forum-block-wrapper,
  .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .posts-block-wrapper {
    width: 40%; }
    .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .forum-block-wrapper .number,
    .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .posts-block-wrapper .number {
      color: #323648;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .22px;
      line-height: 17px; }
  .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .title {
    color: rgba(91, 94, 109, 0.55);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.08px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .last-comment {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .last-comment .last-comment-user-picture-block {
      border-radius: 50%;
      height: 18px;
      margin-right: 5px;
      overflow: hidden;
      width: 18px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .last-comment .last-comment-user-picture-block img {
        display: block;
        height: auto;
        max-width: 100%; }
    .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .last-comment .submitted {
      color: #323648;
      display: block;
      font-size: 13px;
      letter-spacing: .22px; }
      .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper .last-comment .submitted a {
        color: #323648;
        font-style: italic; }

.forums-list-main-block-wrapper .road-cc-bike-forum .forum .icon, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .heart-title, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-blogs h1.page-title, .page-blogs .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-features h1.page-title, .page-features .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-news h1.page-title, .page-news .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-tech h1.page-title, .page-tech .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-reviews h1.page-title, .page-reviews .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-cycling-events h1.page-title, .page-cycling-events .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .most-popular-news-block h2, .most-popular-news-block .forums-list-main-block-wrapper .road-cc-bike-forum .forum h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .most-viewed-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .buyers-guide-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .features-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .latest-comments-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .latest-forum-topics-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .news-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .opinion-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .tech-news-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .reviews-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .comment-wrapper .view-header h2, .comment-wrapper .view-header .forums-list-main-block-wrapper .road-cc-bike-forum .forum h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-forum h1.page-title, .page-forum .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .paragraphs-items-field-selected-best-buys .field-label, .paragraphs-items-field-selected-best-buys .forums-list-main-block-wrapper .road-cc-bike-forum .forum .field-label,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .more-opinion-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-buyers-guide h1.page-title, .page-buyers-guide .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .active-bloggers-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-reviews-category .view-header h2, .page-reviews-category .view-header .forums-list-main-block-wrapper .road-cc-bike-forum .forum h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-taxonomy-term h1.page-title, .page-taxonomy-term .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .related-reviews-block > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .block-webform > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .block-roadcc-customisation h2, .block-roadcc-customisation .forums-list-main-block-wrapper .road-cc-bike-forum .forum h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-health-fitness h1.page-title, .page-health-fitness .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum #block-views-reviews-health-reviews > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-search-results h1.page-title, .page-search-results .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-advice h1.page-title, .page-advice .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-travel h1.page-title, .page-travel .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-content-contributor h1.page-title, .page-content-contributor .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title,
.forums-list-main-block-wrapper .road-cc-bike-forum .forum .page-sponsored h1.page-title, .page-sponsored .forums-list-main-block-wrapper .road-cc-bike-forum .forum h1.page-title, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .subscribe-btn-white, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .subscribe-btn-honey, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .subscribe-btn-pink, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .view .more-link a, .view .more-link .forums-list-main-block-wrapper .road-cc-bike-forum .forum a, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .view-mode-small_teaser .field-name-field-news-topics-term a, .view-mode-small_teaser .field-name-field-news-topics-term .forums-list-main-block-wrapper .road-cc-bike-forum .forum a, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .full__description .field-item, .full__description .forums-list-main-block-wrapper .road-cc-bike-forum .forum .field-item, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .full__live-blog .date-display-single, .full__live-blog .forums-list-main-block-wrapper .road-cc-bike-forum .forum .date-display-single, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .forums-list-main-block-wrapper .road-cc-bike-forum .forum a, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .video-block > h2, .forums-list-main-block-wrapper .road-cc-bike-forum .forum .video-block .youtube-channel-link a, .video-block .youtube-channel-link .forums-list-main-block-wrapper .road-cc-bike-forum .forum a {
  background-image: url("/sites/all/themes/roadcc/images/icons/bike-forum.svg"); }

.forums-list-main-block-wrapper .tea-stop .forum .icon, .forums-list-main-block-wrapper .tea-stop .forum .heart-title, .forums-list-main-block-wrapper .tea-stop .forum .page-blogs h1.page-title, .page-blogs .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-features h1.page-title, .page-features .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-news h1.page-title, .page-news .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-tech h1.page-title, .page-tech .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-reviews h1.page-title, .page-reviews .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-cycling-events h1.page-title, .page-cycling-events .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .most-popular-news-block h2, .most-popular-news-block .forums-list-main-block-wrapper .tea-stop .forum h2,
.forums-list-main-block-wrapper .tea-stop .forum .most-viewed-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .buyers-guide-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .features-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .latest-comments-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .latest-forum-topics-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .news-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .opinion-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .tech-news-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .reviews-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .comment-wrapper .view-header h2, .comment-wrapper .view-header .forums-list-main-block-wrapper .tea-stop .forum h2,
.forums-list-main-block-wrapper .tea-stop .forum .page-forum h1.page-title, .page-forum .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .paragraphs-items-field-selected-best-buys .field-label, .paragraphs-items-field-selected-best-buys .forums-list-main-block-wrapper .tea-stop .forum .field-label,
.forums-list-main-block-wrapper .tea-stop .forum .more-opinion-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .page-buyers-guide h1.page-title, .page-buyers-guide .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .active-bloggers-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .page-reviews-category .view-header h2, .page-reviews-category .view-header .forums-list-main-block-wrapper .tea-stop .forum h2,
.forums-list-main-block-wrapper .tea-stop .forum .page-taxonomy-term h1.page-title, .page-taxonomy-term .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .related-reviews-block > h2,
.forums-list-main-block-wrapper .tea-stop .forum .block-webform > h2,
.forums-list-main-block-wrapper .tea-stop .forum .block-roadcc-customisation h2, .block-roadcc-customisation .forums-list-main-block-wrapper .tea-stop .forum h2,
.forums-list-main-block-wrapper .tea-stop .forum .page-health-fitness h1.page-title, .page-health-fitness .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum #block-views-reviews-health-reviews > h2,
.forums-list-main-block-wrapper .tea-stop .forum #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
.forums-list-main-block-wrapper .tea-stop .forum .page-search-results h1.page-title, .page-search-results .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-advice h1.page-title, .page-advice .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forums-list-main-block-wrapper .tea-stop .forum h1,
.forums-list-main-block-wrapper .tea-stop .forum .page-travel h1.page-title, .page-travel .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-content-contributor h1.page-title, .page-content-contributor .forums-list-main-block-wrapper .tea-stop .forum h1.page-title,
.forums-list-main-block-wrapper .tea-stop .forum .page-sponsored h1.page-title, .page-sponsored .forums-list-main-block-wrapper .tea-stop .forum h1.page-title, .forums-list-main-block-wrapper .tea-stop .forum .subscribe-btn-white, .forums-list-main-block-wrapper .tea-stop .forum .subscribe-btn-honey, .forums-list-main-block-wrapper .tea-stop .forum .subscribe-btn-pink, .forums-list-main-block-wrapper .tea-stop .forum .view .more-link a, .view .more-link .forums-list-main-block-wrapper .tea-stop .forum a, .forums-list-main-block-wrapper .tea-stop .forum .view-mode-small_teaser .field-name-field-news-topics-term a, .view-mode-small_teaser .field-name-field-news-topics-term .forums-list-main-block-wrapper .tea-stop .forum a, .forums-list-main-block-wrapper .tea-stop .forum .full__description .field-item, .full__description .forums-list-main-block-wrapper .tea-stop .forum .field-item, .forums-list-main-block-wrapper .tea-stop .forum .full__live-blog .date-display-single, .full__live-blog .forums-list-main-block-wrapper .tea-stop .forum .date-display-single, .forums-list-main-block-wrapper .tea-stop .forum .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .forums-list-main-block-wrapper .tea-stop .forum a, .forums-list-main-block-wrapper .tea-stop .forum .video-block > h2, .forums-list-main-block-wrapper .tea-stop .forum .video-block .youtube-channel-link a, .video-block .youtube-channel-link .forums-list-main-block-wrapper .tea-stop .forum a {
  background-image: url("/sites/all/themes/roadcc/images/icons/tea-stop.svg"); }

.forums-list-main-block-wrapper .fantasy-cycling .forum .icon, .forums-list-main-block-wrapper .fantasy-cycling .forum .heart-title, .forums-list-main-block-wrapper .fantasy-cycling .forum .page-blogs h1.page-title, .page-blogs .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-features h1.page-title, .page-features .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-news h1.page-title, .page-news .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-tech h1.page-title, .page-tech .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-reviews h1.page-title, .page-reviews .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-cycling-events h1.page-title, .page-cycling-events .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .most-popular-news-block h2, .most-popular-news-block .forums-list-main-block-wrapper .fantasy-cycling .forum h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .most-viewed-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .buyers-guide-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .features-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .latest-comments-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .latest-forum-topics-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .news-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .opinion-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .tech-news-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .reviews-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .comment-wrapper .view-header h2, .comment-wrapper .view-header .forums-list-main-block-wrapper .fantasy-cycling .forum h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-forum h1.page-title, .page-forum .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .paragraphs-items-field-selected-best-buys .field-label, .paragraphs-items-field-selected-best-buys .forums-list-main-block-wrapper .fantasy-cycling .forum .field-label,
.forums-list-main-block-wrapper .fantasy-cycling .forum .more-opinion-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-buyers-guide h1.page-title, .page-buyers-guide .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .active-bloggers-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-reviews-category .view-header h2, .page-reviews-category .view-header .forums-list-main-block-wrapper .fantasy-cycling .forum h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-taxonomy-term h1.page-title, .page-taxonomy-term .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .related-reviews-block > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .block-webform > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .block-roadcc-customisation h2, .block-roadcc-customisation .forums-list-main-block-wrapper .fantasy-cycling .forum h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-health-fitness h1.page-title, .page-health-fitness .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum #block-views-reviews-health-reviews > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-search-results h1.page-title, .page-search-results .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-advice h1.page-title, .page-advice .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forums-list-main-block-wrapper .fantasy-cycling .forum h1,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-travel h1.page-title, .page-travel .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-content-contributor h1.page-title, .page-content-contributor .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title,
.forums-list-main-block-wrapper .fantasy-cycling .forum .page-sponsored h1.page-title, .page-sponsored .forums-list-main-block-wrapper .fantasy-cycling .forum h1.page-title, .forums-list-main-block-wrapper .fantasy-cycling .forum .subscribe-btn-white, .forums-list-main-block-wrapper .fantasy-cycling .forum .subscribe-btn-honey, .forums-list-main-block-wrapper .fantasy-cycling .forum .subscribe-btn-pink, .forums-list-main-block-wrapper .fantasy-cycling .forum .view .more-link a, .view .more-link .forums-list-main-block-wrapper .fantasy-cycling .forum a, .forums-list-main-block-wrapper .fantasy-cycling .forum .view-mode-small_teaser .field-name-field-news-topics-term a, .view-mode-small_teaser .field-name-field-news-topics-term .forums-list-main-block-wrapper .fantasy-cycling .forum a, .forums-list-main-block-wrapper .fantasy-cycling .forum .full__description .field-item, .full__description .forums-list-main-block-wrapper .fantasy-cycling .forum .field-item, .forums-list-main-block-wrapper .fantasy-cycling .forum .full__live-blog .date-display-single, .full__live-blog .forums-list-main-block-wrapper .fantasy-cycling .forum .date-display-single, .forums-list-main-block-wrapper .fantasy-cycling .forum .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .forums-list-main-block-wrapper .fantasy-cycling .forum a, .forums-list-main-block-wrapper .fantasy-cycling .forum .video-block > h2, .forums-list-main-block-wrapper .fantasy-cycling .forum .video-block .youtube-channel-link a, .video-block .youtube-channel-link .forums-list-main-block-wrapper .fantasy-cycling .forum a {
  background-image: url("/sites/all/themes/roadcc/images/icons/fantasy-cycling.svg"); }

.forums-list-main-block-wrapper .classifieds .forum .icon, .forums-list-main-block-wrapper .classifieds .forum .heart-title, .forums-list-main-block-wrapper .classifieds .forum .page-blogs h1.page-title, .page-blogs .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-features h1.page-title, .page-features .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-news h1.page-title, .page-news .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-tech h1.page-title, .page-tech .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-reviews h1.page-title, .page-reviews .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-cycling-events h1.page-title, .page-cycling-events .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .most-popular-news-block h2, .most-popular-news-block .forums-list-main-block-wrapper .classifieds .forum h2,
.forums-list-main-block-wrapper .classifieds .forum .most-viewed-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .buyers-guide-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .features-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .latest-comments-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .latest-forum-topics-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .news-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .opinion-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .tech-news-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .reviews-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .comment-wrapper .view-header h2, .comment-wrapper .view-header .forums-list-main-block-wrapper .classifieds .forum h2,
.forums-list-main-block-wrapper .classifieds .forum .page-forum h1.page-title, .page-forum .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .paragraphs-items-field-selected-best-buys .field-label, .paragraphs-items-field-selected-best-buys .forums-list-main-block-wrapper .classifieds .forum .field-label,
.forums-list-main-block-wrapper .classifieds .forum .more-opinion-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .page-buyers-guide h1.page-title, .page-buyers-guide .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .active-bloggers-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .page-reviews-category .view-header h2, .page-reviews-category .view-header .forums-list-main-block-wrapper .classifieds .forum h2,
.forums-list-main-block-wrapper .classifieds .forum .page-taxonomy-term h1.page-title, .page-taxonomy-term .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .related-reviews-block > h2,
.forums-list-main-block-wrapper .classifieds .forum .block-webform > h2,
.forums-list-main-block-wrapper .classifieds .forum .block-roadcc-customisation h2, .block-roadcc-customisation .forums-list-main-block-wrapper .classifieds .forum h2,
.forums-list-main-block-wrapper .classifieds .forum .page-health-fitness h1.page-title, .page-health-fitness .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum #block-views-reviews-health-reviews > h2,
.forums-list-main-block-wrapper .classifieds .forum #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
.forums-list-main-block-wrapper .classifieds .forum .page-search-results h1.page-title, .page-search-results .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-advice h1.page-title, .page-advice .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forums-list-main-block-wrapper .classifieds .forum h1,
.forums-list-main-block-wrapper .classifieds .forum .page-travel h1.page-title, .page-travel .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-content-contributor h1.page-title, .page-content-contributor .forums-list-main-block-wrapper .classifieds .forum h1.page-title,
.forums-list-main-block-wrapper .classifieds .forum .page-sponsored h1.page-title, .page-sponsored .forums-list-main-block-wrapper .classifieds .forum h1.page-title, .forums-list-main-block-wrapper .classifieds .forum .subscribe-btn-white, .forums-list-main-block-wrapper .classifieds .forum .subscribe-btn-honey, .forums-list-main-block-wrapper .classifieds .forum .subscribe-btn-pink, .forums-list-main-block-wrapper .classifieds .forum .view .more-link a, .view .more-link .forums-list-main-block-wrapper .classifieds .forum a, .forums-list-main-block-wrapper .classifieds .forum .view-mode-small_teaser .field-name-field-news-topics-term a, .view-mode-small_teaser .field-name-field-news-topics-term .forums-list-main-block-wrapper .classifieds .forum a, .forums-list-main-block-wrapper .classifieds .forum .full__description .field-item, .full__description .forums-list-main-block-wrapper .classifieds .forum .field-item, .forums-list-main-block-wrapper .classifieds .forum .full__live-blog .date-display-single, .full__live-blog .forums-list-main-block-wrapper .classifieds .forum .date-display-single, .forums-list-main-block-wrapper .classifieds .forum .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .forums-list-main-block-wrapper .classifieds .forum a, .forums-list-main-block-wrapper .classifieds .forum .video-block > h2, .forums-list-main-block-wrapper .classifieds .forum .video-block .youtube-channel-link a, .video-block .youtube-channel-link .forums-list-main-block-wrapper .classifieds .forum a {
  background-image: url("/sites/all/themes/roadcc/images/icons/classifields.svg"); }

.forums-list-main-block-wrapper .members-forum .forum .icon, .forums-list-main-block-wrapper .members-forum .forum .heart-title, .forums-list-main-block-wrapper .members-forum .forum .page-blogs h1.page-title, .page-blogs .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-features h1.page-title, .page-features .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-news h1.page-title, .page-news .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-tech h1.page-title, .page-tech .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-reviews h1.page-title, .page-reviews .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-cycling-events h1.page-title, .page-cycling-events .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .most-popular-news-block h2, .most-popular-news-block .forums-list-main-block-wrapper .members-forum .forum h2,
.forums-list-main-block-wrapper .members-forum .forum .most-viewed-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .buyers-guide-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .features-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .latest-comments-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .latest-forum-topics-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .news-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .opinion-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .tech-news-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .reviews-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .comment-wrapper .view-header h2, .comment-wrapper .view-header .forums-list-main-block-wrapper .members-forum .forum h2,
.forums-list-main-block-wrapper .members-forum .forum .page-forum h1.page-title, .page-forum .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .paragraphs-items-field-selected-best-buys .field-label, .paragraphs-items-field-selected-best-buys .forums-list-main-block-wrapper .members-forum .forum .field-label,
.forums-list-main-block-wrapper .members-forum .forum .more-opinion-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .page-buyers-guide h1.page-title, .page-buyers-guide .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .active-bloggers-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .page-reviews-category .view-header h2, .page-reviews-category .view-header .forums-list-main-block-wrapper .members-forum .forum h2,
.forums-list-main-block-wrapper .members-forum .forum .page-taxonomy-term h1.page-title, .page-taxonomy-term .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .related-reviews-block > h2,
.forums-list-main-block-wrapper .members-forum .forum .block-webform > h2,
.forums-list-main-block-wrapper .members-forum .forum .block-roadcc-customisation h2, .block-roadcc-customisation .forums-list-main-block-wrapper .members-forum .forum h2,
.forums-list-main-block-wrapper .members-forum .forum .page-health-fitness h1.page-title, .page-health-fitness .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum #block-views-reviews-health-reviews > h2,
.forums-list-main-block-wrapper .members-forum .forum #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2,
.forums-list-main-block-wrapper .members-forum .forum .page-search-results h1.page-title, .page-search-results .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-advice h1.page-title, .page-advice .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forums-list-main-block-wrapper .members-forum .forum h1,
.forums-list-main-block-wrapper .members-forum .forum .page-travel h1.page-title, .page-travel .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-content-contributor h1.page-title, .page-content-contributor .forums-list-main-block-wrapper .members-forum .forum h1.page-title,
.forums-list-main-block-wrapper .members-forum .forum .page-sponsored h1.page-title, .page-sponsored .forums-list-main-block-wrapper .members-forum .forum h1.page-title, .forums-list-main-block-wrapper .members-forum .forum .subscribe-btn-white, .forums-list-main-block-wrapper .members-forum .forum .subscribe-btn-honey, .forums-list-main-block-wrapper .members-forum .forum .subscribe-btn-pink, .forums-list-main-block-wrapper .members-forum .forum .view .more-link a, .view .more-link .forums-list-main-block-wrapper .members-forum .forum a, .forums-list-main-block-wrapper .members-forum .forum .view-mode-small_teaser .field-name-field-news-topics-term a, .view-mode-small_teaser .field-name-field-news-topics-term .forums-list-main-block-wrapper .members-forum .forum a, .forums-list-main-block-wrapper .members-forum .forum .full__description .field-item, .full__description .forums-list-main-block-wrapper .members-forum .forum .field-item, .forums-list-main-block-wrapper .members-forum .forum .full__live-blog .date-display-single, .full__live-blog .forums-list-main-block-wrapper .members-forum .forum .date-display-single, .forums-list-main-block-wrapper .members-forum .forum .review-node .product-info .field-name-field-buynow-link a, .review-node .product-info .field-name-field-buynow-link .forums-list-main-block-wrapper .members-forum .forum a, .forums-list-main-block-wrapper .members-forum .forum .video-block > h2, .forums-list-main-block-wrapper .members-forum .forum .video-block .youtube-channel-link a, .video-block .youtube-channel-link .forums-list-main-block-wrapper .members-forum .forum a {
  background-image: url("/sites/all/themes/roadcc/images/icons/user-white.svg"); }

@media (min-width: 768px) {
  .forums-list-main-block-wrapper > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0; }
    .forums-list-main-block-wrapper > div .forum,
    .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper {
      padding: 0 20px;
      width: 50%; }
    .forums-list-main-block-wrapper > div .forum {
      margin-bottom: 0; }
    .forums-list-main-block-wrapper > div .forum-posts-last-reply-blocks-main-wrapper {
      border-left: 1px solid rgba(91, 94, 109, 0.26);
      margin: 20px 0; } }

@media (min-width: 992px) {
  .forums-list-main-block-wrapper {
    max-width: 635px; }
  .switch-theme .forums-list-main-block-wrapper {
    max-width: 100%; } }

.forum-category .main-form-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  padding: 0; }
  .forum-category .main-form-categories li {
    border-right: 1px solid rgba(91, 94, 109, 0.26);
    line-height: 1;
    margin-right: 5px;
    padding-right: 5px; }
    .forum-category .main-form-categories li:last-of-type {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
  .forum-category .main-form-categories a {
    color: #81838E;
    letter-spacing: .25px; }
    .forum-category .main-form-categories a:hover {
      color: #323648; }

.forum-category .topic-right-column-block-wrapper {
  margin-top: 10px; }
  .forum-category .topic-right-column-block-wrapper .replies-static-title-block {
    display: none; }
  .forum-category .topic-right-column-block-wrapper .replies-count {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(91, 94, 109, 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .forum-category .topic-right-column-block-wrapper .replies-count::before {
      background: url("/sites/all/themes/roadcc/images/icons/comment.svg") no-repeat center;
      content: '';
      display: inline-block;
      height: 13px;
      margin-right: 5px;
      width: 12px; }

.forum-category .topics-list-main-block-wrapper > div {
  background: #fff;
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  padding: 18px;
  position: relative; }
  .forum-category .topics-list-main-block-wrapper > div .topic-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
  .forum-category .topics-list-main-block-wrapper > div .topic-author-user-picture-block {
    border-radius: 50%;
    height: 35px !important;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    width: 35px !important;
    -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .forum-category .topics-list-main-block-wrapper > div .topic-author-user-picture-block img {
      display: block;
      height: auto;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .forum-category .topics-list-main-block-wrapper > div .title-block a {
    color: #323648;
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.35px; }
  .forum-category .topics-list-main-block-wrapper > div .time-created-block span {
    color: #81838E;
    font-size: 14px;
    letter-spacing: .22px;
    line-height: 17px; }
    .forum-category .topics-list-main-block-wrapper > div .time-created-block span a {
      color: #81838E;
      font-style: italic; }
  .forum-category .topics-list-main-block-wrapper > div .icon .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .heart-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-blogs h1.page-title .topic-status-sticky, .page-blogs .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-features h1.page-title .topic-status-sticky, .page-features .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-news h1.page-title .topic-status-sticky, .page-news .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-tech h1.page-title .topic-status-sticky, .page-tech .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-reviews h1.page-title .topic-status-sticky, .page-reviews .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-cycling-events h1.page-title .topic-status-sticky, .page-cycling-events .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .most-popular-news-block h2 .topic-status-sticky, .most-popular-news-block .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .most-viewed-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .buyers-guide-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .features-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .latest-comments-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .latest-forum-topics-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .news-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .opinion-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .tech-news-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .reviews-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .comment-wrapper .view-header h2 .topic-status-sticky, .comment-wrapper .view-header .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-forum h1.page-title .topic-status-sticky, .page-forum .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .paragraphs-items-field-selected-best-buys .field-label .topic-status-sticky, .paragraphs-items-field-selected-best-buys .forum-category .topics-list-main-block-wrapper > div .field-label .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .more-opinion-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-buyers-guide h1.page-title .topic-status-sticky, .page-buyers-guide .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .active-bloggers-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-reviews-category .view-header h2 .topic-status-sticky, .page-reviews-category .view-header .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-taxonomy-term h1.page-title .topic-status-sticky, .page-taxonomy-term .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .related-reviews-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .block-webform > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .block-roadcc-customisation h2 .topic-status-sticky, .block-roadcc-customisation .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-health-fitness h1.page-title .topic-status-sticky, .page-health-fitness .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div #block-views-reviews-health-reviews > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-search-results h1.page-title .topic-status-sticky, .page-search-results .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-advice h1.page-title .topic-status-sticky, .page-advice .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1 .topic-status-sticky, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forum-category .topics-list-main-block-wrapper > div h1 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-travel h1.page-title .topic-status-sticky, .page-travel .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-content-contributor h1.page-title .topic-status-sticky, .page-content-contributor .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .page-sponsored h1.page-title .topic-status-sticky, .page-sponsored .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-white .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-honey .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-pink .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .view .more-link a .topic-status-sticky, .view .more-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .view-mode-small_teaser .field-name-field-news-topics-term a .topic-status-sticky, .view-mode-small_teaser .field-name-field-news-topics-term .forum-category .topics-list-main-block-wrapper > div a .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .full__description .field-item .topic-status-sticky, .full__description .forum-category .topics-list-main-block-wrapper > div .field-item .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .full__live-blog .date-display-single .topic-status-sticky, .full__live-blog .forum-category .topics-list-main-block-wrapper > div .date-display-single .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .review-node .product-info .field-name-field-buynow-link a .topic-status-sticky, .review-node .product-info .field-name-field-buynow-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .video-block > h2 .topic-status-sticky, .forum-category .topics-list-main-block-wrapper > div .video-block .youtube-channel-link a .topic-status-sticky, .video-block .youtube-channel-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-sticky {
    background: url("/sites/all/themes/roadcc/images/icons/bookmark.svg") no-repeat center !important;
    height: 18px !important;
    right: 14px;
    position: absolute;
    top: -1px;
    width: 14px !important; }
  .forum-category .topics-list-main-block-wrapper > div .icon .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .heart-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-blogs h1.page-title .topic-status-default, .page-blogs .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-features h1.page-title .topic-status-default, .page-features .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-news h1.page-title .topic-status-default, .page-news .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-tech h1.page-title .topic-status-default, .page-tech .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-reviews h1.page-title .topic-status-default, .page-reviews .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-cycling-events h1.page-title .topic-status-default, .page-cycling-events .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .most-popular-news-block h2 .topic-status-default, .most-popular-news-block .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .most-viewed-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .buyers-guide-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .features-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .latest-comments-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .latest-forum-topics-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .news-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .opinion-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .tech-news-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .reviews-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .comment-wrapper .view-header h2 .topic-status-default, .comment-wrapper .view-header .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-forum h1.page-title .topic-status-default, .page-forum .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .paragraphs-items-field-selected-best-buys .field-label .topic-status-default, .paragraphs-items-field-selected-best-buys .forum-category .topics-list-main-block-wrapper > div .field-label .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .more-opinion-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-buyers-guide h1.page-title .topic-status-default, .page-buyers-guide .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .active-bloggers-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-reviews-category .view-header h2 .topic-status-default, .page-reviews-category .view-header .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-taxonomy-term h1.page-title .topic-status-default, .page-taxonomy-term .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .related-reviews-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .block-webform > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .block-roadcc-customisation h2 .topic-status-default, .block-roadcc-customisation .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-health-fitness h1.page-title .topic-status-default, .page-health-fitness .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div #block-views-reviews-health-reviews > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-search-results h1.page-title .topic-status-default, .page-search-results .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-advice h1.page-title .topic-status-default, .page-advice .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1 .topic-status-default, .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forum-category .topics-list-main-block-wrapper > div h1 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-travel h1.page-title .topic-status-default, .page-travel .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-content-contributor h1.page-title .topic-status-default, .page-content-contributor .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .page-sponsored h1.page-title .topic-status-default, .page-sponsored .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-white .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-honey .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-pink .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .view .more-link a .topic-status-default, .view .more-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .view-mode-small_teaser .field-name-field-news-topics-term a .topic-status-default, .view-mode-small_teaser .field-name-field-news-topics-term .forum-category .topics-list-main-block-wrapper > div a .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .full__description .field-item .topic-status-default, .full__description .forum-category .topics-list-main-block-wrapper > div .field-item .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .full__live-blog .date-display-single .topic-status-default, .full__live-blog .forum-category .topics-list-main-block-wrapper > div .date-display-single .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .review-node .product-info .field-name-field-buynow-link a .topic-status-default, .review-node .product-info .field-name-field-buynow-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .video-block > h2 .topic-status-default, .forum-category .topics-list-main-block-wrapper > div .video-block .youtube-channel-link a .topic-status-default, .video-block .youtube-channel-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-default,
  .forum-category .topics-list-main-block-wrapper > div .icon .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .heart-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-blogs h1.page-title .topic-status-hot,
  .page-blogs .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-features h1.page-title .topic-status-hot,
  .page-features .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-news h1.page-title .topic-status-hot,
  .page-news .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-tech h1.page-title .topic-status-hot,
  .page-tech .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-reviews h1.page-title .topic-status-hot,
  .page-reviews .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-cycling-events h1.page-title .topic-status-hot,
  .page-cycling-events .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .most-popular-news-block h2 .topic-status-hot,
  .most-popular-news-block .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .most-viewed-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .buyers-guide-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .features-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .latest-comments-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .latest-forum-topics-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .news-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .opinion-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .tech-news-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .reviews-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .comment-wrapper .view-header h2 .topic-status-hot,
  .comment-wrapper .view-header .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-forum h1.page-title .topic-status-hot,
  .page-forum .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .paragraphs-items-field-selected-best-buys .field-label .topic-status-hot,
  .paragraphs-items-field-selected-best-buys .forum-category .topics-list-main-block-wrapper > div .field-label .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .more-opinion-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-buyers-guide h1.page-title .topic-status-hot,
  .page-buyers-guide .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .active-bloggers-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-reviews-category .view-header h2 .topic-status-hot,
  .page-reviews-category .view-header .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-taxonomy-term h1.page-title .topic-status-hot,
  .page-taxonomy-term .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .related-reviews-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .block-webform > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .block-roadcc-customisation h2 .topic-status-hot,
  .block-roadcc-customisation .forum-category .topics-list-main-block-wrapper > div h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-health-fitness h1.page-title .topic-status-hot,
  .page-health-fitness .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div #block-views-reviews-health-reviews > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div #block-views-894ad35478a13bac1480b8ea6ae692a3 > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-search-results h1.page-title .topic-status-hot,
  .page-search-results .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-advice h1.page-title .topic-status-hot,
  .page-advice .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title h1 .topic-status-hot,
  .page-taxonomy-term .taxonomy-term.view-mode-full .field-name-title .forum-category .topics-list-main-block-wrapper > div h1 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-travel h1.page-title .topic-status-hot,
  .page-travel .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-content-contributor h1.page-title .topic-status-hot,
  .page-content-contributor .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .page-sponsored h1.page-title .topic-status-hot,
  .page-sponsored .forum-category .topics-list-main-block-wrapper > div h1.page-title .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-white .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-honey .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .subscribe-btn-pink .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .view .more-link a .topic-status-hot,
  .view .more-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .view-mode-small_teaser .field-name-field-news-topics-term a .topic-status-hot,
  .view-mode-small_teaser .field-name-field-news-topics-term .forum-category .topics-list-main-block-wrapper > div a .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .full__description .field-item .topic-status-hot,
  .full__description .forum-category .topics-list-main-block-wrapper > div .field-item .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .full__live-blog .date-display-single .topic-status-hot,
  .full__live-blog .forum-category .topics-list-main-block-wrapper > div .date-display-single .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .review-node .product-info .field-name-field-buynow-link a .topic-status-hot,
  .review-node .product-info .field-name-field-buynow-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .video-block > h2 .topic-status-hot,
  .forum-category .topics-list-main-block-wrapper > div .video-block .youtube-channel-link a .topic-status-hot,
  .video-block .youtube-channel-link .forum-category .topics-list-main-block-wrapper > div a .topic-status-hot {
    display: none; }
  .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .latest-reply-from-static-text {
      background: url("/sites/all/themes/roadcc/images/icons/shape.svg") no-repeat top left 5px;
      background-size: 13px 15px;
      margin-bottom: 5px;
      padding-left: 25px;
      width: 100%; }
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .last-comment-user-picture-block {
      border-radius: 50%;
      margin-right: 5px;
      overflow: hidden;
      height: 18px;
      width: 18px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .last-comment-user-picture-block img {
        display: block;
        height: 18px;
        width: 18px; }
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .last-reply {
      line-height: 1;
      color: #323648;
      font-size: 13px;
      letter-spacing: .2px;
      line-height: 17px; }
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .last-reply span,
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .last-reply a,
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .latest-reply-from-static-text {
      color: #323648;
      font-size: 13px;
      letter-spacing: .2px;
      line-height: 17px; }
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .last-reply a {
      font-style: italic; }

.forum-category-item-list {
  margin-top: 24px; }

@media (min-width: 768px) {
  .forum-category .topic-left-column-block-wrapper {
    border-right: 1px solid rgba(91, 94, 109, 0.26);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 18px;
    width: 75%; }
  .forum-category .topic-right-column-block-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    width: 35%; }
    .forum-category .topic-right-column-block-wrapper .replies-static-title-block {
      display: block; }
    .forum-category .topic-right-column-block-wrapper .replies-static-title-block,
    .forum-category .topic-right-column-block-wrapper .replies-count {
      font-weight: 700; }
    .forum-category .topic-right-column-block-wrapper .replies-static-title-block {
      color: #81838E;
      font-size: 10px;
      letter-spacing: 1.08px;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .forum-category .topic-right-column-block-wrapper .replies-count {
      color: #323648;
      display: block;
      font-size: 14px;
      letter-spacing: .22px;
      line-height: 17px; }
      .forum-category .topic-right-column-block-wrapper .replies-count::before {
        display: none; }
  .forum-category .topics-list-main-block-wrapper > div {
    padding: 18px 0 18px 18px; }
    .forum-category .topics-list-main-block-wrapper > div .topic-info-block {
      margin-bottom: 0; }
    .forum-category .topics-list-main-block-wrapper > div > div {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .forum-category .topics-list-main-block-wrapper > div .last-reply-block-wrapper .latest-reply-from-static-text {
      background-position: top left 10px;
      background-size: 15px 17px;
      margin-bottom: 0;
      margin-right: 5px;
      padding-left: 35px;
      width: auto; } }

@media (min-width: 992px) {
  .forum-category,
  .forum-category-item-list {
    max-width: 635px; }
  .forum-category-item-list {
    margin-top: 42px; }
  .switch-theme .forum-category,
  .switch-theme .forum-category-item-list {
    max-width: 100%; } }

.vocabulary-product-type img {
  display: block;
  height: auto;
  max-width: 100%; }

.page-search-results .region-content {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important; }

.page-content-contributor .view-contributor-page .views-field-field-contributor-image {
  margin-bottom: 35px; }
  .page-content-contributor .view-contributor-page .views-field-field-contributor-image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }

.page-content-contributor .view-contributor-page .views-field-field-twitter-account {
  margin-bottom: 30px; }
  .page-content-contributor .view-contributor-page .views-field-field-twitter-account [href*='twitter'] {
    background: #e8e8e8 url("/sites/all/themes/roadcc/images/icons/twitter-black.svg") no-repeat center;
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 20px;
    width: 20px; }

/*
=======================================================================
||                         Subscription success                      ||
=======================================================================
*/
.page-subscription-success .subscription-success-page__content {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 85%;
  max-height: calc(100vh + 20px);
  padding: 15px 25px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 11px 6px rgba(0, 0, 0, 0.05);
  overflow: auto; }
  @media screen and (min-width: 450px) {
    .page-subscription-success .subscription-success-page__content {
      max-height: 100%;
      overflow: hidden; } }
  @media screen and (min-width: 767px) {
    .page-subscription-success .subscription-success-page__content {
      min-width: 700px; } }
  @media screen and (min-width: 980px) {
    .page-subscription-success .subscription-success-page__content {
      padding: 40px; } }
  @media screen and (min-width: 1450px) {
    .page-subscription-success .subscription-success-page__content {
      padding: 70px; } }
  .page-subscription-success .subscription-success-page__content h2 {
    text-align: center; }
  .page-subscription-success .subscription-success-page__content p {
    text-align: center; }
  .page-subscription-success .subscription-success-page__content a {
    min-height: 48px;
    padding: 10px;
    margin-top: 10px; }
    @media screen and (min-width: 767px) {
      .page-subscription-success .subscription-success-page__content a {
        margin-top: 30px; } }
    @media screen and (min-width: 940px) {
      .page-subscription-success .subscription-success-page__content a {
        margin-top: 50px; } }

body.node-type-recommend,
body.vocabulary-recommend_sections {
  background: #4e4d4c;
  color: #fff; }
  body.node-type-recommend p, body.node-type-recommend h1, body.node-type-recommend h2, body.node-type-recommend h3, body.node-type-recommend h4, body.node-type-recommend h5, body.node-type-recommend h6, body.node-type-recommend span, body.node-type-recommend ol, body.node-type-recommend ul,
  body.vocabulary-recommend_sections p,
  body.vocabulary-recommend_sections h1,
  body.vocabulary-recommend_sections h2,
  body.vocabulary-recommend_sections h3,
  body.vocabulary-recommend_sections h4,
  body.vocabulary-recommend_sections h5,
  body.vocabulary-recommend_sections h6,
  body.vocabulary-recommend_sections span,
  body.vocabulary-recommend_sections ol,
  body.vocabulary-recommend_sections ul {
    color: #fff; }
  body.node-type-recommend footer.footer .footer-top,
  body.vocabulary-recommend_sections footer.footer .footer-top {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, 1px, transparent 1px, transparent 4px, #ffffff, 4px, #ffffff, 5px, transparent 5px); }
  body.node-type-recommend footer.footer .footer-logo,
  body.vocabulary-recommend_sections footer.footer .footer-logo {
    border-right: 1px solid #d2a54e; }
    body.node-type-recommend footer.footer .footer-logo img,
    body.vocabulary-recommend_sections footer.footer .footer-logo img {
      width: 150px; }
  body.node-type-recommend footer.footer .site-slogan,
  body.vocabulary-recommend_sections footer.footer .site-slogan {
    color: #fff; }
  body.node-type-recommend footer.footer .ft-social .menu a,
  body.vocabulary-recommend_sections footer.footer .ft-social .menu a {
    border: 1px solid #d2a54e;
    background-color: #33302e; }
    body.node-type-recommend footer.footer .ft-social .menu a:hover, body.node-type-recommend footer.footer .ft-social .menu a:active, body.node-type-recommend footer.footer .ft-social .menu a:focus,
    body.vocabulary-recommend_sections footer.footer .ft-social .menu a:hover,
    body.vocabulary-recommend_sections footer.footer .ft-social .menu a:active,
    body.vocabulary-recommend_sections footer.footer .ft-social .menu a:focus {
      outline: none;
      text-decoration: none;
      background-color: #000; }
  body.node-type-recommend footer.footer .ft-quick-links .menu li a,
  body.node-type-recommend footer.footer .ft-in-touch p a,
  body.node-type-recommend footer.footer .ft-copyright p a,
  body.vocabulary-recommend_sections footer.footer .ft-quick-links .menu li a,
  body.vocabulary-recommend_sections footer.footer .ft-in-touch p a,
  body.vocabulary-recommend_sections footer.footer .ft-copyright p a {
    color: #cd9d48; }
    body.node-type-recommend footer.footer .ft-quick-links .menu li a:hover, body.node-type-recommend footer.footer .ft-quick-links .menu li a:active, body.node-type-recommend footer.footer .ft-quick-links .menu li a:focus,
    body.node-type-recommend footer.footer .ft-in-touch p a:hover,
    body.node-type-recommend footer.footer .ft-in-touch p a:active,
    body.node-type-recommend footer.footer .ft-in-touch p a:focus,
    body.node-type-recommend footer.footer .ft-copyright p a:hover,
    body.node-type-recommend footer.footer .ft-copyright p a:active,
    body.node-type-recommend footer.footer .ft-copyright p a:focus,
    body.vocabulary-recommend_sections footer.footer .ft-quick-links .menu li a:hover,
    body.vocabulary-recommend_sections footer.footer .ft-quick-links .menu li a:active,
    body.vocabulary-recommend_sections footer.footer .ft-quick-links .menu li a:focus,
    body.vocabulary-recommend_sections footer.footer .ft-in-touch p a:hover,
    body.vocabulary-recommend_sections footer.footer .ft-in-touch p a:active,
    body.vocabulary-recommend_sections footer.footer .ft-in-touch p a:focus,
    body.vocabulary-recommend_sections footer.footer .ft-copyright p a:hover,
    body.vocabulary-recommend_sections footer.footer .ft-copyright p a:active,
    body.vocabulary-recommend_sections footer.footer .ft-copyright p a:focus {
      color: #e2c48b;
      text-decoration: none;
      border-bottom-color: transparent; }
  body.node-type-recommend footer.footer .ft-our-websites [href*='off'],
  body.vocabulary-recommend_sections footer.footer .ft-our-websites [href*='off'] {
    background: url("/sites/all/themes/roadcc/images/logo-offroad-white.svg") no-repeat center/contain; }
  body.node-type-recommend footer.footer .ft-our-websites [href*='ebiketips'],
  body.vocabulary-recommend_sections footer.footer .ft-our-websites [href*='ebiketips'] {
    background: url("/sites/all/themes/roadcc/images/logo-ebike-white.svg") no-repeat center/contain; }
  body.node-type-recommend footer.footer .ft-our-websites [href*='deals'],
  body.vocabulary-recommend_sections footer.footer .ft-our-websites [href*='deals'] {
    background: url("/sites/all/themes/roadcc/images/logo-deal-white.svg") no-repeat center/contain; }
  @media (min-width: 768px) {
    body.node-type-recommend footer.footer .support-us-block,
    body.vocabulary-recommend_sections footer.footer .support-us-block {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    body.node-type-recommend footer.footer .block-block.ft-copyright,
    body.vocabulary-recommend_sections footer.footer .block-block.ft-copyright {
      margin-left: 15px;
      margin-right: 15px; } }

.page-recommend {
  background: #4e4d4c;
  color: #fff; }
  .page-recommend .region-content,
  .page-recommend .region-title {
    width: 100%;
    max-width: 100% !important; }
  .page-recommend p, .page-recommend h1, .page-recommend h2, .page-recommend h3, .page-recommend h4, .page-recommend h5, .page-recommend h6, .page-recommend span, .page-recommend ol, .page-recommend ul {
    color: #fff; }
  .page-recommend h1.page-title {
    display: none; }
  .page-recommend h2.page-title {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: normal; }
    .page-recommend h2.page-title::before, .page-recommend h2.page-title::after {
      display: none !important; }
  .page-recommend .field-name-field-gallery-image-reference .media--image img {
    display: block;
    max-width: 100%; }
  .page-recommend .taxonomy-term-description {
    color: #d2a54e;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 18px; }
    .page-recommend .taxonomy-term-description p, .page-recommend .taxonomy-term-description a, .page-recommend .taxonomy-term-description ol, .page-recommend .taxonomy-term-description ul, .page-recommend .taxonomy-term-description span, .page-recommend .taxonomy-term-description strong, .page-recommend .taxonomy-term-description h1, .page-recommend .taxonomy-term-description h2, .page-recommend .taxonomy-term-description h3, .page-recommend .taxonomy-term-description h4, .page-recommend .taxonomy-term-description h5, .page-recommend .taxonomy-term-description h6 {
      color: #d2a54e; }
      .page-recommend .taxonomy-term-description p .text-white, .page-recommend .taxonomy-term-description p .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description p a, .page-recommend .taxonomy-term-description a .text-white, .page-recommend .taxonomy-term-description a .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description a a, .page-recommend .taxonomy-term-description ol .text-white, .page-recommend .taxonomy-term-description ol .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description ol a, .page-recommend .taxonomy-term-description ul .text-white, .page-recommend .taxonomy-term-description ul .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description ul a, .page-recommend .taxonomy-term-description span .text-white, .page-recommend .taxonomy-term-description span .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description span a, .page-recommend .taxonomy-term-description strong .text-white, .page-recommend .taxonomy-term-description strong .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description strong a, .page-recommend .taxonomy-term-description h1 .text-white, .page-recommend .taxonomy-term-description h1 .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description h1 a, .page-recommend .taxonomy-term-description h2 .text-white, .page-recommend .taxonomy-term-description h2 .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description h2 a, .page-recommend .taxonomy-term-description h3 .text-white, .page-recommend .taxonomy-term-description h3 .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description h3 a, .page-recommend .taxonomy-term-description h4 .text-white, .page-recommend .taxonomy-term-description h4 .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description h4 a, .page-recommend .taxonomy-term-description h5 .text-white, .page-recommend .taxonomy-term-description h5 .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description h5 a, .page-recommend .taxonomy-term-description h6 .text-white, .page-recommend .taxonomy-term-description h6 .full__event-info .info .event-booknow a, .full__event-info .info .event-booknow .page-recommend .taxonomy-term-description h6 a {
        color: #fff; }
    .page-recommend .taxonomy-term-description a {
      text-decoration: underline; }
  .page-recommend #block-system-main .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-recommend #block-system-main .content .term-listing-heading {
      width: 100%; }
  .page-recommend .node-recommend.view-mode-listings,
  .page-recommend .node-review.view-mode-listings {
    padding: 7.5px 0 !important; }
    @media (min-width: 768px) {
      .page-recommend .node-recommend.view-mode-listings,
      .page-recommend .node-review.view-mode-listings {
        padding: 7.5px !important; } }
  .page-recommend .content > .node-recommend.view-mode-listings,
  .page-recommend .content > .node-review.view-mode-listings {
    width: 100%;
    padding: 7.5px 0 !important; }
    @media (min-width: 768px) {
      .page-recommend .content > .node-recommend.view-mode-listings,
      .page-recommend .content > .node-review.view-mode-listings {
        width: 50%;
        padding: 7.5px !important; } }
    @media (min-width: 992px) {
      .page-recommend .content > .node-recommend.view-mode-listings,
      .page-recommend .content > .node-review.view-mode-listings {
        width: 33.3% !important; } }

[id*="block-views-recommend-block"] > h2,
[id*="block-views-reviews-recommend-block"] > h2 {
  color: #fff;
  font-family: "Merriweather", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  margin: 30px 0 7.5px 0;
  padding: 0; }
  @media (min-width: 992px) {
    [id*="block-views-recommend-block"] > h2,
    [id*="block-views-reviews-recommend-block"] > h2 {
      font-size: 18px; } }

#block-views-recommend-block-6 > h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2; }
  @media (min-width: 992px) {
    #block-views-recommend-block-6 > h2 {
      font-size: 24px; } }

.view-recommend,
.view-reviews-recommend {
  position: relative; }
  .view-recommend .view-content,
  .view-reviews-recommend .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .view-recommend .view-content,
      .view-reviews-recommend .view-content {
        margin-left: -7.5px;
        margin-right: -7.5px;
        width: calc(100% + 15px); } }
    .view-recommend .view-content > .views-row,
    .view-reviews-recommend .view-content > .views-row {
      width: 100%; }
      @media (min-width: 768px) {
        .view-recommend .view-content > .views-row,
        .view-reviews-recommend .view-content > .views-row {
          width: 50%; } }
      @media (min-width: 992px) {
        .view-recommend .view-content > .views-row,
        .view-reviews-recommend .view-content > .views-row {
          width: 33.3%; } }
  .view-recommend.view-display-id-block_5,
  .view-reviews-recommend.view-display-id-block_5 {
    background-color: #4e4d4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .view-recommend.view-display-id-block_5,
      .view-reviews-recommend.view-display-id-block_5 {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-top: 40px; } }
    .view-recommend.view-display-id-block_5 > *,
    .view-reviews-recommend.view-display-id-block_5 > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    @media (min-width: 768px) {
      .view-recommend.view-display-id-block_5 > .view-header,
      .view-reviews-recommend.view-display-id-block_5 > .view-header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6%;
                flex: 0 0 66.6%;
        max-width: 66.6%; } }
    @media (min-width: 768px) {
      .view-recommend.view-display-id-block_5 > .view-header > *,
      .view-reviews-recommend.view-display-id-block_5 > .view-header > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .view-recommend.view-display-id-block_5 > .view-header .view,
    .view-reviews-recommend.view-display-id-block_5 > .view-header .view {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      @media (min-width: 768px) {
        .view-recommend.view-display-id-block_5 > .view-header .view,
        .view-reviews-recommend.view-display-id-block_5 > .view-header .view {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      .view-recommend.view-display-id-block_5 > .view-header .view > .view-content,
      .view-reviews-recommend.view-display-id-block_5 > .view-header .view > .view-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 768px) {
          .view-recommend.view-display-id-block_5 > .view-header .view > .view-content,
          .view-reviews-recommend.view-display-id-block_5 > .view-header .view > .view-content {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .view-recommend.view-display-id-block_5 > .view-header .view > .view-content > *,
        .view-reviews-recommend.view-display-id-block_5 > .view-header .view > .view-content > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; }
          @media (min-width: 768px) {
            .view-recommend.view-display-id-block_5 > .view-header .view > .view-content > *,
            .view-reviews-recommend.view-display-id-block_5 > .view-header .view > .view-content > * {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%; } }
    .view-recommend.view-display-id-block_5 > .view-header .view-branding,
    .view-reviews-recommend.view-display-id-block_5 > .view-header .view-branding {
      padding: 10px;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        .view-recommend.view-display-id-block_5 > .view-header .view-branding,
        .view-reviews-recommend.view-display-id-block_5 > .view-header .view-branding {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          padding: 20px; } }
      .view-recommend.view-display-id-block_5 > .view-header .view-branding h2,
      .view-reviews-recommend.view-display-id-block_5 > .view-header .view-branding h2 {
        color: #fff;
        font-size: 18px;
        font-style: italic;
        font-family: "Merriweather", serif;
        padding-left: 15px; }
        @media (min-width: 768px) {
          .view-recommend.view-display-id-block_5 > .view-header .view-branding h2,
          .view-reviews-recommend.view-display-id-block_5 > .view-header .view-branding h2 {
            font-size: 16px;
            padding-left: 0; } }
        @media (min-width: 992px) {
          .view-recommend.view-display-id-block_5 > .view-header .view-branding h2,
          .view-reviews-recommend.view-display-id-block_5 > .view-header .view-branding h2 {
            font-size: 22px; } }
      .view-recommend.view-display-id-block_5 > .view-header .view-branding img,
      .view-reviews-recommend.view-display-id-block_5 > .view-header .view-branding img {
        max-height: 150px;
        margin: 0 auto; }
        @media (min-width: 992px) {
          .view-recommend.view-display-id-block_5 > .view-header .view-branding img,
          .view-reviews-recommend.view-display-id-block_5 > .view-header .view-branding img {
            max-height: 250px; } }
    .view-recommend.view-display-id-block_5 .view-content,
    .view-reviews-recommend.view-display-id-block_5 .view-content {
      margin-left: 0;
      margin-right: 0; }
    .view-recommend.view-display-id-block_5 > .view-content,
    .view-reviews-recommend.view-display-id-block_5 > .view-content {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      @media (min-width: 768px) {
        .view-recommend.view-display-id-block_5 > .view-content,
        .view-reviews-recommend.view-display-id-block_5 > .view-content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.3%;
                  flex: 0 0 33.3%;
          max-width: 33.3%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .view-recommend.view-display-id-block_5 > .view-content > *,
      .view-reviews-recommend.view-display-id-block_5 > .view-content > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        @media (min-width: 768px) {
          .view-recommend.view-display-id-block_5 > .view-content > *,
          .view-reviews-recommend.view-display-id-block_5 > .view-content > * {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%; } }
    .view-recommend.view-display-id-block_5 img,
    .view-reviews-recommend.view-display-id-block_5 img {
      display: block;
      max-width: 100%;
      width: auto;
      height: auto; }

#block-views-recommend-block-5,
#block-views-reviews-recommend-block-5 {
  margin: 15px 0 30px 0;
  background-image: linear-gradient(to bottom, #323648, #323648 1px, transparent 1px, transparent 4px, #323648 4px, #323648 5px, transparent 5px);
  padding-top: 20px; }
  @media (min-width: 768px) {
    #block-views-recommend-block-5,
    #block-views-reviews-recommend-block-5 {
      margin: 35px 0 50px 0;
      padding-top: 20px; } }

.basic-select .chosen-container, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-container, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-container, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-container, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-container, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-container {
  width: 100% !important; }
  .basic-select .chosen-container.chosen-with-drop .chosen-single b, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-container.chosen-with-drop .chosen-single b, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-container.chosen-with-drop .chosen-single b, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-container.chosen-with-drop .chosen-single b, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-container.chosen-with-drop .chosen-single b, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-container.chosen-with-drop .chosen-single b {
    background-position: center;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .basic-select .chosen-container .chosen-drop, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-container .chosen-drop, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-container .chosen-drop, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-container .chosen-drop, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-container .chosen-drop, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-container .chosen-drop {
    border: 1px solid #E8E8E8;
    border-radius: 0; }
  .basic-select .chosen-container .chosen-results, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-container .chosen-results, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-container .chosen-results, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-container .chosen-results, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-container .chosen-results, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-container .chosen-results {
    padding: 0;
    margin: 0; }
    .basic-select .chosen-container .chosen-results li, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-container .chosen-results li, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-container .chosen-results li, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-container .chosen-results li, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-container .chosen-results li, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-container .chosen-results li {
      padding: 10px 16px; }
    .basic-select .chosen-container .chosen-results .result-selected, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-container .chosen-results .result-selected, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-container .chosen-results .result-selected, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-container .chosen-results .result-selected, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-container .chosen-results .result-selected, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-container .chosen-results .result-selected,
    .basic-select .chosen-container .chosen-results .highlighted,
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-container .chosen-results .highlighted,
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-container .chosen-results .highlighted,
    .filter-sorting .views-widget-sort-sort_bef_combine .chosen-container .chosen-results .highlighted,
    .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-container .chosen-results .highlighted,
    .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-container .chosen-results .highlighted {
      background: #1BB4E1;
      color: #fff; }

.select-chevron-down .chosen-single, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-single, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-single, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-single, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-single, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding-left: 16px; }
  .select-chevron-down .chosen-single span, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-single span, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-single span, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-single span, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-single span, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-single span {
    color: rgba(91, 94, 109, 0.55);
    font-size: 16px;
    letter-spacing: .07px;
    margin-right: 45px; }
  .select-chevron-down .chosen-single div, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-single div, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-single div, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-single div, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-single div, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-single div {
    width: 40px; }
  .select-chevron-down .chosen-single b, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid .chosen-single b, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid .chosen-single b, .filter-sorting .views-widget-sort-sort_bef_combine .chosen-single b, .page-reviews .full-page .views-widget-sort-sort_bef_combine .chosen-single b, .page-reviews-category .views-widget-sort-sort_bef_combine .chosen-single b {
    background: url("/sites/all/themes/roadcc/images/icons/select.svg") no-repeat center !important;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }

.calendar input::-webkit-input-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value input::-webkit-input-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(91, 94, 109, 0.55); }

.calendar input::-moz-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value input::-moz-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(91, 94, 109, 0.55); }

.calendar input:-ms-input-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value input:-ms-input-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(91, 94, 109, 0.55); }

.calendar input:-moz-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value input:-moz-placeholder, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(91, 94, 109, 0.55); }

.calendar input, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value input, .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 input {
  background: #fff url("/sites/all/themes/roadcc/images/icons/calendar.svg") no-repeat center right 10px;
  border: 1px solid #E8E8E8;
  color: rgba(91, 94, 109, 0.55);
  font-size: 16px;
  letter-spacing: .07px;
  margin: 0;
  padding: 8px 10px;
  outline: none;
  width: 100%; }

.upcoming-cycling-events .views-exposed-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .upcoming-cycling-events .views-exposed-widgets .views-exposed-widget {
    float: none;
    margin-bottom: 15px;
    padding: 0 10px; }
  .upcoming-cycling-events .views-exposed-widgets select {
    opacity: 0; }
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid,
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button {
    width: 100%; }
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value,
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 {
    width: 50%; }
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value .description,
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 .description {
      display: none; }
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value .form-item,
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 .form-item {
      margin-right: 0;
      width: 100%; }
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value .date-padding,
    .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1 .date-padding {
      float: none; }
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button .form-submit {
    font-size: 14px;
    margin-top: 0;
    padding: 10px 10px 9px;
    width: 100%; }

@media (min-width: 768px) {
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_location_term_tid,
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_event_types_term_tid {
    width: 50%; }
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value,
  .upcoming-cycling-events .views-exposed-widgets .views-widget-filter-field_date_value_1,
  .upcoming-cycling-events .views-exposed-widgets .views-submit-button {
    width: 33.33%; } }

@media (min-width: 992px) {
  .upcoming-cycling-events .views-exposed-widget {
    margin-bottom: 20px; } }

.filter-sorting select, .page-reviews .full-page select, .page-reviews-category select {
  padding: 9px 16px;
  width: 100%;
  color: rgba(91, 94, 109, 0.55);
  font-size: 16px;
  letter-spacing: .07px;
  background: #fff url("/sites/all/themes/roadcc/images/icons/select.svg") no-repeat center right 15px;
  border: 1px solid #E8E8E8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .filter-sorting select option, .page-reviews .full-page select option, .page-reviews-category select option {
    color: #444;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 16px; }

.filter-sorting .views-exposed-widgets, .page-reviews .full-page .views-exposed-widgets, .page-reviews-category .views-exposed-widgets {
  margin: 0; }
  .filter-sorting .views-exposed-widgets .views-exposed-widget, .page-reviews .full-page .views-exposed-widgets .views-exposed-widget, .page-reviews-category .views-exposed-widgets .views-exposed-widget {
    padding: 0; }

.filter-sorting .views-widget-sort-sort_bef_combine, .page-reviews .full-page .views-widget-sort-sort_bef_combine, .page-reviews-category .views-widget-sort-sort_bef_combine {
  float: none;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%; }
  .filter-sorting .views-widget-sort-sort_bef_combine label, .page-reviews .full-page .views-widget-sort-sort_bef_combine label, .page-reviews-category .views-widget-sort-sort_bef_combine label {
    display: none; }
  .filter-sorting .views-widget-sort-sort_bef_combine .form-item, .page-reviews .full-page .views-widget-sort-sort_bef_combine .form-item, .page-reviews-category .views-widget-sort-sort_bef_combine .form-item {
    margin: 0; }

@media (min-width: 768px) {
  .filter-sorting .views-widget-sort-sort_bef_combine, .page-reviews .full-page .views-widget-sort-sort_bef_combine, .page-reviews-category .views-widget-sort-sort_bef_combine {
    margin: 0;
    width: 455px; } }

@media (min-width: 992px) {
  .filter-sorting .views-widget-sort-sort_bef_combine, .page-reviews .full-page .views-widget-sort-sort_bef_combine, .page-reviews-category .views-widget-sort-sort_bef_combine {
    width: 418px; } }

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #323648;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: 1px solid #323648;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
  background: transparent;
  border: 1px solid #323648;
  color: #323648;
  outline: none; }

.ui-datepicker tbody {
  border: 0; }

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid #323648;
  color: #323648;
  background: transparent; }
  .ui-datepicker .ui-state-default:hover,
  .ui-datepicker .ui-widget-content .ui-state-default:hover,
  .ui-datepicker .ui-widget-header .ui-state-default:hover {
    background: #1BB4E1;
    color: #fff;
    border-color: transparent; }

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #1BB4E1;
  color: #1BB4E1; }

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  background: #1BB4E1;
  border-color: transparent;
  color: #fff; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.ui-datepicker .ui-datepicker-prev span {
  background: url("/sites/all/themes/roadcc/images/icons/caret-left-solid.svg") no-repeat center;
  background-size: cover; }

.ui-datepicker .ui-datepicker-next span {
  background: url("/sites/all/themes/roadcc/images/icons/caret-right-solid.svg") no-repeat center;
  background-size: cover; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: 1px solid #1BB4E1;
  top: 50%; }

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  background: transparent; }

#edit-stripe #edit-stripe-credit-card-number {
  border: 1px solid #e8e8e8;
  padding: 10px; }

#edit-stripe .card-element-label {
  text-align: left;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold; }

.stripe-subscription-subscription-form-wrapper .form-wrapper {
  margin-bottom: 0; }

.stripe-subscription-subscription-form-wrapper h1 {
  color: #323648;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.68px;
  line-height: 30px; }
  @media screen and (min-width: 767px) {
    .stripe-subscription-subscription-form-wrapper h1 {
      font-size: 30px;
      line-height: 34px; } }

.stripe-subscription-subscription-form-wrapper p {
  color: #81838E;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 767px) {
    .stripe-subscription-subscription-form-wrapper p {
      font-size: 16px; } }
  .stripe-subscription-subscription-form-wrapper p a {
    color: #d70080;
    letter-spacing: 0.23px; }

.stripe-subscription-subscription-form-wrapper .form-submit {
  height: 48px;
  border: none; }

.stripe-subscription-subscription-form-wrapper .subscribe-form--text {
  font-size: 14px;
  text-align: left; }
  @media screen and (min-width: 767px) {
    .stripe-subscription-subscription-form-wrapper .subscribe-form--text {
      font-size: 16px; } }

#edit-stripe-card-errors {
  margin-top: 0;
  margin-bottom: 0; }
  #edit-stripe-card-errors #card-errors {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px; }
    #edit-stripe-card-errors #card-errors.error {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1rem;
      margin-bottom: 1rem; }

/*
=======================================================================
||                           Form radiobutton                         ||
=======================================================================
*/
.form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .form-radios .form-type-radio {
    width: 100%;
    padding: 15px;
    margin: 0; }
    @media screen and (min-width: 767px) {
      .form-radios .form-type-radio {
        width: 50%; } }
    .form-radios .form-type-radio input[type='radio'] {
      display: none; }
      .form-radios .form-type-radio input[type='radio'] + label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        padding: 15px;
        background-color: transparent;
        border: 1px solid #E8E8E8;
        color: #323648;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.25px;
        text-align: center; }
      .form-radios .form-type-radio input[type='radio']:checked + label {
        background-color: #d70080;
        border: 1px solid #d70080;
        color: #fff; }

/*
=======================================================================
||                         Subscription table                        ||
=======================================================================
*/
.subscription-pay--table {
  width: 100%;
  overflow-x: auto; }
  @media screen and (min-width: 560px) {
    .subscription-pay--table {
      overflow-x: hidden; } }

.subscription-pay--text {
  color: #81838E;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 767px) {
    .subscription-pay--text {
      font-size: 16px; } }

.fieldset-wrapper p label {
  margin-right: 5px; }

.fieldset-wrapper > a {
  color: #fff; }
  .fieldset-wrapper > a:hover {
    color: #fff;
    text-decoration: none; }

table {
  width: calc(100% - 2px);
  margin-bottom: 10px; }
  table th,
  table td {
    padding: 15px;
    border: none;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1D1D1D;
    text-align: center; }
  table thead tr {
    border: none !important; }
  table tbody {
    border: none; }
  table tr {
    border: 1px solid #d70080 !important; }
    table tr.odd {
      background-color: #ffd7ef; }
