@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=83.125em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 106.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 83.125em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 83.125em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 83.125em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #006eb4;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #005f9b;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 106.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 83.125em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 3px 3px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button, .article .entry-content .wp-polls .wp-polls-ul li label, #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form input[type=button],
#infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form input[type=button], .cme-block input[type=submit], #comments #respond form .form-submit input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li [data-whatinput=mouse] label, [data-whatinput=mouse] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form [data-whatinput=mouse] input[type=submit],
[data-whatinput=mouse] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form [data-whatinput=mouse] input[type=button],
[data-whatinput=mouse] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form [data-whatinput=mouse] input[type=submit],
[data-whatinput=mouse] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form [data-whatinput=mouse] input[type=button], [data-whatinput=mouse] .cme-block input[type=submit], .cme-block [data-whatinput=mouse] input[type=submit], [data-whatinput=mouse] #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit [data-whatinput=mouse] input[type=submit] {
  outline: 0;
}
.button.tiny, .article .entry-content .wp-polls .wp-polls-ul li label.tiny, #newsletter__unsubscribe-form input.tiny[type=submit],
#newsletter__unsubscribe-form input.tiny[type=button],
#infomail__unsubscribe-form input.tiny[type=submit],
#infomail__unsubscribe-form input.tiny[type=button], .cme-block input.tiny[type=submit], #comments #respond form .form-submit input.tiny[type=submit] {
  font-size: 0.6rem;
}
.button.small, .article .entry-content .wp-polls .wp-polls-ul li label.small, #newsletter__unsubscribe-form input.small[type=submit],
#newsletter__unsubscribe-form input.small[type=button],
#infomail__unsubscribe-form input.small[type=submit],
#infomail__unsubscribe-form input.small[type=button], .cme-block input.small[type=submit], #comments #respond form .form-submit input.small[type=submit] {
  font-size: 0.75rem;
}
.button.large, .article .entry-content .wp-polls .wp-polls-ul li label.large, #newsletter__unsubscribe-form input.large[type=submit],
#newsletter__unsubscribe-form input.large[type=button],
#infomail__unsubscribe-form input.large[type=submit],
#infomail__unsubscribe-form input.large[type=button], .cme-block input.large[type=submit], #comments #respond form .form-submit input.large[type=submit] {
  font-size: 1.25rem;
}
.button.expanded, .article .entry-content .wp-polls .wp-polls-ul li label.expanded, #newsletter__unsubscribe-form input.expanded[type=submit],
#newsletter__unsubscribe-form input.expanded[type=button],
#infomail__unsubscribe-form input.expanded[type=submit],
#infomail__unsubscribe-form input.expanded[type=button], .button.sso-button, .article .entry-content .wp-polls .wp-polls-ul li label.sso-button, #newsletter__unsubscribe-form input.sso-button[type=submit],
#newsletter__unsubscribe-form input.sso-button[type=button],
#infomail__unsubscribe-form input.sso-button[type=submit],
#infomail__unsubscribe-form input.sso-button[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button.sso-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .article .entry-content .wp-polls .wp-polls-ul li label.sso-button, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell label.sso-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #newsletter__unsubscribe-form input.sso-button[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.sso-button[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #newsletter__unsubscribe-form input.sso-button[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.sso-button[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #infomail__unsubscribe-form input.sso-button[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.sso-button[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #infomail__unsubscribe-form input.sso-button[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.sso-button[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button.register-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .article .entry-content .wp-polls .wp-polls-ul li label.register-button, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell label.register-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #newsletter__unsubscribe-form input.register-button[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.register-button[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #newsletter__unsubscribe-form input.register-button[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.register-button[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #infomail__unsubscribe-form input.register-button[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.register-button[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #infomail__unsubscribe-form input.register-button[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input.register-button[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=submit], .cme-block input.expanded[type=submit], .cme-block input[type=submit].sso-button, .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input[type=submit].sso-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block input[type=submit].sso-button, .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input[type=submit].register-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block input[type=submit].register-button, .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .cme-block input[type=submit], #comments #respond form .form-submit input.expanded[type=submit], #comments #respond form .form-submit input[type=submit].sso-button, #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell input[type=submit].register-button, #comments #respond #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit input[type=submit], .modal-menu .modal-menu-login-form form input.button[type=submit], .modal-menu .modal-menu-login-form form #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input[type=submit],
.modal-menu .modal-menu-login-form form #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input[type=submit], .modal-menu .modal-menu-login-form form .cme-block input[type=submit], .cme-block .modal-menu .modal-menu-login-form form input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form .form-submit input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form .form-submit input[type=submit],
.modal-login .modal-menu-login-form form input.button[type=submit],
.modal-login .modal-menu-login-form form #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input[type=submit],
.modal-login .modal-menu-login-form form #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input[type=submit],
.modal-login .modal-menu-login-form form .cme-block input[type=submit],
.cme-block .modal-login .modal-menu-login-form form input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form .form-submit input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form .form-submit input[type=submit] {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .button.small-only-expanded, .article .entry-content .wp-polls .wp-polls-ul li label.small-only-expanded, #newsletter__unsubscribe-form input.small-only-expanded[type=submit],
  #newsletter__unsubscribe-form input.small-only-expanded[type=button],
  #infomail__unsubscribe-form input.small-only-expanded[type=submit],
  #infomail__unsubscribe-form input.small-only-expanded[type=button], .cme-block input.small-only-expanded[type=submit], #comments #respond form .form-submit input.small-only-expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 83.12375em) {
  .button.medium-only-expanded, .article .entry-content .wp-polls .wp-polls-ul li label.medium-only-expanded, #newsletter__unsubscribe-form input.medium-only-expanded[type=submit],
  #newsletter__unsubscribe-form input.medium-only-expanded[type=button],
  #infomail__unsubscribe-form input.medium-only-expanded[type=submit],
  #infomail__unsubscribe-form input.medium-only-expanded[type=button], .cme-block input.medium-only-expanded[type=submit], #comments #respond form .form-submit input.medium-only-expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .button.medium-down-expanded, .article .entry-content .wp-polls .wp-polls-ul li label.medium-down-expanded, #newsletter__unsubscribe-form input.medium-down-expanded[type=submit],
  #newsletter__unsubscribe-form input.medium-down-expanded[type=button],
  #infomail__unsubscribe-form input.medium-down-expanded[type=submit],
  #infomail__unsubscribe-form input.medium-down-expanded[type=button], .cme-block input.medium-down-expanded[type=submit], #comments #respond form .form-submit input.medium-down-expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .button.medium-expanded, .article .entry-content .wp-polls .wp-polls-ul li label.medium-expanded, #newsletter__unsubscribe-form input.medium-expanded[type=submit],
  #newsletter__unsubscribe-form input.medium-expanded[type=button],
  #infomail__unsubscribe-form input.medium-expanded[type=submit],
  #infomail__unsubscribe-form input.medium-expanded[type=button], .cme-block input.medium-expanded[type=submit], #comments #respond form .form-submit input.medium-expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 83.125em) and (max-width: 74.99875em) {
  .button.large-only-expanded, .article .entry-content .wp-polls .wp-polls-ul li label.large-only-expanded, #newsletter__unsubscribe-form input.large-only-expanded[type=submit],
  #newsletter__unsubscribe-form input.large-only-expanded[type=button],
  #infomail__unsubscribe-form input.large-only-expanded[type=submit],
  #infomail__unsubscribe-form input.large-only-expanded[type=button], .cme-block input.large-only-expanded[type=submit], #comments #respond form .form-submit input.large-only-expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .button.large-down-expanded, .article .entry-content .wp-polls .wp-polls-ul li label.large-down-expanded, #newsletter__unsubscribe-form input.large-down-expanded[type=submit],
  #newsletter__unsubscribe-form input.large-down-expanded[type=button],
  #infomail__unsubscribe-form input.large-down-expanded[type=submit],
  #infomail__unsubscribe-form input.large-down-expanded[type=button], .cme-block input.large-down-expanded[type=submit], #comments #respond form .form-submit input.large-down-expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 83.125em) {
  .button.large-expanded, .article .entry-content .wp-polls .wp-polls-ul li label.large-expanded, #newsletter__unsubscribe-form input.large-expanded[type=submit],
  #newsletter__unsubscribe-form input.large-expanded[type=button],
  #infomail__unsubscribe-form input.large-expanded[type=submit],
  #infomail__unsubscribe-form input.large-expanded[type=button], .cme-block input.large-expanded[type=submit], #comments #respond form .form-submit input.large-expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.button, .article .entry-content .wp-polls .wp-polls-ul li label, #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form input[type=button],
#infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form input[type=button], .cme-block input[type=submit], #comments #respond form .form-submit input[type=submit], .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #006eb4;
  color: #fefefe;
}
.button:hover, .article .entry-content .wp-polls .wp-polls-ul li label:hover, #newsletter__unsubscribe-form input[type=submit]:hover,
#newsletter__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form input[type=button]:hover, .cme-block input[type=submit]:hover, #comments #respond form .form-submit input[type=submit]:hover, .button:focus, .article .entry-content .wp-polls .wp-polls-ul li label:focus, #newsletter__unsubscribe-form input[type=submit]:focus,
#newsletter__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form input[type=button]:focus, .cme-block input[type=submit]:focus, #comments #respond form .form-submit input[type=submit]:focus {
  background-color: #005e99;
  color: #fefefe;
}
.button.primary, .article .entry-content .wp-polls .wp-polls-ul li label.primary, #newsletter__unsubscribe-form input.primary[type=submit],
#newsletter__unsubscribe-form input.primary[type=button],
#infomail__unsubscribe-form input.primary[type=submit],
#infomail__unsubscribe-form input.primary[type=button], .cme-block input.primary[type=submit], #comments #respond form .form-submit input.primary[type=submit], .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #006eb4;
  color: #fefefe;
}
.button.primary:hover, .article .entry-content .wp-polls .wp-polls-ul li label.primary:hover, #newsletter__unsubscribe-form input.primary[type=submit]:hover,
#newsletter__unsubscribe-form input.primary[type=button]:hover,
#infomail__unsubscribe-form input.primary[type=submit]:hover,
#infomail__unsubscribe-form input.primary[type=button]:hover, .cme-block input.primary[type=submit]:hover, #comments #respond form .form-submit input.primary[type=submit]:hover, .button.primary:focus, .article .entry-content .wp-polls .wp-polls-ul li label.primary:focus, #newsletter__unsubscribe-form input.primary[type=submit]:focus,
#newsletter__unsubscribe-form input.primary[type=button]:focus,
#infomail__unsubscribe-form input.primary[type=submit]:focus,
#infomail__unsubscribe-form input.primary[type=button]:focus, .cme-block input.primary[type=submit]:focus, #comments #respond form .form-submit input.primary[type=submit]:focus {
  background-color: #005890;
  color: #fefefe;
}
.button.secondary, .article .entry-content .wp-polls .wp-polls-ul li label.secondary, #newsletter__unsubscribe-form input.secondary[type=submit],
#newsletter__unsubscribe-form input.secondary[type=button],
#infomail__unsubscribe-form input.secondary[type=submit],
#infomail__unsubscribe-form input.secondary[type=button], .cme-block input.secondary[type=submit], #comments #respond form .form-submit input.secondary[type=submit], .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #2a2b2e;
  color: #fefefe;
}
.button.secondary:hover, .article .entry-content .wp-polls .wp-polls-ul li label.secondary:hover, #newsletter__unsubscribe-form input.secondary[type=submit]:hover,
#newsletter__unsubscribe-form input.secondary[type=button]:hover,
#infomail__unsubscribe-form input.secondary[type=submit]:hover,
#infomail__unsubscribe-form input.secondary[type=button]:hover, .cme-block input.secondary[type=submit]:hover, #comments #respond form .form-submit input.secondary[type=submit]:hover, .button.secondary:focus, .article .entry-content .wp-polls .wp-polls-ul li label.secondary:focus, #newsletter__unsubscribe-form input.secondary[type=submit]:focus,
#newsletter__unsubscribe-form input.secondary[type=button]:focus,
#infomail__unsubscribe-form input.secondary[type=submit]:focus,
#infomail__unsubscribe-form input.secondary[type=button]:focus, .cme-block input.secondary[type=submit]:focus, #comments #respond form .form-submit input.secondary[type=submit]:focus {
  background-color: #222225;
  color: #fefefe;
}
.button.success, .article .entry-content .wp-polls .wp-polls-ul li label.success, #newsletter__unsubscribe-form input.success[type=submit],
#newsletter__unsubscribe-form input.success[type=button],
#infomail__unsubscribe-form input.success[type=submit],
#infomail__unsubscribe-form input.success[type=button], .cme-block input.success[type=submit], #comments #respond form .form-submit input.success[type=submit], .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .article .entry-content .wp-polls .wp-polls-ul li label.success:hover, #newsletter__unsubscribe-form input.success[type=submit]:hover,
#newsletter__unsubscribe-form input.success[type=button]:hover,
#infomail__unsubscribe-form input.success[type=submit]:hover,
#infomail__unsubscribe-form input.success[type=button]:hover, .cme-block input.success[type=submit]:hover, #comments #respond form .form-submit input.success[type=submit]:hover, .button.success:focus, .article .entry-content .wp-polls .wp-polls-ul li label.success:focus, #newsletter__unsubscribe-form input.success[type=submit]:focus,
#newsletter__unsubscribe-form input.success[type=button]:focus,
#infomail__unsubscribe-form input.success[type=submit]:focus,
#infomail__unsubscribe-form input.success[type=button]:focus, .cme-block input.success[type=submit]:focus, #comments #respond form .form-submit input.success[type=submit]:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .article .entry-content .wp-polls .wp-polls-ul li label.warning, #newsletter__unsubscribe-form input.warning[type=submit],
#newsletter__unsubscribe-form input.warning[type=button],
#infomail__unsubscribe-form input.warning[type=submit],
#infomail__unsubscribe-form input.warning[type=button], .cme-block input.warning[type=submit], #comments #respond form .form-submit input.warning[type=submit], .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .article .entry-content .wp-polls .wp-polls-ul li label.warning:hover, #newsletter__unsubscribe-form input.warning[type=submit]:hover,
#newsletter__unsubscribe-form input.warning[type=button]:hover,
#infomail__unsubscribe-form input.warning[type=submit]:hover,
#infomail__unsubscribe-form input.warning[type=button]:hover, .cme-block input.warning[type=submit]:hover, #comments #respond form .form-submit input.warning[type=submit]:hover, .button.warning:focus, .article .entry-content .wp-polls .wp-polls-ul li label.warning:focus, #newsletter__unsubscribe-form input.warning[type=submit]:focus,
#newsletter__unsubscribe-form input.warning[type=button]:focus,
#infomail__unsubscribe-form input.warning[type=submit]:focus,
#infomail__unsubscribe-form input.warning[type=button]:focus, .cme-block input.warning[type=submit]:focus, #comments #respond form .form-submit input.warning[type=submit]:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .article .entry-content .wp-polls .wp-polls-ul li label.alert, #newsletter__unsubscribe-form input.alert[type=submit],
#newsletter__unsubscribe-form input.alert[type=button],
#infomail__unsubscribe-form input.alert[type=submit],
#infomail__unsubscribe-form input.alert[type=button], .cme-block input.alert[type=submit], #comments #respond form .form-submit input.alert[type=submit], .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .article .entry-content .wp-polls .wp-polls-ul li label.alert:hover, #newsletter__unsubscribe-form input.alert[type=submit]:hover,
#newsletter__unsubscribe-form input.alert[type=button]:hover,
#infomail__unsubscribe-form input.alert[type=submit]:hover,
#infomail__unsubscribe-form input.alert[type=button]:hover, .cme-block input.alert[type=submit]:hover, #comments #respond form .form-submit input.alert[type=submit]:hover, .button.alert:focus, .article .entry-content .wp-polls .wp-polls-ul li label.alert:focus, #newsletter__unsubscribe-form input.alert[type=submit]:focus,
#newsletter__unsubscribe-form input.alert[type=button]:focus,
#infomail__unsubscribe-form input.alert[type=submit]:focus,
#infomail__unsubscribe-form input.alert[type=button]:focus, .cme-block input.alert[type=submit]:focus, #comments #respond form .form-submit input.alert[type=submit]:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.light-gray, .article .entry-content .wp-polls .wp-polls-ul li label.light-gray, #newsletter__unsubscribe-form input.light-gray[type=submit],
#newsletter__unsubscribe-form input.light-gray[type=button],
#infomail__unsubscribe-form input.light-gray[type=submit],
#infomail__unsubscribe-form input.light-gray[type=button], .cme-block input.light-gray[type=submit], #comments #respond form .form-submit input.light-gray[type=submit], .button.light-gray.disabled, .button.light-gray[disabled], .button.light-gray.disabled:hover, .button.light-gray[disabled]:hover, .button.light-gray.disabled:focus, .button.light-gray[disabled]:focus {
  background-color: #f2f2f4;
  color: #0a0a0a;
}
.button.light-gray:hover, .article .entry-content .wp-polls .wp-polls-ul li label.light-gray:hover, #newsletter__unsubscribe-form input.light-gray[type=submit]:hover,
#newsletter__unsubscribe-form input.light-gray[type=button]:hover,
#infomail__unsubscribe-form input.light-gray[type=submit]:hover,
#infomail__unsubscribe-form input.light-gray[type=button]:hover, .cme-block input.light-gray[type=submit]:hover, #comments #respond form .form-submit input.light-gray[type=submit]:hover, .button.light-gray:focus, .article .entry-content .wp-polls .wp-polls-ul li label.light-gray:focus, #newsletter__unsubscribe-form input.light-gray[type=submit]:focus,
#newsletter__unsubscribe-form input.light-gray[type=button]:focus,
#infomail__unsubscribe-form input.light-gray[type=submit]:focus,
#infomail__unsubscribe-form input.light-gray[type=button]:focus, .cme-block input.light-gray[type=submit]:focus, #comments #respond form .form-submit input.light-gray[type=submit]:focus {
  background-color: #bdbdc7;
  color: #0a0a0a;
}
.button.hollow, .article .entry-content .wp-polls .wp-polls-ul li label.hollow, #newsletter__unsubscribe-form input.hollow[type=submit],
#newsletter__unsubscribe-form input.hollow[type=button],
#infomail__unsubscribe-form input.hollow[type=submit],
#infomail__unsubscribe-form input.hollow[type=button], .cme-block input.hollow[type=submit], #comments #respond form .form-submit input.hollow[type=submit], .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .article .entry-content .wp-polls .wp-polls-ul li label.hollow, #newsletter__unsubscribe-form input.hollow[type=submit],
#newsletter__unsubscribe-form input.hollow[type=button],
#infomail__unsubscribe-form input.hollow[type=submit],
#infomail__unsubscribe-form input.hollow[type=button], .cme-block input.hollow[type=submit], #comments #respond form .form-submit input.hollow[type=submit], .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #006eb4;
  color: #006eb4;
}
.button.hollow:hover, .article .entry-content .wp-polls .wp-polls-ul li label.hollow:hover, #newsletter__unsubscribe-form input.hollow[type=submit]:hover,
#newsletter__unsubscribe-form input.hollow[type=button]:hover,
#infomail__unsubscribe-form input.hollow[type=submit]:hover,
#infomail__unsubscribe-form input.hollow[type=button]:hover, .cme-block input.hollow[type=submit]:hover, #comments #respond form .form-submit input.hollow[type=submit]:hover, .button.hollow:focus, .article .entry-content .wp-polls .wp-polls-ul li label.hollow:focus, #newsletter__unsubscribe-form input.hollow[type=submit]:focus,
#newsletter__unsubscribe-form input.hollow[type=button]:focus,
#infomail__unsubscribe-form input.hollow[type=submit]:focus,
#infomail__unsubscribe-form input.hollow[type=button]:focus, .cme-block input.hollow[type=submit]:focus, #comments #respond form .form-submit input.hollow[type=submit]:focus {
  border-color: #00375a;
  color: #00375a;
}
.button.hollow.primary, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.primary, #newsletter__unsubscribe-form input.hollow.primary[type=submit],
#newsletter__unsubscribe-form input.hollow.primary[type=button],
#infomail__unsubscribe-form input.hollow.primary[type=submit],
#infomail__unsubscribe-form input.hollow.primary[type=button], .cme-block input.hollow.primary[type=submit], #comments #respond form .form-submit input.hollow.primary[type=submit], .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #006eb4;
  color: #006eb4;
}
.button.hollow.primary:hover, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.primary:hover, #newsletter__unsubscribe-form input.hollow.primary[type=submit]:hover,
#newsletter__unsubscribe-form input.hollow.primary[type=button]:hover,
#infomail__unsubscribe-form input.hollow.primary[type=submit]:hover,
#infomail__unsubscribe-form input.hollow.primary[type=button]:hover, .cme-block input.hollow.primary[type=submit]:hover, #comments #respond form .form-submit input.hollow.primary[type=submit]:hover, .button.hollow.primary:focus, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.primary:focus, #newsletter__unsubscribe-form input.hollow.primary[type=submit]:focus,
#newsletter__unsubscribe-form input.hollow.primary[type=button]:focus,
#infomail__unsubscribe-form input.hollow.primary[type=submit]:focus,
#infomail__unsubscribe-form input.hollow.primary[type=button]:focus, .cme-block input.hollow.primary[type=submit]:focus, #comments #respond form .form-submit input.hollow.primary[type=submit]:focus {
  border-color: #00375a;
  color: #00375a;
}
.button.hollow.secondary, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.secondary, #newsletter__unsubscribe-form input.hollow.secondary[type=submit],
#newsletter__unsubscribe-form input.hollow.secondary[type=button],
#infomail__unsubscribe-form input.hollow.secondary[type=submit],
#infomail__unsubscribe-form input.hollow.secondary[type=button], .cme-block input.hollow.secondary[type=submit], #comments #respond form .form-submit input.hollow.secondary[type=submit], .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #2a2b2e;
  color: #2a2b2e;
}
.button.hollow.secondary:hover, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.secondary:hover, #newsletter__unsubscribe-form input.hollow.secondary[type=submit]:hover,
#newsletter__unsubscribe-form input.hollow.secondary[type=button]:hover,
#infomail__unsubscribe-form input.hollow.secondary[type=submit]:hover,
#infomail__unsubscribe-form input.hollow.secondary[type=button]:hover, .cme-block input.hollow.secondary[type=submit]:hover, #comments #respond form .form-submit input.hollow.secondary[type=submit]:hover, .button.hollow.secondary:focus, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.secondary:focus, #newsletter__unsubscribe-form input.hollow.secondary[type=submit]:focus,
#newsletter__unsubscribe-form input.hollow.secondary[type=button]:focus,
#infomail__unsubscribe-form input.hollow.secondary[type=submit]:focus,
#infomail__unsubscribe-form input.hollow.secondary[type=button]:focus, .cme-block input.hollow.secondary[type=submit]:focus, #comments #respond form .form-submit input.hollow.secondary[type=submit]:focus {
  border-color: #151617;
  color: #151617;
}
.button.hollow.success, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.success, #newsletter__unsubscribe-form input.hollow.success[type=submit],
#newsletter__unsubscribe-form input.hollow.success[type=button],
#infomail__unsubscribe-form input.hollow.success[type=submit],
#infomail__unsubscribe-form input.hollow.success[type=button], .cme-block input.hollow.success[type=submit], #comments #respond form .form-submit input.hollow.success[type=submit], .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.success:hover, #newsletter__unsubscribe-form input.hollow.success[type=submit]:hover,
#newsletter__unsubscribe-form input.hollow.success[type=button]:hover,
#infomail__unsubscribe-form input.hollow.success[type=submit]:hover,
#infomail__unsubscribe-form input.hollow.success[type=button]:hover, .cme-block input.hollow.success[type=submit]:hover, #comments #respond form .form-submit input.hollow.success[type=submit]:hover, .button.hollow.success:focus, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.success:focus, #newsletter__unsubscribe-form input.hollow.success[type=submit]:focus,
#newsletter__unsubscribe-form input.hollow.success[type=button]:focus,
#infomail__unsubscribe-form input.hollow.success[type=submit]:focus,
#infomail__unsubscribe-form input.hollow.success[type=button]:focus, .cme-block input.hollow.success[type=submit]:focus, #comments #respond form .form-submit input.hollow.success[type=submit]:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.warning, #newsletter__unsubscribe-form input.hollow.warning[type=submit],
#newsletter__unsubscribe-form input.hollow.warning[type=button],
#infomail__unsubscribe-form input.hollow.warning[type=submit],
#infomail__unsubscribe-form input.hollow.warning[type=button], .cme-block input.hollow.warning[type=submit], #comments #respond form .form-submit input.hollow.warning[type=submit], .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.warning:hover, #newsletter__unsubscribe-form input.hollow.warning[type=submit]:hover,
#newsletter__unsubscribe-form input.hollow.warning[type=button]:hover,
#infomail__unsubscribe-form input.hollow.warning[type=submit]:hover,
#infomail__unsubscribe-form input.hollow.warning[type=button]:hover, .cme-block input.hollow.warning[type=submit]:hover, #comments #respond form .form-submit input.hollow.warning[type=submit]:hover, .button.hollow.warning:focus, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.warning:focus, #newsletter__unsubscribe-form input.hollow.warning[type=submit]:focus,
#newsletter__unsubscribe-form input.hollow.warning[type=button]:focus,
#infomail__unsubscribe-form input.hollow.warning[type=submit]:focus,
#infomail__unsubscribe-form input.hollow.warning[type=button]:focus, .cme-block input.hollow.warning[type=submit]:focus, #comments #respond form .form-submit input.hollow.warning[type=submit]:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.alert, #newsletter__unsubscribe-form input.hollow.alert[type=submit],
#newsletter__unsubscribe-form input.hollow.alert[type=button],
#infomail__unsubscribe-form input.hollow.alert[type=submit],
#infomail__unsubscribe-form input.hollow.alert[type=button], .cme-block input.hollow.alert[type=submit], #comments #respond form .form-submit input.hollow.alert[type=submit], .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.alert:hover, #newsletter__unsubscribe-form input.hollow.alert[type=submit]:hover,
#newsletter__unsubscribe-form input.hollow.alert[type=button]:hover,
#infomail__unsubscribe-form input.hollow.alert[type=submit]:hover,
#infomail__unsubscribe-form input.hollow.alert[type=button]:hover, .cme-block input.hollow.alert[type=submit]:hover, #comments #respond form .form-submit input.hollow.alert[type=submit]:hover, .button.hollow.alert:focus, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.alert:focus, #newsletter__unsubscribe-form input.hollow.alert[type=submit]:focus,
#newsletter__unsubscribe-form input.hollow.alert[type=button]:focus,
#infomail__unsubscribe-form input.hollow.alert[type=submit]:focus,
#infomail__unsubscribe-form input.hollow.alert[type=button]:focus, .cme-block input.hollow.alert[type=submit]:focus, #comments #respond form .form-submit input.hollow.alert[type=submit]:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.light-gray, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.light-gray, #newsletter__unsubscribe-form input.hollow.light-gray[type=submit],
#newsletter__unsubscribe-form input.hollow.light-gray[type=button],
#infomail__unsubscribe-form input.hollow.light-gray[type=submit],
#infomail__unsubscribe-form input.hollow.light-gray[type=button], .cme-block input.hollow.light-gray[type=submit], #comments #respond form .form-submit input.hollow.light-gray[type=submit], .button.hollow.light-gray.disabled, .button.hollow.light-gray[disabled], .button.hollow.light-gray.disabled:hover, .button.hollow.light-gray[disabled]:hover, .button.hollow.light-gray.disabled:focus, .button.hollow.light-gray[disabled]:focus {
  border: 1px solid #f2f2f4;
  color: #f2f2f4;
}
.button.hollow.light-gray:hover, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.light-gray:hover, #newsletter__unsubscribe-form input.hollow.light-gray[type=submit]:hover,
#newsletter__unsubscribe-form input.hollow.light-gray[type=button]:hover,
#infomail__unsubscribe-form input.hollow.light-gray[type=submit]:hover,
#infomail__unsubscribe-form input.hollow.light-gray[type=button]:hover, .cme-block input.hollow.light-gray[type=submit]:hover, #comments #respond form .form-submit input.hollow.light-gray[type=submit]:hover, .button.hollow.light-gray:focus, .article .entry-content .wp-polls .wp-polls-ul li label.hollow.light-gray:focus, #newsletter__unsubscribe-form input.hollow.light-gray[type=submit]:focus,
#newsletter__unsubscribe-form input.hollow.light-gray[type=button]:focus,
#infomail__unsubscribe-form input.hollow.light-gray[type=submit]:focus,
#infomail__unsubscribe-form input.hollow.light-gray[type=button]:focus, .cme-block input.hollow.light-gray[type=submit]:focus, #comments #respond form .form-submit input.hollow.light-gray[type=submit]:focus {
  border-color: #6f6f84;
  color: #6f6f84;
}
.button.clear, .article .entry-content .wp-polls .wp-polls-ul li label.clear, #newsletter__unsubscribe-form input.clear[type=submit],
#newsletter__unsubscribe-form input.clear[type=button],
#infomail__unsubscribe-form input.clear[type=submit],
#infomail__unsubscribe-form input.clear[type=button], .cme-block input.clear[type=submit], #comments #respond form .form-submit input.clear[type=submit], .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .article .entry-content .wp-polls .wp-polls-ul li label.clear, #newsletter__unsubscribe-form input.clear[type=submit],
#newsletter__unsubscribe-form input.clear[type=button],
#infomail__unsubscribe-form input.clear[type=submit],
#infomail__unsubscribe-form input.clear[type=button], .cme-block input.clear[type=submit], #comments #respond form .form-submit input.clear[type=submit], .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #006eb4;
}
.button.clear:hover, .article .entry-content .wp-polls .wp-polls-ul li label.clear:hover, #newsletter__unsubscribe-form input.clear[type=submit]:hover,
#newsletter__unsubscribe-form input.clear[type=button]:hover,
#infomail__unsubscribe-form input.clear[type=submit]:hover,
#infomail__unsubscribe-form input.clear[type=button]:hover, .cme-block input.clear[type=submit]:hover, #comments #respond form .form-submit input.clear[type=submit]:hover, .button.clear:focus, .article .entry-content .wp-polls .wp-polls-ul li label.clear:focus, #newsletter__unsubscribe-form input.clear[type=submit]:focus,
#newsletter__unsubscribe-form input.clear[type=button]:focus,
#infomail__unsubscribe-form input.clear[type=submit]:focus,
#infomail__unsubscribe-form input.clear[type=button]:focus, .cme-block input.clear[type=submit]:focus, #comments #respond form .form-submit input.clear[type=submit]:focus {
  color: #00375a;
}
.button.clear.primary, .article .entry-content .wp-polls .wp-polls-ul li label.clear.primary, #newsletter__unsubscribe-form input.clear.primary[type=submit],
#newsletter__unsubscribe-form input.clear.primary[type=button],
#infomail__unsubscribe-form input.clear.primary[type=submit],
#infomail__unsubscribe-form input.clear.primary[type=button], .cme-block input.clear.primary[type=submit], #comments #respond form .form-submit input.clear.primary[type=submit], .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #006eb4;
}
.button.clear.primary:hover, .article .entry-content .wp-polls .wp-polls-ul li label.clear.primary:hover, #newsletter__unsubscribe-form input.clear.primary[type=submit]:hover,
#newsletter__unsubscribe-form input.clear.primary[type=button]:hover,
#infomail__unsubscribe-form input.clear.primary[type=submit]:hover,
#infomail__unsubscribe-form input.clear.primary[type=button]:hover, .cme-block input.clear.primary[type=submit]:hover, #comments #respond form .form-submit input.clear.primary[type=submit]:hover, .button.clear.primary:focus, .article .entry-content .wp-polls .wp-polls-ul li label.clear.primary:focus, #newsletter__unsubscribe-form input.clear.primary[type=submit]:focus,
#newsletter__unsubscribe-form input.clear.primary[type=button]:focus,
#infomail__unsubscribe-form input.clear.primary[type=submit]:focus,
#infomail__unsubscribe-form input.clear.primary[type=button]:focus, .cme-block input.clear.primary[type=submit]:focus, #comments #respond form .form-submit input.clear.primary[type=submit]:focus {
  color: #00375a;
}
.button.clear.secondary, .article .entry-content .wp-polls .wp-polls-ul li label.clear.secondary, #newsletter__unsubscribe-form input.clear.secondary[type=submit],
#newsletter__unsubscribe-form input.clear.secondary[type=button],
#infomail__unsubscribe-form input.clear.secondary[type=submit],
#infomail__unsubscribe-form input.clear.secondary[type=button], .cme-block input.clear.secondary[type=submit], #comments #respond form .form-submit input.clear.secondary[type=submit], .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #2a2b2e;
}
.button.clear.secondary:hover, .article .entry-content .wp-polls .wp-polls-ul li label.clear.secondary:hover, #newsletter__unsubscribe-form input.clear.secondary[type=submit]:hover,
#newsletter__unsubscribe-form input.clear.secondary[type=button]:hover,
#infomail__unsubscribe-form input.clear.secondary[type=submit]:hover,
#infomail__unsubscribe-form input.clear.secondary[type=button]:hover, .cme-block input.clear.secondary[type=submit]:hover, #comments #respond form .form-submit input.clear.secondary[type=submit]:hover, .button.clear.secondary:focus, .article .entry-content .wp-polls .wp-polls-ul li label.clear.secondary:focus, #newsletter__unsubscribe-form input.clear.secondary[type=submit]:focus,
#newsletter__unsubscribe-form input.clear.secondary[type=button]:focus,
#infomail__unsubscribe-form input.clear.secondary[type=submit]:focus,
#infomail__unsubscribe-form input.clear.secondary[type=button]:focus, .cme-block input.clear.secondary[type=submit]:focus, #comments #respond form .form-submit input.clear.secondary[type=submit]:focus {
  color: #151617;
}
.button.clear.success, .article .entry-content .wp-polls .wp-polls-ul li label.clear.success, #newsletter__unsubscribe-form input.clear.success[type=submit],
#newsletter__unsubscribe-form input.clear.success[type=button],
#infomail__unsubscribe-form input.clear.success[type=submit],
#infomail__unsubscribe-form input.clear.success[type=button], .cme-block input.clear.success[type=submit], #comments #respond form .form-submit input.clear.success[type=submit], .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .article .entry-content .wp-polls .wp-polls-ul li label.clear.success:hover, #newsletter__unsubscribe-form input.clear.success[type=submit]:hover,
#newsletter__unsubscribe-form input.clear.success[type=button]:hover,
#infomail__unsubscribe-form input.clear.success[type=submit]:hover,
#infomail__unsubscribe-form input.clear.success[type=button]:hover, .cme-block input.clear.success[type=submit]:hover, #comments #respond form .form-submit input.clear.success[type=submit]:hover, .button.clear.success:focus, .article .entry-content .wp-polls .wp-polls-ul li label.clear.success:focus, #newsletter__unsubscribe-form input.clear.success[type=submit]:focus,
#newsletter__unsubscribe-form input.clear.success[type=button]:focus,
#infomail__unsubscribe-form input.clear.success[type=submit]:focus,
#infomail__unsubscribe-form input.clear.success[type=button]:focus, .cme-block input.clear.success[type=submit]:focus, #comments #respond form .form-submit input.clear.success[type=submit]:focus {
  color: #157539;
}
.button.clear.warning, .article .entry-content .wp-polls .wp-polls-ul li label.clear.warning, #newsletter__unsubscribe-form input.clear.warning[type=submit],
#newsletter__unsubscribe-form input.clear.warning[type=button],
#infomail__unsubscribe-form input.clear.warning[type=submit],
#infomail__unsubscribe-form input.clear.warning[type=button], .cme-block input.clear.warning[type=submit], #comments #respond form .form-submit input.clear.warning[type=submit], .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .article .entry-content .wp-polls .wp-polls-ul li label.clear.warning:hover, #newsletter__unsubscribe-form input.clear.warning[type=submit]:hover,
#newsletter__unsubscribe-form input.clear.warning[type=button]:hover,
#infomail__unsubscribe-form input.clear.warning[type=submit]:hover,
#infomail__unsubscribe-form input.clear.warning[type=button]:hover, .cme-block input.clear.warning[type=submit]:hover, #comments #respond form .form-submit input.clear.warning[type=submit]:hover, .button.clear.warning:focus, .article .entry-content .wp-polls .wp-polls-ul li label.clear.warning:focus, #newsletter__unsubscribe-form input.clear.warning[type=submit]:focus,
#newsletter__unsubscribe-form input.clear.warning[type=button]:focus,
#infomail__unsubscribe-form input.clear.warning[type=submit]:focus,
#infomail__unsubscribe-form input.clear.warning[type=button]:focus, .cme-block input.clear.warning[type=submit]:focus, #comments #respond form .form-submit input.clear.warning[type=submit]:focus {
  color: #805700;
}
.button.clear.alert, .article .entry-content .wp-polls .wp-polls-ul li label.clear.alert, #newsletter__unsubscribe-form input.clear.alert[type=submit],
#newsletter__unsubscribe-form input.clear.alert[type=button],
#infomail__unsubscribe-form input.clear.alert[type=submit],
#infomail__unsubscribe-form input.clear.alert[type=button], .cme-block input.clear.alert[type=submit], #comments #respond form .form-submit input.clear.alert[type=submit], .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .article .entry-content .wp-polls .wp-polls-ul li label.clear.alert:hover, #newsletter__unsubscribe-form input.clear.alert[type=submit]:hover,
#newsletter__unsubscribe-form input.clear.alert[type=button]:hover,
#infomail__unsubscribe-form input.clear.alert[type=submit]:hover,
#infomail__unsubscribe-form input.clear.alert[type=button]:hover, .cme-block input.clear.alert[type=submit]:hover, #comments #respond form .form-submit input.clear.alert[type=submit]:hover, .button.clear.alert:focus, .article .entry-content .wp-polls .wp-polls-ul li label.clear.alert:focus, #newsletter__unsubscribe-form input.clear.alert[type=submit]:focus,
#newsletter__unsubscribe-form input.clear.alert[type=button]:focus,
#infomail__unsubscribe-form input.clear.alert[type=submit]:focus,
#infomail__unsubscribe-form input.clear.alert[type=button]:focus, .cme-block input.clear.alert[type=submit]:focus, #comments #respond form .form-submit input.clear.alert[type=submit]:focus {
  color: #67251a;
}
.button.clear.light-gray, .article .entry-content .wp-polls .wp-polls-ul li label.clear.light-gray, #newsletter__unsubscribe-form input.clear.light-gray[type=submit],
#newsletter__unsubscribe-form input.clear.light-gray[type=button],
#infomail__unsubscribe-form input.clear.light-gray[type=submit],
#infomail__unsubscribe-form input.clear.light-gray[type=button], .cme-block input.clear.light-gray[type=submit], #comments #respond form .form-submit input.clear.light-gray[type=submit], .button.clear.light-gray.disabled, .button.clear.light-gray[disabled], .button.clear.light-gray.disabled:hover, .button.clear.light-gray[disabled]:hover, .button.clear.light-gray.disabled:focus, .button.clear.light-gray[disabled]:focus {
  color: #f2f2f4;
}
.button.clear.light-gray:hover, .article .entry-content .wp-polls .wp-polls-ul li label.clear.light-gray:hover, #newsletter__unsubscribe-form input.clear.light-gray[type=submit]:hover,
#newsletter__unsubscribe-form input.clear.light-gray[type=button]:hover,
#infomail__unsubscribe-form input.clear.light-gray[type=submit]:hover,
#infomail__unsubscribe-form input.clear.light-gray[type=button]:hover, .cme-block input.clear.light-gray[type=submit]:hover, #comments #respond form .form-submit input.clear.light-gray[type=submit]:hover, .button.clear.light-gray:focus, .article .entry-content .wp-polls .wp-polls-ul li label.clear.light-gray:focus, #newsletter__unsubscribe-form input.clear.light-gray[type=submit]:focus,
#newsletter__unsubscribe-form input.clear.light-gray[type=button]:focus,
#infomail__unsubscribe-form input.clear.light-gray[type=submit]:focus,
#infomail__unsubscribe-form input.clear.light-gray[type=button]:focus, .cme-block input.clear.light-gray[type=submit]:focus, #comments #respond form .form-submit input.clear.light-gray[type=submit]:focus {
  color: #6f6f84;
}
.button.disabled, .article .entry-content .wp-polls .wp-polls-ul li label.disabled, #newsletter__unsubscribe-form input.disabled[type=submit],
#newsletter__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form input.disabled[type=button], .cme-block input.disabled[type=submit], #comments #respond form .form-submit input.disabled[type=submit], .button[disabled], .article .entry-content .wp-polls .wp-polls-ul li label[disabled], #newsletter__unsubscribe-form input[disabled][type=submit],
#newsletter__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form input[disabled][type=button], .cme-block input[disabled][type=submit], #comments #respond form .form-submit input[disabled][type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown::after, #newsletter__unsubscribe-form input.dropdown[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown[type=button]::after,
#infomail__unsubscribe-form input.dropdown[type=submit]::after,
#infomail__unsubscribe-form input.dropdown[type=button]::after, .cme-block input.dropdown[type=submit]::after, #comments #respond form .form-submit input.dropdown[type=submit]::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.hollow::after, #newsletter__unsubscribe-form input.dropdown.hollow[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.hollow[type=button]::after,
#infomail__unsubscribe-form input.dropdown.hollow[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.hollow[type=button]::after, .cme-block input.dropdown.hollow[type=submit]::after, #comments #respond form .form-submit input.dropdown.hollow[type=submit]::after, .button.dropdown.clear::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.clear::after, #newsletter__unsubscribe-form input.dropdown.clear[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.clear[type=button]::after,
#infomail__unsubscribe-form input.dropdown.clear[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.clear[type=button]::after, .cme-block input.dropdown.clear[type=submit]::after, #comments #respond form .form-submit input.dropdown.clear[type=submit]::after {
  border-top-color: #006eb4;
}
.button.dropdown.hollow.primary::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.hollow.primary::after, #newsletter__unsubscribe-form input.dropdown.hollow.primary[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.hollow.primary[type=button]::after,
#infomail__unsubscribe-form input.dropdown.hollow.primary[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.hollow.primary[type=button]::after, .cme-block input.dropdown.hollow.primary[type=submit]::after, #comments #respond form .form-submit input.dropdown.hollow.primary[type=submit]::after, .button.dropdown.clear.primary::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.clear.primary::after, #newsletter__unsubscribe-form input.dropdown.clear.primary[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.clear.primary[type=button]::after,
#infomail__unsubscribe-form input.dropdown.clear.primary[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.clear.primary[type=button]::after, .cme-block input.dropdown.clear.primary[type=submit]::after, #comments #respond form .form-submit input.dropdown.clear.primary[type=submit]::after {
  border-top-color: #006eb4;
}
.button.dropdown.hollow.secondary::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.hollow.secondary::after, #newsletter__unsubscribe-form input.dropdown.hollow.secondary[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.hollow.secondary[type=button]::after,
#infomail__unsubscribe-form input.dropdown.hollow.secondary[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.hollow.secondary[type=button]::after, .cme-block input.dropdown.hollow.secondary[type=submit]::after, #comments #respond form .form-submit input.dropdown.hollow.secondary[type=submit]::after, .button.dropdown.clear.secondary::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.clear.secondary::after, #newsletter__unsubscribe-form input.dropdown.clear.secondary[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.clear.secondary[type=button]::after,
#infomail__unsubscribe-form input.dropdown.clear.secondary[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.clear.secondary[type=button]::after, .cme-block input.dropdown.clear.secondary[type=submit]::after, #comments #respond form .form-submit input.dropdown.clear.secondary[type=submit]::after {
  border-top-color: #2a2b2e;
}
.button.dropdown.hollow.success::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.hollow.success::after, #newsletter__unsubscribe-form input.dropdown.hollow.success[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.hollow.success[type=button]::after,
#infomail__unsubscribe-form input.dropdown.hollow.success[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.hollow.success[type=button]::after, .cme-block input.dropdown.hollow.success[type=submit]::after, #comments #respond form .form-submit input.dropdown.hollow.success[type=submit]::after, .button.dropdown.clear.success::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.clear.success::after, #newsletter__unsubscribe-form input.dropdown.clear.success[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.clear.success[type=button]::after,
#infomail__unsubscribe-form input.dropdown.clear.success[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.clear.success[type=button]::after, .cme-block input.dropdown.clear.success[type=submit]::after, #comments #respond form .form-submit input.dropdown.clear.success[type=submit]::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.hollow.warning::after, #newsletter__unsubscribe-form input.dropdown.hollow.warning[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.hollow.warning[type=button]::after,
#infomail__unsubscribe-form input.dropdown.hollow.warning[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.hollow.warning[type=button]::after, .cme-block input.dropdown.hollow.warning[type=submit]::after, #comments #respond form .form-submit input.dropdown.hollow.warning[type=submit]::after, .button.dropdown.clear.warning::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.clear.warning::after, #newsletter__unsubscribe-form input.dropdown.clear.warning[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.clear.warning[type=button]::after,
#infomail__unsubscribe-form input.dropdown.clear.warning[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.clear.warning[type=button]::after, .cme-block input.dropdown.clear.warning[type=submit]::after, #comments #respond form .form-submit input.dropdown.clear.warning[type=submit]::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.hollow.alert::after, #newsletter__unsubscribe-form input.dropdown.hollow.alert[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.hollow.alert[type=button]::after,
#infomail__unsubscribe-form input.dropdown.hollow.alert[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.hollow.alert[type=button]::after, .cme-block input.dropdown.hollow.alert[type=submit]::after, #comments #respond form .form-submit input.dropdown.hollow.alert[type=submit]::after, .button.dropdown.clear.alert::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.clear.alert::after, #newsletter__unsubscribe-form input.dropdown.clear.alert[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.clear.alert[type=button]::after,
#infomail__unsubscribe-form input.dropdown.clear.alert[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.clear.alert[type=button]::after, .cme-block input.dropdown.clear.alert[type=submit]::after, #comments #respond form .form-submit input.dropdown.clear.alert[type=submit]::after {
  border-top-color: #cc4b37;
}
.button.dropdown.hollow.light-gray::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.hollow.light-gray::after, #newsletter__unsubscribe-form input.dropdown.hollow.light-gray[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.hollow.light-gray[type=button]::after,
#infomail__unsubscribe-form input.dropdown.hollow.light-gray[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.hollow.light-gray[type=button]::after, .cme-block input.dropdown.hollow.light-gray[type=submit]::after, #comments #respond form .form-submit input.dropdown.hollow.light-gray[type=submit]::after, .button.dropdown.clear.light-gray::after, .article .entry-content .wp-polls .wp-polls-ul li label.dropdown.clear.light-gray::after, #newsletter__unsubscribe-form input.dropdown.clear.light-gray[type=submit]::after,
#newsletter__unsubscribe-form input.dropdown.clear.light-gray[type=button]::after,
#infomail__unsubscribe-form input.dropdown.clear.light-gray[type=submit]::after,
#infomail__unsubscribe-form input.dropdown.clear.light-gray[type=button]::after, .cme-block input.dropdown.clear.light-gray[type=submit]::after, #comments #respond form .form-submit input.dropdown.clear.light-gray[type=submit]::after {
  border-top-color: #f2f2f4;
}
.button.arrow-only::after, .article .entry-content .wp-polls .wp-polls-ul li label.arrow-only::after, #newsletter__unsubscribe-form input.arrow-only[type=submit]::after,
#newsletter__unsubscribe-form input.arrow-only[type=button]::after,
#infomail__unsubscribe-form input.arrow-only[type=submit]::after,
#infomail__unsubscribe-form input.arrow-only[type=button]::after, .cme-block input.arrow-only[type=submit]::after, #comments #respond form .form-submit input.arrow-only[type=submit]::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #006eb4;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #006eb4 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #006eb4 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #006eb4;
  color: #fefefe;
}
.badge.primary {
  background: #006eb4;
  color: #fefefe;
}
.badge.secondary {
  background: #2a2b2e;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}
.badge.light-gray {
  background: #f2f2f4;
  color: #0a0a0a;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #006eb4;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button, .button-group .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group label, .button-group #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group input[type=submit],
.button-group #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group input[type=button],
.button-group #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group input[type=submit],
.button-group #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group input[type=button], .button-group .cme-block input[type=submit], .cme-block .button-group input[type=submit], .button-group #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group input[type=submit] {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child, .button-group .article .entry-content .wp-polls .wp-polls-ul li label:last-child, .article .entry-content .wp-polls .wp-polls-ul li .button-group label:last-child, .button-group #newsletter__unsubscribe-form input[type=submit]:last-child, #newsletter__unsubscribe-form .button-group input[type=submit]:last-child,
.button-group #newsletter__unsubscribe-form input[type=button]:last-child,
#newsletter__unsubscribe-form .button-group input[type=button]:last-child,
.button-group #infomail__unsubscribe-form input[type=submit]:last-child,
#infomail__unsubscribe-form .button-group input[type=submit]:last-child,
.button-group #infomail__unsubscribe-form input[type=button]:last-child,
#infomail__unsubscribe-form .button-group input[type=button]:last-child, .button-group .cme-block input[type=submit]:last-child, .cme-block .button-group input[type=submit]:last-child, .button-group #comments #respond form .form-submit input[type=submit]:last-child, #comments #respond form .form-submit .button-group input[type=submit]:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.tiny label, .button-group.tiny #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.tiny input[type=submit],
.button-group.tiny #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.tiny input[type=button],
.button-group.tiny #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.tiny input[type=submit],
.button-group.tiny #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.tiny input[type=button], .button-group.tiny .cme-block input[type=submit], .cme-block .button-group.tiny input[type=submit], .button-group.tiny #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.tiny input[type=submit] {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.small label, .button-group.small #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.small input[type=submit],
.button-group.small #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.small input[type=button],
.button-group.small #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.small input[type=submit],
.button-group.small #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.small input[type=button], .button-group.small .cme-block input[type=submit], .cme-block .button-group.small input[type=submit], .button-group.small #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.small input[type=submit] {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.large label, .button-group.large #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.large input[type=submit],
.button-group.large #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.large input[type=button],
.button-group.large #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.large input[type=submit],
.button-group.large #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.large input[type=button], .button-group.large .cme-block input[type=submit], .cme-block .button-group.large input[type=submit], .button-group.large #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.large input[type=submit] {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.expanded label, .button-group.expanded #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.expanded input[type=submit],
.button-group.expanded #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.expanded input[type=button],
.button-group.expanded #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.expanded input[type=submit],
.button-group.expanded #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.expanded input[type=button], .button-group.sso-button .button, .button-group.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.sso-button label, .button-group.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.sso-button input[type=submit],
.button-group.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.sso-button input[type=button],
.button-group.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.sso-button input[type=submit],
.button-group.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] input[type=button], .button-group.expanded .cme-block input[type=submit], .button-group.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] .cme-block input[type=submit], .cme-block .button-group.expanded input[type=submit], .cme-block .button-group.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.register-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .cme-block input.button-group[type=submit] input[type=submit], .button-group.expanded #comments #respond form .form-submit input[type=submit], .button-group.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group[type=submit] #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.expanded input[type=submit], #comments #respond form .form-submit .button-group.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.register-button input[type=submit], #comments #respond #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .form-submit input.button-group[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit input.button-group[type=submit] input[type=submit], .modal-menu .modal-menu-login-form form input.button-group[type=submit] .button, .modal-menu .modal-menu-login-form form input.button-group[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .modal-menu .modal-menu-login-form form input.button-group[type=submit] label, .modal-menu .modal-menu-login-form form input.button-group[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group[type=submit] input[type=button],
.modal-menu .modal-menu-login-form form input.button-group[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group[type=submit] input[type=button], .modal-menu .modal-menu-login-form form input.button-group[type=submit] .cme-block input[type=submit], .cme-block .modal-menu .modal-menu-login-form form input.button-group[type=submit] input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form input.button-group[type=submit] .form-submit input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form input.button-group[type=submit] .form-submit input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form .form-submit input.button-group[type=submit] input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form .form-submit input.button-group[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group[type=submit] .button,
.modal-login .modal-menu-login-form form input.button-group[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label,
.article .entry-content .wp-polls .wp-polls-ul li .modal-login .modal-menu-login-form form input.button-group[type=submit] label,
.modal-login .modal-menu-login-form form input.button-group[type=submit] #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group[type=submit] .cme-block input[type=submit],
.cme-block .modal-login .modal-menu-login-form form input.button-group[type=submit] input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form input.button-group[type=submit] .form-submit input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form input.button-group[type=submit] .form-submit input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form .form-submit input.button-group[type=submit] input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form .form-submit input.button-group[type=submit] input[type=submit] {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.primary label, .button-group.primary #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.primary input[type=submit],
.button-group.primary #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.primary input[type=button],
.button-group.primary #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.primary input[type=submit],
.button-group.primary #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.primary input[type=button], .button-group.primary .cme-block input[type=submit], .cme-block .button-group.primary input[type=submit], .button-group.primary #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.primary input[type=submit], .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #006eb4;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.primary label:hover, .button-group.primary #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.primary input[type=submit]:hover,
.button-group.primary #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.primary input[type=button]:hover,
.button-group.primary #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.primary input[type=submit]:hover,
.button-group.primary #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.primary input[type=button]:hover, .button-group.primary .cme-block input[type=submit]:hover, .cme-block .button-group.primary input[type=submit]:hover, .button-group.primary #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.primary input[type=submit]:hover, .button-group.primary .button:focus, .button-group.primary .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.primary label:focus, .button-group.primary #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.primary input[type=submit]:focus,
.button-group.primary #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.primary input[type=button]:focus,
.button-group.primary #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.primary input[type=submit]:focus,
.button-group.primary #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.primary input[type=button]:focus, .button-group.primary .cme-block input[type=submit]:focus, .cme-block .button-group.primary input[type=submit]:focus, .button-group.primary #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.primary input[type=submit]:focus {
  background-color: #005890;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.secondary label, .button-group.secondary #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.secondary input[type=submit],
.button-group.secondary #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.secondary input[type=button],
.button-group.secondary #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.secondary input[type=submit],
.button-group.secondary #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.secondary input[type=button], .button-group.secondary .cme-block input[type=submit], .cme-block .button-group.secondary input[type=submit], .button-group.secondary #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.secondary input[type=submit], .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #2a2b2e;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.secondary label:hover, .button-group.secondary #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.secondary input[type=submit]:hover,
.button-group.secondary #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.secondary input[type=button]:hover,
.button-group.secondary #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.secondary input[type=submit]:hover,
.button-group.secondary #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.secondary input[type=button]:hover, .button-group.secondary .cme-block input[type=submit]:hover, .cme-block .button-group.secondary input[type=submit]:hover, .button-group.secondary #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.secondary input[type=submit]:hover, .button-group.secondary .button:focus, .button-group.secondary .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.secondary label:focus, .button-group.secondary #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.secondary input[type=submit]:focus,
.button-group.secondary #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.secondary input[type=button]:focus,
.button-group.secondary #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.secondary input[type=submit]:focus,
.button-group.secondary #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.secondary input[type=button]:focus, .button-group.secondary .cme-block input[type=submit]:focus, .cme-block .button-group.secondary input[type=submit]:focus, .button-group.secondary #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.secondary input[type=submit]:focus {
  background-color: #222225;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.success label, .button-group.success #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.success input[type=submit],
.button-group.success #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.success input[type=button],
.button-group.success #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.success input[type=submit],
.button-group.success #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.success input[type=button], .button-group.success .cme-block input[type=submit], .cme-block .button-group.success input[type=submit], .button-group.success #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.success input[type=submit], .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.success label:hover, .button-group.success #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.success input[type=submit]:hover,
.button-group.success #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.success input[type=button]:hover,
.button-group.success #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.success input[type=submit]:hover,
.button-group.success #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.success input[type=button]:hover, .button-group.success .cme-block input[type=submit]:hover, .cme-block .button-group.success input[type=submit]:hover, .button-group.success #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.success input[type=submit]:hover, .button-group.success .button:focus, .button-group.success .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.success label:focus, .button-group.success #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.success input[type=submit]:focus,
.button-group.success #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.success input[type=button]:focus,
.button-group.success #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.success input[type=submit]:focus,
.button-group.success #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.success input[type=button]:focus, .button-group.success .cme-block input[type=submit]:focus, .cme-block .button-group.success input[type=submit]:focus, .button-group.success #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.success input[type=submit]:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.warning label, .button-group.warning #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.warning input[type=submit],
.button-group.warning #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.warning input[type=button],
.button-group.warning #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.warning input[type=submit],
.button-group.warning #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.warning input[type=button], .button-group.warning .cme-block input[type=submit], .cme-block .button-group.warning input[type=submit], .button-group.warning #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.warning input[type=submit], .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.warning label:hover, .button-group.warning #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.warning input[type=submit]:hover,
.button-group.warning #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.warning input[type=button]:hover,
.button-group.warning #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.warning input[type=submit]:hover,
.button-group.warning #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.warning input[type=button]:hover, .button-group.warning .cme-block input[type=submit]:hover, .cme-block .button-group.warning input[type=submit]:hover, .button-group.warning #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.warning input[type=submit]:hover, .button-group.warning .button:focus, .button-group.warning .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.warning label:focus, .button-group.warning #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.warning input[type=submit]:focus,
.button-group.warning #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.warning input[type=button]:focus,
.button-group.warning #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.warning input[type=submit]:focus,
.button-group.warning #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.warning input[type=button]:focus, .button-group.warning .cme-block input[type=submit]:focus, .cme-block .button-group.warning input[type=submit]:focus, .button-group.warning #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.warning input[type=submit]:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.alert label, .button-group.alert #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.alert input[type=submit],
.button-group.alert #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.alert input[type=button],
.button-group.alert #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.alert input[type=submit],
.button-group.alert #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.alert input[type=button], .button-group.alert .cme-block input[type=submit], .cme-block .button-group.alert input[type=submit], .button-group.alert #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.alert input[type=submit], .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.alert label:hover, .button-group.alert #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.alert input[type=submit]:hover,
.button-group.alert #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.alert input[type=button]:hover,
.button-group.alert #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.alert input[type=submit]:hover,
.button-group.alert #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.alert input[type=button]:hover, .button-group.alert .cme-block input[type=submit]:hover, .cme-block .button-group.alert input[type=submit]:hover, .button-group.alert #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.alert input[type=submit]:hover, .button-group.alert .button:focus, .button-group.alert .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.alert label:focus, .button-group.alert #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.alert input[type=submit]:focus,
.button-group.alert #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.alert input[type=button]:focus,
.button-group.alert #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.alert input[type=submit]:focus,
.button-group.alert #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.alert input[type=button]:focus, .button-group.alert .cme-block input[type=submit]:focus, .cme-block .button-group.alert input[type=submit]:focus, .button-group.alert #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.alert input[type=submit]:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.light-gray .button, .button-group.light-gray .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.light-gray label, .button-group.light-gray #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.light-gray input[type=submit],
.button-group.light-gray #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.light-gray input[type=button],
.button-group.light-gray #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.light-gray input[type=submit],
.button-group.light-gray #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.light-gray input[type=button], .button-group.light-gray .cme-block input[type=submit], .cme-block .button-group.light-gray input[type=submit], .button-group.light-gray #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.light-gray input[type=submit], .button-group.light-gray .button.disabled, .button-group.light-gray .button[disabled], .button-group.light-gray .button.disabled:hover, .button-group.light-gray .button[disabled]:hover, .button-group.light-gray .button.disabled:focus, .button-group.light-gray .button[disabled]:focus {
  background-color: #f2f2f4;
  color: #0a0a0a;
}
.button-group.light-gray .button:hover, .button-group.light-gray .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.light-gray label:hover, .button-group.light-gray #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.light-gray input[type=submit]:hover,
.button-group.light-gray #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.light-gray input[type=button]:hover,
.button-group.light-gray #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.light-gray input[type=submit]:hover,
.button-group.light-gray #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.light-gray input[type=button]:hover, .button-group.light-gray .cme-block input[type=submit]:hover, .cme-block .button-group.light-gray input[type=submit]:hover, .button-group.light-gray #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.light-gray input[type=submit]:hover, .button-group.light-gray .button:focus, .button-group.light-gray .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.light-gray label:focus, .button-group.light-gray #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.light-gray input[type=submit]:focus,
.button-group.light-gray #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.light-gray input[type=button]:focus,
.button-group.light-gray #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.light-gray input[type=submit]:focus,
.button-group.light-gray #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.light-gray input[type=button]:focus, .button-group.light-gray .cme-block input[type=submit]:focus, .cme-block .button-group.light-gray input[type=submit]:focus, .button-group.light-gray #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.light-gray input[type=submit]:focus {
  background-color: #bdbdc7;
  color: #0a0a0a;
}
.button-group.hollow .button, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label, .button-group.hollow #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow input[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow input[type=button],
.button-group.hollow #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow input[type=submit],
.button-group.hollow #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow input[type=button], .button-group.hollow .cme-block input[type=submit], .cme-block .button-group.hollow input[type=submit], .button-group.hollow #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow input[type=submit], .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label, .button-group.hollow #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow input[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow input[type=button],
.button-group.hollow #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow input[type=submit],
.button-group.hollow #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow input[type=button], .button-group.hollow .cme-block input[type=submit], .cme-block .button-group.hollow input[type=submit], .button-group.hollow #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow input[type=submit], .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #006eb4;
  color: #006eb4;
}
.button-group.hollow .button:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label:hover, .button-group.hollow #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input[type=button]:hover, .button-group.hollow .cme-block input[type=submit]:hover, .cme-block .button-group.hollow input[type=submit]:hover, .button-group.hollow #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow input[type=submit]:hover, .button-group.hollow .button:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label:focus, .button-group.hollow #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input[type=button]:focus, .button-group.hollow .cme-block input[type=submit]:focus, .cme-block .button-group.hollow input[type=submit]:focus, .button-group.hollow #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow input[type=submit]:focus {
  border-color: #00375a;
  color: #00375a;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label, .button-group.hollow.primary #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow.primary input[type=submit],
.button-group.hollow.primary #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow.primary input[type=button],
.button-group.hollow.primary #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow.primary input[type=submit],
.button-group.hollow.primary #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow.primary input[type=button], .button-group.hollow.primary .cme-block input[type=submit], .cme-block .button-group.hollow.primary input[type=submit], .button-group.hollow.primary #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow.primary input[type=submit], .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label.disabled, .button-group.hollow.primary #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow.primary input.disabled[type=submit],
.button-group.hollow.primary #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow.primary input.disabled[type=button],
.button-group.hollow.primary #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow.primary input.disabled[type=submit],
.button-group.hollow.primary #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow.primary input.disabled[type=button], .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label[disabled], .button-group.hollow.primary #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow.primary input[disabled][type=submit],
.button-group.hollow.primary #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow.primary input[disabled][type=button],
.button-group.hollow.primary #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow.primary input[disabled][type=submit],
.button-group.hollow.primary #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow.primary input[disabled][type=button], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label.disabled:hover, .button-group.hollow.primary #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.primary input.disabled[type=submit]:hover,
.button-group.hollow.primary #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.primary input.disabled[type=button]:hover,
.button-group.hollow.primary #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.primary input.disabled[type=submit]:hover,
.button-group.hollow.primary #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.primary input.disabled[type=button]:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label[disabled]:hover, .button-group.hollow.primary #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.primary input[disabled][type=submit]:hover,
.button-group.hollow.primary #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.primary input[disabled][type=button]:hover,
.button-group.hollow.primary #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.primary input[disabled][type=submit]:hover,
.button-group.hollow.primary #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.primary input[disabled][type=button]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label.disabled:focus, .button-group.hollow.primary #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.primary input.disabled[type=submit]:focus,
.button-group.hollow.primary #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.primary input.disabled[type=button]:focus,
.button-group.hollow.primary #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.primary input.disabled[type=submit]:focus,
.button-group.hollow.primary #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.primary input.disabled[type=button]:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label[disabled]:focus, .button-group.hollow.primary #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.primary input[disabled][type=submit]:focus,
.button-group.hollow.primary #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.primary input[disabled][type=button]:focus,
.button-group.hollow.primary #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.primary input[disabled][type=submit]:focus,
.button-group.hollow.primary #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.primary input[disabled][type=button]:focus, .button-group.hollow .button.primary, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary, .button-group.hollow #newsletter__unsubscribe-form input.primary[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.primary[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.primary[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.primary[type=button],
.button-group.hollow #infomail__unsubscribe-form input.primary[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.primary[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.primary[type=button],
#infomail__unsubscribe-form .button-group.hollow input.primary[type=button], .button-group.hollow .cme-block input.primary[type=submit], .cme-block .button-group.hollow input.primary[type=submit], .button-group.hollow #comments #respond form .form-submit input.primary[type=submit], #comments #respond form .form-submit .button-group.hollow input.primary[type=submit], .button-group.hollow .button.primary.disabled, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary.disabled, .button-group.hollow #newsletter__unsubscribe-form input.primary.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.primary.disabled[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.primary.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.primary.disabled[type=button],
.button-group.hollow #infomail__unsubscribe-form input.primary.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.primary.disabled[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.primary.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow input.primary.disabled[type=button], .button-group.hollow .button.primary[disabled], .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary[disabled], .button-group.hollow #newsletter__unsubscribe-form input.primary[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow input.primary[disabled][type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.primary[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow input.primary[disabled][type=button],
.button-group.hollow #infomail__unsubscribe-form input.primary[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow input.primary[disabled][type=submit],
.button-group.hollow #infomail__unsubscribe-form input.primary[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow input.primary[disabled][type=button], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary.disabled:hover, .button-group.hollow #newsletter__unsubscribe-form input.primary.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.primary.disabled[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.primary.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.primary.disabled[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.primary.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.primary.disabled[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.primary.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.primary.disabled[type=button]:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary[disabled]:hover, .button-group.hollow #newsletter__unsubscribe-form input.primary[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.primary[disabled][type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.primary[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.primary[disabled][type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.primary[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.primary[disabled][type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.primary[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.primary[disabled][type=button]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary.disabled:focus, .button-group.hollow #newsletter__unsubscribe-form input.primary.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.primary.disabled[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.primary.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.primary.disabled[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.primary.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.primary.disabled[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.primary.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.primary.disabled[type=button]:focus, .button-group.hollow .button.primary[disabled]:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary[disabled]:focus, .button-group.hollow #newsletter__unsubscribe-form input.primary[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.primary[disabled][type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.primary[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.primary[disabled][type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.primary[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.primary[disabled][type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.primary[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.primary[disabled][type=button]:focus {
  border: 1px solid #006eb4;
  color: #006eb4;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label:hover, .button-group.hollow.primary #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.primary input[type=submit]:hover,
.button-group.hollow.primary #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.primary input[type=button]:hover,
.button-group.hollow.primary #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.primary input[type=submit]:hover,
.button-group.hollow.primary #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.primary input[type=button]:hover, .button-group.hollow.primary .cme-block input[type=submit]:hover, .cme-block .button-group.hollow.primary input[type=submit]:hover, .button-group.hollow.primary #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow.primary input[type=submit]:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.primary label:focus, .button-group.hollow.primary #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.primary input[type=submit]:focus,
.button-group.hollow.primary #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.primary input[type=button]:focus,
.button-group.hollow.primary #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.primary input[type=submit]:focus,
.button-group.hollow.primary #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.primary input[type=button]:focus, .button-group.hollow.primary .cme-block input[type=submit]:focus, .cme-block .button-group.hollow.primary input[type=submit]:focus, .button-group.hollow.primary #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow.primary input[type=submit]:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary:hover, .button-group.hollow #newsletter__unsubscribe-form input.primary[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.primary[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.primary[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.primary[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.primary[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.primary[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.primary[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.primary[type=button]:hover, .button-group.hollow .cme-block input.primary[type=submit]:hover, .cme-block .button-group.hollow input.primary[type=submit]:hover, .button-group.hollow #comments #respond form .form-submit input.primary[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow input.primary[type=submit]:hover, .button-group.hollow .button.primary:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.primary:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.primary:focus, .button-group.hollow #newsletter__unsubscribe-form input.primary[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.primary[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.primary[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.primary[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.primary[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.primary[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.primary[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.primary[type=button]:focus, .button-group.hollow .cme-block input.primary[type=submit]:focus, .cme-block .button-group.hollow input.primary[type=submit]:focus, .button-group.hollow #comments #respond form .form-submit input.primary[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow input.primary[type=submit]:focus {
  border-color: #00375a;
  color: #00375a;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label, .button-group.hollow.secondary #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow.secondary input[type=submit],
.button-group.hollow.secondary #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow.secondary input[type=button],
.button-group.hollow.secondary #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow.secondary input[type=submit],
.button-group.hollow.secondary #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow.secondary input[type=button], .button-group.hollow.secondary .cme-block input[type=submit], .cme-block .button-group.hollow.secondary input[type=submit], .button-group.hollow.secondary #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow.secondary input[type=submit], .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label.disabled, .button-group.hollow.secondary #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow.secondary input.disabled[type=submit],
.button-group.hollow.secondary #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow.secondary input.disabled[type=button],
.button-group.hollow.secondary #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow.secondary input.disabled[type=submit],
.button-group.hollow.secondary #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow.secondary input.disabled[type=button], .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label[disabled], .button-group.hollow.secondary #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow.secondary input[disabled][type=submit],
.button-group.hollow.secondary #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow.secondary input[disabled][type=button],
.button-group.hollow.secondary #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow.secondary input[disabled][type=submit],
.button-group.hollow.secondary #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow.secondary input[disabled][type=button], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label.disabled:hover, .button-group.hollow.secondary #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.secondary input.disabled[type=submit]:hover,
.button-group.hollow.secondary #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.secondary input.disabled[type=button]:hover,
.button-group.hollow.secondary #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.secondary input.disabled[type=submit]:hover,
.button-group.hollow.secondary #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.secondary input.disabled[type=button]:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label[disabled]:hover, .button-group.hollow.secondary #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.secondary input[disabled][type=submit]:hover,
.button-group.hollow.secondary #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.secondary input[disabled][type=button]:hover,
.button-group.hollow.secondary #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.secondary input[disabled][type=submit]:hover,
.button-group.hollow.secondary #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.secondary input[disabled][type=button]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label.disabled:focus, .button-group.hollow.secondary #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.secondary input.disabled[type=submit]:focus,
.button-group.hollow.secondary #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.secondary input.disabled[type=button]:focus,
.button-group.hollow.secondary #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.secondary input.disabled[type=submit]:focus,
.button-group.hollow.secondary #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.secondary input.disabled[type=button]:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label[disabled]:focus, .button-group.hollow.secondary #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.secondary input[disabled][type=submit]:focus,
.button-group.hollow.secondary #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.secondary input[disabled][type=button]:focus,
.button-group.hollow.secondary #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.secondary input[disabled][type=submit]:focus,
.button-group.hollow.secondary #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.secondary input[disabled][type=button]:focus, .button-group.hollow .button.secondary, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary, .button-group.hollow #newsletter__unsubscribe-form input.secondary[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.secondary[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.secondary[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.secondary[type=button],
.button-group.hollow #infomail__unsubscribe-form input.secondary[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.secondary[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.secondary[type=button],
#infomail__unsubscribe-form .button-group.hollow input.secondary[type=button], .button-group.hollow .cme-block input.secondary[type=submit], .cme-block .button-group.hollow input.secondary[type=submit], .button-group.hollow #comments #respond form .form-submit input.secondary[type=submit], #comments #respond form .form-submit .button-group.hollow input.secondary[type=submit], .button-group.hollow .button.secondary.disabled, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary.disabled, .button-group.hollow #newsletter__unsubscribe-form input.secondary.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.secondary.disabled[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.secondary.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.secondary.disabled[type=button],
.button-group.hollow #infomail__unsubscribe-form input.secondary.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.secondary.disabled[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.secondary.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow input.secondary.disabled[type=button], .button-group.hollow .button.secondary[disabled], .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary[disabled], .button-group.hollow #newsletter__unsubscribe-form input.secondary[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow input.secondary[disabled][type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.secondary[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow input.secondary[disabled][type=button],
.button-group.hollow #infomail__unsubscribe-form input.secondary[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow input.secondary[disabled][type=submit],
.button-group.hollow #infomail__unsubscribe-form input.secondary[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow input.secondary[disabled][type=button], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary.disabled:hover, .button-group.hollow #newsletter__unsubscribe-form input.secondary.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.secondary.disabled[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.secondary.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.secondary.disabled[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.secondary.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.secondary.disabled[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.secondary.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.secondary.disabled[type=button]:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary[disabled]:hover, .button-group.hollow #newsletter__unsubscribe-form input.secondary[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.secondary[disabled][type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.secondary[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.secondary[disabled][type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.secondary[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.secondary[disabled][type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.secondary[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.secondary[disabled][type=button]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary.disabled:focus, .button-group.hollow #newsletter__unsubscribe-form input.secondary.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.secondary.disabled[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.secondary.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.secondary.disabled[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.secondary.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.secondary.disabled[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.secondary.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.secondary.disabled[type=button]:focus, .button-group.hollow .button.secondary[disabled]:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary[disabled]:focus, .button-group.hollow #newsletter__unsubscribe-form input.secondary[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.secondary[disabled][type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.secondary[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.secondary[disabled][type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.secondary[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.secondary[disabled][type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.secondary[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.secondary[disabled][type=button]:focus {
  border: 1px solid #2a2b2e;
  color: #2a2b2e;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label:hover, .button-group.hollow.secondary #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.secondary input[type=submit]:hover,
.button-group.hollow.secondary #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.secondary input[type=button]:hover,
.button-group.hollow.secondary #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.secondary input[type=submit]:hover,
.button-group.hollow.secondary #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.secondary input[type=button]:hover, .button-group.hollow.secondary .cme-block input[type=submit]:hover, .cme-block .button-group.hollow.secondary input[type=submit]:hover, .button-group.hollow.secondary #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow.secondary input[type=submit]:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.secondary label:focus, .button-group.hollow.secondary #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.secondary input[type=submit]:focus,
.button-group.hollow.secondary #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.secondary input[type=button]:focus,
.button-group.hollow.secondary #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.secondary input[type=submit]:focus,
.button-group.hollow.secondary #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.secondary input[type=button]:focus, .button-group.hollow.secondary .cme-block input[type=submit]:focus, .cme-block .button-group.hollow.secondary input[type=submit]:focus, .button-group.hollow.secondary #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow.secondary input[type=submit]:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary:hover, .button-group.hollow #newsletter__unsubscribe-form input.secondary[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.secondary[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.secondary[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.secondary[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.secondary[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.secondary[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.secondary[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.secondary[type=button]:hover, .button-group.hollow .cme-block input.secondary[type=submit]:hover, .cme-block .button-group.hollow input.secondary[type=submit]:hover, .button-group.hollow #comments #respond form .form-submit input.secondary[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow input.secondary[type=submit]:hover, .button-group.hollow .button.secondary:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.secondary:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.secondary:focus, .button-group.hollow #newsletter__unsubscribe-form input.secondary[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.secondary[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.secondary[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.secondary[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.secondary[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.secondary[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.secondary[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.secondary[type=button]:focus, .button-group.hollow .cme-block input.secondary[type=submit]:focus, .cme-block .button-group.hollow input.secondary[type=submit]:focus, .button-group.hollow #comments #respond form .form-submit input.secondary[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow input.secondary[type=submit]:focus {
  border-color: #151617;
  color: #151617;
}
.button-group.hollow.success .button, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label, .button-group.hollow.success #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow.success input[type=submit],
.button-group.hollow.success #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow.success input[type=button],
.button-group.hollow.success #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow.success input[type=submit],
.button-group.hollow.success #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow.success input[type=button], .button-group.hollow.success .cme-block input[type=submit], .cme-block .button-group.hollow.success input[type=submit], .button-group.hollow.success #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow.success input[type=submit], .button-group.hollow.success .button.disabled, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label.disabled, .button-group.hollow.success #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow.success input.disabled[type=submit],
.button-group.hollow.success #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow.success input.disabled[type=button],
.button-group.hollow.success #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow.success input.disabled[type=submit],
.button-group.hollow.success #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow.success input.disabled[type=button], .button-group.hollow.success .button[disabled], .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label[disabled], .button-group.hollow.success #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow.success input[disabled][type=submit],
.button-group.hollow.success #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow.success input[disabled][type=button],
.button-group.hollow.success #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow.success input[disabled][type=submit],
.button-group.hollow.success #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow.success input[disabled][type=button], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label.disabled:hover, .button-group.hollow.success #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.success input.disabled[type=submit]:hover,
.button-group.hollow.success #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.success input.disabled[type=button]:hover,
.button-group.hollow.success #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.success input.disabled[type=submit]:hover,
.button-group.hollow.success #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.success input.disabled[type=button]:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label[disabled]:hover, .button-group.hollow.success #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.success input[disabled][type=submit]:hover,
.button-group.hollow.success #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.success input[disabled][type=button]:hover,
.button-group.hollow.success #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.success input[disabled][type=submit]:hover,
.button-group.hollow.success #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.success input[disabled][type=button]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label.disabled:focus, .button-group.hollow.success #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.success input.disabled[type=submit]:focus,
.button-group.hollow.success #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.success input.disabled[type=button]:focus,
.button-group.hollow.success #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.success input.disabled[type=submit]:focus,
.button-group.hollow.success #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.success input.disabled[type=button]:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label[disabled]:focus, .button-group.hollow.success #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.success input[disabled][type=submit]:focus,
.button-group.hollow.success #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.success input[disabled][type=button]:focus,
.button-group.hollow.success #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.success input[disabled][type=submit]:focus,
.button-group.hollow.success #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.success input[disabled][type=button]:focus, .button-group.hollow .button.success, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success, .button-group.hollow #newsletter__unsubscribe-form input.success[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.success[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.success[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.success[type=button],
.button-group.hollow #infomail__unsubscribe-form input.success[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.success[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.success[type=button],
#infomail__unsubscribe-form .button-group.hollow input.success[type=button], .button-group.hollow .cme-block input.success[type=submit], .cme-block .button-group.hollow input.success[type=submit], .button-group.hollow #comments #respond form .form-submit input.success[type=submit], #comments #respond form .form-submit .button-group.hollow input.success[type=submit], .button-group.hollow .button.success.disabled, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success.disabled, .button-group.hollow #newsletter__unsubscribe-form input.success.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.success.disabled[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.success.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.success.disabled[type=button],
.button-group.hollow #infomail__unsubscribe-form input.success.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.success.disabled[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.success.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow input.success.disabled[type=button], .button-group.hollow .button.success[disabled], .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success[disabled], .button-group.hollow #newsletter__unsubscribe-form input.success[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow input.success[disabled][type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.success[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow input.success[disabled][type=button],
.button-group.hollow #infomail__unsubscribe-form input.success[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow input.success[disabled][type=submit],
.button-group.hollow #infomail__unsubscribe-form input.success[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow input.success[disabled][type=button], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success.disabled:hover, .button-group.hollow #newsletter__unsubscribe-form input.success.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.success.disabled[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.success.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.success.disabled[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.success.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.success.disabled[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.success.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.success.disabled[type=button]:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success[disabled]:hover, .button-group.hollow #newsletter__unsubscribe-form input.success[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.success[disabled][type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.success[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.success[disabled][type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.success[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.success[disabled][type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.success[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.success[disabled][type=button]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success.disabled:focus, .button-group.hollow #newsletter__unsubscribe-form input.success.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.success.disabled[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.success.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.success.disabled[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.success.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.success.disabled[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.success.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.success.disabled[type=button]:focus, .button-group.hollow .button.success[disabled]:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success[disabled]:focus, .button-group.hollow #newsletter__unsubscribe-form input.success[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.success[disabled][type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.success[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.success[disabled][type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.success[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.success[disabled][type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.success[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.success[disabled][type=button]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label:hover, .button-group.hollow.success #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.success input[type=submit]:hover,
.button-group.hollow.success #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.success input[type=button]:hover,
.button-group.hollow.success #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.success input[type=submit]:hover,
.button-group.hollow.success #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.success input[type=button]:hover, .button-group.hollow.success .cme-block input[type=submit]:hover, .cme-block .button-group.hollow.success input[type=submit]:hover, .button-group.hollow.success #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow.success input[type=submit]:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.success label:focus, .button-group.hollow.success #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.success input[type=submit]:focus,
.button-group.hollow.success #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.success input[type=button]:focus,
.button-group.hollow.success #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.success input[type=submit]:focus,
.button-group.hollow.success #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.success input[type=button]:focus, .button-group.hollow.success .cme-block input[type=submit]:focus, .cme-block .button-group.hollow.success input[type=submit]:focus, .button-group.hollow.success #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow.success input[type=submit]:focus, .button-group.hollow .button.success:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success:hover, .button-group.hollow #newsletter__unsubscribe-form input.success[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.success[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.success[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.success[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.success[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.success[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.success[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.success[type=button]:hover, .button-group.hollow .cme-block input.success[type=submit]:hover, .cme-block .button-group.hollow input.success[type=submit]:hover, .button-group.hollow #comments #respond form .form-submit input.success[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow input.success[type=submit]:hover, .button-group.hollow .button.success:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.success:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.success:focus, .button-group.hollow #newsletter__unsubscribe-form input.success[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.success[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.success[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.success[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.success[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.success[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.success[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.success[type=button]:focus, .button-group.hollow .cme-block input.success[type=submit]:focus, .cme-block .button-group.hollow input.success[type=submit]:focus, .button-group.hollow #comments #respond form .form-submit input.success[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow input.success[type=submit]:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label, .button-group.hollow.warning #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow.warning input[type=submit],
.button-group.hollow.warning #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow.warning input[type=button],
.button-group.hollow.warning #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow.warning input[type=submit],
.button-group.hollow.warning #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow.warning input[type=button], .button-group.hollow.warning .cme-block input[type=submit], .cme-block .button-group.hollow.warning input[type=submit], .button-group.hollow.warning #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow.warning input[type=submit], .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label.disabled, .button-group.hollow.warning #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow.warning input.disabled[type=submit],
.button-group.hollow.warning #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow.warning input.disabled[type=button],
.button-group.hollow.warning #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow.warning input.disabled[type=submit],
.button-group.hollow.warning #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow.warning input.disabled[type=button], .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label[disabled], .button-group.hollow.warning #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow.warning input[disabled][type=submit],
.button-group.hollow.warning #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow.warning input[disabled][type=button],
.button-group.hollow.warning #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow.warning input[disabled][type=submit],
.button-group.hollow.warning #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow.warning input[disabled][type=button], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label.disabled:hover, .button-group.hollow.warning #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.warning input.disabled[type=submit]:hover,
.button-group.hollow.warning #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.warning input.disabled[type=button]:hover,
.button-group.hollow.warning #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.warning input.disabled[type=submit]:hover,
.button-group.hollow.warning #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.warning input.disabled[type=button]:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label[disabled]:hover, .button-group.hollow.warning #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.warning input[disabled][type=submit]:hover,
.button-group.hollow.warning #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.warning input[disabled][type=button]:hover,
.button-group.hollow.warning #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.warning input[disabled][type=submit]:hover,
.button-group.hollow.warning #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.warning input[disabled][type=button]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label.disabled:focus, .button-group.hollow.warning #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.warning input.disabled[type=submit]:focus,
.button-group.hollow.warning #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.warning input.disabled[type=button]:focus,
.button-group.hollow.warning #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.warning input.disabled[type=submit]:focus,
.button-group.hollow.warning #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.warning input.disabled[type=button]:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label[disabled]:focus, .button-group.hollow.warning #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.warning input[disabled][type=submit]:focus,
.button-group.hollow.warning #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.warning input[disabled][type=button]:focus,
.button-group.hollow.warning #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.warning input[disabled][type=submit]:focus,
.button-group.hollow.warning #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.warning input[disabled][type=button]:focus, .button-group.hollow .button.warning, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning, .button-group.hollow #newsletter__unsubscribe-form input.warning[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.warning[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.warning[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.warning[type=button],
.button-group.hollow #infomail__unsubscribe-form input.warning[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.warning[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.warning[type=button],
#infomail__unsubscribe-form .button-group.hollow input.warning[type=button], .button-group.hollow .cme-block input.warning[type=submit], .cme-block .button-group.hollow input.warning[type=submit], .button-group.hollow #comments #respond form .form-submit input.warning[type=submit], #comments #respond form .form-submit .button-group.hollow input.warning[type=submit], .button-group.hollow .button.warning.disabled, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning.disabled, .button-group.hollow #newsletter__unsubscribe-form input.warning.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.warning.disabled[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.warning.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.warning.disabled[type=button],
.button-group.hollow #infomail__unsubscribe-form input.warning.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.warning.disabled[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.warning.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow input.warning.disabled[type=button], .button-group.hollow .button.warning[disabled], .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning[disabled], .button-group.hollow #newsletter__unsubscribe-form input.warning[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow input.warning[disabled][type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.warning[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow input.warning[disabled][type=button],
.button-group.hollow #infomail__unsubscribe-form input.warning[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow input.warning[disabled][type=submit],
.button-group.hollow #infomail__unsubscribe-form input.warning[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow input.warning[disabled][type=button], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning.disabled:hover, .button-group.hollow #newsletter__unsubscribe-form input.warning.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.warning.disabled[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.warning.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.warning.disabled[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.warning.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.warning.disabled[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.warning.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.warning.disabled[type=button]:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning[disabled]:hover, .button-group.hollow #newsletter__unsubscribe-form input.warning[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.warning[disabled][type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.warning[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.warning[disabled][type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.warning[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.warning[disabled][type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.warning[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.warning[disabled][type=button]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning.disabled:focus, .button-group.hollow #newsletter__unsubscribe-form input.warning.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.warning.disabled[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.warning.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.warning.disabled[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.warning.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.warning.disabled[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.warning.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.warning.disabled[type=button]:focus, .button-group.hollow .button.warning[disabled]:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning[disabled]:focus, .button-group.hollow #newsletter__unsubscribe-form input.warning[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.warning[disabled][type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.warning[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.warning[disabled][type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.warning[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.warning[disabled][type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.warning[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.warning[disabled][type=button]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label:hover, .button-group.hollow.warning #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.warning input[type=submit]:hover,
.button-group.hollow.warning #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.warning input[type=button]:hover,
.button-group.hollow.warning #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.warning input[type=submit]:hover,
.button-group.hollow.warning #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.warning input[type=button]:hover, .button-group.hollow.warning .cme-block input[type=submit]:hover, .cme-block .button-group.hollow.warning input[type=submit]:hover, .button-group.hollow.warning #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow.warning input[type=submit]:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.warning label:focus, .button-group.hollow.warning #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.warning input[type=submit]:focus,
.button-group.hollow.warning #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.warning input[type=button]:focus,
.button-group.hollow.warning #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.warning input[type=submit]:focus,
.button-group.hollow.warning #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.warning input[type=button]:focus, .button-group.hollow.warning .cme-block input[type=submit]:focus, .cme-block .button-group.hollow.warning input[type=submit]:focus, .button-group.hollow.warning #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow.warning input[type=submit]:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning:hover, .button-group.hollow #newsletter__unsubscribe-form input.warning[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.warning[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.warning[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.warning[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.warning[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.warning[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.warning[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.warning[type=button]:hover, .button-group.hollow .cme-block input.warning[type=submit]:hover, .cme-block .button-group.hollow input.warning[type=submit]:hover, .button-group.hollow #comments #respond form .form-submit input.warning[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow input.warning[type=submit]:hover, .button-group.hollow .button.warning:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.warning:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.warning:focus, .button-group.hollow #newsletter__unsubscribe-form input.warning[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.warning[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.warning[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.warning[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.warning[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.warning[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.warning[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.warning[type=button]:focus, .button-group.hollow .cme-block input.warning[type=submit]:focus, .cme-block .button-group.hollow input.warning[type=submit]:focus, .button-group.hollow #comments #respond form .form-submit input.warning[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow input.warning[type=submit]:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label, .button-group.hollow.alert #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow.alert input[type=submit],
.button-group.hollow.alert #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow.alert input[type=button],
.button-group.hollow.alert #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow.alert input[type=submit],
.button-group.hollow.alert #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow.alert input[type=button], .button-group.hollow.alert .cme-block input[type=submit], .cme-block .button-group.hollow.alert input[type=submit], .button-group.hollow.alert #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow.alert input[type=submit], .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label.disabled, .button-group.hollow.alert #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow.alert input.disabled[type=submit],
.button-group.hollow.alert #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow.alert input.disabled[type=button],
.button-group.hollow.alert #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow.alert input.disabled[type=submit],
.button-group.hollow.alert #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow.alert input.disabled[type=button], .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label[disabled], .button-group.hollow.alert #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow.alert input[disabled][type=submit],
.button-group.hollow.alert #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow.alert input[disabled][type=button],
.button-group.hollow.alert #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow.alert input[disabled][type=submit],
.button-group.hollow.alert #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow.alert input[disabled][type=button], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label.disabled:hover, .button-group.hollow.alert #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.alert input.disabled[type=submit]:hover,
.button-group.hollow.alert #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.alert input.disabled[type=button]:hover,
.button-group.hollow.alert #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.alert input.disabled[type=submit]:hover,
.button-group.hollow.alert #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.alert input.disabled[type=button]:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label[disabled]:hover, .button-group.hollow.alert #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.alert input[disabled][type=submit]:hover,
.button-group.hollow.alert #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.alert input[disabled][type=button]:hover,
.button-group.hollow.alert #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.alert input[disabled][type=submit]:hover,
.button-group.hollow.alert #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.alert input[disabled][type=button]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label.disabled:focus, .button-group.hollow.alert #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.alert input.disabled[type=submit]:focus,
.button-group.hollow.alert #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.alert input.disabled[type=button]:focus,
.button-group.hollow.alert #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.alert input.disabled[type=submit]:focus,
.button-group.hollow.alert #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.alert input.disabled[type=button]:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label[disabled]:focus, .button-group.hollow.alert #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.alert input[disabled][type=submit]:focus,
.button-group.hollow.alert #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.alert input[disabled][type=button]:focus,
.button-group.hollow.alert #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.alert input[disabled][type=submit]:focus,
.button-group.hollow.alert #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.alert input[disabled][type=button]:focus, .button-group.hollow .button.alert, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert, .button-group.hollow #newsletter__unsubscribe-form input.alert[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.alert[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.alert[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.alert[type=button],
.button-group.hollow #infomail__unsubscribe-form input.alert[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.alert[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.alert[type=button],
#infomail__unsubscribe-form .button-group.hollow input.alert[type=button], .button-group.hollow .cme-block input.alert[type=submit], .cme-block .button-group.hollow input.alert[type=submit], .button-group.hollow #comments #respond form .form-submit input.alert[type=submit], #comments #respond form .form-submit .button-group.hollow input.alert[type=submit], .button-group.hollow .button.alert.disabled, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert.disabled, .button-group.hollow #newsletter__unsubscribe-form input.alert.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.alert.disabled[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.alert.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.alert.disabled[type=button],
.button-group.hollow #infomail__unsubscribe-form input.alert.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.alert.disabled[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.alert.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow input.alert.disabled[type=button], .button-group.hollow .button.alert[disabled], .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert[disabled], .button-group.hollow #newsletter__unsubscribe-form input.alert[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow input.alert[disabled][type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.alert[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow input.alert[disabled][type=button],
.button-group.hollow #infomail__unsubscribe-form input.alert[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow input.alert[disabled][type=submit],
.button-group.hollow #infomail__unsubscribe-form input.alert[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow input.alert[disabled][type=button], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert.disabled:hover, .button-group.hollow #newsletter__unsubscribe-form input.alert.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.alert.disabled[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.alert.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.alert.disabled[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.alert.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.alert.disabled[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.alert.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.alert.disabled[type=button]:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert[disabled]:hover, .button-group.hollow #newsletter__unsubscribe-form input.alert[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.alert[disabled][type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.alert[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.alert[disabled][type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.alert[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.alert[disabled][type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.alert[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.alert[disabled][type=button]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert.disabled:focus, .button-group.hollow #newsletter__unsubscribe-form input.alert.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.alert.disabled[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.alert.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.alert.disabled[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.alert.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.alert.disabled[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.alert.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.alert.disabled[type=button]:focus, .button-group.hollow .button.alert[disabled]:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert[disabled]:focus, .button-group.hollow #newsletter__unsubscribe-form input.alert[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.alert[disabled][type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.alert[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.alert[disabled][type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.alert[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.alert[disabled][type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.alert[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.alert[disabled][type=button]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label:hover, .button-group.hollow.alert #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.alert input[type=submit]:hover,
.button-group.hollow.alert #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.alert input[type=button]:hover,
.button-group.hollow.alert #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.alert input[type=submit]:hover,
.button-group.hollow.alert #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.alert input[type=button]:hover, .button-group.hollow.alert .cme-block input[type=submit]:hover, .cme-block .button-group.hollow.alert input[type=submit]:hover, .button-group.hollow.alert #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow.alert input[type=submit]:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.alert label:focus, .button-group.hollow.alert #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.alert input[type=submit]:focus,
.button-group.hollow.alert #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.alert input[type=button]:focus,
.button-group.hollow.alert #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.alert input[type=submit]:focus,
.button-group.hollow.alert #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.alert input[type=button]:focus, .button-group.hollow.alert .cme-block input[type=submit]:focus, .cme-block .button-group.hollow.alert input[type=submit]:focus, .button-group.hollow.alert #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow.alert input[type=submit]:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert:hover, .button-group.hollow #newsletter__unsubscribe-form input.alert[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.alert[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.alert[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.alert[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.alert[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.alert[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.alert[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.alert[type=button]:hover, .button-group.hollow .cme-block input.alert[type=submit]:hover, .cme-block .button-group.hollow input.alert[type=submit]:hover, .button-group.hollow #comments #respond form .form-submit input.alert[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow input.alert[type=submit]:hover, .button-group.hollow .button.alert:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.alert:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.alert:focus, .button-group.hollow #newsletter__unsubscribe-form input.alert[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.alert[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.alert[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.alert[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.alert[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.alert[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.alert[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.alert[type=button]:focus, .button-group.hollow .cme-block input.alert[type=submit]:focus, .cme-block .button-group.hollow input.alert[type=submit]:focus, .button-group.hollow #comments #respond form .form-submit input.alert[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow input.alert[type=submit]:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.hollow.light-gray .button, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label, .button-group.hollow.light-gray #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.hollow.light-gray input[type=submit],
.button-group.hollow.light-gray #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.hollow.light-gray input[type=button],
.button-group.hollow.light-gray #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.hollow.light-gray input[type=submit],
.button-group.hollow.light-gray #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.hollow.light-gray input[type=button], .button-group.hollow.light-gray .cme-block input[type=submit], .cme-block .button-group.hollow.light-gray input[type=submit], .button-group.hollow.light-gray #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.hollow.light-gray input[type=submit], .button-group.hollow.light-gray .button.disabled, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label.disabled, .button-group.hollow.light-gray #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=submit],
.button-group.hollow.light-gray #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=button],
.button-group.hollow.light-gray #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=submit],
.button-group.hollow.light-gray #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=button], .button-group.hollow.light-gray .button[disabled], .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label[disabled], .button-group.hollow.light-gray #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=submit],
.button-group.hollow.light-gray #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=button],
.button-group.hollow.light-gray #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=submit],
.button-group.hollow.light-gray #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=button], .button-group.hollow.light-gray .button.disabled:hover, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label.disabled:hover, .button-group.hollow.light-gray #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=submit]:hover,
.button-group.hollow.light-gray #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=button]:hover,
.button-group.hollow.light-gray #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=submit]:hover,
.button-group.hollow.light-gray #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=button]:hover, .button-group.hollow.light-gray .button[disabled]:hover, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label[disabled]:hover, .button-group.hollow.light-gray #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=submit]:hover,
.button-group.hollow.light-gray #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=button]:hover,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=submit]:hover,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=button]:hover, .button-group.hollow.light-gray .button.disabled:focus, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label.disabled:focus, .button-group.hollow.light-gray #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=submit]:focus,
.button-group.hollow.light-gray #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=button]:focus,
.button-group.hollow.light-gray #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=submit]:focus,
.button-group.hollow.light-gray #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.light-gray input.disabled[type=button]:focus, .button-group.hollow.light-gray .button[disabled]:focus, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label[disabled]:focus, .button-group.hollow.light-gray #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=submit]:focus,
.button-group.hollow.light-gray #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=button]:focus,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=submit]:focus,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[disabled][type=button]:focus, .button-group.hollow .button.light-gray, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray, .button-group.hollow #newsletter__unsubscribe-form input.light-gray[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.light-gray[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.light-gray[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.light-gray[type=button],
.button-group.hollow #infomail__unsubscribe-form input.light-gray[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.light-gray[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.light-gray[type=button],
#infomail__unsubscribe-form .button-group.hollow input.light-gray[type=button], .button-group.hollow .cme-block input.light-gray[type=submit], .cme-block .button-group.hollow input.light-gray[type=submit], .button-group.hollow #comments #respond form .form-submit input.light-gray[type=submit], #comments #respond form .form-submit .button-group.hollow input.light-gray[type=submit], .button-group.hollow .button.light-gray.disabled, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray.disabled, .button-group.hollow #newsletter__unsubscribe-form input.light-gray.disabled[type=submit], #newsletter__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.light-gray.disabled[type=button],
#newsletter__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=button],
.button-group.hollow #infomail__unsubscribe-form input.light-gray.disabled[type=submit],
#infomail__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=submit],
.button-group.hollow #infomail__unsubscribe-form input.light-gray.disabled[type=button],
#infomail__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=button], .button-group.hollow .button.light-gray[disabled], .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray[disabled], .button-group.hollow #newsletter__unsubscribe-form input.light-gray[disabled][type=submit], #newsletter__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=submit],
.button-group.hollow #newsletter__unsubscribe-form input.light-gray[disabled][type=button],
#newsletter__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=button],
.button-group.hollow #infomail__unsubscribe-form input.light-gray[disabled][type=submit],
#infomail__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=submit],
.button-group.hollow #infomail__unsubscribe-form input.light-gray[disabled][type=button],
#infomail__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=button], .button-group.hollow .button.light-gray.disabled:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray.disabled:hover, .button-group.hollow #newsletter__unsubscribe-form input.light-gray.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.light-gray.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.light-gray.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.light-gray.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=button]:hover, .button-group.hollow .button.light-gray[disabled]:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray[disabled]:hover, .button-group.hollow #newsletter__unsubscribe-form input.light-gray[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.light-gray[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=button]:hover, .button-group.hollow .button.light-gray.disabled:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray.disabled:focus, .button-group.hollow #newsletter__unsubscribe-form input.light-gray.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.light-gray.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.light-gray.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.light-gray.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.light-gray.disabled[type=button]:focus, .button-group.hollow .button.light-gray[disabled]:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray[disabled]:focus, .button-group.hollow #newsletter__unsubscribe-form input.light-gray[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.light-gray[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[disabled][type=button]:focus {
  border: 1px solid #f2f2f4;
  color: #f2f2f4;
}
.button-group.hollow.light-gray .button:hover, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label:hover, .button-group.hollow.light-gray #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow.light-gray input[type=submit]:hover,
.button-group.hollow.light-gray #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow.light-gray input[type=button]:hover,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[type=submit]:hover,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[type=button]:hover, .button-group.hollow.light-gray .cme-block input[type=submit]:hover, .cme-block .button-group.hollow.light-gray input[type=submit]:hover, .button-group.hollow.light-gray #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow.light-gray input[type=submit]:hover, .button-group.hollow.light-gray .button:focus, .button-group.hollow.light-gray .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow.light-gray label:focus, .button-group.hollow.light-gray #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow.light-gray input[type=submit]:focus,
.button-group.hollow.light-gray #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow.light-gray input[type=button]:focus,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[type=submit]:focus,
.button-group.hollow.light-gray #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow.light-gray input[type=button]:focus, .button-group.hollow.light-gray .cme-block input[type=submit]:focus, .cme-block .button-group.hollow.light-gray input[type=submit]:focus, .button-group.hollow.light-gray #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow.light-gray input[type=submit]:focus, .button-group.hollow .button.light-gray:hover, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray:hover, .button-group.hollow #newsletter__unsubscribe-form input.light-gray[type=submit]:hover, #newsletter__unsubscribe-form .button-group.hollow input.light-gray[type=submit]:hover,
.button-group.hollow #newsletter__unsubscribe-form input.light-gray[type=button]:hover,
#newsletter__unsubscribe-form .button-group.hollow input.light-gray[type=button]:hover,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[type=submit]:hover,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[type=submit]:hover,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[type=button]:hover,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[type=button]:hover, .button-group.hollow .cme-block input.light-gray[type=submit]:hover, .cme-block .button-group.hollow input.light-gray[type=submit]:hover, .button-group.hollow #comments #respond form .form-submit input.light-gray[type=submit]:hover, #comments #respond form .form-submit .button-group.hollow input.light-gray[type=submit]:hover, .button-group.hollow .button.light-gray:focus, .button-group.hollow .article .entry-content .wp-polls .wp-polls-ul li label.light-gray:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.hollow label.light-gray:focus, .button-group.hollow #newsletter__unsubscribe-form input.light-gray[type=submit]:focus, #newsletter__unsubscribe-form .button-group.hollow input.light-gray[type=submit]:focus,
.button-group.hollow #newsletter__unsubscribe-form input.light-gray[type=button]:focus,
#newsletter__unsubscribe-form .button-group.hollow input.light-gray[type=button]:focus,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[type=submit]:focus,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[type=submit]:focus,
.button-group.hollow #infomail__unsubscribe-form input.light-gray[type=button]:focus,
#infomail__unsubscribe-form .button-group.hollow input.light-gray[type=button]:focus, .button-group.hollow .cme-block input.light-gray[type=submit]:focus, .cme-block .button-group.hollow input.light-gray[type=submit]:focus, .button-group.hollow #comments #respond form .form-submit input.light-gray[type=submit]:focus, #comments #respond form .form-submit .button-group.hollow input.light-gray[type=submit]:focus {
  border-color: #6f6f84;
  color: #6f6f84;
}
.button-group.clear .button, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label, .button-group.clear #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear input[type=submit],
.button-group.clear #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear input[type=button],
.button-group.clear #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear input[type=submit],
.button-group.clear #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear input[type=button], .button-group.clear .cme-block input[type=submit], .cme-block .button-group.clear input[type=submit], .button-group.clear #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear input[type=submit], .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label, .button-group.clear #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear input[type=submit],
.button-group.clear #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear input[type=button],
.button-group.clear #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear input[type=submit],
.button-group.clear #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear input[type=button], .button-group.clear .cme-block input[type=submit], .cme-block .button-group.clear input[type=submit], .button-group.clear #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear input[type=submit], .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #006eb4;
}
.button-group.clear .button:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label:hover, .button-group.clear #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input[type=button]:hover, .button-group.clear .cme-block input[type=submit]:hover, .cme-block .button-group.clear input[type=submit]:hover, .button-group.clear #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.clear input[type=submit]:hover, .button-group.clear .button:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label:focus, .button-group.clear #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input[type=button]:focus, .button-group.clear .cme-block input[type=submit]:focus, .cme-block .button-group.clear input[type=submit]:focus, .button-group.clear #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.clear input[type=submit]:focus {
  color: #00375a;
}
.button-group.clear.primary .button, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label, .button-group.clear.primary #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear.primary input[type=submit],
.button-group.clear.primary #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear.primary input[type=button],
.button-group.clear.primary #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear.primary input[type=submit],
.button-group.clear.primary #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear.primary input[type=button], .button-group.clear.primary .cme-block input[type=submit], .cme-block .button-group.clear.primary input[type=submit], .button-group.clear.primary #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear.primary input[type=submit], .button-group.clear.primary .button.disabled, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label.disabled, .button-group.clear.primary #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear.primary input.disabled[type=submit],
.button-group.clear.primary #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear.primary input.disabled[type=button],
.button-group.clear.primary #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear.primary input.disabled[type=submit],
.button-group.clear.primary #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear.primary input.disabled[type=button], .button-group.clear.primary .button[disabled], .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label[disabled], .button-group.clear.primary #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear.primary input[disabled][type=submit],
.button-group.clear.primary #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear.primary input[disabled][type=button],
.button-group.clear.primary #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear.primary input[disabled][type=submit],
.button-group.clear.primary #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear.primary input[disabled][type=button], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label.disabled:hover, .button-group.clear.primary #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.primary input.disabled[type=submit]:hover,
.button-group.clear.primary #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.primary input.disabled[type=button]:hover,
.button-group.clear.primary #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.primary input.disabled[type=submit]:hover,
.button-group.clear.primary #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.primary input.disabled[type=button]:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label[disabled]:hover, .button-group.clear.primary #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.primary input[disabled][type=submit]:hover,
.button-group.clear.primary #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.primary input[disabled][type=button]:hover,
.button-group.clear.primary #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.primary input[disabled][type=submit]:hover,
.button-group.clear.primary #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.primary input[disabled][type=button]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label.disabled:focus, .button-group.clear.primary #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.primary input.disabled[type=submit]:focus,
.button-group.clear.primary #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.primary input.disabled[type=button]:focus,
.button-group.clear.primary #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.primary input.disabled[type=submit]:focus,
.button-group.clear.primary #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.primary input.disabled[type=button]:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label[disabled]:focus, .button-group.clear.primary #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.primary input[disabled][type=submit]:focus,
.button-group.clear.primary #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.primary input[disabled][type=button]:focus,
.button-group.clear.primary #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.primary input[disabled][type=submit]:focus,
.button-group.clear.primary #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.primary input[disabled][type=button]:focus, .button-group.clear .button.primary, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary, .button-group.clear #newsletter__unsubscribe-form input.primary[type=submit], #newsletter__unsubscribe-form .button-group.clear input.primary[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.primary[type=button],
#newsletter__unsubscribe-form .button-group.clear input.primary[type=button],
.button-group.clear #infomail__unsubscribe-form input.primary[type=submit],
#infomail__unsubscribe-form .button-group.clear input.primary[type=submit],
.button-group.clear #infomail__unsubscribe-form input.primary[type=button],
#infomail__unsubscribe-form .button-group.clear input.primary[type=button], .button-group.clear .cme-block input.primary[type=submit], .cme-block .button-group.clear input.primary[type=submit], .button-group.clear #comments #respond form .form-submit input.primary[type=submit], #comments #respond form .form-submit .button-group.clear input.primary[type=submit], .button-group.clear .button.primary.disabled, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary.disabled, .button-group.clear #newsletter__unsubscribe-form input.primary.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear input.primary.disabled[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.primary.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear input.primary.disabled[type=button],
.button-group.clear #infomail__unsubscribe-form input.primary.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear input.primary.disabled[type=submit],
.button-group.clear #infomail__unsubscribe-form input.primary.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear input.primary.disabled[type=button], .button-group.clear .button.primary[disabled], .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary[disabled], .button-group.clear #newsletter__unsubscribe-form input.primary[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear input.primary[disabled][type=submit],
.button-group.clear #newsletter__unsubscribe-form input.primary[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear input.primary[disabled][type=button],
.button-group.clear #infomail__unsubscribe-form input.primary[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear input.primary[disabled][type=submit],
.button-group.clear #infomail__unsubscribe-form input.primary[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear input.primary[disabled][type=button], .button-group.clear .button.primary.disabled:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary.disabled:hover, .button-group.clear #newsletter__unsubscribe-form input.primary.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.primary.disabled[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.primary.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.primary.disabled[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.primary.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.primary.disabled[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.primary.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.primary.disabled[type=button]:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary[disabled]:hover, .button-group.clear #newsletter__unsubscribe-form input.primary[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.primary[disabled][type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.primary[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.primary[disabled][type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.primary[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.primary[disabled][type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.primary[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.primary[disabled][type=button]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary.disabled:focus, .button-group.clear #newsletter__unsubscribe-form input.primary.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.primary.disabled[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.primary.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.primary.disabled[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.primary.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.primary.disabled[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.primary.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.primary.disabled[type=button]:focus, .button-group.clear .button.primary[disabled]:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary[disabled]:focus, .button-group.clear #newsletter__unsubscribe-form input.primary[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.primary[disabled][type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.primary[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.primary[disabled][type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.primary[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.primary[disabled][type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.primary[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.primary[disabled][type=button]:focus {
  color: #006eb4;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label:hover, .button-group.clear.primary #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.primary input[type=submit]:hover,
.button-group.clear.primary #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.primary input[type=button]:hover,
.button-group.clear.primary #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.primary input[type=submit]:hover,
.button-group.clear.primary #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.primary input[type=button]:hover, .button-group.clear.primary .cme-block input[type=submit]:hover, .cme-block .button-group.clear.primary input[type=submit]:hover, .button-group.clear.primary #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.clear.primary input[type=submit]:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.primary label:focus, .button-group.clear.primary #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.primary input[type=submit]:focus,
.button-group.clear.primary #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.primary input[type=button]:focus,
.button-group.clear.primary #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.primary input[type=submit]:focus,
.button-group.clear.primary #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.primary input[type=button]:focus, .button-group.clear.primary .cme-block input[type=submit]:focus, .cme-block .button-group.clear.primary input[type=submit]:focus, .button-group.clear.primary #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.clear.primary input[type=submit]:focus, .button-group.clear .button.primary:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary:hover, .button-group.clear #newsletter__unsubscribe-form input.primary[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.primary[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.primary[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.primary[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.primary[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.primary[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.primary[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.primary[type=button]:hover, .button-group.clear .cme-block input.primary[type=submit]:hover, .cme-block .button-group.clear input.primary[type=submit]:hover, .button-group.clear #comments #respond form .form-submit input.primary[type=submit]:hover, #comments #respond form .form-submit .button-group.clear input.primary[type=submit]:hover, .button-group.clear .button.primary:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.primary:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.primary:focus, .button-group.clear #newsletter__unsubscribe-form input.primary[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.primary[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.primary[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.primary[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.primary[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.primary[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.primary[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.primary[type=button]:focus, .button-group.clear .cme-block input.primary[type=submit]:focus, .cme-block .button-group.clear input.primary[type=submit]:focus, .button-group.clear #comments #respond form .form-submit input.primary[type=submit]:focus, #comments #respond form .form-submit .button-group.clear input.primary[type=submit]:focus {
  color: #00375a;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label, .button-group.clear.secondary #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear.secondary input[type=submit],
.button-group.clear.secondary #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear.secondary input[type=button],
.button-group.clear.secondary #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear.secondary input[type=submit],
.button-group.clear.secondary #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear.secondary input[type=button], .button-group.clear.secondary .cme-block input[type=submit], .cme-block .button-group.clear.secondary input[type=submit], .button-group.clear.secondary #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear.secondary input[type=submit], .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label.disabled, .button-group.clear.secondary #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear.secondary input.disabled[type=submit],
.button-group.clear.secondary #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear.secondary input.disabled[type=button],
.button-group.clear.secondary #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear.secondary input.disabled[type=submit],
.button-group.clear.secondary #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear.secondary input.disabled[type=button], .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label[disabled], .button-group.clear.secondary #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear.secondary input[disabled][type=submit],
.button-group.clear.secondary #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear.secondary input[disabled][type=button],
.button-group.clear.secondary #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear.secondary input[disabled][type=submit],
.button-group.clear.secondary #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear.secondary input[disabled][type=button], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label.disabled:hover, .button-group.clear.secondary #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.secondary input.disabled[type=submit]:hover,
.button-group.clear.secondary #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.secondary input.disabled[type=button]:hover,
.button-group.clear.secondary #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.secondary input.disabled[type=submit]:hover,
.button-group.clear.secondary #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.secondary input.disabled[type=button]:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label[disabled]:hover, .button-group.clear.secondary #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.secondary input[disabled][type=submit]:hover,
.button-group.clear.secondary #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.secondary input[disabled][type=button]:hover,
.button-group.clear.secondary #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.secondary input[disabled][type=submit]:hover,
.button-group.clear.secondary #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.secondary input[disabled][type=button]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label.disabled:focus, .button-group.clear.secondary #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.secondary input.disabled[type=submit]:focus,
.button-group.clear.secondary #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.secondary input.disabled[type=button]:focus,
.button-group.clear.secondary #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.secondary input.disabled[type=submit]:focus,
.button-group.clear.secondary #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.secondary input.disabled[type=button]:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label[disabled]:focus, .button-group.clear.secondary #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.secondary input[disabled][type=submit]:focus,
.button-group.clear.secondary #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.secondary input[disabled][type=button]:focus,
.button-group.clear.secondary #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.secondary input[disabled][type=submit]:focus,
.button-group.clear.secondary #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.secondary input[disabled][type=button]:focus, .button-group.clear .button.secondary, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary, .button-group.clear #newsletter__unsubscribe-form input.secondary[type=submit], #newsletter__unsubscribe-form .button-group.clear input.secondary[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.secondary[type=button],
#newsletter__unsubscribe-form .button-group.clear input.secondary[type=button],
.button-group.clear #infomail__unsubscribe-form input.secondary[type=submit],
#infomail__unsubscribe-form .button-group.clear input.secondary[type=submit],
.button-group.clear #infomail__unsubscribe-form input.secondary[type=button],
#infomail__unsubscribe-form .button-group.clear input.secondary[type=button], .button-group.clear .cme-block input.secondary[type=submit], .cme-block .button-group.clear input.secondary[type=submit], .button-group.clear #comments #respond form .form-submit input.secondary[type=submit], #comments #respond form .form-submit .button-group.clear input.secondary[type=submit], .button-group.clear .button.secondary.disabled, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary.disabled, .button-group.clear #newsletter__unsubscribe-form input.secondary.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear input.secondary.disabled[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.secondary.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear input.secondary.disabled[type=button],
.button-group.clear #infomail__unsubscribe-form input.secondary.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear input.secondary.disabled[type=submit],
.button-group.clear #infomail__unsubscribe-form input.secondary.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear input.secondary.disabled[type=button], .button-group.clear .button.secondary[disabled], .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary[disabled], .button-group.clear #newsletter__unsubscribe-form input.secondary[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear input.secondary[disabled][type=submit],
.button-group.clear #newsletter__unsubscribe-form input.secondary[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear input.secondary[disabled][type=button],
.button-group.clear #infomail__unsubscribe-form input.secondary[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear input.secondary[disabled][type=submit],
.button-group.clear #infomail__unsubscribe-form input.secondary[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear input.secondary[disabled][type=button], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary.disabled:hover, .button-group.clear #newsletter__unsubscribe-form input.secondary.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.secondary.disabled[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.secondary.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.secondary.disabled[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.secondary.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.secondary.disabled[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.secondary.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.secondary.disabled[type=button]:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary[disabled]:hover, .button-group.clear #newsletter__unsubscribe-form input.secondary[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.secondary[disabled][type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.secondary[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.secondary[disabled][type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.secondary[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.secondary[disabled][type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.secondary[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.secondary[disabled][type=button]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary.disabled:focus, .button-group.clear #newsletter__unsubscribe-form input.secondary.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.secondary.disabled[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.secondary.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.secondary.disabled[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.secondary.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.secondary.disabled[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.secondary.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.secondary.disabled[type=button]:focus, .button-group.clear .button.secondary[disabled]:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary[disabled]:focus, .button-group.clear #newsletter__unsubscribe-form input.secondary[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.secondary[disabled][type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.secondary[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.secondary[disabled][type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.secondary[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.secondary[disabled][type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.secondary[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.secondary[disabled][type=button]:focus {
  color: #2a2b2e;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label:hover, .button-group.clear.secondary #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.secondary input[type=submit]:hover,
.button-group.clear.secondary #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.secondary input[type=button]:hover,
.button-group.clear.secondary #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.secondary input[type=submit]:hover,
.button-group.clear.secondary #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.secondary input[type=button]:hover, .button-group.clear.secondary .cme-block input[type=submit]:hover, .cme-block .button-group.clear.secondary input[type=submit]:hover, .button-group.clear.secondary #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.clear.secondary input[type=submit]:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.secondary label:focus, .button-group.clear.secondary #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.secondary input[type=submit]:focus,
.button-group.clear.secondary #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.secondary input[type=button]:focus,
.button-group.clear.secondary #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.secondary input[type=submit]:focus,
.button-group.clear.secondary #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.secondary input[type=button]:focus, .button-group.clear.secondary .cme-block input[type=submit]:focus, .cme-block .button-group.clear.secondary input[type=submit]:focus, .button-group.clear.secondary #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.clear.secondary input[type=submit]:focus, .button-group.clear .button.secondary:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary:hover, .button-group.clear #newsletter__unsubscribe-form input.secondary[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.secondary[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.secondary[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.secondary[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.secondary[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.secondary[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.secondary[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.secondary[type=button]:hover, .button-group.clear .cme-block input.secondary[type=submit]:hover, .cme-block .button-group.clear input.secondary[type=submit]:hover, .button-group.clear #comments #respond form .form-submit input.secondary[type=submit]:hover, #comments #respond form .form-submit .button-group.clear input.secondary[type=submit]:hover, .button-group.clear .button.secondary:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.secondary:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.secondary:focus, .button-group.clear #newsletter__unsubscribe-form input.secondary[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.secondary[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.secondary[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.secondary[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.secondary[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.secondary[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.secondary[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.secondary[type=button]:focus, .button-group.clear .cme-block input.secondary[type=submit]:focus, .cme-block .button-group.clear input.secondary[type=submit]:focus, .button-group.clear #comments #respond form .form-submit input.secondary[type=submit]:focus, #comments #respond form .form-submit .button-group.clear input.secondary[type=submit]:focus {
  color: #151617;
}
.button-group.clear.success .button, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label, .button-group.clear.success #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear.success input[type=submit],
.button-group.clear.success #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear.success input[type=button],
.button-group.clear.success #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear.success input[type=submit],
.button-group.clear.success #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear.success input[type=button], .button-group.clear.success .cme-block input[type=submit], .cme-block .button-group.clear.success input[type=submit], .button-group.clear.success #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear.success input[type=submit], .button-group.clear.success .button.disabled, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label.disabled, .button-group.clear.success #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear.success input.disabled[type=submit],
.button-group.clear.success #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear.success input.disabled[type=button],
.button-group.clear.success #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear.success input.disabled[type=submit],
.button-group.clear.success #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear.success input.disabled[type=button], .button-group.clear.success .button[disabled], .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label[disabled], .button-group.clear.success #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear.success input[disabled][type=submit],
.button-group.clear.success #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear.success input[disabled][type=button],
.button-group.clear.success #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear.success input[disabled][type=submit],
.button-group.clear.success #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear.success input[disabled][type=button], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label.disabled:hover, .button-group.clear.success #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.success input.disabled[type=submit]:hover,
.button-group.clear.success #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.success input.disabled[type=button]:hover,
.button-group.clear.success #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.success input.disabled[type=submit]:hover,
.button-group.clear.success #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.success input.disabled[type=button]:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label[disabled]:hover, .button-group.clear.success #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.success input[disabled][type=submit]:hover,
.button-group.clear.success #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.success input[disabled][type=button]:hover,
.button-group.clear.success #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.success input[disabled][type=submit]:hover,
.button-group.clear.success #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.success input[disabled][type=button]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label.disabled:focus, .button-group.clear.success #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.success input.disabled[type=submit]:focus,
.button-group.clear.success #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.success input.disabled[type=button]:focus,
.button-group.clear.success #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.success input.disabled[type=submit]:focus,
.button-group.clear.success #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.success input.disabled[type=button]:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label[disabled]:focus, .button-group.clear.success #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.success input[disabled][type=submit]:focus,
.button-group.clear.success #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.success input[disabled][type=button]:focus,
.button-group.clear.success #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.success input[disabled][type=submit]:focus,
.button-group.clear.success #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.success input[disabled][type=button]:focus, .button-group.clear .button.success, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success, .button-group.clear #newsletter__unsubscribe-form input.success[type=submit], #newsletter__unsubscribe-form .button-group.clear input.success[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.success[type=button],
#newsletter__unsubscribe-form .button-group.clear input.success[type=button],
.button-group.clear #infomail__unsubscribe-form input.success[type=submit],
#infomail__unsubscribe-form .button-group.clear input.success[type=submit],
.button-group.clear #infomail__unsubscribe-form input.success[type=button],
#infomail__unsubscribe-form .button-group.clear input.success[type=button], .button-group.clear .cme-block input.success[type=submit], .cme-block .button-group.clear input.success[type=submit], .button-group.clear #comments #respond form .form-submit input.success[type=submit], #comments #respond form .form-submit .button-group.clear input.success[type=submit], .button-group.clear .button.success.disabled, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success.disabled, .button-group.clear #newsletter__unsubscribe-form input.success.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear input.success.disabled[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.success.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear input.success.disabled[type=button],
.button-group.clear #infomail__unsubscribe-form input.success.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear input.success.disabled[type=submit],
.button-group.clear #infomail__unsubscribe-form input.success.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear input.success.disabled[type=button], .button-group.clear .button.success[disabled], .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success[disabled], .button-group.clear #newsletter__unsubscribe-form input.success[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear input.success[disabled][type=submit],
.button-group.clear #newsletter__unsubscribe-form input.success[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear input.success[disabled][type=button],
.button-group.clear #infomail__unsubscribe-form input.success[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear input.success[disabled][type=submit],
.button-group.clear #infomail__unsubscribe-form input.success[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear input.success[disabled][type=button], .button-group.clear .button.success.disabled:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success.disabled:hover, .button-group.clear #newsletter__unsubscribe-form input.success.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.success.disabled[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.success.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.success.disabled[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.success.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.success.disabled[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.success.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.success.disabled[type=button]:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success[disabled]:hover, .button-group.clear #newsletter__unsubscribe-form input.success[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.success[disabled][type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.success[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.success[disabled][type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.success[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.success[disabled][type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.success[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.success[disabled][type=button]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success.disabled:focus, .button-group.clear #newsletter__unsubscribe-form input.success.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.success.disabled[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.success.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.success.disabled[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.success.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.success.disabled[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.success.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.success.disabled[type=button]:focus, .button-group.clear .button.success[disabled]:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success[disabled]:focus, .button-group.clear #newsletter__unsubscribe-form input.success[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.success[disabled][type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.success[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.success[disabled][type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.success[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.success[disabled][type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.success[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.success[disabled][type=button]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label:hover, .button-group.clear.success #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.success input[type=submit]:hover,
.button-group.clear.success #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.success input[type=button]:hover,
.button-group.clear.success #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.success input[type=submit]:hover,
.button-group.clear.success #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.success input[type=button]:hover, .button-group.clear.success .cme-block input[type=submit]:hover, .cme-block .button-group.clear.success input[type=submit]:hover, .button-group.clear.success #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.clear.success input[type=submit]:hover, .button-group.clear.success .button:focus, .button-group.clear.success .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.success label:focus, .button-group.clear.success #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.success input[type=submit]:focus,
.button-group.clear.success #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.success input[type=button]:focus,
.button-group.clear.success #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.success input[type=submit]:focus,
.button-group.clear.success #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.success input[type=button]:focus, .button-group.clear.success .cme-block input[type=submit]:focus, .cme-block .button-group.clear.success input[type=submit]:focus, .button-group.clear.success #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.clear.success input[type=submit]:focus, .button-group.clear .button.success:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success:hover, .button-group.clear #newsletter__unsubscribe-form input.success[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.success[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.success[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.success[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.success[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.success[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.success[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.success[type=button]:hover, .button-group.clear .cme-block input.success[type=submit]:hover, .cme-block .button-group.clear input.success[type=submit]:hover, .button-group.clear #comments #respond form .form-submit input.success[type=submit]:hover, #comments #respond form .form-submit .button-group.clear input.success[type=submit]:hover, .button-group.clear .button.success:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.success:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.success:focus, .button-group.clear #newsletter__unsubscribe-form input.success[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.success[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.success[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.success[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.success[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.success[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.success[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.success[type=button]:focus, .button-group.clear .cme-block input.success[type=submit]:focus, .cme-block .button-group.clear input.success[type=submit]:focus, .button-group.clear #comments #respond form .form-submit input.success[type=submit]:focus, #comments #respond form .form-submit .button-group.clear input.success[type=submit]:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label, .button-group.clear.warning #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear.warning input[type=submit],
.button-group.clear.warning #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear.warning input[type=button],
.button-group.clear.warning #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear.warning input[type=submit],
.button-group.clear.warning #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear.warning input[type=button], .button-group.clear.warning .cme-block input[type=submit], .cme-block .button-group.clear.warning input[type=submit], .button-group.clear.warning #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear.warning input[type=submit], .button-group.clear.warning .button.disabled, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label.disabled, .button-group.clear.warning #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear.warning input.disabled[type=submit],
.button-group.clear.warning #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear.warning input.disabled[type=button],
.button-group.clear.warning #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear.warning input.disabled[type=submit],
.button-group.clear.warning #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear.warning input.disabled[type=button], .button-group.clear.warning .button[disabled], .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label[disabled], .button-group.clear.warning #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear.warning input[disabled][type=submit],
.button-group.clear.warning #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear.warning input[disabled][type=button],
.button-group.clear.warning #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear.warning input[disabled][type=submit],
.button-group.clear.warning #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear.warning input[disabled][type=button], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label.disabled:hover, .button-group.clear.warning #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.warning input.disabled[type=submit]:hover,
.button-group.clear.warning #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.warning input.disabled[type=button]:hover,
.button-group.clear.warning #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.warning input.disabled[type=submit]:hover,
.button-group.clear.warning #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.warning input.disabled[type=button]:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label[disabled]:hover, .button-group.clear.warning #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.warning input[disabled][type=submit]:hover,
.button-group.clear.warning #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.warning input[disabled][type=button]:hover,
.button-group.clear.warning #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.warning input[disabled][type=submit]:hover,
.button-group.clear.warning #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.warning input[disabled][type=button]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label.disabled:focus, .button-group.clear.warning #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.warning input.disabled[type=submit]:focus,
.button-group.clear.warning #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.warning input.disabled[type=button]:focus,
.button-group.clear.warning #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.warning input.disabled[type=submit]:focus,
.button-group.clear.warning #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.warning input.disabled[type=button]:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label[disabled]:focus, .button-group.clear.warning #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.warning input[disabled][type=submit]:focus,
.button-group.clear.warning #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.warning input[disabled][type=button]:focus,
.button-group.clear.warning #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.warning input[disabled][type=submit]:focus,
.button-group.clear.warning #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.warning input[disabled][type=button]:focus, .button-group.clear .button.warning, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning, .button-group.clear #newsletter__unsubscribe-form input.warning[type=submit], #newsletter__unsubscribe-form .button-group.clear input.warning[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.warning[type=button],
#newsletter__unsubscribe-form .button-group.clear input.warning[type=button],
.button-group.clear #infomail__unsubscribe-form input.warning[type=submit],
#infomail__unsubscribe-form .button-group.clear input.warning[type=submit],
.button-group.clear #infomail__unsubscribe-form input.warning[type=button],
#infomail__unsubscribe-form .button-group.clear input.warning[type=button], .button-group.clear .cme-block input.warning[type=submit], .cme-block .button-group.clear input.warning[type=submit], .button-group.clear #comments #respond form .form-submit input.warning[type=submit], #comments #respond form .form-submit .button-group.clear input.warning[type=submit], .button-group.clear .button.warning.disabled, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning.disabled, .button-group.clear #newsletter__unsubscribe-form input.warning.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear input.warning.disabled[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.warning.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear input.warning.disabled[type=button],
.button-group.clear #infomail__unsubscribe-form input.warning.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear input.warning.disabled[type=submit],
.button-group.clear #infomail__unsubscribe-form input.warning.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear input.warning.disabled[type=button], .button-group.clear .button.warning[disabled], .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning[disabled], .button-group.clear #newsletter__unsubscribe-form input.warning[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear input.warning[disabled][type=submit],
.button-group.clear #newsletter__unsubscribe-form input.warning[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear input.warning[disabled][type=button],
.button-group.clear #infomail__unsubscribe-form input.warning[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear input.warning[disabled][type=submit],
.button-group.clear #infomail__unsubscribe-form input.warning[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear input.warning[disabled][type=button], .button-group.clear .button.warning.disabled:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning.disabled:hover, .button-group.clear #newsletter__unsubscribe-form input.warning.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.warning.disabled[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.warning.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.warning.disabled[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.warning.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.warning.disabled[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.warning.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.warning.disabled[type=button]:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning[disabled]:hover, .button-group.clear #newsletter__unsubscribe-form input.warning[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.warning[disabled][type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.warning[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.warning[disabled][type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.warning[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.warning[disabled][type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.warning[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.warning[disabled][type=button]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning.disabled:focus, .button-group.clear #newsletter__unsubscribe-form input.warning.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.warning.disabled[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.warning.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.warning.disabled[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.warning.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.warning.disabled[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.warning.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.warning.disabled[type=button]:focus, .button-group.clear .button.warning[disabled]:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning[disabled]:focus, .button-group.clear #newsletter__unsubscribe-form input.warning[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.warning[disabled][type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.warning[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.warning[disabled][type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.warning[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.warning[disabled][type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.warning[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.warning[disabled][type=button]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label:hover, .button-group.clear.warning #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.warning input[type=submit]:hover,
.button-group.clear.warning #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.warning input[type=button]:hover,
.button-group.clear.warning #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.warning input[type=submit]:hover,
.button-group.clear.warning #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.warning input[type=button]:hover, .button-group.clear.warning .cme-block input[type=submit]:hover, .cme-block .button-group.clear.warning input[type=submit]:hover, .button-group.clear.warning #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.clear.warning input[type=submit]:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.warning label:focus, .button-group.clear.warning #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.warning input[type=submit]:focus,
.button-group.clear.warning #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.warning input[type=button]:focus,
.button-group.clear.warning #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.warning input[type=submit]:focus,
.button-group.clear.warning #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.warning input[type=button]:focus, .button-group.clear.warning .cme-block input[type=submit]:focus, .cme-block .button-group.clear.warning input[type=submit]:focus, .button-group.clear.warning #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.clear.warning input[type=submit]:focus, .button-group.clear .button.warning:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning:hover, .button-group.clear #newsletter__unsubscribe-form input.warning[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.warning[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.warning[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.warning[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.warning[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.warning[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.warning[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.warning[type=button]:hover, .button-group.clear .cme-block input.warning[type=submit]:hover, .cme-block .button-group.clear input.warning[type=submit]:hover, .button-group.clear #comments #respond form .form-submit input.warning[type=submit]:hover, #comments #respond form .form-submit .button-group.clear input.warning[type=submit]:hover, .button-group.clear .button.warning:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.warning:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.warning:focus, .button-group.clear #newsletter__unsubscribe-form input.warning[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.warning[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.warning[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.warning[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.warning[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.warning[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.warning[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.warning[type=button]:focus, .button-group.clear .cme-block input.warning[type=submit]:focus, .cme-block .button-group.clear input.warning[type=submit]:focus, .button-group.clear #comments #respond form .form-submit input.warning[type=submit]:focus, #comments #respond form .form-submit .button-group.clear input.warning[type=submit]:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label, .button-group.clear.alert #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear.alert input[type=submit],
.button-group.clear.alert #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear.alert input[type=button],
.button-group.clear.alert #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear.alert input[type=submit],
.button-group.clear.alert #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear.alert input[type=button], .button-group.clear.alert .cme-block input[type=submit], .cme-block .button-group.clear.alert input[type=submit], .button-group.clear.alert #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear.alert input[type=submit], .button-group.clear.alert .button.disabled, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label.disabled, .button-group.clear.alert #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear.alert input.disabled[type=submit],
.button-group.clear.alert #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear.alert input.disabled[type=button],
.button-group.clear.alert #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear.alert input.disabled[type=submit],
.button-group.clear.alert #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear.alert input.disabled[type=button], .button-group.clear.alert .button[disabled], .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label[disabled], .button-group.clear.alert #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear.alert input[disabled][type=submit],
.button-group.clear.alert #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear.alert input[disabled][type=button],
.button-group.clear.alert #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear.alert input[disabled][type=submit],
.button-group.clear.alert #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear.alert input[disabled][type=button], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label.disabled:hover, .button-group.clear.alert #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.alert input.disabled[type=submit]:hover,
.button-group.clear.alert #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.alert input.disabled[type=button]:hover,
.button-group.clear.alert #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.alert input.disabled[type=submit]:hover,
.button-group.clear.alert #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.alert input.disabled[type=button]:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label[disabled]:hover, .button-group.clear.alert #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.alert input[disabled][type=submit]:hover,
.button-group.clear.alert #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.alert input[disabled][type=button]:hover,
.button-group.clear.alert #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.alert input[disabled][type=submit]:hover,
.button-group.clear.alert #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.alert input[disabled][type=button]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label.disabled:focus, .button-group.clear.alert #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.alert input.disabled[type=submit]:focus,
.button-group.clear.alert #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.alert input.disabled[type=button]:focus,
.button-group.clear.alert #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.alert input.disabled[type=submit]:focus,
.button-group.clear.alert #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.alert input.disabled[type=button]:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label[disabled]:focus, .button-group.clear.alert #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.alert input[disabled][type=submit]:focus,
.button-group.clear.alert #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.alert input[disabled][type=button]:focus,
.button-group.clear.alert #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.alert input[disabled][type=submit]:focus,
.button-group.clear.alert #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.alert input[disabled][type=button]:focus, .button-group.clear .button.alert, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert, .button-group.clear #newsletter__unsubscribe-form input.alert[type=submit], #newsletter__unsubscribe-form .button-group.clear input.alert[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.alert[type=button],
#newsletter__unsubscribe-form .button-group.clear input.alert[type=button],
.button-group.clear #infomail__unsubscribe-form input.alert[type=submit],
#infomail__unsubscribe-form .button-group.clear input.alert[type=submit],
.button-group.clear #infomail__unsubscribe-form input.alert[type=button],
#infomail__unsubscribe-form .button-group.clear input.alert[type=button], .button-group.clear .cme-block input.alert[type=submit], .cme-block .button-group.clear input.alert[type=submit], .button-group.clear #comments #respond form .form-submit input.alert[type=submit], #comments #respond form .form-submit .button-group.clear input.alert[type=submit], .button-group.clear .button.alert.disabled, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert.disabled, .button-group.clear #newsletter__unsubscribe-form input.alert.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear input.alert.disabled[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.alert.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear input.alert.disabled[type=button],
.button-group.clear #infomail__unsubscribe-form input.alert.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear input.alert.disabled[type=submit],
.button-group.clear #infomail__unsubscribe-form input.alert.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear input.alert.disabled[type=button], .button-group.clear .button.alert[disabled], .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert[disabled], .button-group.clear #newsletter__unsubscribe-form input.alert[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear input.alert[disabled][type=submit],
.button-group.clear #newsletter__unsubscribe-form input.alert[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear input.alert[disabled][type=button],
.button-group.clear #infomail__unsubscribe-form input.alert[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear input.alert[disabled][type=submit],
.button-group.clear #infomail__unsubscribe-form input.alert[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear input.alert[disabled][type=button], .button-group.clear .button.alert.disabled:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert.disabled:hover, .button-group.clear #newsletter__unsubscribe-form input.alert.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.alert.disabled[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.alert.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.alert.disabled[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.alert.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.alert.disabled[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.alert.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.alert.disabled[type=button]:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert[disabled]:hover, .button-group.clear #newsletter__unsubscribe-form input.alert[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.alert[disabled][type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.alert[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.alert[disabled][type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.alert[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.alert[disabled][type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.alert[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.alert[disabled][type=button]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert.disabled:focus, .button-group.clear #newsletter__unsubscribe-form input.alert.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.alert.disabled[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.alert.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.alert.disabled[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.alert.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.alert.disabled[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.alert.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.alert.disabled[type=button]:focus, .button-group.clear .button.alert[disabled]:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert[disabled]:focus, .button-group.clear #newsletter__unsubscribe-form input.alert[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.alert[disabled][type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.alert[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.alert[disabled][type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.alert[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.alert[disabled][type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.alert[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.alert[disabled][type=button]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label:hover, .button-group.clear.alert #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.alert input[type=submit]:hover,
.button-group.clear.alert #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.alert input[type=button]:hover,
.button-group.clear.alert #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.alert input[type=submit]:hover,
.button-group.clear.alert #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.alert input[type=button]:hover, .button-group.clear.alert .cme-block input[type=submit]:hover, .cme-block .button-group.clear.alert input[type=submit]:hover, .button-group.clear.alert #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.clear.alert input[type=submit]:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.alert label:focus, .button-group.clear.alert #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.alert input[type=submit]:focus,
.button-group.clear.alert #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.alert input[type=button]:focus,
.button-group.clear.alert #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.alert input[type=submit]:focus,
.button-group.clear.alert #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.alert input[type=button]:focus, .button-group.clear.alert .cme-block input[type=submit]:focus, .cme-block .button-group.clear.alert input[type=submit]:focus, .button-group.clear.alert #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.clear.alert input[type=submit]:focus, .button-group.clear .button.alert:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert:hover, .button-group.clear #newsletter__unsubscribe-form input.alert[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.alert[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.alert[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.alert[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.alert[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.alert[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.alert[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.alert[type=button]:hover, .button-group.clear .cme-block input.alert[type=submit]:hover, .cme-block .button-group.clear input.alert[type=submit]:hover, .button-group.clear #comments #respond form .form-submit input.alert[type=submit]:hover, #comments #respond form .form-submit .button-group.clear input.alert[type=submit]:hover, .button-group.clear .button.alert:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.alert:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.alert:focus, .button-group.clear #newsletter__unsubscribe-form input.alert[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.alert[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.alert[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.alert[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.alert[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.alert[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.alert[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.alert[type=button]:focus, .button-group.clear .cme-block input.alert[type=submit]:focus, .cme-block .button-group.clear input.alert[type=submit]:focus, .button-group.clear #comments #respond form .form-submit input.alert[type=submit]:focus, #comments #respond form .form-submit .button-group.clear input.alert[type=submit]:focus {
  color: #67251a;
}
.button-group.clear.light-gray .button, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label, .button-group.clear.light-gray #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.clear.light-gray input[type=submit],
.button-group.clear.light-gray #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.clear.light-gray input[type=button],
.button-group.clear.light-gray #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.clear.light-gray input[type=submit],
.button-group.clear.light-gray #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.clear.light-gray input[type=button], .button-group.clear.light-gray .cme-block input[type=submit], .cme-block .button-group.clear.light-gray input[type=submit], .button-group.clear.light-gray #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.clear.light-gray input[type=submit], .button-group.clear.light-gray .button.disabled, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label.disabled, .button-group.clear.light-gray #newsletter__unsubscribe-form input.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear.light-gray input.disabled[type=submit],
.button-group.clear.light-gray #newsletter__unsubscribe-form input.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear.light-gray input.disabled[type=button],
.button-group.clear.light-gray #infomail__unsubscribe-form input.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear.light-gray input.disabled[type=submit],
.button-group.clear.light-gray #infomail__unsubscribe-form input.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear.light-gray input.disabled[type=button], .button-group.clear.light-gray .button[disabled], .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label[disabled], .button-group.clear.light-gray #newsletter__unsubscribe-form input[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear.light-gray input[disabled][type=submit],
.button-group.clear.light-gray #newsletter__unsubscribe-form input[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear.light-gray input[disabled][type=button],
.button-group.clear.light-gray #infomail__unsubscribe-form input[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear.light-gray input[disabled][type=submit],
.button-group.clear.light-gray #infomail__unsubscribe-form input[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear.light-gray input[disabled][type=button], .button-group.clear.light-gray .button.disabled:hover, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label.disabled:hover, .button-group.clear.light-gray #newsletter__unsubscribe-form input.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.light-gray input.disabled[type=submit]:hover,
.button-group.clear.light-gray #newsletter__unsubscribe-form input.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.light-gray input.disabled[type=button]:hover,
.button-group.clear.light-gray #infomail__unsubscribe-form input.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.light-gray input.disabled[type=submit]:hover,
.button-group.clear.light-gray #infomail__unsubscribe-form input.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.light-gray input.disabled[type=button]:hover, .button-group.clear.light-gray .button[disabled]:hover, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label[disabled]:hover, .button-group.clear.light-gray #newsletter__unsubscribe-form input[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.light-gray input[disabled][type=submit]:hover,
.button-group.clear.light-gray #newsletter__unsubscribe-form input[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.light-gray input[disabled][type=button]:hover,
.button-group.clear.light-gray #infomail__unsubscribe-form input[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.light-gray input[disabled][type=submit]:hover,
.button-group.clear.light-gray #infomail__unsubscribe-form input[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.light-gray input[disabled][type=button]:hover, .button-group.clear.light-gray .button.disabled:focus, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label.disabled:focus, .button-group.clear.light-gray #newsletter__unsubscribe-form input.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.light-gray input.disabled[type=submit]:focus,
.button-group.clear.light-gray #newsletter__unsubscribe-form input.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.light-gray input.disabled[type=button]:focus,
.button-group.clear.light-gray #infomail__unsubscribe-form input.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.light-gray input.disabled[type=submit]:focus,
.button-group.clear.light-gray #infomail__unsubscribe-form input.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.light-gray input.disabled[type=button]:focus, .button-group.clear.light-gray .button[disabled]:focus, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label[disabled]:focus, .button-group.clear.light-gray #newsletter__unsubscribe-form input[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.light-gray input[disabled][type=submit]:focus,
.button-group.clear.light-gray #newsletter__unsubscribe-form input[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.light-gray input[disabled][type=button]:focus,
.button-group.clear.light-gray #infomail__unsubscribe-form input[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.light-gray input[disabled][type=submit]:focus,
.button-group.clear.light-gray #infomail__unsubscribe-form input[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.light-gray input[disabled][type=button]:focus, .button-group.clear .button.light-gray, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray, .button-group.clear #newsletter__unsubscribe-form input.light-gray[type=submit], #newsletter__unsubscribe-form .button-group.clear input.light-gray[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.light-gray[type=button],
#newsletter__unsubscribe-form .button-group.clear input.light-gray[type=button],
.button-group.clear #infomail__unsubscribe-form input.light-gray[type=submit],
#infomail__unsubscribe-form .button-group.clear input.light-gray[type=submit],
.button-group.clear #infomail__unsubscribe-form input.light-gray[type=button],
#infomail__unsubscribe-form .button-group.clear input.light-gray[type=button], .button-group.clear .cme-block input.light-gray[type=submit], .cme-block .button-group.clear input.light-gray[type=submit], .button-group.clear #comments #respond form .form-submit input.light-gray[type=submit], #comments #respond form .form-submit .button-group.clear input.light-gray[type=submit], .button-group.clear .button.light-gray.disabled, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray.disabled, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray.disabled, .button-group.clear #newsletter__unsubscribe-form input.light-gray.disabled[type=submit], #newsletter__unsubscribe-form .button-group.clear input.light-gray.disabled[type=submit],
.button-group.clear #newsletter__unsubscribe-form input.light-gray.disabled[type=button],
#newsletter__unsubscribe-form .button-group.clear input.light-gray.disabled[type=button],
.button-group.clear #infomail__unsubscribe-form input.light-gray.disabled[type=submit],
#infomail__unsubscribe-form .button-group.clear input.light-gray.disabled[type=submit],
.button-group.clear #infomail__unsubscribe-form input.light-gray.disabled[type=button],
#infomail__unsubscribe-form .button-group.clear input.light-gray.disabled[type=button], .button-group.clear .button.light-gray[disabled], .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray[disabled], .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray[disabled], .button-group.clear #newsletter__unsubscribe-form input.light-gray[disabled][type=submit], #newsletter__unsubscribe-form .button-group.clear input.light-gray[disabled][type=submit],
.button-group.clear #newsletter__unsubscribe-form input.light-gray[disabled][type=button],
#newsletter__unsubscribe-form .button-group.clear input.light-gray[disabled][type=button],
.button-group.clear #infomail__unsubscribe-form input.light-gray[disabled][type=submit],
#infomail__unsubscribe-form .button-group.clear input.light-gray[disabled][type=submit],
.button-group.clear #infomail__unsubscribe-form input.light-gray[disabled][type=button],
#infomail__unsubscribe-form .button-group.clear input.light-gray[disabled][type=button], .button-group.clear .button.light-gray.disabled:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray.disabled:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray.disabled:hover, .button-group.clear #newsletter__unsubscribe-form input.light-gray.disabled[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.light-gray.disabled[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.light-gray.disabled[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.light-gray.disabled[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.light-gray.disabled[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.light-gray.disabled[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.light-gray.disabled[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.light-gray.disabled[type=button]:hover, .button-group.clear .button.light-gray[disabled]:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray[disabled]:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray[disabled]:hover, .button-group.clear #newsletter__unsubscribe-form input.light-gray[disabled][type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.light-gray[disabled][type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.light-gray[disabled][type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.light-gray[disabled][type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.light-gray[disabled][type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.light-gray[disabled][type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.light-gray[disabled][type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.light-gray[disabled][type=button]:hover, .button-group.clear .button.light-gray.disabled:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray.disabled:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray.disabled:focus, .button-group.clear #newsletter__unsubscribe-form input.light-gray.disabled[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.light-gray.disabled[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.light-gray.disabled[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.light-gray.disabled[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.light-gray.disabled[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.light-gray.disabled[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.light-gray.disabled[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.light-gray.disabled[type=button]:focus, .button-group.clear .button.light-gray[disabled]:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray[disabled]:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray[disabled]:focus, .button-group.clear #newsletter__unsubscribe-form input.light-gray[disabled][type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.light-gray[disabled][type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.light-gray[disabled][type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.light-gray[disabled][type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.light-gray[disabled][type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.light-gray[disabled][type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.light-gray[disabled][type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.light-gray[disabled][type=button]:focus {
  color: #f2f2f4;
}
.button-group.clear.light-gray .button:hover, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label:hover, .button-group.clear.light-gray #newsletter__unsubscribe-form input[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear.light-gray input[type=submit]:hover,
.button-group.clear.light-gray #newsletter__unsubscribe-form input[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear.light-gray input[type=button]:hover,
.button-group.clear.light-gray #infomail__unsubscribe-form input[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear.light-gray input[type=submit]:hover,
.button-group.clear.light-gray #infomail__unsubscribe-form input[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear.light-gray input[type=button]:hover, .button-group.clear.light-gray .cme-block input[type=submit]:hover, .cme-block .button-group.clear.light-gray input[type=submit]:hover, .button-group.clear.light-gray #comments #respond form .form-submit input[type=submit]:hover, #comments #respond form .form-submit .button-group.clear.light-gray input[type=submit]:hover, .button-group.clear.light-gray .button:focus, .button-group.clear.light-gray .article .entry-content .wp-polls .wp-polls-ul li label:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear.light-gray label:focus, .button-group.clear.light-gray #newsletter__unsubscribe-form input[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear.light-gray input[type=submit]:focus,
.button-group.clear.light-gray #newsletter__unsubscribe-form input[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear.light-gray input[type=button]:focus,
.button-group.clear.light-gray #infomail__unsubscribe-form input[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear.light-gray input[type=submit]:focus,
.button-group.clear.light-gray #infomail__unsubscribe-form input[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear.light-gray input[type=button]:focus, .button-group.clear.light-gray .cme-block input[type=submit]:focus, .cme-block .button-group.clear.light-gray input[type=submit]:focus, .button-group.clear.light-gray #comments #respond form .form-submit input[type=submit]:focus, #comments #respond form .form-submit .button-group.clear.light-gray input[type=submit]:focus, .button-group.clear .button.light-gray:hover, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray:hover, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray:hover, .button-group.clear #newsletter__unsubscribe-form input.light-gray[type=submit]:hover, #newsletter__unsubscribe-form .button-group.clear input.light-gray[type=submit]:hover,
.button-group.clear #newsletter__unsubscribe-form input.light-gray[type=button]:hover,
#newsletter__unsubscribe-form .button-group.clear input.light-gray[type=button]:hover,
.button-group.clear #infomail__unsubscribe-form input.light-gray[type=submit]:hover,
#infomail__unsubscribe-form .button-group.clear input.light-gray[type=submit]:hover,
.button-group.clear #infomail__unsubscribe-form input.light-gray[type=button]:hover,
#infomail__unsubscribe-form .button-group.clear input.light-gray[type=button]:hover, .button-group.clear .cme-block input.light-gray[type=submit]:hover, .cme-block .button-group.clear input.light-gray[type=submit]:hover, .button-group.clear #comments #respond form .form-submit input.light-gray[type=submit]:hover, #comments #respond form .form-submit .button-group.clear input.light-gray[type=submit]:hover, .button-group.clear .button.light-gray:focus, .button-group.clear .article .entry-content .wp-polls .wp-polls-ul li label.light-gray:focus, .article .entry-content .wp-polls .wp-polls-ul li .button-group.clear label.light-gray:focus, .button-group.clear #newsletter__unsubscribe-form input.light-gray[type=submit]:focus, #newsletter__unsubscribe-form .button-group.clear input.light-gray[type=submit]:focus,
.button-group.clear #newsletter__unsubscribe-form input.light-gray[type=button]:focus,
#newsletter__unsubscribe-form .button-group.clear input.light-gray[type=button]:focus,
.button-group.clear #infomail__unsubscribe-form input.light-gray[type=submit]:focus,
#infomail__unsubscribe-form .button-group.clear input.light-gray[type=submit]:focus,
.button-group.clear #infomail__unsubscribe-form input.light-gray[type=button]:focus,
#infomail__unsubscribe-form .button-group.clear input.light-gray[type=button]:focus, .button-group.clear .cme-block input.light-gray[type=submit]:focus, .cme-block .button-group.clear input.light-gray[type=submit]:focus, .button-group.clear #comments #respond form .form-submit input.light-gray[type=submit]:focus, #comments #respond form .form-submit .button-group.clear input.light-gray[type=submit]:focus {
  color: #6f6f84;
}
.button-group.no-gaps .button, .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps label, .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps input[type=submit],
.button-group.no-gaps #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps input[type=button],
.button-group.no-gaps #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps input[type=submit],
.button-group.no-gaps #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps input[type=button], .button-group.no-gaps .cme-block input[type=submit], .cme-block .button-group.no-gaps input[type=submit], .button-group.no-gaps #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.no-gaps input[type=submit] {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button, .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + .button, .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps label + .button, .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li .button + label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps .button + label, .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps label + label, .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + .button, .button-group.no-gaps #newsletter__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + label, #newsletter__unsubscribe-form .button-group.no-gaps input[type=submit] + .button, #newsletter__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label, .article .entry-content .wp-polls .wp-polls-ul li #newsletter__unsubscribe-form .button-group.no-gaps input[type=submit] + label,
.button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + .button,
.button-group.no-gaps #newsletter__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li input[type=button] + label,
.article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + label,
#newsletter__unsubscribe-form .button-group.no-gaps input[type=button] + .button,
#newsletter__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li input[type=button] + label,
.article .entry-content .wp-polls .wp-polls-ul li #newsletter__unsubscribe-form .button-group.no-gaps input[type=button] + label,
.button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + .button,
.button-group.no-gaps #infomail__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label,
.article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + label,
#infomail__unsubscribe-form .button-group.no-gaps input[type=submit] + .button,
#infomail__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label,
.article .entry-content .wp-polls .wp-polls-ul li #infomail__unsubscribe-form .button-group.no-gaps input[type=submit] + label,
.button-group.no-gaps #infomail__unsubscribe-form input[type=button] + .button,
.button-group.no-gaps #infomail__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li input[type=button] + label,
.article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #infomail__unsubscribe-form input[type=button] + label,
#infomail__unsubscribe-form .button-group.no-gaps input[type=button] + .button,
#infomail__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li input[type=button] + label,
.article .entry-content .wp-polls .wp-polls-ul li #infomail__unsubscribe-form .button-group.no-gaps input[type=button] + label, .button-group.no-gaps #newsletter__unsubscribe-form .button + input[type=submit], .button-group.no-gaps #newsletter__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit], .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #newsletter__unsubscribe-form label + input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps .button + input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit], .article .entry-content .wp-polls .wp-polls-ul li #newsletter__unsubscribe-form .button-group.no-gaps label + input[type=submit], .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=submit],
.button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=submit],
.button-group.no-gaps #infomail__unsubscribe-form #newsletter__unsubscribe-form input[type=submit] + input[type=submit],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=submit],
#newsletter__unsubscribe-form #infomail__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=submit],
.button-group.no-gaps #infomail__unsubscribe-form #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form #infomail__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=submit],
.button-group.no-gaps #newsletter__unsubscribe-form .button + input[type=button],
.button-group.no-gaps #newsletter__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li label + input[type=button],
.article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #newsletter__unsubscribe-form label + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps .button + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + input[type=button],
.article .entry-content .wp-polls .wp-polls-ul li #newsletter__unsubscribe-form .button-group.no-gaps label + input[type=button],
.button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=button],
.button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=button],
.button-group.no-gaps #infomail__unsubscribe-form #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form #infomail__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=button],
.button-group.no-gaps #infomail__unsubscribe-form #newsletter__unsubscribe-form input[type=button] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=button],
#newsletter__unsubscribe-form #infomail__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=button],
.button-group.no-gaps #infomail__unsubscribe-form .button + input[type=submit],
.button-group.no-gaps #infomail__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit],
.article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #infomail__unsubscribe-form label + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps .button + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit],
.article .entry-content .wp-polls .wp-polls-ul li #infomail__unsubscribe-form .button-group.no-gaps label + input[type=submit],
.button-group.no-gaps #newsletter__unsubscribe-form #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=submit],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form #newsletter__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=submit],
.button-group.no-gaps #newsletter__unsubscribe-form #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form #newsletter__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=submit],
.button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=submit],
.button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=submit],
.button-group.no-gaps #infomail__unsubscribe-form .button + input[type=button],
.button-group.no-gaps #infomail__unsubscribe-form .article .entry-content .wp-polls .wp-polls-ul li label + input[type=button],
.article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #infomail__unsubscribe-form label + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps .button + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + input[type=button],
.article .entry-content .wp-polls .wp-polls-ul li #infomail__unsubscribe-form .button-group.no-gaps label + input[type=button],
.button-group.no-gaps #newsletter__unsubscribe-form #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form #newsletter__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=button],
.button-group.no-gaps #newsletter__unsubscribe-form #infomail__unsubscribe-form input[type=button] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=button],
#infomail__unsubscribe-form #newsletter__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=button],
.button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps input[type=submit] + input[type=button],
.button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps input[type=button] + input[type=button], .button-group.no-gaps .cme-block input[type=submit] + .button, .button-group.no-gaps .cme-block .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps .cme-block input[type=submit] + label, .button-group.no-gaps .cme-block #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps .cme-block input[type=submit] + input[type=submit],
.button-group.no-gaps .cme-block #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps .cme-block input[type=submit] + input[type=button],
.button-group.no-gaps .cme-block #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps .cme-block input[type=submit] + input[type=submit],
.button-group.no-gaps .cme-block #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps .cme-block input[type=submit] + input[type=button], .cme-block .button-group.no-gaps input[type=submit] + .button, .cme-block .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label, .article .entry-content .wp-polls .wp-polls-ul li .cme-block .button-group.no-gaps input[type=submit] + label, .cme-block .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form .cme-block .button-group.no-gaps input[type=submit] + input[type=submit],
.cme-block .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form .cme-block .button-group.no-gaps input[type=submit] + input[type=button],
.cme-block .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .cme-block .button-group.no-gaps input[type=submit] + input[type=submit],
.cme-block .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form .cme-block .button-group.no-gaps input[type=submit] + input[type=button], .button-group.no-gaps .cme-block .button + input[type=submit], .button-group.no-gaps .cme-block .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit], .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps .cme-block label + input[type=submit], .button-group.no-gaps .cme-block #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps .cme-block input[type=submit] + input[type=submit],
.button-group.no-gaps .cme-block #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form .button-group.no-gaps .cme-block input[type=button] + input[type=submit],
.button-group.no-gaps .cme-block #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps .cme-block input[type=submit] + input[type=submit],
.button-group.no-gaps .cme-block #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps .cme-block input[type=button] + input[type=submit], .cme-block .button-group.no-gaps .button + input[type=submit], .cme-block .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit], .article .entry-content .wp-polls .wp-polls-ul li .cme-block .button-group.no-gaps label + input[type=submit], .cme-block .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form .cme-block .button-group.no-gaps input[type=submit] + input[type=submit],
.cme-block .button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form .cme-block .button-group.no-gaps input[type=button] + input[type=submit],
.cme-block .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .cme-block .button-group.no-gaps input[type=submit] + input[type=submit],
.cme-block .button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form .cme-block .button-group.no-gaps input[type=button] + input[type=submit], .button-group.no-gaps .cme-block input[type=submit] + input[type=submit], .cme-block .button-group.no-gaps input[type=submit] + input[type=submit], .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + .button, .button-group.no-gaps #comments #respond form .form-submit .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + label, .button-group.no-gaps #comments #respond form .form-submit #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + input[type=submit],
.button-group.no-gaps #comments #respond form .form-submit #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + input[type=button],
.button-group.no-gaps #comments #respond form .form-submit #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + input[type=submit],
.button-group.no-gaps #comments #respond form .form-submit #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + input[type=button], #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + .button, #comments #respond form .form-submit .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li input[type=submit] + label, .article .entry-content .wp-polls .wp-polls-ul li #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + label, #comments #respond form .form-submit .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + input[type=submit],
#comments #respond form .form-submit .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=button],
#newsletter__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + input[type=button],
#comments #respond form .form-submit .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + input[type=submit],
#comments #respond form .form-submit .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=button],
#infomail__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + input[type=button], .button-group.no-gaps #comments #respond form .form-submit .button + input[type=submit], .button-group.no-gaps #comments #respond form .form-submit .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit], .article .entry-content .wp-polls .wp-polls-ul li .button-group.no-gaps #comments #respond form .form-submit label + input[type=submit], .button-group.no-gaps #comments #respond form .form-submit #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + input[type=submit],
.button-group.no-gaps #comments #respond form .form-submit #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=button] + input[type=submit],
.button-group.no-gaps #comments #respond form .form-submit #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + input[type=submit],
.button-group.no-gaps #comments #respond form .form-submit #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form .button-group.no-gaps #comments #respond form .form-submit input[type=button] + input[type=submit], #comments #respond form .form-submit .button-group.no-gaps .button + input[type=submit], #comments #respond form .form-submit .button-group.no-gaps .article .entry-content .wp-polls .wp-polls-ul li label + input[type=submit], .article .entry-content .wp-polls .wp-polls-ul li #comments #respond form .form-submit .button-group.no-gaps label + input[type=submit], #comments #respond form .form-submit .button-group.no-gaps #newsletter__unsubscribe-form input[type=submit] + input[type=submit], #newsletter__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + input[type=submit],
#comments #respond form .form-submit .button-group.no-gaps #newsletter__unsubscribe-form input[type=button] + input[type=submit],
#newsletter__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=button] + input[type=submit],
#comments #respond form .form-submit .button-group.no-gaps #infomail__unsubscribe-form input[type=submit] + input[type=submit],
#infomail__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + input[type=submit],
#comments #respond form .form-submit .button-group.no-gaps #infomail__unsubscribe-form input[type=button] + input[type=submit],
#infomail__unsubscribe-form #comments #respond form .form-submit .button-group.no-gaps input[type=button] + input[type=submit], .button-group.no-gaps #comments #respond form .form-submit input[type=submit] + input[type=submit], #comments #respond form .form-submit .button-group.no-gaps input[type=submit] + input[type=submit] {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked label, .button-group.stacked #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked input[type=submit],
.button-group.stacked #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked input[type=button],
.button-group.stacked #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked input[type=submit],
.button-group.stacked #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked input[type=button], .button-group.stacked .cme-block input[type=submit], .cme-block .button-group.stacked input[type=submit], .button-group.stacked #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked input[type=submit], .button-group.stacked-for-small .button, .button-group.stacked-for-small .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-small label, .button-group.stacked-for-small #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-small input[type=submit],
.button-group.stacked-for-small #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked-for-small input[type=button],
.button-group.stacked-for-small #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked-for-small input[type=submit],
.button-group.stacked-for-small #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked-for-small input[type=button], .button-group.stacked-for-small .cme-block input[type=submit], .cme-block .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-medium label, .button-group.stacked-for-medium #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-medium input[type=submit],
.button-group.stacked-for-medium #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked-for-medium input[type=button],
.button-group.stacked-for-medium #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked-for-medium input[type=submit],
.button-group.stacked-for-medium #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked-for-medium input[type=button], .button-group.stacked-for-medium .cme-block input[type=submit], .cme-block .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-medium input[type=submit] {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .article .entry-content .wp-polls .wp-polls-ul li label:last-child, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked label:last-child, .button-group.stacked #newsletter__unsubscribe-form input[type=submit]:last-child, #newsletter__unsubscribe-form .button-group.stacked input[type=submit]:last-child,
.button-group.stacked #newsletter__unsubscribe-form input[type=button]:last-child,
#newsletter__unsubscribe-form .button-group.stacked input[type=button]:last-child,
.button-group.stacked #infomail__unsubscribe-form input[type=submit]:last-child,
#infomail__unsubscribe-form .button-group.stacked input[type=submit]:last-child,
.button-group.stacked #infomail__unsubscribe-form input[type=button]:last-child,
#infomail__unsubscribe-form .button-group.stacked input[type=button]:last-child, .button-group.stacked .cme-block input[type=submit]:last-child, .cme-block .button-group.stacked input[type=submit]:last-child, .button-group.stacked #comments #respond form .form-submit input[type=submit]:last-child, #comments #respond form .form-submit .button-group.stacked input[type=submit]:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .article .entry-content .wp-polls .wp-polls-ul li label:last-child, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-small label:last-child, .button-group.stacked-for-small #newsletter__unsubscribe-form input[type=submit]:last-child, #newsletter__unsubscribe-form .button-group.stacked-for-small input[type=submit]:last-child,
.button-group.stacked-for-small #newsletter__unsubscribe-form input[type=button]:last-child,
#newsletter__unsubscribe-form .button-group.stacked-for-small input[type=button]:last-child,
.button-group.stacked-for-small #infomail__unsubscribe-form input[type=submit]:last-child,
#infomail__unsubscribe-form .button-group.stacked-for-small input[type=submit]:last-child,
.button-group.stacked-for-small #infomail__unsubscribe-form input[type=button]:last-child,
#infomail__unsubscribe-form .button-group.stacked-for-small input[type=button]:last-child, .button-group.stacked-for-small .cme-block input[type=submit]:last-child, .cme-block .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-small #comments #respond form .form-submit input[type=submit]:last-child, #comments #respond form .form-submit .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .article .entry-content .wp-polls .wp-polls-ul li label:last-child, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-medium label:last-child, .button-group.stacked-for-medium #newsletter__unsubscribe-form input[type=submit]:last-child, #newsletter__unsubscribe-form .button-group.stacked-for-medium input[type=submit]:last-child,
.button-group.stacked-for-medium #newsletter__unsubscribe-form input[type=button]:last-child,
#newsletter__unsubscribe-form .button-group.stacked-for-medium input[type=button]:last-child,
.button-group.stacked-for-medium #infomail__unsubscribe-form input[type=submit]:last-child,
#infomail__unsubscribe-form .button-group.stacked-for-medium input[type=submit]:last-child,
.button-group.stacked-for-medium #infomail__unsubscribe-form input[type=button]:last-child,
#infomail__unsubscribe-form .button-group.stacked-for-medium input[type=button]:last-child, .button-group.stacked-for-medium .cme-block input[type=submit]:last-child, .cme-block .button-group.stacked-for-medium input[type=submit]:last-child, .button-group.stacked-for-medium #comments #respond form .form-submit input[type=submit]:last-child, #comments #respond form .form-submit .button-group.stacked-for-medium input[type=submit]:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked.expanded .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked.expanded label, .button-group.stacked.expanded #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked.expanded input[type=submit],
.button-group.stacked.expanded #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked.expanded input[type=button],
.button-group.stacked.expanded #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked.expanded input[type=submit],
.button-group.stacked.expanded #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked.expanded input[type=button], .button-group.stacked.sso-button .button, .button-group.stacked.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked.sso-button label, .button-group.stacked.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked.sso-button input[type=submit],
.button-group.stacked.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked.sso-button input[type=button],
.button-group.stacked.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked.sso-button input[type=submit],
.button-group.stacked.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] input[type=button], .button-group.stacked.expanded .cme-block input[type=submit], .button-group.stacked.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] .cme-block input[type=submit], .cme-block .button-group.stacked.expanded input[type=submit], .cme-block .button-group.stacked.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked.register-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .cme-block input.button-group.stacked[type=submit] input[type=submit], .button-group.stacked.expanded #comments #respond form .form-submit input[type=submit], .button-group.stacked.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked[type=submit] #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked.expanded input[type=submit], #comments #respond form .form-submit .button-group.stacked.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked.register-button input[type=submit], #comments #respond #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .form-submit input.button-group.stacked[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit input.button-group.stacked[type=submit] input[type=submit], .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] .button, .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] label, .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=button],
.modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=button], .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] .cme-block input[type=submit], .cme-block .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form input.button-group.stacked[type=submit] .form-submit input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form input.button-group.stacked[type=submit] .form-submit input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked[type=submit] input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form .form-submit input.button-group.stacked[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] .button,
.modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label,
.article .entry-content .wp-polls .wp-polls-ul li .modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] label,
.modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] .cme-block input[type=submit],
.cme-block .modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form input.button-group.stacked[type=submit] .form-submit input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form input.button-group.stacked[type=submit] .form-submit input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked[type=submit] input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form .form-submit input.button-group.stacked[type=submit] input[type=submit], .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-small.expanded label, .button-group.stacked-for-small.expanded #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-small.expanded input[type=submit],
.button-group.stacked-for-small.expanded #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked-for-small.expanded input[type=button],
.button-group.stacked-for-small.expanded #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked-for-small.expanded input[type=submit],
.button-group.stacked-for-small.expanded #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked-for-small.expanded input[type=button], .button-group.stacked-for-small.sso-button .button, .button-group.stacked-for-small.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-small.sso-button label, .button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=submit],
.button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=button],
.button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=submit],
.button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=button], .button-group.stacked-for-small.expanded .cme-block input[type=submit], .button-group.stacked-for-small.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] .cme-block input[type=submit], .cme-block .button-group.stacked-for-small.expanded input[type=submit], .cme-block .button-group.stacked-for-small.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-small.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-small.register-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .cme-block input.button-group.stacked-for-small[type=submit] input[type=submit], .button-group.stacked-for-small.expanded #comments #respond form .form-submit input[type=submit], .button-group.stacked-for-small.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-small.expanded input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-small.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked-for-small.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked-for-small.register-button input[type=submit], #comments #respond #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .button, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] label, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button],
.modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .cme-block input[type=submit], .cme-block .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .button,
.modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label,
.article .entry-content .wp-polls .wp-polls-ul li .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] label,
.modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .cme-block input[type=submit],
.cme-block .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit], .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-medium.expanded label, .button-group.stacked-for-medium.expanded #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=submit],
.button-group.stacked-for-medium.expanded #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=button],
.button-group.stacked-for-medium.expanded #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=submit],
.button-group.stacked-for-medium.expanded #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=button], .button-group.stacked-for-medium.sso-button .button, .button-group.stacked-for-medium.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-medium.sso-button label, .button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=submit],
.button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=button],
.button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=submit],
.button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=button],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=submit],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=button], .button-group.stacked-for-medium.expanded .cme-block input[type=submit], .button-group.stacked-for-medium.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] .cme-block input[type=submit], .cme-block .button-group.stacked-for-medium.expanded input[type=submit], .cme-block .button-group.stacked-for-medium.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-medium.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-medium.register-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .cme-block input.button-group.stacked-for-medium[type=submit] input[type=submit], .button-group.stacked-for-medium.expanded #comments #respond form .form-submit input[type=submit], .button-group.stacked-for-medium.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-medium.expanded input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-medium.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked-for-medium.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked-for-medium.register-button input[type=submit], #comments #respond #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .button, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] label, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button],
.modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
.modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .cme-block input[type=submit], .cme-block .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .button,
.modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label,
.article .entry-content .wp-polls .wp-polls-ul li .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] label,
.modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button],
.modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .cme-block input[type=submit],
.cme-block .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit],
.modal-login .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit],
#comments #respond .modal-login .modal-menu-login-form form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit] {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-small label, .button-group.stacked-for-small #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-small input[type=submit],
  .button-group.stacked-for-small #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .button-group.stacked-for-small input[type=button],
  .button-group.stacked-for-small #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .button-group.stacked-for-small input[type=submit],
  .button-group.stacked-for-small #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .button-group.stacked-for-small input[type=button], .button-group.stacked-for-small .cme-block input[type=submit], .cme-block .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-small #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-small input[type=submit] {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 83.125em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-medium label, .button-group.stacked-for-medium #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-medium input[type=submit],
  .button-group.stacked-for-medium #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .button-group.stacked-for-medium input[type=button],
  .button-group.stacked-for-medium #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .button-group.stacked-for-medium input[type=submit],
  .button-group.stacked-for-medium #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .button-group.stacked-for-medium input[type=button], .button-group.stacked-for-medium .cme-block input[type=submit], .cme-block .button-group.stacked-for-medium input[type=submit], .button-group.stacked-for-medium #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-medium input[type=submit] {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded, .button-group.stacked-for-small.sso-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-small.expanded label, .button-group.stacked-for-small.expanded #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-small.expanded input[type=submit],
  .button-group.stacked-for-small.expanded #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .button-group.stacked-for-small.expanded input[type=button],
  .button-group.stacked-for-small.expanded #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .button-group.stacked-for-small.expanded input[type=submit],
  .button-group.stacked-for-small.expanded #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .button-group.stacked-for-small.expanded input[type=button], .button-group.stacked-for-small.sso-button .button, .button-group.stacked-for-small.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-small.sso-button label, .button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=submit],
  .button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=button],
  .button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=submit],
  .button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .button-group.stacked-for-small.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=button],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=button],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=button],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=button], .button-group.stacked-for-small.expanded .cme-block input[type=submit], .button-group.stacked-for-small.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] .cme-block input[type=submit], .cme-block .button-group.stacked-for-small.expanded input[type=submit], .cme-block .button-group.stacked-for-small.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-small.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-small.register-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .cme-block input.button-group.stacked-for-small[type=submit] input[type=submit], .button-group.stacked-for-small.expanded #comments #respond form .form-submit input[type=submit], .button-group.stacked-for-small.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-small[type=submit] #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-small.expanded input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-small.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-small.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked-for-small.register-button input[type=submit], #comments #respond #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .button, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] label, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
  .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button],
  .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
  .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .cme-block input[type=submit], .cme-block .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .button,
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label,
  .article .entry-content .wp-polls .wp-polls-ul li .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] label,
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=submit],
  #newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=button],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .cme-block input[type=submit],
  .cme-block .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form #comments #respond form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit],
  #comments #respond .modal-login .modal-menu-login-form form input.button-group.stacked-for-small[type=submit] .form-submit input[type=submit],
  .modal-login .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit],
  #comments #respond .modal-login .modal-menu-login-form form .form-submit input.button-group.stacked-for-small[type=submit] input[type=submit] {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .button-group.stacked-for-medium.expanded, .button-group.stacked-for-medium.sso-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-medium.expanded label, .button-group.stacked-for-medium.expanded #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=submit],
  .button-group.stacked-for-medium.expanded #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=button],
  .button-group.stacked-for-medium.expanded #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=submit],
  .button-group.stacked-for-medium.expanded #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .button-group.stacked-for-medium.expanded input[type=button], .button-group.stacked-for-medium.sso-button .button, .button-group.stacked-for-medium.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .button-group.stacked-for-medium.sso-button label, .button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=submit],
  .button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=button],
  .button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=submit],
  .button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .button-group.stacked-for-medium.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=button],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=button],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=button], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] .button, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] label, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=button],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=submit],
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=button], .button-group.stacked-for-medium.expanded .cme-block input[type=submit], .button-group.stacked-for-medium.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button .cme-block input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] .cme-block input[type=submit], .cme-block .button-group.stacked-for-medium.expanded input[type=submit], .cme-block .button-group.stacked-for-medium.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.sso-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-medium.sso-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .cme-block .button-group.stacked-for-medium.register-button input[type=submit], .cme-block #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .cme-block input.button-group.stacked-for-medium[type=submit] input[type=submit], .button-group.stacked-for-medium.expanded #comments #respond form .form-submit input[type=submit], .button-group.stacked-for-medium.sso-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button #comments #respond form .form-submit input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.button-group.stacked-for-medium[type=submit] #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-medium.expanded input[type=submit], #comments #respond form .form-submit .button-group.stacked-for-medium.sso-button input[type=submit], #comments #respond form .form-submit #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .button-group.stacked-for-medium.register-button input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit .button-group.stacked-for-medium.register-button input[type=submit], #comments #respond #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit], #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell #comments #respond form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .button, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label, .article .entry-content .wp-polls .wp-polls-ul li .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] label, .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
  .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button],
  .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
  .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button], .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .cme-block input[type=submit], .cme-block .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit], .modal-menu .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit], #comments #respond .modal-menu .modal-menu-login-form form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .button,
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .article .entry-content .wp-polls .wp-polls-ul li label,
  .article .entry-content .wp-polls .wp-polls-ul li .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] label,
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=submit],
  #newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #newsletter__unsubscribe-form input[type=button],
  #newsletter__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=submit],
  #infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] #infomail__unsubscribe-form input[type=button],
  #infomail__unsubscribe-form .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=button],
  .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .cme-block input[type=submit],
  .cme-block .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] input[type=submit],
  .modal-login .modal-menu-login-form #comments #respond form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit],
  #comments #respond .modal-login .modal-menu-login-form form input.button-group.stacked-for-medium[type=submit] .form-submit input[type=submit],
  .modal-login .modal-menu-login-form #comments #respond form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit],
  #comments #respond .modal-login .modal-menu-login-form form .form-submit input.button-group.stacked-for-medium[type=submit] input[type=submit] {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #ceecff;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #dedfe1;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.light-gray {
  background-color: #fdfdfd;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu .article .entry-content .wp-polls .wp-polls-ul li label,
.article .entry-content .wp-polls .wp-polls-ul li .menu label,
.menu #newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form .menu input[type=submit],
.menu #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .menu input[type=button],
.menu #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .menu input[type=submit],
.menu #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .menu input[type=button],
.menu .cme-block input[type=submit],
.cme-block .menu input[type=submit],
.menu #comments #respond form .form-submit input[type=submit],
#comments #respond form .form-submit .menu input[type=submit] {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li, .menu.sso-button li, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.sso-button li, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.register-button li, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.menu[type=submit] li, .modal-menu .modal-menu-login-form form input.menu[type=submit] li,
.modal-login .modal-menu-login-form form input.menu[type=submit] li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img, .menu.icon-top.sso-button li a img, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-top.sso-button li a img, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-top.register-button li a img, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.menu.icon-top[type=submit] li a img, .modal-menu .modal-menu-login-form form input.menu.icon-top[type=submit] li a img,
.modal-login .modal-menu-login-form form input.menu.icon-top[type=submit] li a img,
.menu.expanded.icon-top li a i,
.menu.icon-top.sso-button li a i,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-top.sso-button li a i,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-top.register-button li a i,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.menu.icon-top[type=submit] li a i,
.modal-menu .modal-menu-login-form form input.menu.icon-top[type=submit] li a i,
.modal-login .modal-menu-login-form form input.menu.icon-top[type=submit] li a i,
.menu.expanded.icon-top li a svg,
.menu.icon-top.sso-button li a svg,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-top.sso-button li a svg,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-top.register-button li a svg,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.menu.icon-top[type=submit] li a svg,
.modal-menu .modal-menu-login-form form input.menu.icon-top[type=submit] li a svg,
.modal-login .modal-menu-login-form form input.menu.icon-top[type=submit] li a svg, .menu.expanded.icon-bottom li a img, .menu.icon-bottom.sso-button li a img, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-bottom.sso-button li a img, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-bottom.register-button li a img, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.menu.icon-bottom[type=submit] li a img, .modal-menu .modal-menu-login-form form input.menu.icon-bottom[type=submit] li a img,
.modal-login .modal-menu-login-form form input.menu.icon-bottom[type=submit] li a img,
.menu.expanded.icon-bottom li a i,
.menu.icon-bottom.sso-button li a i,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-bottom.sso-button li a i,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-bottom.register-button li a i,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.menu.icon-bottom[type=submit] li a i,
.modal-menu .modal-menu-login-form form input.menu.icon-bottom[type=submit] li a i,
.modal-login .modal-menu-login-form form input.menu.icon-bottom[type=submit] li a i,
.menu.expanded.icon-bottom li a svg,
.menu.icon-bottom.sso-button li a svg,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-bottom.sso-button li a svg,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .menu.icon-bottom.register-button li a svg,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input.menu.icon-bottom[type=submit] li a svg,
.modal-menu .modal-menu-login-form form input.menu.icon-bottom[type=submit] li a svg,
.modal-login .modal-menu-login-form form input.menu.icon-bottom[type=submit] li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 83.125em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #006eb4;
  color: #fefefe;
}
.menu .active > a {
  background: #006eb4;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #006eb4;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #006eb4;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #006eb4 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #006eb4 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #006eb4 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #006eb4;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #006eb4 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #006eb4;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #006eb4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #006eb4 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #006eb4;
  }
}
@media print, screen and (min-width: 83.125em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #006eb4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #006eb4 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #006eb4;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #006eb4 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #006eb4;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #006eb4;
  color: #fefefe;
}
.label.primary {
  background: #006eb4;
  color: #fefefe;
}
.label.secondary {
  background: #2a2b2e;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}
.label.light-gray {
  background: #f2f2f4;
  color: #0a0a0a;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 83.125em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 83.125em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #006eb4;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #006eb4;
}
.progress.secondary .progress-meter {
  background-color: #2a2b2e;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress.light-gray .progress-meter {
  background-color: #f2f2f4;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #006eb4;
  border-radius: 3px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #006eb4;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #005e99;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 106.25rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 106.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 106.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 106.25rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #006eb4;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 83.12375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #006eb4;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #0078c5;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #006eb4;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #005f9b;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #006eb4;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 110, 180, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button, .top-bar #newsletter__unsubscribe-form input[type=submit], #newsletter__unsubscribe-form .top-bar input[type=submit],
.top-bar #newsletter__unsubscribe-form input[type=button],
#newsletter__unsubscribe-form .top-bar input[type=button],
.top-bar #infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form .top-bar input[type=submit],
.top-bar #infomail__unsubscribe-form input[type=button],
#infomail__unsubscribe-form .top-bar input[type=button], .top-bar .cme-block input[type=submit], .cme-block .top-bar input[type=submit], .top-bar #comments #respond form .form-submit input[type=submit], #comments #respond form .form-submit .top-bar input[type=submit] {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 83.12375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 83.125em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 83.125em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 83.12375em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 83.125em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 83.12375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.lar,
.las,
#splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge i,
#splus-main #splus-home .splus-home-content .card .splus-cme-status.failed .splus-cme-status-badge i,
#splus-main #splus-home .splus-home-content .card .splus-cme-status.done .splus-cme-status-badge i,
.article .entry-content .entry-content-list li::before,
.article .entry-content p a::before,
.article .entry-content .wp-swiper .swiper-button-next::after,
.article .entry-content .wp-swiper .swiper-button-prev::after,
.contact-form__form-container .contact-form__optional-content::after,
.text__error-message::before,
#modal-menu-other li.icon.calendar::before,
#modal-menu-other li.icon.list::before,
#modal-menu-other li.icon.edit::before,
#modal-menu-other li.icon.envelope-open::before,
.list-style.check li:before,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/wp-content/themes/dentalwelt/assets/fonts//la-brands-400.eot");
  src: url("/wp-content/themes/dentalwelt/assets/fonts//la-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/dentalwelt/assets/fonts//la-brands-400.woff2") format("woff2"), url("/wp-content/themes/dentalwelt/assets/fonts//la-brands-400.woff") format("woff"), url("/wp-content/themes/dentalwelt/assets/fonts//la-brands-400.ttf") format("truetype"), url("/wp-content/themes/dentalwelt/assets/fonts//la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/wp-content/themes/dentalwelt/assets/fonts//la-regular-400.eot");
  src: url("/wp-content/themes/dentalwelt/assets/fonts//la-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/dentalwelt/assets/fonts//la-regular-400.woff2") format("woff2"), url("/wp-content/themes/dentalwelt/assets/fonts//la-regular-400.woff") format("woff"), url("/wp-content/themes/dentalwelt/assets/fonts//la-regular-400.ttf") format("truetype"), url("/wp-content/themes/dentalwelt/assets/fonts//la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: Line Awesome Free;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/wp-content/themes/dentalwelt/assets/fonts//la-solid-900.eot");
  src: url("/wp-content/themes/dentalwelt/assets/fonts//la-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/dentalwelt/assets/fonts//la-solid-900.woff2") format("woff2"), url("/wp-content/themes/dentalwelt/assets/fonts//la-solid-900.woff") format("woff"), url("/wp-content/themes/dentalwelt/assets/fonts//la-solid-900.ttf") format("truetype"), url("/wp-content/themes/dentalwelt/assets/fonts//la-solid-900.svg#lineawesome") format("svg");
}
.las, #splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge i, #splus-main #splus-home .splus-home-content .card .splus-cme-status.failed .splus-cme-status-badge i, #splus-main #splus-home .splus-home-content .card .splus-cme-status.done .splus-cme-status-badge i, .article .entry-content .entry-content-list li::before, .article .entry-content p a::before, .article .entry-content .wp-swiper .swiper-button-next::after, .article .entry-content .wp-swiper .swiper-button-prev::after, .contact-form__form-container .contact-form__optional-content::after, .text__error-message::before, #modal-menu-other li.icon.calendar::before, #modal-menu-other li.icon.list::before, #modal-menu-other li.icon.edit::before, #modal-menu-other li.icon.envelope-open::before, .list-style.check li:before {
  font-family: Line Awesome Free;
  font-weight: 900;
}

.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.la-xs {
  font-size: 0.75em;
}

.la-2x {
  font-size: 1em;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-6x {
  font-size: 6em;
}

.la-7x {
  font-size: 7em;
}

.la-8x {
  font-size: 8em;
}

.la-9x {
  font-size: 9em;
}

.la-10x {
  font-size: 10em;
}

.la-fw {
  text-align: center;
  width: 1.25em;
}

.la-fw {
  width: 1.25em;
  text-align: center;
}

.la-ul {
  padding-left: 0;
  margin-left: 1.4285714286em;
  list-style-type: none;
}
.la-ul > li {
  position: relative;
}

.la-li {
  position: absolute;
  left: -2em;
  text-align: center;
  width: 1.4285714286em;
  line-height: inherit;
}
.la-li.la-lg {
  left: -1.1428571429em;
}

.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left {
  margin-right: 0.3em;
}
.la.la-pull-right {
  margin-left: 0.3em;
}

.la.pull-left {
  margin-right: 0.3em;
}
.la.pull-right {
  margin-left: 0.3em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left,
.las.la-pull-left,
#splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge i.la-pull-left,
.article .entry-content .entry-content-list li.la-pull-left::before,
.article .entry-content p a.la-pull-left::before,
.article .entry-content .wp-swiper .la-pull-left.swiper-button-next::after,
.article .entry-content .wp-swiper .la-pull-left.swiper-button-prev::after,
.contact-form__form-container .la-pull-left.contact-form__optional-content::after,
.la-pull-left.text__error-message::before,
#modal-menu-other li.la-pull-left.icon.calendar::before,
#modal-menu-other li.la-pull-left.icon.list::before,
#modal-menu-other li.la-pull-left.icon.edit::before,
#modal-menu-other li.la-pull-left.icon.envelope-open::before,
.list-style.check li.la-pull-left:before,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: 0.3em;
}

.la.la-pull-right,
.las.la-pull-right,
#splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge i.la-pull-right,
.article .entry-content .entry-content-list li.la-pull-right::before,
.article .entry-content p a.la-pull-right::before,
.article .entry-content .wp-swiper .la-pull-right.swiper-button-next::after,
.article .entry-content .wp-swiper .la-pull-right.swiper-button-prev::after,
.contact-form__form-container .la-pull-right.contact-form__optional-content::after,
.la-pull-right.text__error-message::before,
#modal-menu-other li.la-pull-right.icon.calendar::before,
#modal-menu-other li.la-pull-right.icon.list::before,
#modal-menu-other li.la-pull-right.icon.edit::before,
#modal-menu-other li.la-pull-right.icon.envelope-open::before,
.list-style.check li.la-pull-right:before,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: 0.3em;
}

.la-spin {
  animation: la-spin 2s infinite linear;
}

.la-pulse {
  animation: la-spin 1s infinite steps(8);
}
@keyframes la-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  filter: none;
}

.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #fff;
}

.la-500px:before {
  content: "\f26e";
}

.la-accessible-icon:before {
  content: "\f368";
}

.la-accusoft:before {
  content: "\f369";
}

.la-acquisitions-incorporated:before {
  content: "\f6af";
}

.la-ad:before {
  content: "\f641";
}

.la-address-book:before {
  content: "\f2b9";
}

.la-address-card:before {
  content: "\f2bb";
}

.la-adjust:before {
  content: "\f042";
}

.la-adn:before {
  content: "\f170";
}

.la-adobe:before {
  content: "\f778";
}

.la-adversal:before {
  content: "\f36a";
}

.la-affiliatetheme:before {
  content: "\f36b";
}

.la-air-freshener:before {
  content: "\f5d0";
}

.la-airbnb:before {
  content: "\f834";
}

.la-algolia:before {
  content: "\f36c";
}

.la-align-center:before {
  content: "\f037";
}

.la-align-justify:before {
  content: "\f039";
}

.la-align-left:before {
  content: "\f036";
}

.la-align-right:before {
  content: "\f038";
}

.la-alipay:before {
  content: "\f642";
}

.la-allergies:before {
  content: "\f461";
}

.la-amazon:before {
  content: "\f270";
}

.la-amazon-pay:before {
  content: "\f42c";
}

.la-ambulance:before {
  content: "\f0f9";
}

.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.la-amilia:before {
  content: "\f36d";
}

.la-anchor:before {
  content: "\f13d";
}

.la-android:before {
  content: "\f17b";
}

.la-angellist:before {
  content: "\f209";
}

.la-angle-double-down:before {
  content: "\f103";
}

.la-angle-double-left:before {
  content: "\f100";
}

.la-angle-double-right:before {
  content: "\f101";
}

.la-angle-double-up:before {
  content: "\f102";
}

.la-angle-down:before {
  content: "\f107";
}

.la-angle-left:before {
  content: "\f104";
}

.la-angle-right:before {
  content: "\f105";
}

.la-angle-up:before {
  content: "\f106";
}

.la-angry:before {
  content: "\f556";
}

.la-angrycreative:before {
  content: "\f36e";
}

.la-angular:before {
  content: "\f420";
}

.la-ankh:before {
  content: "\f644";
}

.la-app-store:before {
  content: "\f36f";
}

.la-app-store-ios:before {
  content: "\f370";
}

.la-apper:before {
  content: "\f371";
}

.la-apple:before {
  content: "\f179";
}

.la-apple-alt:before {
  content: "\f5d1";
}

.la-apple-pay:before {
  content: "\f415";
}

.la-archive:before {
  content: "\f187";
}

.la-archway:before {
  content: "\f557";
}

.la-arrow-alt-circle-down:before {
  content: "\f358";
}

.la-arrow-alt-circle-left:before {
  content: "\f359";
}

.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

.la-arrow-circle-down:before {
  content: "\f0ab";
}

.la-arrow-circle-left:before {
  content: "\f0a8";
}

.la-arrow-circle-right:before {
  content: "\f0a9";
}

.la-arrow-circle-up:before {
  content: "\f0aa";
}

.la-arrow-down:before {
  content: "\f063";
}

.la-arrow-left:before {
  content: "\f060";
}

.la-arrow-right:before {
  content: "\f061";
}

.la-arrow-up:before {
  content: "\f062";
}

.la-arrows-alt:before {
  content: "\f0b2";
}

.la-arrows-alt-h:before {
  content: "\f337";
}

.la-arrows-alt-v:before {
  content: "\f338";
}

.la-artstation:before {
  content: "\f77a";
}

.la-assistive-listening-systems:before {
  content: "\f2a2";
}

.la-asterisk:before {
  content: "\f069";
}

.la-asymmetrik:before {
  content: "\f372";
}

.la-at:before {
  content: "\f1fa";
}

.la-atlas:before {
  content: "\f558";
}

.la-atlassian:before {
  content: "\f77b";
}

.la-atom:before {
  content: "\f5d2";
}

.la-audible:before {
  content: "\f373";
}

.la-audio-description:before {
  content: "\f29e";
}

.la-autoprefixer:before {
  content: "\f41c";
}

.la-avianex:before {
  content: "\f374";
}

.la-aviato:before {
  content: "\f421";
}

.la-award:before {
  content: "\f559";
}

.la-aws:before {
  content: "\f375";
}

.la-baby:before {
  content: "\f77c";
}

.la-baby-carriage:before {
  content: "\f77d";
}

.la-backspace:before {
  content: "\f55a";
}

.la-backward:before {
  content: "\f04a";
}

.la-bacon:before {
  content: "\f7e5";
}

.la-balance-scale:before {
  content: "\f24e";
}

.la-balance-scale-left:before {
  content: "\f515";
}

.la-balance-scale-right:before {
  content: "\f516";
}

.la-ban:before {
  content: "\f05e";
}

.la-band-aid:before {
  content: "\f462";
}

.la-bandcamp:before {
  content: "\f2d5";
}

.la-barcode:before {
  content: "\f02a";
}

.la-bars:before {
  content: "\f0c9";
}

.la-baseball-ball:before {
  content: "\f433";
}

.la-basketball-ball:before {
  content: "\f434";
}

.la-bath:before {
  content: "\f2cd";
}

.la-battery-empty:before {
  content: "\f244";
}

.la-battery-full:before {
  content: "\f240";
}

.la-battery-half:before {
  content: "\f242";
}

.la-battery-quarter:before {
  content: "\f243";
}

.la-battery-three-quarters:before {
  content: "\f241";
}

.la-battle-net:before {
  content: "\f835";
}

.la-bed:before {
  content: "\f236";
}

.la-beer:before {
  content: "\f0fc";
}

.la-behance:before {
  content: "\f1b4";
}

.la-behance-square:before {
  content: "\f1b5";
}

.la-bell:before {
  content: "\f0f3";
}

.la-bell-slash:before {
  content: "\f1f6";
}

.la-bezier-curve:before {
  content: "\f55b";
}

.la-bible:before {
  content: "\f647";
}

.la-bicycle:before {
  content: "\f206";
}

.la-biking:before {
  content: "\f84a";
}

.la-bimobject:before {
  content: "\f378";
}

.la-binoculars:before {
  content: "\f1e5";
}

.la-biohazard:before {
  content: "\f780";
}

.la-birthday-cake:before {
  content: "\f1fd";
}

.la-bitbucket:before {
  content: "\f171";
}

.la-bitcoin:before {
  content: "\f379";
}

.la-bity:before {
  content: "\f37a";
}

.la-black-tie:before {
  content: "\f27e";
}

.la-blackberry:before {
  content: "\f37b";
}

.la-blender:before {
  content: "\f517";
}

.la-blender-phone:before {
  content: "\f6b6";
}

.la-blind:before {
  content: "\f29d";
}

.la-blog:before {
  content: "\f781";
}

.la-blogger:before {
  content: "\f37c";
}

.la-blogger-b:before {
  content: "\f37d";
}

.la-bluetooth:before {
  content: "\f293";
}

.la-bluetooth-b:before {
  content: "\f294";
}

.la-bold:before {
  content: "\f032";
}

.la-bolt:before {
  content: "\f0e7";
}

.la-bomb:before {
  content: "\f1e2";
}

.la-bone:before {
  content: "\f5d7";
}

.la-bong:before {
  content: "\f55c";
}

.la-book:before {
  content: "\f02d";
}

.la-book-dead:before {
  content: "\f6b7";
}

.la-book-medical:before {
  content: "\f7e6";
}

.la-book-open:before {
  content: "\f518";
}

.la-book-reader:before {
  content: "\f5da";
}

.la-bookmark:before {
  content: "\f02e";
}

.la-bootstrap:before {
  content: "\f836";
}

.la-border-all:before {
  content: "\f84c";
}

.la-border-none:before {
  content: "\f850";
}

.la-border-style:before {
  content: "\f853";
}

.la-bowling-ball:before {
  content: "\f436";
}

.la-box:before {
  content: "\f466";
}

.la-box-open:before {
  content: "\f49e";
}

.la-boxes:before {
  content: "\f468";
}

.la-braille:before {
  content: "\f2a1";
}

.la-brain:before {
  content: "\f5dc";
}

.la-bread-slice:before {
  content: "\f7ec";
}

.la-briefcase:before {
  content: "\f0b1";
}

.la-briefcase-medical:before {
  content: "\f469";
}

.la-broadcast-tower:before {
  content: "\f519";
}

.la-broom:before {
  content: "\f51a";
}

.la-brush:before {
  content: "\f55d";
}

.la-btc:before {
  content: "\f15a";
}

.la-buffer:before {
  content: "\f837";
}

.la-bug:before {
  content: "\f188";
}

.la-building:before {
  content: "\f1ad";
}

.la-bullhorn:before {
  content: "\f0a1";
}

.la-bullseye:before {
  content: "\f140";
}

.la-burn:before {
  content: "\f46a";
}

.la-buromobelexperte:before {
  content: "\f37f";
}

.la-bus:before {
  content: "\f207";
}

.la-bus-alt:before {
  content: "\f55e";
}

.la-business-time:before {
  content: "\f64a";
}

.la-buysellads:before {
  content: "\f20d";
}

.la-calculator:before {
  content: "\f1ec";
}

.la-calendar:before {
  content: "\f133";
}

.la-calendar-alt:before {
  content: "\f073";
}

.la-calendar-check:before {
  content: "\f274";
}

.la-calendar-day:before {
  content: "\f783";
}

.la-calendar-minus:before {
  content: "\f272";
}

.la-calendar-plus:before {
  content: "\f271";
}

.la-calendar-times:before {
  content: "\f273";
}

.la-calendar-week:before {
  content: "\f784";
}

.la-camera:before {
  content: "\f030";
}

.la-camera-retro:before {
  content: "\f083";
}

.la-campground:before {
  content: "\f6bb";
}

.la-canadian-maple-leaf:before {
  content: "\f785";
}

.la-candy-cane:before {
  content: "\f786";
}

.la-cannabis:before {
  content: "\f55f";
}

.la-capsules:before {
  content: "\f46b";
}

.la-car:before {
  content: "\f1b9";
}

.la-car-alt:before {
  content: "\f5de";
}

.la-car-battery:before {
  content: "\f5df";
}

.la-car-crash:before {
  content: "\f5e1";
}

.la-car-side:before {
  content: "\f5e4";
}

.la-caret-down:before {
  content: "\f0d7";
}

.la-caret-left:before {
  content: "\f0d9";
}

.la-caret-right:before {
  content: "\f0da";
}

.la-caret-square-down:before {
  content: "\f150";
}

.la-caret-square-left:before {
  content: "\f191";
}

.la-caret-square-right:before {
  content: "\f152";
}

.la-caret-square-up:before {
  content: "\f151";
}

.la-caret-up:before {
  content: "\f0d8";
}

.la-carrot:before {
  content: "\f787";
}

.la-cart-arrow-down:before {
  content: "\f218";
}

.la-cart-plus:before {
  content: "\f217";
}

.la-cash-register:before {
  content: "\f788";
}

.la-cat:before {
  content: "\f6be";
}

.la-cc-amazon-pay:before {
  content: "\f42d";
}

.la-cc-amex:before {
  content: "\f1f3";
}

.la-cc-apple-pay:before {
  content: "\f416";
}

.la-cc-diners-club:before {
  content: "\f24c";
}

.la-cc-discover:before {
  content: "\f1f2";
}

.la-cc-jcb:before {
  content: "\f24b";
}

.la-cc-mastercard:before {
  content: "\f1f1";
}

.la-cc-paypal:before {
  content: "\f1f4";
}

.la-cc-stripe:before {
  content: "\f1f5";
}

.la-cc-visa:before {
  content: "\f1f0";
}

.la-centercode:before {
  content: "\f380";
}

.la-centos:before {
  content: "\f789";
}

.la-certificate:before {
  content: "\f0a3";
}

.la-chair:before {
  content: "\f6c0";
}

.la-chalkboard:before {
  content: "\f51b";
}

.la-chalkboard-teacher:before {
  content: "\f51c";
}

.la-charging-station:before {
  content: "\f5e7";
}

.la-chart-area:before {
  content: "\f1fe";
}

.la-chart-bar:before {
  content: "\f080";
}

.la-chart-line:before {
  content: "\f201";
}

.la-chart-pie:before {
  content: "\f200";
}

.la-check:before, #splus-main #splus-home .splus-home-content .card .splus-cme-status.done .splus-cme-status-badge i:before {
  content: "\f00c";
}

.la-check-circle:before {
  content: "\f058";
}

.la-check-double:before {
  content: "\f560";
}

.la-check-square:before {
  content: "\f14a";
}

.la-cheese:before {
  content: "\f7ef";
}

.la-chess:before {
  content: "\f439";
}

.la-chess-bishop:before {
  content: "\f43a";
}

.la-chess-board:before {
  content: "\f43c";
}

.la-chess-king:before {
  content: "\f43f";
}

.la-chess-knight:before {
  content: "\f441";
}

.la-chess-pawn:before {
  content: "\f443";
}

.la-chess-queen:before {
  content: "\f445";
}

.la-chess-rook:before {
  content: "\f447";
}

.la-chevron-circle-down:before {
  content: "\f13a";
}

.la-chevron-circle-left:before {
  content: "\f137";
}

.la-chevron-circle-right:before {
  content: "\f138";
}

.la-chevron-circle-up:before {
  content: "\f139";
}

.la-chevron-down:before {
  content: "\f078";
}

.la-chevron-left:before {
  content: "\f053";
}

.la-chevron-right:before {
  content: "\f054";
}

.la-chevron-up:before {
  content: "\f077";
}

.la-child:before {
  content: "\f1ae";
}

.la-chrome:before {
  content: "\f268";
}

.la-chromecast:before {
  content: "\f838";
}

.la-church:before {
  content: "\f51d";
}

.la-circle:before {
  content: "\f111";
}

.la-circle-notch:before {
  content: "\f1ce";
}

.la-city:before {
  content: "\f64f";
}

.la-clinic-medical:before {
  content: "\f7f2";
}

.la-clipboard:before {
  content: "\f328";
}

.la-clipboard-check:before {
  content: "\f46c";
}

.la-clipboard-list:before {
  content: "\f46d";
}

.la-clock:before {
  content: "\f017";
}

.la-clone:before {
  content: "\f24d";
}

.la-closed-captioning:before {
  content: "\f20a";
}

.la-cloud:before {
  content: "\f0c2";
}

.la-cloud-download-alt:before {
  content: "\f381";
}

.la-cloud-meatball:before {
  content: "\f73b";
}

.la-cloud-moon:before {
  content: "\f6c3";
}

.la-cloud-moon-rain:before {
  content: "\f73c";
}

.la-cloud-rain:before {
  content: "\f73d";
}

.la-cloud-showers-heavy:before {
  content: "\f740";
}

.la-cloud-sun:before {
  content: "\f6c4";
}

.la-cloud-sun-rain:before {
  content: "\f743";
}

.la-cloud-upload-alt:before {
  content: "\f382";
}

.la-cloudscale:before {
  content: "\f383";
}

.la-cloudsmith:before {
  content: "\f384";
}

.la-cloudversify:before {
  content: "\f385";
}

.la-cocktail:before {
  content: "\f561";
}

.la-code:before {
  content: "\f121";
}

.la-code-branch:before {
  content: "\f126";
}

.la-codepen:before {
  content: "\f1cb";
}

.la-codiepie:before {
  content: "\f284";
}

.la-coffee:before {
  content: "\f0f4";
}

.la-cog:before {
  content: "\f013";
}

.la-cogs:before {
  content: "\f085";
}

.la-coins:before {
  content: "\f51e";
}

.la-columns:before {
  content: "\f0db";
}

.la-comment:before {
  content: "\f075";
}

.la-comment-alt:before {
  content: "\f27a";
}

.la-comment-dollar:before {
  content: "\f651";
}

.la-comment-dots:before {
  content: "\f4ad";
}

.la-comment-medical:before {
  content: "\f7f5";
}

.la-comment-slash:before {
  content: "\f4b3";
}

.la-comments:before {
  content: "\f086";
}

.la-comments-dollar:before {
  content: "\f653";
}

.la-compact-disc:before {
  content: "\f51f";
}

.la-compass:before {
  content: "\f14e";
}

.la-compress:before {
  content: "\f066";
}

.la-compress-arrows-alt:before {
  content: "\f78c";
}

.la-concierge-bell:before {
  content: "\f562";
}

.la-confluence:before {
  content: "\f78d";
}

.la-connectdevelop:before {
  content: "\f20e";
}

.la-contao:before {
  content: "\f26d";
}

.la-cookie:before {
  content: "\f563";
}

.la-cookie-bite:before {
  content: "\f564";
}

.la-copy:before {
  content: "\f0c5";
}

.la-copyright:before {
  content: "\f1f9";
}

.la-cotton-bureau:before {
  content: "\f89e";
}

.la-couch:before {
  content: "\f4b8";
}

.la-cpanel:before {
  content: "\f388";
}

.la-creative-commons:before {
  content: "\f25e";
}

.la-creative-commons-by:before {
  content: "\f4e7";
}

.la-creative-commons-nc:before {
  content: "\f4e8";
}

.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.la-creative-commons-nd:before {
  content: "\f4eb";
}

.la-creative-commons-pd:before {
  content: "\f4ec";
}

.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.la-creative-commons-remix:before {
  content: "\f4ee";
}

.la-creative-commons-sa:before {
  content: "\f4ef";
}

.la-creative-commons-sampling:before {
  content: "\f4f0";
}

.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.la-creative-commons-share:before {
  content: "\f4f2";
}

.la-creative-commons-zero:before {
  content: "\f4f3";
}

.la-credit-card:before {
  content: "\f09d";
}

.la-critical-role:before {
  content: "\f6c9";
}

.la-crop:before {
  content: "\f125";
}

.la-crop-alt:before {
  content: "\f565";
}

.la-cross:before {
  content: "\f654";
}

.la-crosshairs:before {
  content: "\f05b";
}

.la-crow:before {
  content: "\f520";
}

.la-crown:before {
  content: "\f521";
}

.la-crutch:before {
  content: "\f7f7";
}

.la-css3:before {
  content: "\f13c";
}

.la-css3-alt:before {
  content: "\f38b";
}

.la-cube:before {
  content: "\f1b2";
}

.la-cubes:before {
  content: "\f1b3";
}

.la-cut:before {
  content: "\f0c4";
}

.la-cuttlefish:before {
  content: "\f38c";
}

.la-d-and-d:before {
  content: "\f38d";
}

.la-d-and-d-beyond:before {
  content: "\f6ca";
}

.la-dashcube:before {
  content: "\f210";
}

.la-database:before {
  content: "\f1c0";
}

.la-deaf:before {
  content: "\f2a4";
}

.la-delicious:before {
  content: "\f1a5";
}

.la-democrat:before {
  content: "\f747";
}

.la-deploydog:before {
  content: "\f38e";
}

.la-deskpro:before {
  content: "\f38f";
}

.la-desktop:before {
  content: "\f108";
}

.la-dev:before {
  content: "\f6cc";
}

.la-deviantart:before {
  content: "\f1bd";
}

.la-dharmachakra:before {
  content: "\f655";
}

.la-dhl:before {
  content: "\f790";
}

.la-diagnoses:before {
  content: "\f470";
}

.la-diaspora:before {
  content: "\f791";
}

.la-dice:before {
  content: "\f522";
}

.la-dice-d20:before {
  content: "\f6cf";
}

.la-dice-d6:before {
  content: "\f6d1";
}

.la-dice-five:before {
  content: "\f523";
}

.la-dice-four:before {
  content: "\f524";
}

.la-dice-one:before {
  content: "\f525";
}

.la-dice-six:before {
  content: "\f526";
}

.la-dice-three:before {
  content: "\f527";
}

.la-dice-two:before {
  content: "\f528";
}

.la-digg:before {
  content: "\f1a6";
}

.la-digital-ocean:before {
  content: "\f391";
}

.la-digital-tachograph:before {
  content: "\f566";
}

.la-directions:before {
  content: "\f5eb";
}

.la-discord:before {
  content: "\f392";
}

.la-discourse:before {
  content: "\f393";
}

.la-divide:before {
  content: "\f529";
}

.la-dizzy:before {
  content: "\f567";
}

.la-dna:before {
  content: "\f471";
}

.la-dochub:before {
  content: "\f394";
}

.la-docker:before {
  content: "\f395";
}

.la-dog:before {
  content: "\f6d3";
}

.la-dollar-sign:before {
  content: "\f155";
}

.la-dolly:before {
  content: "\f472";
}

.la-dolly-flatbed:before {
  content: "\f474";
}

.la-donate:before {
  content: "\f4b9";
}

.la-door-closed:before {
  content: "\f52a";
}

.la-door-open:before {
  content: "\f52b";
}

.la-dot-circle:before {
  content: "\f192";
}

.la-dove:before {
  content: "\f4ba";
}

.la-download:before {
  content: "\f019";
}

.la-draft2digital:before {
  content: "\f396";
}

.la-drafting-compass:before {
  content: "\f568";
}

.la-dragon:before {
  content: "\f6d5";
}

.la-draw-polygon:before {
  content: "\f5ee";
}

.la-dribbble:before {
  content: "\f17d";
}

.la-dribbble-square:before {
  content: "\f397";
}

.la-dropbox:before {
  content: "\f16b";
}

.la-drum:before {
  content: "\f569";
}

.la-drum-steelpan:before {
  content: "\f56a";
}

.la-drumstick-bite:before {
  content: "\f6d7";
}

.la-drupal:before {
  content: "\f1a9";
}

.la-dumbbell:before {
  content: "\f44b";
}

.la-dumpster:before {
  content: "\f793";
}

.la-dumpster-fire:before {
  content: "\f794";
}

.la-dungeon:before {
  content: "\f6d9";
}

.la-dyalog:before {
  content: "\f399";
}

.la-earlybirds:before {
  content: "\f39a";
}

.la-ebay:before {
  content: "\f4f4";
}

.la-edge:before {
  content: "\f282";
}

.la-edit:before {
  content: "\f044";
}

.la-egg:before {
  content: "\f7fb";
}

.la-eject:before {
  content: "\f052";
}

.la-elementor:before {
  content: "\f430";
}

.la-ellipsis-h:before {
  content: "\f141";
}

.la-ellipsis-v:before {
  content: "\f142";
}

.la-ello:before {
  content: "\f5f1";
}

.la-ember:before {
  content: "\f423";
}

.la-empire:before {
  content: "\f1d1";
}

.la-envelope:before {
  content: "\f0e0";
}

.la-envelope-open:before {
  content: "\f2b6";
}

.la-envelope-open-text:before {
  content: "\f658";
}

.la-envelope-square:before {
  content: "\f199";
}

.la-envira:before {
  content: "\f299";
}

.la-equals:before {
  content: "\f52c";
}

.la-eraser:before {
  content: "\f12d";
}

.la-erlang:before {
  content: "\f39d";
}

.la-ethereum:before {
  content: "\f42e";
}

.la-ethernet:before {
  content: "\f796";
}

.la-etsy:before {
  content: "\f2d7";
}

.la-euro-sign:before {
  content: "\f153";
}

.la-evernote:before {
  content: "\f839";
}

.la-exchange-alt:before {
  content: "\f362";
}

.la-exclamation:before {
  content: "\f12a";
}

.la-exclamation-circle:before {
  content: "\f06a";
}

.la-exclamation-triangle:before {
  content: "\f071";
}

.la-expand:before {
  content: "\f065";
}

.la-expand-arrows-alt:before {
  content: "\f31e";
}

.la-expeditedssl:before {
  content: "\f23e";
}

.la-external-link-alt:before {
  content: "\f35d";
}

.la-external-link-square-alt:before {
  content: "\f360";
}

.la-eye:before {
  content: "\f06e";
}

.la-eye-dropper:before {
  content: "\f1fb";
}

.la-eye-slash:before {
  content: "\f070";
}

.la-facebook:before {
  content: "\f09a";
}

.la-facebook-f:before {
  content: "\f39e";
}

.la-facebook-messenger:before {
  content: "\f39f";
}

.la-facebook-square:before {
  content: "\f082";
}

.la-fan:before {
  content: "\f863";
}

.la-fantasy-flight-games:before {
  content: "\f6dc";
}

.la-fast-backward:before {
  content: "\f049";
}

.la-fast-forward:before {
  content: "\f050";
}

.la-fax:before {
  content: "\f1ac";
}

.la-feather:before {
  content: "\f52d";
}

.la-feather-alt:before {
  content: "\f56b";
}

.la-fedex:before {
  content: "\f797";
}

.la-fedora:before {
  content: "\f798";
}

.la-female:before {
  content: "\f182";
}

.la-fighter-jet:before {
  content: "\f0fb";
}

.la-figma:before {
  content: "\f799";
}

.la-file:before {
  content: "\f15b";
}

.la-file-alt:before {
  content: "\f15c";
}

.la-file-archive:before {
  content: "\f1c6";
}

.la-file-audio:before {
  content: "\f1c7";
}

.la-file-code:before {
  content: "\f1c9";
}

.la-file-contract:before {
  content: "\f56c";
}

.la-file-csv:before {
  content: "\f6dd";
}

.la-file-download:before {
  content: "\f56d";
}

.la-file-excel:before {
  content: "\f1c3";
}

.la-file-export:before {
  content: "\f56e";
}

.la-file-image:before {
  content: "\f1c5";
}

.la-file-import:before {
  content: "\f56f";
}

.la-file-invoice:before {
  content: "\f570";
}

.la-file-invoice-dollar:before {
  content: "\f571";
}

.la-file-medical:before {
  content: "\f477";
}

.la-file-medical-alt:before {
  content: "\f478";
}

.la-file-pdf:before {
  content: "\f1c1";
}

.la-file-powerpoint:before {
  content: "\f1c4";
}

.la-file-prescription:before {
  content: "\f572";
}

.la-file-signature:before {
  content: "\f573";
}

.la-file-upload:before {
  content: "\f574";
}

.la-file-video:before {
  content: "\f1c8";
}

.la-file-word:before {
  content: "\f1c2";
}

.la-fill:before {
  content: "\f575";
}

.la-fill-drip:before {
  content: "\f576";
}

.la-film:before {
  content: "\f008";
}

.la-filter:before {
  content: "\f0b0";
}

.la-fingerprint:before {
  content: "\f577";
}

.la-fire:before {
  content: "\f06d";
}

.la-fire-alt:before {
  content: "\f7e4";
}

.la-fire-extinguisher:before {
  content: "\f134";
}

.la-firefox:before {
  content: "\f269";
}

.la-first-aid:before {
  content: "\f479";
}

.la-first-order:before {
  content: "\f2b0";
}

.la-first-order-alt:before {
  content: "\f50a";
}

.la-firstdraft:before {
  content: "\f3a1";
}

.la-fish:before {
  content: "\f578";
}

.la-fist-raised:before {
  content: "\f6de";
}

.la-flag:before {
  content: "\f024";
}

.la-flag-checkered:before {
  content: "\f11e";
}

.la-flag-usa:before {
  content: "\f74d";
}

.la-flask:before {
  content: "\f0c3";
}

.la-flickr:before {
  content: "\f16e";
}

.la-flipboard:before {
  content: "\f44d";
}

.la-flushed:before {
  content: "\f579";
}

.la-fly:before {
  content: "\f417";
}

.la-folder:before {
  content: "\f07b";
}

.la-folder-minus:before {
  content: "\f65d";
}

.la-folder-open:before {
  content: "\f07c";
}

.la-folder-plus:before {
  content: "\f65e";
}

.la-font:before {
  content: "\f031";
}

.la-font-awesome:before {
  content: "\f2b4";
}

.la-font-awesome-alt:before {
  content: "\f35c";
}

.la-font-awesome-flag:before {
  content: "\f425";
}

.la-fonticons:before {
  content: "\f280";
}

.la-fonticons-fi:before {
  content: "\f3a2";
}

.la-football-ball:before {
  content: "\f44e";
}

.la-fort-awesome:before {
  content: "\f286";
}

.la-fort-awesome-alt:before {
  content: "\f3a3";
}

.la-forumbee:before {
  content: "\f211";
}

.la-forward:before {
  content: "\f04e";
}

.la-foursquare:before {
  content: "\f180";
}

.la-free-code-camp:before {
  content: "\f2c5";
}

.la-freebsd:before {
  content: "\f3a4";
}

.la-frog:before {
  content: "\f52e";
}

.la-frown:before {
  content: "\f119";
}

.la-frown-open:before {
  content: "\f57a";
}

.la-fulcrum:before {
  content: "\f50b";
}

.la-funnel-dollar:before {
  content: "\f662";
}

.la-futbol:before {
  content: "\f1e3";
}

.la-galactic-republic:before {
  content: "\f50c";
}

.la-galactic-senate:before {
  content: "\f50d";
}

.la-gamepad:before {
  content: "\f11b";
}

.la-gas-pump:before {
  content: "\f52f";
}

.la-gavel:before {
  content: "\f0e3";
}

.la-gem:before {
  content: "\f3a5";
}

.la-genderless:before {
  content: "\f22d";
}

.la-get-pocket:before {
  content: "\f265";
}

.la-gg:before {
  content: "\f260";
}

.la-gg-circle:before {
  content: "\f261";
}

.la-ghost:before {
  content: "\f6e2";
}

.la-gift:before {
  content: "\f06b";
}

.la-gifts:before {
  content: "\f79c";
}

.la-git:before {
  content: "\f1d3";
}

.la-git-alt:before {
  content: "\f841";
}

.la-git-square:before {
  content: "\f1d2";
}

.la-github:before {
  content: "\f09b";
}

.la-github-alt:before {
  content: "\f113";
}

.la-github-square:before {
  content: "\f092";
}

.la-gitkraken:before {
  content: "\f3a6";
}

.la-gitlab:before {
  content: "\f296";
}

.la-gitter:before {
  content: "\f426";
}

.la-glass-cheers:before {
  content: "\f79f";
}

.la-glass-martini:before {
  content: "\f000";
}

.la-glass-martini-alt:before {
  content: "\f57b";
}

.la-glass-whiskey:before {
  content: "\f7a0";
}

.la-glasses:before {
  content: "\f530";
}

.la-glide:before {
  content: "\f2a5";
}

.la-glide-g:before {
  content: "\f2a6";
}

.la-globe:before {
  content: "\f0ac";
}

.la-globe-africa:before {
  content: "\f57c";
}

.la-globe-americas:before {
  content: "\f57d";
}

.la-globe-asia:before {
  content: "\f57e";
}

.la-globe-europe:before {
  content: "\f7a2";
}

.la-gofore:before {
  content: "\f3a7";
}

.la-golf-ball:before {
  content: "\f450";
}

.la-goodreads:before {
  content: "\f3a8";
}

.la-goodreads-g:before {
  content: "\f3a9";
}

.la-google:before {
  content: "\f1a0";
}

.la-google-drive:before {
  content: "\f3aa";
}

.la-google-play:before {
  content: "\f3ab";
}

.la-google-plus:before {
  content: "\f2b3";
}

.la-google-plus-g:before {
  content: "\f0d5";
}

.la-google-plus-square:before {
  content: "\f0d4";
}

.la-google-wallet:before {
  content: "\f1ee";
}

.la-gopuram:before {
  content: "\f664";
}

.la-graduation-cap:before {
  content: "\f19d";
}

.la-gratipay:before {
  content: "\f184";
}

.la-grav:before {
  content: "\f2d6";
}

.la-greater-than:before {
  content: "\f531";
}

.la-greater-than-equal:before {
  content: "\f532";
}

.la-grimace:before {
  content: "\f57f";
}

.la-grin:before {
  content: "\f580";
}

.la-grin-alt:before {
  content: "\f581";
}

.la-grin-beam:before {
  content: "\f582";
}

.la-grin-beam-sweat:before {
  content: "\f583";
}

.la-grin-hearts:before {
  content: "\f584";
}

.la-grin-squint:before {
  content: "\f585";
}

.la-grin-squint-tears:before {
  content: "\f586";
}

.la-grin-stars:before {
  content: "\f587";
}

.la-grin-tears:before {
  content: "\f588";
}

.la-grin-tongue:before {
  content: "\f589";
}

.la-grin-tongue-squint:before {
  content: "\f58a";
}

.la-grin-tongue-wink:before {
  content: "\f58b";
}

.la-grin-wink:before {
  content: "\f58c";
}

.la-grip-horizontal:before {
  content: "\f58d";
}

.la-grip-lines:before {
  content: "\f7a4";
}

.la-grip-lines-vertical:before {
  content: "\f7a5";
}

.la-grip-vertical:before {
  content: "\f58e";
}

.la-gripfire:before {
  content: "\f3ac";
}

.la-grunt:before {
  content: "\f3ad";
}

.la-guitar:before {
  content: "\f7a6";
}

.la-gulp:before {
  content: "\f3ae";
}

.la-h-square:before {
  content: "\f0fd";
}

.la-hacker-news:before {
  content: "\f1d4";
}

.la-hacker-news-square:before {
  content: "\f3af";
}

.la-hackerrank:before {
  content: "\f5f7";
}

.la-hamburger:before {
  content: "\f805";
}

.la-hammer:before {
  content: "\f6e3";
}

.la-hamsa:before {
  content: "\f665";
}

.la-hand-holding:before {
  content: "\f4bd";
}

.la-hand-holding-heart:before {
  content: "\f4be";
}

.la-hand-holding-usd:before {
  content: "\f4c0";
}

.la-hand-lizard:before {
  content: "\f258";
}

.la-hand-middle-finger:before {
  content: "\f806";
}

.la-hand-paper:before {
  content: "\f256";
}

.la-hand-peace:before {
  content: "\f25b";
}

.la-hand-point-down:before {
  content: "\f0a7";
}

.la-hand-point-left:before {
  content: "\f0a5";
}

.la-hand-point-right:before {
  content: "\f0a4";
}

.la-hand-point-up:before {
  content: "\f0a6";
}

.la-hand-pointer:before {
  content: "\f25a";
}

.la-hand-rock:before {
  content: "\f255";
}

.la-hand-scissors:before {
  content: "\f257";
}

.la-hand-spock:before {
  content: "\f259";
}

.la-hands:before {
  content: "\f4c2";
}

.la-hands-helping:before {
  content: "\f4c4";
}

.la-handshake:before {
  content: "\f2b5";
}

.la-hanukiah:before {
  content: "\f6e6";
}

.la-hard-hat:before {
  content: "\f807";
}

.la-hashtag:before {
  content: "\f292";
}

.la-hat-wizard:before {
  content: "\f6e8";
}

.la-haykal:before {
  content: "\f666";
}

.la-hdd:before {
  content: "\f0a0";
}

.la-heading:before {
  content: "\f1dc";
}

.la-headphones:before {
  content: "\f025";
}

.la-headphones-alt:before {
  content: "\f58f";
}

.la-headset:before {
  content: "\f590";
}

.la-heart:before {
  content: "\f004";
}

.la-heart-broken:before {
  content: "\f7a9";
}

.la-heartbeat:before {
  content: "\f21e";
}

.la-helicopter:before {
  content: "\f533";
}

.la-highlighter:before {
  content: "\f591";
}

.la-hiking:before {
  content: "\f6ec";
}

.la-hippo:before {
  content: "\f6ed";
}

.la-hips:before {
  content: "\f452";
}

.la-hire-a-helper:before {
  content: "\f3b0";
}

.la-history:before {
  content: "\f1da";
}

.la-hockey-puck:before {
  content: "\f453";
}

.la-holly-berry:before {
  content: "\f7aa";
}

.la-home:before {
  content: "\f015";
}

.la-hooli:before {
  content: "\f427";
}

.la-hornbill:before {
  content: "\f592";
}

.la-horse:before {
  content: "\f6f0";
}

.la-horse-head:before {
  content: "\f7ab";
}

.la-hospital:before {
  content: "\f0f8";
}

.la-hospital-alt:before {
  content: "\f47d";
}

.la-hospital-symbol:before {
  content: "\f47e";
}

.la-hot-tub:before {
  content: "\f593";
}

.la-hotdog:before {
  content: "\f80f";
}

.la-hotel:before {
  content: "\f594";
}

.la-hotjar:before {
  content: "\f3b1";
}

.la-hourglass:before {
  content: "\f254";
}

.la-hourglass-end:before {
  content: "\f253";
}

.la-hourglass-half:before {
  content: "\f252";
}

.la-hourglass-start:before {
  content: "\f251";
}

.la-house-damage:before {
  content: "\f6f1";
}

.la-houzz:before {
  content: "\f27c";
}

.la-hryvnia:before {
  content: "\f6f2";
}

.la-html5:before {
  content: "\f13b";
}

.la-hubspot:before {
  content: "\f3b2";
}

.la-i-cursor:before {
  content: "\f246";
}

.la-ice-cream:before {
  content: "\f810";
}

.la-icicles:before {
  content: "\f7ad";
}

.la-icons:before {
  content: "\f86d";
}

.la-id-badge:before {
  content: "\f2c1";
}

.la-id-card:before {
  content: "\f2c2";
}

.la-id-card-alt:before {
  content: "\f47f";
}

.la-igloo:before {
  content: "\f7ae";
}

.la-image:before {
  content: "\f03e";
}

.la-images:before {
  content: "\f302";
}

.la-imdb:before {
  content: "\f2d8";
}

.la-inbox:before {
  content: "\f01c";
}

.la-indent:before {
  content: "\f03c";
}

.la-industry:before {
  content: "\f275";
}

.la-infinity:before {
  content: "\f534";
}

.la-info:before {
  content: "\f129";
}

.la-info-circle:before {
  content: "\f05a";
}

.la-instagram:before {
  content: "\f16d";
}

.la-intercom:before {
  content: "\f7af";
}

.la-internet-explorer:before {
  content: "\f26b";
}

.la-invision:before {
  content: "\f7b0";
}

.la-ioxhost:before {
  content: "\f208";
}

.la-italic:before {
  content: "\f033";
}

.la-itch-io:before {
  content: "\f83a";
}

.la-itunes:before {
  content: "\f3b4";
}

.la-itunes-note:before {
  content: "\f3b5";
}

.la-java:before {
  content: "\f4e4";
}

.la-jedi:before {
  content: "\f669";
}

.la-jedi-order:before {
  content: "\f50e";
}

.la-jenkins:before {
  content: "\f3b6";
}

.la-jira:before {
  content: "\f7b1";
}

.la-joget:before {
  content: "\f3b7";
}

.la-joint:before {
  content: "\f595";
}

.la-joomla:before {
  content: "\f1aa";
}

.la-journal-whills:before {
  content: "\f66a";
}

.la-js:before {
  content: "\f3b8";
}

.la-js-square:before {
  content: "\f3b9";
}

.la-jsfiddle:before {
  content: "\f1cc";
}

.la-kaaba:before {
  content: "\f66b";
}

.la-kaggle:before {
  content: "\f5fa";
}

.la-key:before {
  content: "\f084";
}

.la-keybase:before {
  content: "\f4f5";
}

.la-keyboard:before {
  content: "\f11c";
}

.la-keycdn:before {
  content: "\f3ba";
}

.la-khanda:before {
  content: "\f66d";
}

.la-kickstarter:before {
  content: "\f3bb";
}

.la-kickstarter-k:before {
  content: "\f3bc";
}

.la-kiss:before {
  content: "\f596";
}

.la-kiss-beam:before {
  content: "\f597";
}

.la-kiss-wink-heart:before {
  content: "\f598";
}

.la-kiwi-bird:before {
  content: "\f535";
}

.la-korvue:before {
  content: "\f42f";
}

.la-landmark:before {
  content: "\f66f";
}

.la-language:before {
  content: "\f1ab";
}

.la-laptop:before {
  content: "\f109";
}

.la-laptop-code:before {
  content: "\f5fc";
}

.la-laptop-medical:before {
  content: "\f812";
}

.la-laravel:before {
  content: "\f3bd";
}

.la-lastfm:before {
  content: "\f202";
}

.la-lastfm-square:before {
  content: "\f203";
}

.la-laugh:before {
  content: "\f599";
}

.la-laugh-beam:before {
  content: "\f59a";
}

.la-laugh-squint:before {
  content: "\f59b";
}

.la-laugh-wink:before {
  content: "\f59c";
}

.la-layer-group:before {
  content: "\f5fd";
}

.la-leaf:before {
  content: "\f06c";
}

.la-leanpub:before {
  content: "\f212";
}

.la-lemon:before {
  content: "\f094";
}

.la-less:before {
  content: "\f41d";
}

.la-less-than:before {
  content: "\f536";
}

.la-less-than-equal:before {
  content: "\f537";
}

.la-level-down-alt:before {
  content: "\f3be";
}

.la-level-up-alt:before {
  content: "\f3bf";
}

.la-life-ring:before {
  content: "\f1cd";
}

.la-lightbulb:before {
  content: "\f0eb";
}

.la-line:before {
  content: "\f3c0";
}

.la-link:before {
  content: "\f0c1";
}

.la-linkedin:before {
  content: "\f08c";
}

.la-linkedin-in:before {
  content: "\f0e1";
}

.la-linode:before {
  content: "\f2b8";
}

.la-linux:before {
  content: "\f17c";
}

.la-lira-sign:before {
  content: "\f195";
}

.la-list:before {
  content: "\f03a";
}

.la-list-alt:before {
  content: "\f022";
}

.la-list-ol:before {
  content: "\f0cb";
}

.la-list-ul:before {
  content: "\f0ca";
}

.la-location-arrow:before {
  content: "\f124";
}

.la-lock:before {
  content: "\f023";
}

.la-lock-open:before {
  content: "\f3c1";
}

.la-long-arrow-alt-down:before {
  content: "\f309";
}

.la-long-arrow-alt-left:before {
  content: "\f30a";
}

.la-long-arrow-alt-right:before {
  content: "\f30b";
}

.la-long-arrow-alt-up:before {
  content: "\f30c";
}

.la-low-vision:before {
  content: "\f2a8";
}

.la-luggage-cart:before {
  content: "\f59d";
}

.la-lyft:before {
  content: "\f3c3";
}

.la-magento:before {
  content: "\f3c4";
}

.la-magic:before {
  content: "\f0d0";
}

.la-magnet:before {
  content: "\f076";
}

.la-mail-bulk:before {
  content: "\f674";
}

.la-mailchimp:before {
  content: "\f59e";
}

.la-male:before {
  content: "\f183";
}

.la-mandalorian:before {
  content: "\f50f";
}

.la-map:before {
  content: "\f279";
}

.la-map-marked:before {
  content: "\f59f";
}

.la-map-marked-alt:before {
  content: "\f5a0";
}

.la-map-marker:before {
  content: "\f041";
}

.la-map-marker-alt:before {
  content: "\f3c5";
}

.la-map-pin:before {
  content: "\f276";
}

.la-map-signs:before {
  content: "\f277";
}

.la-markdown:before {
  content: "\f60f";
}

.la-marker:before {
  content: "\f5a1";
}

.la-mars:before {
  content: "\f222";
}

.la-mars-double:before {
  content: "\f227";
}

.la-mars-stroke:before {
  content: "\f229";
}

.la-mars-stroke-h:before {
  content: "\f22b";
}

.la-mars-stroke-v:before {
  content: "\f22a";
}

.la-mask:before {
  content: "\f6fa";
}

.la-mastodon:before {
  content: "\f4f6";
}

.la-maxcdn:before {
  content: "\f136";
}

.la-medal:before {
  content: "\f5a2";
}

.la-medapps:before {
  content: "\f3c6";
}

.la-medium:before {
  content: "\f23a";
}

.la-medium-m:before {
  content: "\f3c7";
}

.la-medkit:before {
  content: "\f0fa";
}

.la-medrt:before {
  content: "\f3c8";
}

.la-meetup:before {
  content: "\f2e0";
}

.la-megaport:before {
  content: "\f5a3";
}

.la-meh:before {
  content: "\f11a";
}

.la-meh-blank:before {
  content: "\f5a4";
}

.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

.la-memory:before {
  content: "\f538";
}

.la-mendeley:before {
  content: "\f7b3";
}

.la-menorah:before {
  content: "\f676";
}

.la-mercury:before {
  content: "\f223";
}

.la-meteor:before {
  content: "\f753";
}

.la-microchip:before {
  content: "\f2db";
}

.la-microphone:before {
  content: "\f130";
}

.la-microphone-alt:before {
  content: "\f3c9";
}

.la-microphone-alt-slash:before {
  content: "\f539";
}

.la-microphone-slash:before {
  content: "\f131";
}

.la-microscope:before {
  content: "\f610";
}

.la-microsoft:before {
  content: "\f3ca";
}

.la-minus:before, #splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge i:before {
  content: "\f068";
}

.la-minus-circle:before {
  content: "\f056";
}

.la-minus-square:before {
  content: "\f146";
}

.la-mitten:before {
  content: "\f7b5";
}

.la-mix:before {
  content: "\f3cb";
}

.la-mixcloud:before {
  content: "\f289";
}

.la-mizuni:before {
  content: "\f3cc";
}

.la-mobile:before {
  content: "\f10b";
}

.la-mobile-alt:before {
  content: "\f3cd";
}

.la-modx:before {
  content: "\f285";
}

.la-monero:before {
  content: "\f3d0";
}

.la-money-bill:before {
  content: "\f0d6";
}

.la-money-bill-alt:before {
  content: "\f3d1";
}

.la-money-bill-wave:before {
  content: "\f53a";
}

.la-money-bill-wave-alt:before {
  content: "\f53b";
}

.la-money-check:before {
  content: "\f53c";
}

.la-money-check-alt:before {
  content: "\f53d";
}

.la-monument:before {
  content: "\f5a6";
}

.la-moon:before {
  content: "\f186";
}

.la-mortar-pestle:before {
  content: "\f5a7";
}

.la-mosque:before {
  content: "\f678";
}

.la-motorcycle:before {
  content: "\f21c";
}

.la-mountain:before {
  content: "\f6fc";
}

.la-mouse-pointer:before {
  content: "\f245";
}

.la-mug-hot:before {
  content: "\f7b6";
}

.la-music:before {
  content: "\f001";
}

.la-napster:before {
  content: "\f3d2";
}

.la-neos:before {
  content: "\f612";
}

.la-network-wired:before {
  content: "\f6ff";
}

.la-neuter:before {
  content: "\f22c";
}

.la-newspaper:before {
  content: "\f1ea";
}

.la-nimblr:before {
  content: "\f5a8";
}

.la-node:before {
  content: "\f419";
}

.la-node-js:before {
  content: "\f3d3";
}

.la-not-equal:before {
  content: "\f53e";
}

.la-notes-medical:before {
  content: "\f481";
}

.la-npm:before {
  content: "\f3d4";
}

.la-ns8:before {
  content: "\f3d5";
}

.la-nutritionix:before {
  content: "\f3d6";
}

.la-object-group:before {
  content: "\f247";
}

.la-object-ungroup:before {
  content: "\f248";
}

.la-odnoklassniki:before {
  content: "\f263";
}

.la-odnoklassniki-square:before {
  content: "\f264";
}

.la-oil-can:before {
  content: "\f613";
}

.la-old-republic:before {
  content: "\f510";
}

.la-om:before {
  content: "\f679";
}

.la-opencart:before {
  content: "\f23d";
}

.la-openid:before {
  content: "\f19b";
}

.la-opera:before {
  content: "\f26a";
}

.la-optin-monster:before {
  content: "\f23c";
}

.la-osi:before {
  content: "\f41a";
}

.la-otter:before {
  content: "\f700";
}

.la-outdent:before {
  content: "\f03b";
}

.la-page4:before {
  content: "\f3d7";
}

.la-pagelines:before {
  content: "\f18c";
}

.la-pager:before {
  content: "\f815";
}

.la-paint-brush:before {
  content: "\f1fc";
}

.la-paint-roller:before {
  content: "\f5aa";
}

.la-palette:before {
  content: "\f53f";
}

.la-palfed:before {
  content: "\f3d8";
}

.la-pallet:before {
  content: "\f482";
}

.la-paper-plane:before {
  content: "\f1d8";
}

.la-paperclip:before {
  content: "\f0c6";
}

.la-parachute-box:before {
  content: "\f4cd";
}

.la-paragraph:before {
  content: "\f1dd";
}

.la-parking:before {
  content: "\f540";
}

.la-passport:before {
  content: "\f5ab";
}

.la-pastafarianism:before {
  content: "\f67b";
}

.la-paste:before {
  content: "\f0ea";
}

.la-patreon:before {
  content: "\f3d9";
}

.la-pause:before {
  content: "\f04c";
}

.la-pause-circle:before {
  content: "\f28b";
}

.la-paw:before {
  content: "\f1b0";
}

.la-paypal:before {
  content: "\f1ed";
}

.la-peace:before {
  content: "\f67c";
}

.la-pen:before {
  content: "\f304";
}

.la-pen-alt:before {
  content: "\f305";
}

.la-pen-fancy:before {
  content: "\f5ac";
}

.la-pen-nib:before {
  content: "\f5ad";
}

.la-pen-square:before {
  content: "\f14b";
}

.la-pencil-alt:before {
  content: "\f303";
}

.la-pencil-ruler:before {
  content: "\f5ae";
}

.la-penny-arcade:before {
  content: "\f704";
}

.la-people-carry:before {
  content: "\f4ce";
}

.la-pepper-hot:before {
  content: "\f816";
}

.la-percent:before {
  content: "\f295";
}

.la-percentage:before {
  content: "\f541";
}

.la-periscope:before {
  content: "\f3da";
}

.la-person-booth:before {
  content: "\f756";
}

.la-phabricator:before {
  content: "\f3db";
}

.la-phoenix-framework:before {
  content: "\f3dc";
}

.la-phoenix-squadron:before {
  content: "\f511";
}

.la-phone:before {
  content: "\f095";
}

.la-phone-alt:before {
  content: "\f879";
}

.la-phone-slash:before {
  content: "\f3dd";
}

.la-phone-square:before {
  content: "\f098";
}

.la-phone-square-alt:before {
  content: "\f87b";
}

.la-phone-volume:before {
  content: "\f2a0";
}

.la-photo-video:before {
  content: "\f87c";
}

.la-php:before {
  content: "\f457";
}

.la-pied-piper:before {
  content: "\f2ae";
}

.la-pied-piper-alt:before {
  content: "\f1a8";
}

.la-pied-piper-hat:before {
  content: "\f4e5";
}

.la-pied-piper-pp:before {
  content: "\f1a7";
}

.la-piggy-bank:before {
  content: "\f4d3";
}

.la-pills:before {
  content: "\f484";
}

.la-pinterest:before {
  content: "\f0d2";
}

.la-pinterest-p:before {
  content: "\f231";
}

.la-pinterest-square:before {
  content: "\f0d3";
}

.la-pizza-slice:before {
  content: "\f818";
}

.la-place-of-worship:before {
  content: "\f67f";
}

.la-plane:before {
  content: "\f072";
}

.la-plane-arrival:before {
  content: "\f5af";
}

.la-plane-departure:before {
  content: "\f5b0";
}

.la-play:before {
  content: "\f04b";
}

.la-play-circle:before {
  content: "\f144";
}

.la-playstation:before {
  content: "\f3df";
}

.la-plug:before {
  content: "\f1e6";
}

.la-plus:before {
  content: "\f067";
}

.la-plus-circle:before {
  content: "\f055";
}

.la-plus-square:before {
  content: "\f0fe";
}

.la-podcast:before {
  content: "\f2ce";
}

.la-poll:before {
  content: "\f681";
}

.la-poll-h:before {
  content: "\f682";
}

.la-poo:before {
  content: "\f2fe";
}

.la-poo-storm:before {
  content: "\f75a";
}

.la-poop:before {
  content: "\f619";
}

.la-portrait:before {
  content: "\f3e0";
}

.la-pound-sign:before {
  content: "\f154";
}

.la-power-off:before {
  content: "\f011";
}

.la-pray:before {
  content: "\f683";
}

.la-praying-hands:before {
  content: "\f684";
}

.la-prescription:before {
  content: "\f5b1";
}

.la-prescription-bottle:before {
  content: "\f485";
}

.la-prescription-bottle-alt:before {
  content: "\f486";
}

.la-print:before {
  content: "\f02f";
}

.la-procedures:before {
  content: "\f487";
}

.la-product-hunt:before {
  content: "\f288";
}

.la-project-diagram:before {
  content: "\f542";
}

.la-pushed:before {
  content: "\f3e1";
}

.la-puzzle-piece:before {
  content: "\f12e";
}

.la-python:before {
  content: "\f3e2";
}

.la-qq:before {
  content: "\f1d6";
}

.la-qrcode:before {
  content: "\f029";
}

.la-question:before {
  content: "\f128";
}

.la-question-circle:before {
  content: "\f059";
}

.la-quidditch:before {
  content: "\f458";
}

.la-quinscape:before {
  content: "\f459";
}

.la-quora:before {
  content: "\f2c4";
}

.la-quote-left:before {
  content: "\f10d";
}

.la-quote-right:before {
  content: "\f10e";
}

.la-quran:before {
  content: "\f687";
}

.la-r-project:before {
  content: "\f4f7";
}

.la-radiation:before {
  content: "\f7b9";
}

.la-radiation-alt:before {
  content: "\f7ba";
}

.la-rainbow:before {
  content: "\f75b";
}

.la-random:before {
  content: "\f074";
}

.la-raspberry-pi:before {
  content: "\f7bb";
}

.la-ravelry:before {
  content: "\f2d9";
}

.la-react:before {
  content: "\f41b";
}

.la-reacteurope:before {
  content: "\f75d";
}

.la-readme:before {
  content: "\f4d5";
}

.la-rebel:before {
  content: "\f1d0";
}

.la-receipt:before {
  content: "\f543";
}

.la-recycle:before {
  content: "\f1b8";
}

.la-red-river:before {
  content: "\f3e3";
}

.la-reddit:before {
  content: "\f1a1";
}

.la-reddit-alien:before {
  content: "\f281";
}

.la-reddit-square:before {
  content: "\f1a2";
}

.la-redhat:before {
  content: "\f7bc";
}

.la-redo:before {
  content: "\f01e";
}

.la-redo-alt:before {
  content: "\f2f9";
}

.la-registered:before {
  content: "\f25d";
}

.la-remove-format:before {
  content: "\f87d";
}

.la-renren:before {
  content: "\f18b";
}

.la-reply:before {
  content: "\f3e5";
}

.la-reply-all:before {
  content: "\f122";
}

.la-replyd:before {
  content: "\f3e6";
}

.la-republican:before {
  content: "\f75e";
}

.la-researchgate:before {
  content: "\f4f8";
}

.la-resolving:before {
  content: "\f3e7";
}

.la-restroom:before {
  content: "\f7bd";
}

.la-retweet:before {
  content: "\f079";
}

.la-rev:before {
  content: "\f5b2";
}

.la-ribbon:before {
  content: "\f4d6";
}

.la-ring:before {
  content: "\f70b";
}

.la-road:before {
  content: "\f018";
}

.la-robot:before {
  content: "\f544";
}

.la-rocket:before {
  content: "\f135";
}

.la-rocketchat:before {
  content: "\f3e8";
}

.la-rockrms:before {
  content: "\f3e9";
}

.la-route:before {
  content: "\f4d7";
}

.la-rss:before {
  content: "\f09e";
}

.la-rss-square:before {
  content: "\f143";
}

.la-ruble-sign:before {
  content: "\f158";
}

.la-ruler:before {
  content: "\f545";
}

.la-ruler-combined:before {
  content: "\f546";
}

.la-ruler-horizontal:before {
  content: "\f547";
}

.la-ruler-vertical:before {
  content: "\f548";
}

.la-running:before {
  content: "\f70c";
}

.la-rupee-sign:before {
  content: "\f156";
}

.la-sad-cry:before {
  content: "\f5b3";
}

.la-sad-tear:before {
  content: "\f5b4";
}

.la-safari:before {
  content: "\f267";
}

.la-salesforce:before {
  content: "\f83b";
}

.la-sass:before {
  content: "\f41e";
}

.la-satellite:before {
  content: "\f7bf";
}

.la-satellite-dish:before {
  content: "\f7c0";
}

.la-save:before {
  content: "\f0c7";
}

.la-schlix:before {
  content: "\f3ea";
}

.la-school:before {
  content: "\f549";
}

.la-screwdriver:before {
  content: "\f54a";
}

.la-scribd:before {
  content: "\f28a";
}

.la-scroll:before {
  content: "\f70e";
}

.la-sd-card:before {
  content: "\f7c2";
}

.la-search:before {
  content: "\f002";
}

.la-search-dollar:before {
  content: "\f688";
}

.la-search-location:before {
  content: "\f689";
}

.la-search-minus:before {
  content: "\f010";
}

.la-search-plus:before {
  content: "\f00e";
}

.la-searchengin:before {
  content: "\f3eb";
}

.la-seedling:before {
  content: "\f4d8";
}

.la-sellcast:before {
  content: "\f2da";
}

.la-sellsy:before {
  content: "\f213";
}

.la-server:before {
  content: "\f233";
}

.la-servicestack:before {
  content: "\f3ec";
}

.la-shapes:before {
  content: "\f61f";
}

.la-share:before {
  content: "\f064";
}

.la-share-alt:before {
  content: "\f1e0";
}

.la-share-alt-square:before {
  content: "\f1e1";
}

.la-share-square:before {
  content: "\f14d";
}

.la-shekel-sign:before {
  content: "\f20b";
}

.la-shield-alt:before {
  content: "\f3ed";
}

.la-ship:before {
  content: "\f21a";
}

.la-shipping-fast:before {
  content: "\f48b";
}

.la-shirtsinbulk:before {
  content: "\f214";
}

.la-shoe-prints:before {
  content: "\f54b";
}

.la-shopping-bag:before {
  content: "\f290";
}

.la-shopping-basket:before {
  content: "\f291";
}

.la-shopping-cart:before {
  content: "\f07a";
}

.la-shopware:before {
  content: "\f5b5";
}

.la-shower:before {
  content: "\f2cc";
}

.la-shuttle-van:before {
  content: "\f5b6";
}

.la-sign:before {
  content: "\f4d9";
}

.la-sign-in-alt:before {
  content: "\f2f6";
}

.la-sign-language:before {
  content: "\f2a7";
}

.la-sign-out-alt:before {
  content: "\f2f5";
}

.la-signal:before {
  content: "\f012";
}

.la-signature:before {
  content: "\f5b7";
}

.la-sim-card:before {
  content: "\f7c4";
}

.la-simplybuilt:before {
  content: "\f215";
}

.la-sistrix:before {
  content: "\f3ee";
}

.la-sitemap:before {
  content: "\f0e8";
}

.la-sith:before {
  content: "\f512";
}

.la-skating:before {
  content: "\f7c5";
}

.la-sketch:before {
  content: "\f7c6";
}

.la-skiing:before {
  content: "\f7c9";
}

.la-skiing-nordic:before {
  content: "\f7ca";
}

.la-skull:before {
  content: "\f54c";
}

.la-skull-crossbones:before {
  content: "\f714";
}

.la-skyatlas:before {
  content: "\f216";
}

.la-skype:before {
  content: "\f17e";
}

.la-slack:before {
  content: "\f198";
}

.la-slack-hash:before {
  content: "\f3ef";
}

.la-slash:before {
  content: "\f715";
}

.la-sleigh:before {
  content: "\f7cc";
}

.la-sliders-h:before {
  content: "\f1de";
}

.la-slideshare:before {
  content: "\f1e7";
}

.la-smile:before {
  content: "\f118";
}

.la-smile-beam:before {
  content: "\f5b8";
}

.la-smile-wink:before {
  content: "\f4da";
}

.la-smog:before {
  content: "\f75f";
}

.la-smoking:before {
  content: "\f48d";
}

.la-smoking-ban:before {
  content: "\f54d";
}

.la-sms:before {
  content: "\f7cd";
}

.la-snapchat:before {
  content: "\f2ab";
}

.la-snapchat-ghost:before {
  content: "\f2ac";
}

.la-snapchat-square:before {
  content: "\f2ad";
}

.la-snowboarding:before {
  content: "\f7ce";
}

.la-snowflake:before {
  content: "\f2dc";
}

.la-snowman:before {
  content: "\f7d0";
}

.la-snowplow:before {
  content: "\f7d2";
}

.la-socks:before {
  content: "\f696";
}

.la-solar-panel:before {
  content: "\f5ba";
}

.la-sort:before {
  content: "\f0dc";
}

.la-sort-alpha-down:before {
  content: "\f15d";
}

.la-sort-alpha-down-alt:before {
  content: "\f881";
}

.la-sort-alpha-up:before {
  content: "\f15e";
}

.la-sort-alpha-up-alt:before {
  content: "\f882";
}

.la-sort-amount-down:before {
  content: "\f160";
}

.la-sort-amount-down-alt:before {
  content: "\f884";
}

.la-sort-amount-up:before {
  content: "\f161";
}

.la-sort-amount-up-alt:before {
  content: "\f885";
}

.la-sort-down:before {
  content: "\f0dd";
}

.la-sort-numeric-down:before {
  content: "\f162";
}

.la-sort-numeric-down-alt:before {
  content: "\f886";
}

.la-sort-numeric-up:before {
  content: "\f163";
}

.la-sort-numeric-up-alt:before {
  content: "\f887";
}

.la-sort-up:before {
  content: "\f0de";
}

.la-soundcloud:before {
  content: "\f1be";
}

.la-sourcetree:before {
  content: "\f7d3";
}

.la-spa:before {
  content: "\f5bb";
}

.la-space-shuttle:before {
  content: "\f197";
}

.la-speakap:before {
  content: "\f3f3";
}

.la-speaker-deck:before {
  content: "\f83c";
}

.la-spell-check:before {
  content: "\f891";
}

.la-spider:before {
  content: "\f717";
}

.la-spinner:before {
  content: "\f110";
}

.la-splotch:before {
  content: "\f5bc";
}

.la-spotify:before {
  content: "\f1bc";
}

.la-spray-can:before {
  content: "\f5bd";
}

.la-square:before {
  content: "\f0c8";
}

.la-square-full:before {
  content: "\f45c";
}

.la-square-root-alt:before {
  content: "\f698";
}

.la-squarespace:before {
  content: "\f5be";
}

.la-stack-exchange:before {
  content: "\f18d";
}

.la-stack-overflow:before {
  content: "\f16c";
}

.la-stackpath:before {
  content: "\f842";
}

.la-stamp:before {
  content: "\f5bf";
}

.la-star:before {
  content: "\f005";
}

.la-star-and-crescent:before {
  content: "\f699";
}

.la-star-half:before {
  content: "\f089";
}

.la-star-half-alt:before {
  content: "\f5c0";
}

.la-star-of-david:before {
  content: "\f69a";
}

.la-star-of-life:before {
  content: "\f621";
}

.la-staylinked:before {
  content: "\f3f5";
}

.la-steam:before {
  content: "\f1b6";
}

.la-steam-square:before {
  content: "\f1b7";
}

.la-steam-symbol:before {
  content: "\f3f6";
}

.la-step-backward:before {
  content: "\f048";
}

.la-step-forward:before {
  content: "\f051";
}

.la-stethoscope:before {
  content: "\f0f1";
}

.la-sticker-mule:before {
  content: "\f3f7";
}

.la-sticky-note:before {
  content: "\f249";
}

.la-stop:before {
  content: "\f04d";
}

.la-stop-circle:before {
  content: "\f28d";
}

.la-stopwatch:before {
  content: "\f2f2";
}

.la-store:before {
  content: "\f54e";
}

.la-store-alt:before {
  content: "\f54f";
}

.la-strava:before {
  content: "\f428";
}

.la-stream:before {
  content: "\f550";
}

.la-street-view:before {
  content: "\f21d";
}

.la-strikethrough:before {
  content: "\f0cc";
}

.la-stripe:before {
  content: "\f429";
}

.la-stripe-s:before {
  content: "\f42a";
}

.la-stroopwafel:before {
  content: "\f551";
}

.la-studiovinari:before {
  content: "\f3f8";
}

.la-stumbleupon:before {
  content: "\f1a4";
}

.la-stumbleupon-circle:before {
  content: "\f1a3";
}

.la-subscript:before {
  content: "\f12c";
}

.la-subway:before {
  content: "\f239";
}

.la-suitcase:before {
  content: "\f0f2";
}

.la-suitcase-rolling:before {
  content: "\f5c1";
}

.la-sun:before {
  content: "\f185";
}

.la-superpowers:before {
  content: "\f2dd";
}

.la-superscript:before {
  content: "\f12b";
}

.la-supple:before {
  content: "\f3f9";
}

.la-surprise:before {
  content: "\f5c2";
}

.la-suse:before {
  content: "\f7d6";
}

.la-swatchbook:before {
  content: "\f5c3";
}

.la-swimmer:before {
  content: "\f5c4";
}

.la-swimming-pool:before {
  content: "\f5c5";
}

.la-symfony:before {
  content: "\f83d";
}

.la-synagogue:before {
  content: "\f69b";
}

.la-sync:before {
  content: "\f021";
}

.la-sync-alt:before {
  content: "\f2f1";
}

.la-syringe:before {
  content: "\f48e";
}

.la-table:before {
  content: "\f0ce";
}

.la-table-tennis:before {
  content: "\f45d";
}

.la-tablet:before {
  content: "\f10a";
}

.la-tablet-alt:before {
  content: "\f3fa";
}

.la-tablets:before {
  content: "\f490";
}

.la-tachometer-alt:before {
  content: "\f3fd";
}

.la-tag:before {
  content: "\f02b";
}

.la-tags:before {
  content: "\f02c";
}

.la-tape:before {
  content: "\f4db";
}

.la-tasks:before {
  content: "\f0ae";
}

.la-taxi:before {
  content: "\f1ba";
}

.la-teamspeak:before {
  content: "\f4f9";
}

.la-teeth:before {
  content: "\f62e";
}

.la-teeth-open:before {
  content: "\f62f";
}

.la-telegram:before {
  content: "\f2c6";
}

.la-telegram-plane:before {
  content: "\f3fe";
}

.la-temperature-high:before {
  content: "\f769";
}

.la-temperature-low:before {
  content: "\f76b";
}

.la-tencent-weibo:before {
  content: "\f1d5";
}

.la-tenge:before {
  content: "\f7d7";
}

.la-terminal:before {
  content: "\f120";
}

.la-text-height:before {
  content: "\f034";
}

.la-text-width:before {
  content: "\f035";
}

.la-th:before {
  content: "\f00a";
}

.la-th-large:before {
  content: "\f009";
}

.la-th-list:before {
  content: "\f00b";
}

.la-the-red-yeti:before {
  content: "\f69d";
}

.la-theater-masks:before {
  content: "\f630";
}

.la-themeco:before {
  content: "\f5c6";
}

.la-themeisle:before {
  content: "\f2b2";
}

.la-thermometer:before {
  content: "\f491";
}

.la-thermometer-empty:before {
  content: "\f2cb";
}

.la-thermometer-full:before {
  content: "\f2c7";
}

.la-thermometer-half:before {
  content: "\f2c9";
}

.la-thermometer-quarter:before {
  content: "\f2ca";
}

.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

.la-think-peaks:before {
  content: "\f731";
}

.la-thumbs-down:before {
  content: "\f165";
}

.la-thumbs-up:before {
  content: "\f164";
}

.la-thumbtack:before {
  content: "\f08d";
}

.la-ticket-alt:before {
  content: "\f3ff";
}

.la-times:before, #splus-main #splus-home .splus-home-content .card .splus-cme-status.failed .splus-cme-status-badge i:before {
  content: "\f00d";
}

.la-times-circle:before {
  content: "\f057";
}

.la-tint:before {
  content: "\f043";
}

.la-tint-slash:before {
  content: "\f5c7";
}

.la-tired:before {
  content: "\f5c8";
}

.la-toggle-off:before {
  content: "\f204";
}

.la-toggle-on:before {
  content: "\f205";
}

.la-toilet:before {
  content: "\f7d8";
}

.la-toilet-paper:before {
  content: "\f71e";
}

.la-toolbox:before {
  content: "\f552";
}

.la-tools:before {
  content: "\f7d9";
}

.la-tooth:before {
  content: "\f5c9";
}

.la-torah:before {
  content: "\f6a0";
}

.la-torii-gate:before {
  content: "\f6a1";
}

.la-tractor:before {
  content: "\f722";
}

.la-trade-federation:before {
  content: "\f513";
}

.la-trademark:before {
  content: "\f25c";
}

.la-traffic-light:before {
  content: "\f637";
}

.la-train:before {
  content: "\f238";
}

.la-tram:before {
  content: "\f7da";
}

.la-transgender:before {
  content: "\f224";
}

.la-transgender-alt:before {
  content: "\f225";
}

.la-trash:before {
  content: "\f1f8";
}

.la-trash-alt:before {
  content: "\f2ed";
}

.la-trash-restore:before {
  content: "\f829";
}

.la-trash-restore-alt:before {
  content: "\f82a";
}

.la-tree:before {
  content: "\f1bb";
}

.la-trello:before {
  content: "\f181";
}

.la-tripadvisor:before {
  content: "\f262";
}

.la-trophy:before {
  content: "\f091";
}

.la-truck:before {
  content: "\f0d1";
}

.la-truck-loading:before {
  content: "\f4de";
}

.la-truck-monster:before {
  content: "\f63b";
}

.la-truck-moving:before {
  content: "\f4df";
}

.la-truck-pickup:before {
  content: "\f63c";
}

.la-tshirt:before {
  content: "\f553";
}

.la-tty:before {
  content: "\f1e4";
}

.la-tumblr:before {
  content: "\f173";
}

.la-tumblr-square:before {
  content: "\f174";
}

.la-tv:before {
  content: "\f26c";
}

.la-twitch:before {
  content: "\f1e8";
}

.la-twitter:before {
  content: "\f099";
}

.la-twitter-square:before {
  content: "\f081";
}

.la-typo3:before {
  content: "\f42b";
}

.la-uber:before {
  content: "\f402";
}

.la-ubuntu:before {
  content: "\f7df";
}

.la-uikit:before {
  content: "\f403";
}

.la-umbrella:before {
  content: "\f0e9";
}

.la-umbrella-beach:before {
  content: "\f5ca";
}

.la-underline:before {
  content: "\f0cd";
}

.la-undo:before {
  content: "\f0e2";
}

.la-undo-alt:before {
  content: "\f2ea";
}

.la-uniregistry:before {
  content: "\f404";
}

.la-universal-access:before {
  content: "\f29a";
}

.la-university:before {
  content: "\f19c";
}

.la-unlink:before {
  content: "\f127";
}

.la-unlock:before {
  content: "\f09c";
}

.la-unlock-alt:before {
  content: "\f13e";
}

.la-untappd:before {
  content: "\f405";
}

.la-upload:before {
  content: "\f093";
}

.la-ups:before {
  content: "\f7e0";
}

.la-usb:before {
  content: "\f287";
}

.la-user:before {
  content: "\f007";
}

.la-user-alt:before {
  content: "\f406";
}

.la-user-alt-slash:before {
  content: "\f4fa";
}

.la-user-astronaut:before {
  content: "\f4fb";
}

.la-user-check:before {
  content: "\f4fc";
}

.la-user-circle:before {
  content: "\f2bd";
}

.la-user-clock:before {
  content: "\f4fd";
}

.la-user-cog:before {
  content: "\f4fe";
}

.la-user-edit:before {
  content: "\f4ff";
}

.la-user-friends:before {
  content: "\f500";
}

.la-user-graduate:before {
  content: "\f501";
}

.la-user-injured:before {
  content: "\f728";
}

.la-user-lock:before {
  content: "\f502";
}

.la-user-md:before {
  content: "\f0f0";
}

.la-user-minus:before {
  content: "\f503";
}

.la-user-ninja:before {
  content: "\f504";
}

.la-user-nurse:before {
  content: "\f82f";
}

.la-user-plus:before {
  content: "\f234";
}

.la-user-secret:before {
  content: "\f21b";
}

.la-user-shield:before {
  content: "\f505";
}

.la-user-slash:before {
  content: "\f506";
}

.la-user-tag:before {
  content: "\f507";
}

.la-user-tie:before {
  content: "\f508";
}

.la-user-times:before {
  content: "\f235";
}

.la-users:before {
  content: "\f0c0";
}

.la-users-cog:before {
  content: "\f509";
}

.la-usps:before {
  content: "\f7e1";
}

.la-ussunnah:before {
  content: "\f407";
}

.la-utensil-spoon:before {
  content: "\f2e5";
}

.la-utensils:before {
  content: "\f2e7";
}

.la-vaadin:before {
  content: "\f408";
}

.la-vector-square:before {
  content: "\f5cb";
}

.la-venus:before {
  content: "\f221";
}

.la-venus-double:before {
  content: "\f226";
}

.la-venus-mars:before {
  content: "\f228";
}

.la-viacoin:before {
  content: "\f237";
}

.la-viadeo:before {
  content: "\f2a9";
}

.la-viadeo-square:before {
  content: "\f2aa";
}

.la-vial:before {
  content: "\f492";
}

.la-vials:before {
  content: "\f493";
}

.la-viber:before {
  content: "\f409";
}

.la-video:before {
  content: "\f03d";
}

.la-video-slash:before {
  content: "\f4e2";
}

.la-vihara:before {
  content: "\f6a7";
}

.la-vimeo:before {
  content: "\f40a";
}

.la-vimeo-square:before {
  content: "\f194";
}

.la-vimeo-v:before {
  content: "\f27d";
}

.la-vine:before {
  content: "\f1ca";
}

.la-vk:before {
  content: "\f189";
}

.la-vnv:before {
  content: "\f40b";
}

.la-voicemail:before {
  content: "\f897";
}

.la-volleyball-ball:before {
  content: "\f45f";
}

.la-volume-down:before {
  content: "\f027";
}

.la-volume-mute:before {
  content: "\f6a9";
}

.la-volume-off:before {
  content: "\f026";
}

.la-volume-up:before {
  content: "\f028";
}

.la-vote-yea:before {
  content: "\f772";
}

.la-vr-cardboard:before {
  content: "\f729";
}

.la-vuejs:before {
  content: "\f41f";
}

.la-walking:before {
  content: "\f554";
}

.la-wallet:before {
  content: "\f555";
}

.la-warehouse:before {
  content: "\f494";
}

.la-water:before {
  content: "\f773";
}

.la-wave-square:before {
  content: "\f83e";
}

.la-waze:before {
  content: "\f83f";
}

.la-weebly:before {
  content: "\f5cc";
}

.la-weibo:before {
  content: "\f18a";
}

.la-weight:before {
  content: "\f496";
}

.la-weight-hanging:before {
  content: "\f5cd";
}

.la-weixin:before {
  content: "\f1d7";
}

.la-whatsapp:before {
  content: "\f232";
}

.la-whatsapp-square:before {
  content: "\f40c";
}

.la-wheelchair:before {
  content: "\f193";
}

.la-whmcs:before {
  content: "\f40d";
}

.la-wifi:before {
  content: "\f1eb";
}

.la-wikipedia-w:before {
  content: "\f266";
}

.la-wind:before {
  content: "\f72e";
}

.la-window-close:before {
  content: "\f410";
}

.la-window-maximize:before {
  content: "\f2d0";
}

.la-window-minimize:before {
  content: "\f2d1";
}

.la-window-restore:before {
  content: "\f2d2";
}

.la-windows:before {
  content: "\f17a";
}

.la-wine-bottle:before {
  content: "\f72f";
}

.la-wine-glass:before {
  content: "\f4e3";
}

.la-wine-glass-alt:before {
  content: "\f5ce";
}

.la-wix:before {
  content: "\f5cf";
}

.la-wizards-of-the-coast:before {
  content: "\f730";
}

.la-wolf-pack-battalion:before {
  content: "\f514";
}

.la-won-sign:before {
  content: "\f159";
}

.la-wordpress:before {
  content: "\f19a";
}

.la-wordpress-simple:before {
  content: "\f411";
}

.la-wpbeginner:before {
  content: "\f297";
}

.la-wpexplorer:before {
  content: "\f2de";
}

.la-wpforms:before {
  content: "\f298";
}

.la-wpressr:before {
  content: "\f3e4";
}

.la-wrench:before {
  content: "\f0ad";
}

.la-x-ray:before {
  content: "\f497";
}

.la-xbox:before {
  content: "\f412";
}

.la-xing:before {
  content: "\f168";
}

.la-xing-square:before {
  content: "\f169";
}

.la-y-combinator:before {
  content: "\f23b";
}

.la-yahoo:before {
  content: "\f19e";
}

.la-yammer:before {
  content: "\f840";
}

.la-yandex:before {
  content: "\f413";
}

.la-yandex-international:before {
  content: "\f414";
}

.la-yarn:before {
  content: "\f7e3";
}

.la-yelp:before {
  content: "\f1e9";
}

.la-yen-sign:before {
  content: "\f157";
}

.la-yin-yang:before {
  content: "\f6ad";
}

.la-yoast:before {
  content: "\f2b1";
}

.la-youtube:before {
  content: "\f167";
}

.la-youtube-square:before {
  content: "\f431";
}

.la-zhihu:before {
  content: "\f63f";
}

.la-hat-cowboy:before {
  content: "\f8c0";
}

.la-hat-cowboy-side:before {
  content: "\f8c1";
}

.la-mdb:before {
  content: "\f8ca";
}

.la-mouse:before {
  content: "\f8cc";
}

.la-orcid:before {
  content: "\f8d2";
}

.la-record-vinyl:before {
  content: "\f8d9";
}

.la-swift:before {
  content: "\f8e1";
}

.la-umbraco:before {
  content: "\f8e8";
}

.la-buy-n-large:before {
  content: "\f8a6";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* inter-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("/wp-content/themes/dentalwelt/assets/fonts/inter-v12-latin-200.woff2") format("woff2");
}
/* inter-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/dentalwelt/assets/fonts/inter-v12-latin-300.woff2") format("woff2");
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/dentalwelt/assets/fonts/inter-v12-latin-regular.woff2") format("woff2");
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/dentalwelt/assets/fonts/inter-v12-latin-500.woff2") format("woff2");
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/dentalwelt/assets/fonts/inter-v12-latin-600.woff2") format("woff2");
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/dentalwelt/assets/fonts/inter-v12-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PoltawskyNowy";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/dentalwelt/assets/fonts/PoltawskiNowy-Bold.eot") format("embedded-opentype"), url("/wp-content/themes/dentalwelt/assets/fonts/PoltawskiNowy-Bold.svg") format("svg"), url("/wp-content/themes/dentalwelt/assets/fonts/PoltawskiNowy-Bold.woff") format("woff"), url("/wp-content/themes/dentalwelt/assets/fonts/PoltawskiNowy-Bold.woff2") format("woff2") url("/wp-content/themes/dentalwelt/assets/fonts/PoltawskiNowy-Bold.ttf") format("truetype");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}

.letter-spacing-7 {
  letter-spacing: 0.07px;
}

.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-none {
  text-decoration: none !important;
}

.text-transform-none {
  text-transform: none !important;
}
.text-transform-uppercase {
  text-transform: uppercase !important;
}
.text-transform-lowercase {
  text-transform: lowercase !important;
}
.text-transform-capitalize {
  text-transform: capitalize !important;
}

.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}

.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.color-primary {
  color: #006eb4 !important;
}
.color-secondary {
  color: #2a2b2e !important;
}
.color-success {
  color: #3adb76 !important;
}
.color-warning {
  color: #ffae00 !important;
}
.color-light {
  color: #ccc;
}
.color-grey, #splus-main #splus-home .splus-home-content .card .splus-byline a, #splus-main #splus-home .splus-home-content .card .splus-byline {
  color: #7C7F86 !important;
}
.color-davy-grey {
  color: #51545A !important;
}
.color-dark-grey, .feedback p, .feedback .wp-block-heading {
  color: #2A2B2E !important;
}
.color-light-silver {
  color: #D9D9D9 !important;
}
.color-accent {
  color: #bd1872 !important;
}

.font-weight-extra-light {
  font-weight: 200;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold, .feedback .wp-block-heading, .font-weight b {
  font-weight: 700;
}

.truncate, .truncate-100, .truncate-75, .truncate-66, .truncate-50, .truncate-33, .truncate-25 {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-25 {
  width: 25% !important;
}
.truncate-33 {
  width: 33% !important;
}
.truncate-50 {
  width: 50% !important;
}
.truncate-66 {
  width: 66% !important;
}
.truncate-75 {
  width: 75% !important;
}
.truncate-100 {
  width: 100% !important;
}

.line-heading {
  text-align: center !important;
  position: relative !important;
  margin-top: 1.25rem !important;
  margin-bottom: 2.6875rem !important;
  font-size: 0.8125rem !important;
  line-height: 1.1875rem !important;
  letter-spacing: 0px !important;
  color: #7C7F86 !important;
}
.line-heading span {
  background: #f2f2f4;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.line-heading::before {
  content: "";
  display: block;
  border-top: solid 1px #D9D9D9;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.heading-with-line h2 {
  text-align: center;
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 2.6875rem;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2A2B2E;
}
.heading-with-line h2.home {
  margin-bottom: 2.0625rem;
}
.heading-with-line h2::before {
  content: "";
  display: block;
  border-top: solid 1px #D9D9D9;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.heading-with-line h2 span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
@media print, screen and (max-width: 83.12375em) {
  .heading-with-line h2 span.home {
    background: #f2f2f2 !important;
  }
}

.heading-with-line-alt {
  padding: 0;
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2.6875rem;
}
@media print, screen and (max-width: 83.12375em) {
  .heading-with-line-alt {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 1.25rem;
  }
}
.heading-with-line-alt::before {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-right: 1.25rem;
}
.heading-with-line-alt::after {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-left: 1.25rem;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.bg-primary {
  background-color: #006eb4 !important;
}

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

.bg-grey {
  background-color: #f2f2f4 !important;
}

.bg-darkgrey {
  background-color: #51545A !important;
}

@media print, screen and (max-width: 39.99875em) {
  .bg-grey-mobile {
    background: #F2F2F4 0% 0% no-repeat padding-box;
  }
}

.clickable {
  cursor: pointer;
}

.hr-small {
  margin: 0;
}

.no-padding {
  padding: 0 !important;
}

@media print, screen and (min-width: 83.125em) {
  .no-padding-desktop {
    padding: 0 !important;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}

@media print, screen and (min-width: 83.125em) {
  .no-padding-right-desktop {
    padding-right: 0 !important;
  }
}

@media print, screen and (max-width: 83.12375em) {
  .margin-bottom-20-mobile {
    margin-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 83.125em) {
  .no-padding-left-desktop {
    padding-left: 0 !important;
  }
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

@media print, screen and (max-width: 83.12375em) {
  .no-margin-bottom-mobile {
    margin-bottom: 0 !important;
  }
}

a.no-style {
  font-size: inherit;
  color: inherit;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.list-style.none li {
  list-style-type: none;
}
.list-style.check li {
  list-style-type: none;
}
.list-style.check li:before {
  content: "\f00c";
  margin-right: 10px;
}

/* Spacer classes */
.additional-inner-horizontal-space-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.additional-inner-vertical-space-15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.additional-inner-vertical-space-25 {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

.additional-inner-horizontal-space-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

@media print, screen and (min-width: 40em) {
  .additional-inner-horizontal-space-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.additional-inner-space-2 {
  padding: 2rem !important;
}

.additional-inner-space-5 {
  padding: 0.3125rem !important;
}

.additional-inner-space-10 {
  padding: 0.625rem !important;
}

.additional-inner-space-15 {
  padding: 15px !important;
}

.additional-inner-space-20 {
  padding: 20px !important;
}

.additional-inner-left-space-5 {
  padding-left: 5px !important;
}

.additional-inner-left-space-10 {
  padding-left: 10px !important;
}

.additional-inner-left-space-15 {
  padding-left: 15px !important;
}

.additional-inner-left-space-20 {
  padding-left: 20px !important;
}

.additional-inner-left-space-27 {
  padding-left: 27px !important;
}

.additional-inner-left-space-30 {
  padding-left: 30px !important;
}

.additional-inner-left-space-40 {
  padding-left: 40px !important;
}

.additional-inner-right-space-10 {
  padding-right: 10px !important;
}

.additional-inner-right-space-15 {
  padding-right: 15px !important;
}

.additional-inner-right-space-20 {
  padding-right: 20px !important;
}

.additional-inner-right-space-27 {
  padding-right: 27px !important;
}

.additional-inner-right-space-30 {
  padding-right: 30px !important;
}

.additional-inner-right-space-40 {
  padding-right: 40px !important;
}

.additional-inner-top-space-2 {
  padding-top: 2px !important;
}

.additional-inner-top-space-4 {
  padding-top: 4px !important;
}

.additional-inner-top-space-5 {
  padding-top: 5px !important;
}

.additional-inner-top-space-10 {
  padding-top: 10px !important;
}

.additional-inner-top-space-15 {
  padding-top: 15px !important;
}

.additional-inner-top-space-20 {
  padding-top: 20px !important;
}

.additional-inner-top-space-25 {
  padding-top: 25px !important;
}

.additional-inner-top-space-27 {
  padding-top: 27px !important;
}

.additional-inner-top-space-30 {
  padding-top: 30px !important;
}

.additional-inner-top-space-35 {
  padding-top: 35px !important;
}

.additional-inner-top-space-40 {
  padding-top: 40px !important;
}

.additional-inner-top-space-50 {
  padding-top: 50px !important;
}

.additional-inner-top-space-60 {
  padding-top: 60px !important;
}

.additional-inner-top-space-75 {
  padding-top: 75px !important;
}

.additional-inner-top-space-100 {
  padding-top: 100px !important;
}

.additional-inner-bottom-space-2 {
  padding-bottom: 2px !important;
}

.additional-inner-bottom-space-5 {
  padding-bottom: 5px !important;
}

.additional-inner-bottom-space-10 {
  padding-bottom: 10px !important;
}

.additional-inner-bottom-space-15 {
  padding-bottom: 15px !important;
}

.additional-inner-bottom-space-20 {
  padding-bottom: 20px !important;
}

.additional-inner-bottom-space-25 {
  padding-bottom: 25px !important;
}

.additional-inner-bottom-space-30 {
  padding-bottom: 30px !important;
}

.additional-inner-bottom-space-35 {
  padding-bottom: 35px !important;
}

.additional-inner-bottom-space-40 {
  padding-bottom: 40px !important;
}

.additional-inner-bottom-space-50 {
  padding-bottom: 50px !important;
}

.additional-inner-bottom-space-70 {
  padding-bottom: 70px !important;
}

.additional-inner-bottom-space-75 {
  padding-bottom: 75px !important;
}

.additional-inner-bottom-space-80 {
  padding-bottom: 80px !important;
}

.additional-inner-bottom-space-100 {
  padding-bottom: 100px !important;
}

.additional-outer-left-space-0 {
  margin-left: 0px !important;
}

.additional-outer-left-space-5 {
  margin-left: 5px !important;
}

.additional-outer-left-space-10 {
  margin-left: 10px !important;
}

.additional-outer-top-space-5 {
  margin-top: 5px !important;
}

.additional-outer-top-space-8 {
  margin-top: 8px !important;
}

.additional-outer-top-space-10 {
  margin-top: 10px !important;
}

.additional-outer-top-space-15 {
  margin-top: 15px !important;
}

.additional-outer-top-space-20 {
  margin-top: 20px !important;
}

.additional-outer-top-space-25 {
  margin-top: 25px !important;
}

.additional-outer-top-space-30 {
  margin-top: 30px !important;
}

.additional-outer-top-space-40 {
  margin-top: 40px !important;
}

.additional-outer-top-space-50 {
  margin-top: 50px !important;
}

.additional-outer-top-space-55 {
  margin-top: 55px !important;
}

.additional-outer-top-space-65 {
  margin-top: 65px !important;
}

.additional-outer-top-space-75 {
  margin-top: 75px !important;
}

.additional-outer-top-space-100 {
  margin-top: 100px !important;
}

.additional-outer-top-space-3 {
  margin-bottom: 3px !important;
}

.additional-outer-bottom-space-5 {
  margin-bottom: 5px !important;
}

.additional-outer-bottom-space-10 {
  margin-bottom: 10px !important;
}

.additional-outer-bottom-space-15 {
  margin-bottom: 15px !important;
}

.additional-outer-bottom-space-20 {
  margin-bottom: 20px !important;
}

.additional-outer-bottom-space-25 {
  margin-bottom: 25px !important;
}

.additional-outer-bottom-space-30 {
  margin-bottom: 30px !important;
}

.additional-outer-bottom-space-35 {
  margin-bottom: 35px !important;
}

.additional-outer-bottom-space-40 {
  margin-bottom: 40px !important;
}

.additional-outer-bottom-space-45 {
  margin-bottom: 45px !important;
}

.additional-outer-bottom-space-50 {
  margin-bottom: 50px !important;
}

.additional-outer-bottom-space-60 {
  margin-bottom: 60px !important;
}

.additional-outer-bottom-space-70 {
  margin-bottom: 70px !important;
}

.additional-outer-bottom-space-75 {
  margin-bottom: 75px !important;
}

.additional-outer-bottom-space-80 {
  margin-bottom: 80px !important;
}

.additional-outer-bottom-space-100 {
  margin-bottom: 100px !important;
}

@media print, screen and (max-width: 83.12375em) {
  .additional-inner-horizontal-space-20-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media print, screen and (max-width: 83.12375em) {
  .additional-inner-horizontal-space-30-mobile {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media print, screen and (max-width: 83.12375em) {
  .additional-inner-horizontal-space-40-mobile {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media print, screen and (min-width: 83.125em) {
  .additional-inner-horizontal-space-90-desktop {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
}

@media print, screen and (min-width: 83.125em) {
  .additional-inner-horizontal-space-100-desktop {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
}

@media print, screen and (min-width: 83.125em) {
  .additional-inner-horizontal-space-127-desktop {
    padding-left: 7.9375rem !important;
    padding-right: 7.9375rem !important;
  }
}

@media print, screen and (min-width: 83.125em) {
  .additional-inner-horizontal-space-150-desktop {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
}

@media print, screen and (max-width: 83.12375em) {
  .additional-inner-top-space-40-mobile {
    padding-top: 40px !important;
  }
}

/* margin */
.margin-5 {
  margin: 4px 0;
}

.margin-10 {
  margin: 9px 0;
}

.margin-15 {
  margin: 14px 0;
}

.margin-20 {
  margin: 19px 0;
}

.margin-25 {
  margin: 24px 0;
}

.margin-30 {
  margin: 29px 0;
}

.margin-35 {
  margin: 34px 0;
}

.margin-40 {
  margin: 39px 0;
}

.margin-45 {
  margin: 44px 0;
}

.margin-50 {
  margin: 49px 0;
}

/* Loaders */
.loader-tiny {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 13px;
  height: 13px;
  /* Safari */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-outer .circle-inner {
  width: rem(25px);
  height: rem(25px);
  line-height: rem(25px);
  border-radius: 50%;
  font-size: rem(15px);
  color: #fff;
  text-align: center;
  background: #9d9d9d;
}

.vertical-center, .circle-outer {
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}

.resize-image {
  position: relative;
  margin: 3px;
}

.img-resize, .img-resize-450, .img-resize-350, .img-resize-355, .img-resize-150, .img-resize-110, .img-resize-100, .img-resize-80, .img-resize-60, .img-resize-40 {
  width: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
}
.img-resize-40 {
  max-height: 40px;
  max-width: 40px;
  left: 90%;
}
@media print, screen and (min-width: 40em) {
  .img-resize-40 {
    left: 50%;
  }
}
.img-resize-60 {
  max-height: 60px;
  max-width: 60px;
}
.img-resize-80 {
  max-height: 80px;
  max-width: 80px;
}
.img-resize-100 {
  max-height: 100px;
  max-width: 100px;
}
.img-resize-110 {
  max-height: 110px;
  max-width: 110px;
}
.img-resize-150 {
  max-height: 150px;
  max-width: 150px;
}
.img-resize-355 {
  max-height: 355px;
  max-width: 355px;
}
.img-resize-350 {
  max-height: 350px;
  max-width: 350px;
}
.img-resize-450 {
  max-height: 450px;
  max-width: 450px;
}

.position-relative {
  position: relative;
}

.position-absolute, .position-absolute-top, .position-absolute-bottom, .position-absolute-bottom-0 {
  position: absolute;
}
.position-absolute-bottom-0 {
  bottom: 0;
}
.position-absolute-bottom {
  vertical-align: bottom;
}
.position-absolute-top {
  vertical-align: top;
}

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

.d-flex {
  display: flex;
}

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

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.align-content-center {
  align-content: center;
}

.gap-10 {
  gap: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gap-10-large {
    gap: 0.625rem;
  }
}

.gap-20 {
  gap: 1.25rem;
}

@media print, screen and (max-width: 39.99875em) {
  .scrollable {
    overflow: auto;
  }
  .scrollable #secondary-nav li {
    white-space: pre;
  }
}

.top-anchor {
  width: 2.5rem;
  height: 2.5rem;
  background: #51545A 0% 0% no-repeat padding-box;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
}
.top-anchor:hover {
  color: white;
}

.zmk-icon a, .ztm-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .zmk-icon, .ztm-icon {
    border: 0.5px solid #D9D9D9;
  }
}
.zmk-icon:hover, .ztm-icon:hover {
  filter: brightness(0);
}

.text-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-ellipsis.two-lines {
  -webkit-line-clamp: 2;
}
.text-ellipsis.three-lines {
  -webkit-line-clamp: 3;
}
.text-ellipsis.four-lines {
  -webkit-line-clamp: 4;
}

@media print, screen and (min-width: 83.125em) {
  .border-d {
    padding-bottom: 1.625rem;
    border-bottom: 1px dashed #cccccc;
  }
}

.border-special {
  margin: 0;
  border-bottom: 1px dashed #ccc;
}
.border-special.top {
  margin-bottom: 1.875rem;
}
.border-special.bottom {
  margin-top: 1.875rem;
}

.border-bottom {
  border-bottom: 1px solid #CCCCCC;
}

.article-count-text {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article-count-text {
    font-size: 0.9375rem;
    line-height: 1.75rem;
  }
}

.border-none {
  border: none !important;
}
.border.top {
  border-top: 1px solid #ffffff;
}
.border.top.grey {
  border-top-color: #cccccc;
}
.border.top.dark-grey {
  border-top-color: #2A2B2E;
}
.border.top.dashed {
  border-top-style: dashed;
}
.border.top.dotted {
  border-top-style: dotted;
}
.border.bottom {
  border-bottom: 1px solid #ffffff;
}
.border.bottom.grey {
  border-bottom-color: #cccccc;
}
.border.bottom.dark-grey {
  border-bottom-color: #2A2B2E;
}
.border.bottom.dashed {
  border-bottom-style: dashed;
}
.border.bottom.dotted {
  border-bottom-style: dotted;
}
.border.left {
  border-left: 1px solid #ffffff;
}
.border.left.grey {
  border-left-color: #cccccc;
}
.border.left.dark-grey {
  border-left-color: #2A2B2E;
}
.border.left.dashed {
  border-left-style: dashed;
}
.border.left.dotted {
  border-left-style: dotted;
}
.border.right {
  border-right: 1px solid #ffffff;
}
.border.right.grey {
  border-right-color: #cccccc;
}
.border.right.dark-grey {
  border-right-color: #2A2B2E;
}
.border.right.dashed {
  border-right-style: dashed;
}
.border.right.dotted {
  border-right-style: dotted;
}

#main-nav {
  list-style-type: none;
  display: inline-flex;
}
#main-nav li {
  margin-right: 0.9375rem;
}
#main-nav li a {
  text-decoration: underline;
  font-size: 0.8125rem;
  text-align: left;
  color: #2a2b2e;
}

#secondary-nav {
  list-style-type: none;
  display: inline-flex;
  margin-left: 0;
}
#secondary-nav li {
  padding: 0.125rem 0.625rem;
  margin-right: 0.3125rem;
  background-color: #f2f2f4;
  border-radius: 0.1875rem;
}
#secondary-nav li a {
  font-size: 0.8125rem;
  text-align: left;
  color: #51545a;
}

.s-plus-button {
  background-color: #006eb4;
  border-radius: 0.1875rem;
  color: white;
  width: 2.5rem;
  height: 1.875rem;
  display: block;
  text-align: center;
  padding: 0.1875rem;
  font-size: 1rem;
  font-family: "PoltawskyNowy";
}

#modal-menu-category {
  list-style-type: none;
  margin-left: 0;
}
#modal-menu-category li a {
  color: #2a2b2e;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
}

#modal-menu-other {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
#modal-menu-other li {
  position: relative;
  margin-left: 2.25rem;
}
#modal-menu-other li.icon.calendar::before, #modal-menu-other li.icon.list::before, #modal-menu-other li.icon.edit::before, #modal-menu-other li.icon.envelope-open::before {
  position: absolute;
  top: 0.3125rem;
  left: -2.375rem;
  letter-spacing: 0.12px;
  color: #2a2b2e;
  font-size: 1.5rem;
}
#modal-menu-other li.icon.calendar::before {
  content: "\f133";
}
#modal-menu-other li.icon.list::before {
  content: "\f022";
}
#modal-menu-other li.icon.edit::before {
  content: "\f4ff";
}
#modal-menu-other li.icon.envelope-open::before {
  content: "\f2b6";
}
#modal-menu-other li a {
  color: #2a2b2e;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 35px;
}

.modal-menu,
.modal-login {
  z-index: 2000;
  display: none;
  position: absolute;
  top: -1.4375rem;
  right: -0.3125rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0.125rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.3529411765);
  border-radius: 0.625rem;
  width: 24.0625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .modal-menu,
  .modal-login {
    position: fixed;
    width: 90%;
    height: 100%;
    border-radius: 0;
    top: 0;
    right: -0.3125rem;
  }
}
.modal-menu .modal-menu-search,
.modal-login .modal-menu-search {
  display: flex;
  padding: 0 1.5625rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.8125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .modal-menu .modal-menu-search,
  .modal-login .modal-menu-search {
    gap: 1.1875rem;
  }
}
.modal-menu .modal-menu-search .modal-menu-close,
.modal-login .modal-menu-search .modal-menu-close {
  cursor: pointer;
  font-size: 1.875rem;
  margin-top: 0.25rem;
  color: #006dba;
}
.modal-menu .modal-menu-search .search-form,
.modal-login .modal-menu-search .search-form {
  position: relative;
}
.modal-menu .modal-menu-search .search-field,
.modal-login .modal-menu-search .search-field {
  border: 0.0625rem solid #006eb4;
  border-radius: 0.1875rem;
  height: 1.875rem;
  letter-spacing: 0.06px;
  color: #7c7f86;
  font-size: 0.75rem;
  width: 12.5rem;
  margin: 0;
}
.modal-menu .modal-menu-search .search-submit,
.modal-login .modal-menu-search .search-submit {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  border: 0;
  background: 0;
  cursor: pointer;
  color: #006eb4;
}
.modal-menu .modal-menu-login,
.modal-login .modal-menu-login {
  display: flex;
  padding: 0 1.5625rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.8125rem;
  gap: 1.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  .modal-menu .modal-menu-login,
  .modal-login .modal-menu-login {
    gap: 1.1875rem;
  }
}
.modal-menu .modal-menu-login .modal-menu-close,
.modal-login .modal-menu-login .modal-menu-close {
  cursor: pointer;
  font-size: 1.875rem;
  margin-top: 0.25rem;
  color: #006dba;
}
.modal-menu .modal-menu-login .login-text,
.modal-login .modal-menu-login .login-text {
  font-weight: 300;
  font-size: 1.375rem;
  color: #2a2b2e;
  position: absolute;
  top: 1.25rem;
  left: 1.875rem;
}
.modal-menu .modal-menu-login-form #password-lost-form .password-lost-form-text,
.modal-login .modal-menu-login-form #password-lost-form .password-lost-form-text {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 40px;
}
.modal-menu .modal-menu-login-form #password-lost-form form label input,
.modal-login .modal-menu-login-form #password-lost-form form label input {
  height: 44px;
  margin-bottom: 20px;
}
.modal-menu .modal-menu-login-form #password-lost-form-success .password-lost-form-success-text,
.modal-login .modal-menu-login-form #password-lost-form-success .password-lost-form-success-text {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 40px;
}
.modal-menu .modal-menu-login-form #password-lost-form-success form input,
.modal-login .modal-menu-login-form #password-lost-form-success form input {
  color: #3c3e41;
}
.modal-menu .modal-menu-login-form form label,
.modal-login .modal-menu-login-form form label {
  color: #51545a;
  font-weight: 600;
  font-size: 0.8125rem;
}
.modal-menu .modal-menu-login-form form input[type=text],
.modal-menu .modal-menu-login-form form input[type=password],
.modal-login .modal-menu-login-form form input[type=text],
.modal-login .modal-menu-login-form form input[type=password] {
  border: 0.0625rem solid #d9d9d9;
  font-size: 0.9375rem;
  height: 44px;
}
.modal-menu .modal-menu-login-form form input[type=text]::-moz-placeholder, .modal-menu .modal-menu-login-form form input[type=password]::-moz-placeholder, .modal-login .modal-menu-login-form form input[type=text]::-moz-placeholder, .modal-login .modal-menu-login-form form input[type=password]::-moz-placeholder {
  opacity: 0.8;
}
.modal-menu .modal-menu-login-form form input[type=text]::placeholder,
.modal-menu .modal-menu-login-form form input[type=password]::placeholder,
.modal-login .modal-menu-login-form form input[type=text]::placeholder,
.modal-login .modal-menu-login-form form input[type=password]::placeholder {
  opacity: 0.8;
}
.modal-menu .modal-menu-login-form form input[type=text]:focus,
.modal-menu .modal-menu-login-form form input[type=password]:focus,
.modal-login .modal-menu-login-form form input[type=text]:focus,
.modal-login .modal-menu-login-form form input[type=password]:focus {
  box-shadow: none;
}
.modal-menu .modal-menu-login-form form input[type=submit],
.modal-login .modal-menu-login-form form input[type=submit] {
  text-align: center;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.07px;
  color: #ffffff;
}
.modal-menu .modal-menu-login-form form .login-forgot a,
.modal-login .modal-menu-login-form form .login-forgot a {
  text-align: end;
  text-decoration: underline;
  font-size: 0.8125rem;
  color: #7c7f86;
  display: block;
}
.modal-menu .modal-menu-other,
.modal-login .modal-menu-other {
  background: #f0f0f0 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0.625rem 0.625rem;
  padding: 0 1.5625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .modal-menu .modal-menu-other,
  .modal-login .modal-menu-other {
    height: 100%;
  }
}
.modal-menu .modal-menu-other .modal-menu-other-heading,
.modal-login .modal-menu-other .modal-menu-other-heading {
  text-align: left;
  font-weight: 300;
  font-size: 1.375rem;
  color: #2a2b2e;
  margin-bottom: 0.8125rem;
}
.modal-menu .modal-menu-other .modal-menu-other-text,
.modal-login .modal-menu-other .modal-menu-other-text {
  text-align: left;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  font-size: 0.9375rem;
  font-weight: 500;
}
.modal-menu .modal-menu-other .modal-menu-other-link,
.modal-login .modal-menu-other .modal-menu-other-link {
  text-align: center;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  font-weight: 500;
  margin-bottom: 0;
}
.modal-menu .modal-menu-link,
.modal-login .modal-menu-link {
  text-align: left;
  font-weight: 500;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
}
.modal-menu .modal-menu-divider,
.modal-login .modal-menu-divider {
  border-top: 0.0625rem solid rgba(221, 221, 221, 0.54);
}

.modal-search {
  display: none;
  position: absolute;
  top: 0;
  right: -3.3125rem;
  width: 100%;
  z-index: 1006;
}
.modal-search form {
  position: relative;
}
.modal-search form input[type=search] {
  height: 45px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #006eb4;
  font: normal normal 200 20px/20px Inter;
  letter-spacing: -0.2px;
  color: #006eb4;
}
.modal-search form input[type=submit] {
  position: absolute;
  top: 0.3125rem;
  right: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  border: 0;
  background: 0;
  cursor: pointer;
  font-size: 31px;
  color: #1779ba;
}

.modal-search-mobile {
  display: none;
  position: fixed;
  width: 90%;
  top: 3.75rem;
  right: 1.3125rem;
  left: 1.3125rem;
  z-index: 1006;
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.3529411765);
  border-radius: 0.625rem;
}
.modal-search-mobile form {
  position: relative;
}
.modal-search-mobile form input[type=search] {
  height: 45px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #006eb4;
  font: normal normal 200 20px/20px Inter;
  letter-spacing: -0.2px;
  color: #006eb4;
}
.modal-search-mobile form input[type=submit] {
  position: absolute;
  top: 0.3125rem;
  right: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  border: 0;
  background: 0;
  cursor: pointer;
  font-size: 31px;
  color: #1779ba;
}
.modal-search-mobile .modal-menu-close {
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
  color: #006eb4;
  font-size: 1.375rem;
  cursor: pointer;
}
.modal-search-mobile p {
  text-align: left;
  color: #2a2b2e;
  font-weight: 300;
  font-size: 1.25rem;
}

.icon-navigation {
  display: flex;
  gap: 1.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  .icon-navigation {
    gap: 1.1875rem;
  }
}

#search-toggle,
.login-toggle,
#menu-toggle,
.s-plus-link {
  cursor: pointer;
}

.s-plus-link {
  display: flex;
  flex: none;
  flex-direction: column;
}

.revive-banner img {
  display: block;
  margin: 0 auto;
}

.footer-1 .logo-wrapper {
  display: flex;
  align-items: center;
}
.footer-1 .logo-wrapper a img {
  filter: brightness(0) invert(1);
}
@media print, screen and (max-width: 39.99875em) {
  .footer-1 .logo-wrapper a img {
    margin-left: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .footer-1 .links-wrapper #footer-nav-1 {
    height: 10rem;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-count: 2;
         column-count: 2;
  }
}
.footer-1 .links-wrapper #footer-nav-1 li a {
  text-align: left;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #dedede;
}

.footer-2 .source-org.copyright {
  text-align: left;
  color: #2a2b2e;
  font-weight: 600;
  font-size: 0.8125rem;
  margin-left: 0.4375rem;
  margin-bottom: 0.3125rem;
}
@media print, screen and (max-width: 83.12375em) {
  .footer-2 .source-org.copyright {
    margin-top: 1.25rem;
    margin-bottom: 1.0625rem;
    text-align: center;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .footer-2 #footer-nav-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.25rem;
  }
}
.footer-2 #footer-nav-2 li a {
  text-align: left;
  text-decoration: underline;
  font-size: 0.8125rem;
  color: #2a2b2e;
  padding: 0 0.375rem;
}
@media print, screen and (max-width: 83.12375em) {
  .footer-2 #footer-nav-2 li a {
    margin-bottom: 0.5625rem;
  }
}

.print-title img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
}
@media print, screen and (max-width: 83.12375em) {
  .print-title img {
    width: 60%;
    padding: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .print-title {
    border-top: 1px solid #d9d9d9;
  }
}

.print-title-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .print-title-ul {
    float: right;
    width: 66%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .print-title-ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media screen and (max-width: 1200px) {
  .links-wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
  #footer-nav-1 {
    flex-direction: column;
    flex-wrap: wrap;
    height: unset !important;
    -moz-column-count: unset !important;
         column-count: unset !important;
  }
  #footer-nav-1 li {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}
#comments {
  margin-bottom: 9.375rem;
}
@media print, screen and (max-width: 83.12375em) {
  #comments {
    margin-bottom: 6.25rem;
    padding: 0 1.25rem;
  }
}
#comments #respond h2 {
  padding: 0;
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-bottom: 2.0625rem;
}
@media print, screen and (max-width: 83.12375em) {
  #comments #respond h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
#comments #respond h2::before {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-right: 1.25rem;
}
#comments #respond h2::after {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-left: 1.25rem;
}
#comments #respond .must-log-in {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2A2B2E;
}
@media print, screen and (min-width: 83.125em) {
  #comments #respond .must-log-in {
    padding: 0 13.4375rem;
  }
}
#comments #respond .must-log-in a {
  text-decoration: underline;
  color: #2A2B2E;
}
@media print, screen and (min-width: 83.125em) {
  #comments #respond form {
    padding: 0 13.4375rem;
  }
}
#comments #respond form .comment-form-comment textarea {
  text-align: left;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.07px;
  color: #51545A;
  resize: none;
}
#comments #respond form .form-submit input[type=submit] {
  width: 16.875rem;
  letter-spacing: 0.07px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 3.125rem;
  margin-top: 1.25rem;
}
@media print, screen and (max-width: 83.12375em) {
  #comments #respond form .form-submit input[type=submit] {
    width: 100%;
  }
}
#comments #comments-list {
  list-style-type: none;
  margin-left: 0;
}
@media print, screen and (min-width: 83.125em) {
  #comments #comments-list {
    padding: 0 13.4375rem;
  }
}
#comments #comments-list .comment {
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.1875rem;
  padding: 1.25rem 1.875rem 1.875rem;
  margin-bottom: 1.25rem;
}
#comments #comments-list .comment .comment-body .comment-authorinfo {
  display: flex;
  justify-content: space-between;
}
#comments #comments-list .comment .comment-body .comment-authorinfo .comment-authorname {
  text-align: left;
  font: normal normal bold 18px/26px Inter;
  letter-spacing: 0.09px;
  color: #2A2B2E;
}
#comments #comments-list .comment .comment-body .comment-authorinfo .comment-date {
  text-align: right;
  font: normal normal normal 13px/19px Inter;
  letter-spacing: 0px;
  color: #51545A;
}
#comments #comments-list .comment .comment-body .comment-text {
  margin-bottom: 0;
  text-align: left;
  font: italic normal normal 15px/22px Inter;
  letter-spacing: 0.07px;
  color: #333333;
}
@media print, screen and (min-width: 83.125em) {
  #comments .comment-navigation {
    padding: 0 13.4375rem;
  }
}
#comments .comment-navigation a {
  text-align: left;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2A2B2E;
}
#comments .no-comments {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2A2B2E;
}
@media print, screen and (min-width: 83.125em) {
  #comments .no-comments {
    padding: 0 13.4375rem;
  }
}

@media print, screen and (max-width: 83.12375em) {
  .bg-home {
    background-color: #f2f2f2 !important;
  }
}

article.article-teaser {
  margin-bottom: 3.125rem;
}
article.article-teaser.home-page {
  margin: 0 -2.5rem 3.125rem -2.5rem;
}
article.article-teaser.home-page .article-header {
  height: 31.25rem;
  width: 100%;
  aspect-ratio: 3/2;
}
article.article-teaser.home-page .article-header a .wp-post-image {
  height: 100%;
  width: 100%;
}
article.article-teaser.home-page .entry-content {
  padding: 0 2.5rem;
}
article.article-teaser.home-page .article-footer {
  padding: 0 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-teaser.home-page {
    margin: 0 -0.625rem 3.125rem -0.625rem;
    padding-bottom: 2.625rem;
    background: white;
  }
  article.article-teaser.home-page .article-header a .wp-post-image {
    height: 14.25rem;
    width: 100%;
  }
  article.article-teaser.home-page .entry-content {
    padding: 0 1.25rem;
  }
  article.article-teaser.home-page .article-footer {
    padding: 0 1.25rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  article.article-teaser.teaser-mobile {
    position: relative;
    margin-bottom: 3.125rem;
    background: white;
    padding: 1.875rem;
    border-radius: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
article.article-teaser .article-header {
  position: relative;
}
article.article-teaser .article-header .cme-article {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
}
article.article-teaser .article-header a .wp-post-image {
  display: block;
  margin: 0 auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 23.9375rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-teaser .article-header a .wp-post-image {
    height: unset;
  }
}
article.article-teaser .article-header a span,
article.article-teaser .article-header a .source {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.4375rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  color: #51545a;
}
article.article-teaser .article-header a span::before,
article.article-teaser .article-header a .source::before {
  content: "©";
}
article.article-teaser .entry-content {
  margin-top: 1.5625rem;
}
article.article-teaser .entry-content .post-tags {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #7c7f86;
  position: relative;
  margin-bottom: 0.625rem;
}
article.article-teaser .entry-content .post-tags .s-plus-icon-article {
  font-family: "PoltawskyNowy";
  padding: 0.25rem;
  border-radius: 0.1875rem;
  margin-right: 0.375rem;
  background: #006eb4 0% 0% no-repeat padding-box;
  color: white;
}
article.article-teaser .entry-content .post-tags .advertorial-article {
  float: right;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7c7f86;
  font-weight: normal;
}
@media print, screen and (min-width: 83.125em) {
  article.article-teaser .entry-content .post-tags .advertorial-article {
    right: 13.4375rem;
  }
}
article.article-teaser .entry-content .post-title {
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  margin-bottom: 0.8125rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-teaser .entry-content .post-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
article.article-teaser .entry-content .post-title a {
  color: #2a2b2e;
}
article.article-teaser .entry-content .post-excerpt {
  text-align: left;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
article.article-teaser .article-footer .post-byline {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0px;
  color: #7c7f86;
}
article.article-teaser .article-footer .post-byline a {
  color: #7c7f86;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-teaser .article-footer .post-byline {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 83.12375em) {
  article.article-grid-item {
    position: relative;
    margin-bottom: 3.125rem;
    background: white;
    padding: 1.875rem;
    border-radius: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
article.article-grid-item .article-header {
  position: relative;
}
article.article-grid-item .article-header .cme-article {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
}
article.article-grid-item .article-header a.image-aspect-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
article.article-grid-item .article-header a img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
article.article-grid-item .article-header a span,
article.article-grid-item .article-header a .source {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.4375rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  color: #51545a;
}
article.article-grid-item .article-header a span::before,
article.article-grid-item .article-header a .source::before {
  content: "©";
}
article.article-grid-item .entry-content {
  margin-top: 0.875rem;
}
article.article-grid-item .entry-content .post-tags {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #7c7f86;
  position: relative;
  margin-bottom: 0.625rem;
}
article.article-grid-item .entry-content .post-tags .s-plus-icon-article {
  font-family: "PoltawskyNowy";
  padding: 0.25rem;
  border-radius: 0.1875rem;
  margin-right: 0.375rem;
  background: #006eb4 0% 0% no-repeat padding-box;
  color: white;
}
article.article-grid-item .entry-content .post-tags .advertorial-article {
  float: right;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7c7f86;
  font-weight: normal;
}
@media print, screen and (min-width: 83.125em) {
  article.article-grid-item .entry-content .post-tags .advertorial-article {
    right: 13.4375rem;
  }
}
article.article-grid-item .entry-content .post-title {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0px;
  margin-bottom: 0.8125rem;
}
article.article-grid-item .entry-content .post-title a {
  color: #2a2b2e;
}
article.article-grid-item .entry-content .post-excerpt {
  text-align: left;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
article.article-grid-item .article-footer .post-byline {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0px;
  color: #7c7f86;
  margin-bottom: 2.5rem;
}
article.article-grid-item .article-footer .post-byline a {
  color: #7c7f86;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-grid-item .article-footer .post-byline {
    margin-bottom: 0;
  }
}
article.article-list-item {
  position: relative;
  margin-bottom: 3.125rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-list-item {
    background: white;
    padding: 1.875rem;
    border-radius: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
article.article-list-item .article-header {
  position: relative;
}
article.article-list-item .article-header .cme-article {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
}
article.article-list-item .article-header a.image-aspect-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
article.article-list-item .article-header a .wp-post-image {
  display: block;
  margin: 0 auto;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
article.article-list-item .article-header a span,
article.article-list-item .article-header a .source {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.4375rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  color: #51545a;
}
article.article-list-item .article-header a span::before,
article.article-list-item .article-header a .source::before {
  content: "©";
}
article.article-list-item .entry-content {
  margin: 0;
}
@media print, screen and (min-width: 83.125em) {
  article.article-list-item .entry-content {
    margin-left: 1.5625rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  article.article-list-item .entry-content {
    margin-top: 0.875rem;
  }
}
article.article-list-item .entry-content .post-tags {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #7c7f86;
  position: relative;
  margin-bottom: 0.625rem;
}
article.article-list-item .entry-content .post-tags .s-plus-icon-article {
  font-family: "PoltawskyNowy";
  padding: 0.25rem;
  border-radius: 0.1875rem;
  margin-right: 0.375rem;
  background: #006eb4 0% 0% no-repeat padding-box;
  color: white;
}
article.article-list-item .entry-content .post-tags .advertorial-article {
  float: right;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7c7f86;
  font-weight: normal;
}
@media print, screen and (min-width: 83.125em) {
  article.article-list-item .entry-content .post-tags .advertorial-article {
    right: 13.4375rem;
  }
}
article.article-list-item .entry-content .post-title {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0px;
  margin-bottom: 0.8125rem;
}
article.article-list-item .entry-content .post-title a {
  color: #2a2b2e;
}
article.article-list-item .entry-content .post-excerpt {
  text-align: left;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
article.article-list-item .entry-content .post-byline {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0px;
  color: #7c7f86;
  margin-bottom: 0;
}
article.article-list-item .entry-content .post-byline a {
  color: #7c7f86;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-list-item .entry-content .post-byline {
    margin-bottom: 0;
  }
}
article.article-top-tags {
  position: relative;
  margin-bottom: 0.6875rem;
  border-bottom: 1px dashed #cccccc;
}
article.article-top-tags .article-header {
  position: relative;
}
article.article-top-tags .article-header .cme-article {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
}
article.article-top-tags .article-header a.image-aspect-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
article.article-top-tags .article-header a .wp-post-image {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
article.article-top-tags .article-header a span,
article.article-top-tags .article-header a .source {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.4375rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  color: #51545a;
}
article.article-top-tags .article-header a span::before,
article.article-top-tags .article-header a .source::before {
  content: "©";
}
article.article-top-tags .entry-content {
  margin: 0;
}
@media print, screen and (max-width: 83.12375em) {
  article.article-top-tags .entry-content {
    margin-top: 0.875rem;
  }
}
article.article-top-tags .entry-content .post-tags {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #7c7f86;
  position: relative;
  margin-bottom: 0.625rem;
}
article.article-top-tags .entry-content .post-tags .s-plus-icon-article {
  font-family: "PoltawskyNowy";
  padding: 0.25rem;
  border-radius: 0.1875rem;
  margin-right: 0.375rem;
  background: #006eb4 0% 0% no-repeat padding-box;
  color: white;
}
article.article-top-tags .entry-content .post-tags .advertorial-article {
  float: right;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7c7f86;
  font-weight: normal;
}
@media print, screen and (min-width: 83.125em) {
  article.article-top-tags .entry-content .post-tags .advertorial-article {
    right: 13.4375rem;
  }
}
article.article-top-tags .entry-content .post-title {
  text-align: left;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.8125rem;
}
article.article-top-tags .entry-content .post-title a {
  color: #2a2b2e;
}
article.veranstaltung-post {
  padding: 2.1875rem 8.125rem 4.375rem 8.125rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.veranstaltung-post {
    padding: 1.25rem 1.25rem 3.125rem 1.25rem;
  }
}
article.veranstaltung-post .article-header {
  margin-bottom: 3.125rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.veranstaltung-post .article-header {
    margin-bottom: 1.875rem;
  }
}
article.veranstaltung-post .article-header .tags {
  text-align: left;
  letter-spacing: 0px;
  color: #7c7f86;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.veranstaltung-post .article-header .tags {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
article.veranstaltung-post .article-header .entry-title {
  text-align: left;
  letter-spacing: 0px;
  color: #2a2b2e;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.veranstaltung-post .article-header .entry-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.8125rem;
  }
}
article.veranstaltung-post .article-header .excerpt > p {
  text-align: left;
  letter-spacing: 0.09px;
  color: #333333;
  margin-bottom: 1.875rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.veranstaltung-post .article-header .excerpt > p {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.07px;
    color: #2a2b2e;
    margin-bottom: 0.9375rem;
  }
}
article.veranstaltung-post .article-header .image-aspect-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
article.veranstaltung-post .article-header .wp-post-image {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
article.veranstaltung-post .article-header .source {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.4375rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  color: #51545a;
}
article.veranstaltung-post .article-header .source::before {
  content: "©";
}
article.veranstaltung-post .article-header .byline {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  letter-spacing: 0px;
  color: #7c7f86;
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.veranstaltung-post .article-header .byline {
    margin-bottom: 0.9375rem;
  }
}
article.veranstaltung-post .article-header .cme-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
article.veranstaltung-post .article-header .cme-badge img {
  position: relative;
  width: 5.625rem;
}
article.veranstaltung-post .article-header .cme-badge span {
  position: absolute;
  text-align: center;
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.1875rem;
  letter-spacing: 0px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.veranstaltung-post .entry-content h2 {
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #2a2b2e;
}
article.veranstaltung-post .entry-content p {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
@media print, screen and (max-width: 83.12375em) {
  article.veranstaltung-post .entry-content .wp-block-image {
    margin: 0;
  }
}
@media print, screen and (min-width: 83.125em) {
  article.veranstaltung-post .entry-content .wp-block-image.alignright {
    margin-right: 8.125rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  article.veranstaltung-post .entry-content .wp-block-image.alignleft {
    margin-left: 8.125rem;
  }
}
article.veranstaltung-post .entry-content .wp-block-image img {
  margin: 0;
}
article.veranstaltung-post .entry-content .wp-block-image figcaption {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #2a2b2e;
}
article.cme-fragebogen .article-header .entry-title {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  color: #2a2b2e;
  margin-top: 1.5625rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.cme-fragebogen .article-header .entry-title {
    font: normal normal 200 28px/34px Inter;
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
article.cme-fragebogen .article-header .related-post {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  padding: 1.875rem 5.3125rem;
  margin: 0 1.875rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.cme-fragebogen .article-header .related-post {
    padding: 1.875rem 1.25rem;
    margin: 0;
    margin-bottom: 2.5rem;
  }
}
article.cme-fragebogen .article-header .cme-post-info {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 83.125em) {
  article.cme-fragebogen .article-header .cme-post-info {
    padding: 0 8.125rem;
  }
}
article.cme-fragebogen .article-header .source {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.375rem 0.4375rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  color: #51545a;
}
article.cme-fragebogen .article-header .source::before {
  content: "©";
}
@media print, screen and (min-width: 83.125em) {
  article.cme-fragebogen .entry-content form .cme-question-container {
    padding: 1.875rem 12.5rem;
  }
}
article.cme-fragebogen .entry-content form .cme-question-container .cme-question-title {
  margin-bottom: 2.1875rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.cme-fragebogen .entry-content form .cme-question-container .cme-question-title {
    margin-left: 4.375rem;
  }
}
article.cme-fragebogen .entry-content form .cme-question-container .cme-question-mark {
  color: #3c3e41;
  border-radius: 50%;
  border: 1px solid;
  top: -0.625rem;
  left: -4.1875rem;
  padding: 0.625rem 0;
}
article.cme-fragebogen .entry-content form .cme-question-container .cme-form-error {
  display: none;
  color: #cf2e2e;
  font-size: 0.875rem;
}
article.cme-fragebogen .entry-content form .cme-question-container label {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  line-height: 22px;
}
article.cme-fragebogen .entry-content form .cme-question-container label p {
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
article.cme-fragebogen .entry-content form button {
  text-align: center;
  letter-spacing: 0.07px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  width: 18.75rem;
}
@media print, screen and (max-width: 83.12375em) {
  article.cme-fragebogen .entry-content form button {
    width: 100%;
  }
}
@media print, screen and (min-width: 83.125em) {
  article.cme-fragebogen hr {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
article.epaper .article-header .wp-post-image {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2509803922);
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 83.125em) {
  article.epaper .article-header .wp-post-image {
    width: 15rem;
    height: 19.375rem;
  }
}
article.epaper .entry-content h2 {
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: 0.07px;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  color: #2a2b2e;
}
article.epaper .entry-content h2 a {
  color: #2a2b2e;
}
article.epaper .article-footer a {
  margin-bottom: 0.3125rem;
}
article.epaper .article-footer a:last-child {
  margin-bottom: 0;
}
article .image-position-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
article .image-position-top img {
  -o-object-position: top;
     object-position: top;
}
article .image-position-left img {
  -o-object-position: left;
     object-position: left;
}
article .image-position-right img {
  -o-object-position: right;
     object-position: right;
}

.related-topics {
  background: #006eb4 0% 0% no-repeat padding-box;
  height: 6.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3.125rem 0;
}
@media print, screen and (max-width: 83.12375em) {
  .related-topics {
    flex-direction: column;
    height: 7.8125rem;
    justify-content: space-evenly;
  }
}
.related-topics p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media print, screen and (min-width: 83.125em) {
  .related-topics p {
    margin-left: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .related-topics p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.related-topics ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media print, screen and (min-width: 83.125em) {
  .related-topics ul {
    margin-right: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .related-topics ul {
    margin: 0 1.25rem;
    display: inline-flex;
  }
}
.related-topics ul li {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 0.1875rem;
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
}
.related-topics ul li a {
  color: #51545a;
}
@media print, screen and (max-width: 83.12375em) {
  .related-topics ul li {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0.3125rem 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .related-topics .scrollable {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    overflow: auto;
  }
}
.related-topics .scrollable .related-topics-list li {
  white-space: pre;
}

aside.event-information .event-card {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 0.3125rem;
  padding: 1.5625rem 1.875rem;
}
aside.event-information .event-card .event-information-title {
  text-align: left;
  letter-spacing: 0.09px;
  color: #2a2b2e;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  position: relative;
  margin-left: 1.625rem;
}
aside.event-information .event-card .event-information-title i {
  letter-spacing: 0px;
  font-size: 1.4375rem;
  position: absolute;
  line-height: 1.5625rem;
  top: 0;
  left: -1.75rem;
}
aside.event-information .event-card .event-information-small-text {
  text-align: left;
  letter-spacing: 0px;
  color: #2a2b2e;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
}
aside.event-information .event-card .event-information-small-text a {
  text-decoration: underline;
  color: #333333;
}
aside.event-information .event-card .event-information-content {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 0;
}
aside.event-information .event-card .event-information-table > tbody {
  border: unset;
  background-color: unset;
}
aside.event-information .event-card .event-information-table > tbody tr {
  border-top: 1px dashed #cccccc;
}
aside.event-information .event-card .event-information-table > tbody tr td {
  padding: 0.4375rem 0;
  text-align: left;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  font-size: 0.9375rem;
}
aside.event-information .event-card .event-information-table > tbody tr td:last-child {
  text-align: right;
}
aside.event-information .event-card .event-information-table > tbody tr:last-child {
  border-bottom: 1px dashed #cccccc;
}
aside.event-information .event-card .event-information-button {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.9375rem;
}
aside.event-information .event-card:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media print, screen and (max-width: 83.12375em) {
  .article-bg-gradient-mobile {
    background: transparent linear-gradient(180deg, #f2f2f4 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  }
}

.category-more-link {
  text-align: left;
}
@media print, screen and (max-width: 83.12375em) {
  .category-more-link {
    text-align: center;
  }
}
.category-more-link a {
  text-decoration: underline;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}

.products-block {
  background: #dfdfe1 0% 0% no-repeat padding-box;
  padding: 2.5rem 1.25rem 5.625rem 1.25rem;
  margin-bottom: 4.375rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .products-block {
    padding: 2.5rem 2.5rem 5.625rem 2.5rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  .products-block #products-advertorial-swiper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.products-block .heading-with-line-alt::after, .products-block .heading-with-line-alt::before {
  border-top: 0.0625rem solid rgba(124, 127, 134, 0.3);
}
.products-block .products-advertorial-hint {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7c7f86;
}
.products-block .products-advertorial-hint.bottom {
  bottom: 0.625rem;
  top: unset;
}
.products-block .swiper-slide {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding-bottom: 1.25rem;
}
.products-block .swiper-slide a.image-aspect-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
.products-block .swiper-slide a img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.products-block .swiper-slide a p {
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.625rem;
}
.products-block .swiper-slide a span {
  text-align: left;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #bd1872;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.products-block .swiper-slide a .hersteller {
  text-align: left !important;
  font: normal normal 600 13px/20px Inter !important;
  letter-spacing: 0px !important;
  color: #7c7f86 !important;
}

.events-block {
  background: #dfdfe1 0% 0% no-repeat padding-box;
  padding: 2.5rem 2.5rem 5.625rem 2.5rem;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  position: relative;
}
@media print, screen and (min-width: 83.125em) {
  .events-block #events-advertorial-swiper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.events-block .heading-with-line-alt::after, .events-block .heading-with-line-alt::before {
  border-top: 0.0625rem solid rgba(124, 127, 134, 0.3);
}
.events-block .events-advertorial-hint {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7c7f86;
}
.events-block .events-advertorial-more {
  position: absolute;
  bottom: 2.5rem;
  left: 3.75rem;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  text-decoration: underline;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
@media print, screen and (max-width: 83.12375em) {
  .events-block .events-advertorial-more {
    left: 2.5rem;
  }
}
.events-block .swiper-slide {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding-bottom: 1.25rem;
}
.events-block .swiper-slide a.image-aspect-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
.events-block .swiper-slide a img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.events-block .swiper-slide a .event-title {
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.events-block .swiper-slide a .event-tag {
  text-align: left;
  font: normal normal 600 13px/20px Inter;
  letter-spacing: 0px;
  color: #7c7f86;
  margin-top: 0.9375rem;
  margin-bottom: 0.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.events-block .swiper-slide a .event-information-table {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
  width: 87%;
}
.events-block .swiper-slide a .event-information-table > tbody {
  border: unset;
  background-color: unset;
}
.events-block .swiper-slide a .event-information-table > tbody tr {
  border-top: 1px dashed #cccccc;
}
.events-block .swiper-slide a .event-information-table > tbody tr td {
  padding: 0.3125rem 0;
  text-align: left;
  font-size: 0.75rem;
  letter-spacing: 0px;
  color: #51545a;
}
.events-block .swiper-slide a .event-information-table > tbody tr td:last-child {
  text-align: right;
}
.events-block .swiper-slide a .event-information-table > tbody tr:last-child {
  border-bottom: 1px dashed #cccccc;
}
.events-block .swiper-slide a .event-information-table > tbody tr:nth-child(even) {
  background-color: #fff;
}

#content-top-tags-swiper .top-tag {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #7c7f86;
  margin-bottom: 0.625rem;
}
#content-top-tags-swiper .top-tag-link {
  text-align: left;
  text-decoration: underline;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  margin-top: 1.875rem;
}
#content-top-tags-swiper .top-tag-link a {
  color: #2a2b2e;
}

.veranstaltungen h1 {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2a2b2e;
  padding-top: 1.5625rem;
  margin-bottom: 0px;
}
.veranstaltungen .veranstaltungen-search {
  padding: 2.5rem 5.4375rem 3.125rem;
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  .veranstaltungen .veranstaltungen-search {
    padding: 1.25rem;
    margin: 0.625rem;
  }
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-field {
  height: 3.0625rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #006eb4;
  font: normal normal 200 20px/20px Inter;
  letter-spacing: -0.2px;
  color: #006eb4;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-field::-moz-placeholder {
  color: #006eb4;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-field::placeholder {
  color: #006eb4;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container {
  margin-bottom: 1rem;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-input {
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  font-size: 0.875rem;
  color: #474747;
  height: 100%;
  display: block;
  padding: 0.5625rem 0.625rem;
  height: 2.5rem;
  text-align: left;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-input::-moz-placeholder {
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-input::placeholder {
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-choose {
  display: inherit;
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  margin-bottom: 0.3125rem;
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.875rem;
  color: #474747;
  text-align: left;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .select,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .select {
  cursor: pointer;
  display: block;
  padding: 0.5625rem 0.625rem;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .select > i,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .select > i {
  font-size: 1rem;
  color: #2a2b2e;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 1.3125rem;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 9;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container {
  padding: 13px 14px 9px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span {
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.from,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.from,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.from,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.from {
  margin-right: 0.625rem;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.until,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.until,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.until,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .veranstaltungen-search-dropdown-span.until {
  margin: 0 0.6875rem;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .euro-sign-span,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .euro-sign-span,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .euro-sign-span,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .euro-sign-span {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .free-events-label,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .free-events-label,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .free-events-label,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .free-events-label {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .cme-relevant-label,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .cme-relevant-label,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu .veranstaltungen-search-dropdown-inner-container .cme-relevant-label,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu .veranstaltungen-search-dropdown-inner-container .cme-relevant-label {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu li,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu li,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu li,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu li {
  padding: 9px 19px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu li.active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu li.active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu li.active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu li.active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu li:hover,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu li:hover,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu li:hover,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu li:hover {
  background-color: #f2f2f4;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-menu li:active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown .veranstaltungen-search-dropdown-price-menu li:active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-menu li:active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price .veranstaltungen-search-dropdown-price-menu li:active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown.active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown.active:hover,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price.active:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown.active .select > i,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price.active .select > i {
  transform: rotate(-180deg);
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown:hover,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown:active,
.veranstaltungen .veranstaltungen-search .veranstaltungen-search-container .veranstaltungen-search-dropdown-price:active {
  background-color: #f8f8f8;
}

.search h1 {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2a2b2e;
  padding-top: 1.5625rem;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 83.12375em) {
  .search h1 {
    font-size: 2rem;
    line-height: 2.375rem;
    padding: 1.25rem 1.625rem 0.3125rem;
  }
}
.search .search-search {
  padding: 2.5rem 5.4375rem 3.125rem;
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: 1.875rem 2.5rem 3.125rem 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  .search .search-search {
    padding: 1.875rem 1.25rem 2.5rem;
    margin: 0.625rem 0.625rem 0 0.625rem;
  }
}
.search .search-search .search-search-field {
  height: 3.0625rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #006eb4;
  font: normal normal 200 20px/20px Inter;
  letter-spacing: -0.2px;
  color: #006eb4;
}
.search .search-search .search-search-field::-moz-placeholder {
  color: #006eb4;
}
.search .search-search .search-search-field::placeholder {
  color: #006eb4;
}
@media print, screen and (min-width: 40em) {
  .search .search-search .search-outer-container {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
}
.search .search-search .search-outer-container .search-search-choose {
  display: inherit;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  color: #2a2b2e;
}
.search .search-search .search-outer-container .search-search-choose.sort {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .search .search-search .search-outer-container .search-search-choose.sort {
    width: 62%;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .search .search-search .search-outer-container .search-search-choose.sort {
    margin-bottom: 0.375rem;
  }
}
.search .search-search .search-outer-container .search-search-choose.enclose {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .search .search-search .search-outer-container .search-search-choose.enclose {
    width: 26%;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .search .search-search .search-outer-container .search-search-choose.enclose {
    margin-bottom: 0.375rem;
  }
}
.search .search-search .search-outer-container .search-search-container.sort {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .search .search-search .search-outer-container .search-search-container.sort {
    width: 90%;
    margin-bottom: 0;
  }
}
.search .search-search .search-outer-container .search-search-container.enclose {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .search .search-search .search-outer-container .search-search-container.enclose {
    width: 50%;
    margin-bottom: 0;
  }
}
.search .search-search .search-outer-container .search-search-container.enclose:not(:last-child) {
  margin-bottom: 0.375rem;
}
.search .search-search .search-outer-container .search-search-container .search-search-input {
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  font-size: 0.875rem;
  color: #474747;
  height: 100%;
  display: block;
  padding: 0.5625rem 0.625rem;
  height: 2.5rem;
  text-align: left;
}
.search .search-search .search-outer-container .search-search-container .search-search-input::-moz-placeholder {
  color: #2a2b2e;
}
.search .search-search .search-outer-container .search-search-container .search-search-input::placeholder {
  color: #2a2b2e;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.875rem;
  color: #474747;
  text-align: left;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .select {
  cursor: pointer;
  display: block;
  padding: 0.5625rem 0.625rem;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .select > i {
  font-size: 1rem;
  color: #2a2b2e;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 1.3125rem;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .search-search-dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 9;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .search-search-dropdown-menu .search-search-dropdown-inner-container {
  padding: 13px 14px 9px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .search-search-dropdown-menu li {
  padding: 9px 19px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .search-search-dropdown-menu li.active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .search-search-dropdown-menu li:hover {
  background-color: #f2f2f4;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown .search-search-dropdown-menu li:active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown.active:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown.active .select > i {
  transform: rotate(-180deg);
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
.search .search-search .search-outer-container .search-search-container .search-search-dropdown:active {
  background-color: #f8f8f8;
}

.search-not-found .search-not-found-list {
  list-style-type: none;
}
.search-not-found .search-not-found-list li {
  position: relative;
  font-size: 0.9375rem;
}
.search-not-found .search-not-found-list li::before {
  content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.375rem;
  position: absolute;
  top: 0.0625rem;
  left: -1.5rem;
}

.button-404 {
  width: 236px;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.07px;
}

.cme-block {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  margin: 4.375rem 8.125rem 5rem;
  padding: 2.5rem 5.625rem 3.125rem;
}
@media print, screen and (max-width: 83.12375em) {
  .cme-block {
    margin: 4.375rem 0 5rem;
    padding: 2.5rem 1.25rem 3.125rem;
  }
}
.cme-block .cme-block-heading {
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2a2b2e;
  margin-bottom: 0.8125rem;
}
.cme-block .cme-block-image img {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
}
.cme-block .cme-block-image p {
  top: 3.9375rem;
  right: 3.875rem;
  font-size: 2.9375rem;
}
.cme-block .cme-block-text {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  width: 72%;
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 83.12375em) {
  .cme-block .cme-block-text {
    width: 100%;
  }
}
.cme-block .cme-block-link {
  margin: 0;
}
.cme-block .cme-block-link a {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.07px;
  color: #ffffff;
  margin: 0;
  width: 16.875rem;
}
@media print, screen and (max-width: 83.12375em) {
  .cme-block .cme-block-link a {
    width: 100%;
  }
}
.cme-block .cme-block-link button {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.07px;
  color: #ffffff;
  margin: 0;
  width: 16.875rem;
}
@media print, screen and (max-width: 83.12375em) {
  .cme-block .cme-block-link button {
    width: 100%;
  }
}
.cme-block input[type=submit] {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.07px;
  color: #ffffff;
  margin: 0;
  width: 16.875rem;
}
@media print, screen and (max-width: 83.12375em) {
  .cme-block input[type=submit] {
    width: 100%;
  }
}

#paywall {
  display: none;
  background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  overflow: auto;
}
#paywall.is-shown {
  background: unset;
  position: unset;
}
#paywall.is-shown .paywall-inner-container {
  position: absolute;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.3490196078);
  border-radius: 10px;
}
@media print, screen and (min-width: 83.125em) {
  #paywall.is-shown .paywall-inner-container {
    top: unset;
    left: 50%;
    transform: translate(-50%, 20%);
    width: 51.875rem;
  }
}
#paywall.is-shown .paywall-inner-container .login-forgot a::before {
  content: "";
}
#paywall .paywall-inner-container {
  position: fixed;
  z-index: 12;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.3490196078);
  border-radius: 10px;
}
@media print, screen and (min-width: 83.125em) {
  #paywall .paywall-inner-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51.875rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #paywall .paywall-inner-container {
    position: absolute;
    top: 3.125rem;
    left: 1.875rem;
    right: 1.875rem;
  }
}
#paywall .paywall-inner-container .paywall-cell p {
  padding: 0;
}
#paywall .paywall-inner-container .paywall-cell:last-child {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 10px 0px;
}
@media print, screen and (max-width: 83.12375em) {
  #paywall .paywall-inner-container .paywall-cell:last-child {
    border-radius: 0px 0px 10px 10px;
  }
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-top: 25px;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .login-heading {
  margin-bottom: 37px;
  text-align: left;
  font: normal normal 300 22px/30px Inter;
  letter-spacing: 0px;
  color: #000000;
  width: 90%;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form label {
  color: #51545a;
  font-weight: 600;
  font-size: 0.8125rem;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=text],
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=password] {
  border: 0.0625rem solid #d9d9d9;
  font-size: 0.9375rem;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=text]::-moz-placeholder, #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=password]::-moz-placeholder {
  opacity: 0.8;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=text]::placeholder,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=password]::placeholder {
  opacity: 0.8;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=text]:focus,
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=password]:focus {
  box-shadow: none;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form input[type=submit] {
  text-align: center;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.07px;
  color: #ffffff;
  margin-bottom: 0;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .login-submit {
  margin-bottom: 0;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell form .login-forgot a {
  text-align: center;
  text-decoration: underline;
  font-size: 0.8125rem;
  color: #7c7f86;
  display: block;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .register-heading {
  margin-bottom: 15px;
  text-align: left;
  font: normal normal 300 22px/30px Inter;
  letter-spacing: 0px;
  color: #000000;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .register-text {
  text-align: left;
  font: normal normal normal 15px/22px Inter;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 33px;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .register-button {
  margin-bottom: 0;
  color: #2a2b2e;
  border: 1px solid #2a2b2e;
  font-weight: 600;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .sso-button {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.07px;
  margin-bottom: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  color: black;
  font-weight: normal;
  position: relative;
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .sso-button img {
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  top: 0.5625rem;
  left: 3.125rem;
}
@media print, screen and (max-width: 83.12375em) {
  #paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .sso-button img {
    left: 0.625rem;
  }
}
#paywall .paywall-inner-container .paywall-cell .paywall-inner-cell .toggle-paywall i {
  font-size: 1.875rem;
  color: #1779ba;
  cursor: pointer;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}

.sso-button {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.07px;
  margin-bottom: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  color: black;
  font-weight: normal;
  position: relative;
}
.sso-button img {
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  top: 0.5625rem;
  left: 3.125rem;
}
@media print, screen and (max-width: 83.12375em) {
  .sso-button img {
    left: 0.625rem;
  }
}

.landing-page-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  margin: 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  .landing-page-header {
    margin: 0.625rem;
    flex-direction: column;
  }
}
.landing-page-header img {
  width: 34.6875rem;
}
.landing-page-header .landing-page-header-content {
  padding-right: 5.625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .landing-page-header .landing-page-header-content {
    padding: 0 1.875rem;
  }
}
.landing-page-header .landing-page-header-content h1 {
  font-size: 5rem;
  font-weight: 700;
  margin-top: 1.5625rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 83.12375em) {
  .landing-page-header .landing-page-header-content h1 {
    font-size: 3rem;
  }
}
.landing-page-header .landing-page-header-content p {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
@media print, screen and (max-width: 83.12375em) {
  .landing-page-header .landing-page-header-content p:last-of-type {
    margin-bottom: 1.875rem;
  }
}
.landing-page-header .landing-page-header-content .landing-page-header-actions {
  margin-bottom: 3.75rem;
}
@media print, screen and (max-width: 83.12375em) {
  .landing-page-header .landing-page-header-content .landing-page-header-actions {
    margin-bottom: 2.5rem;
  }
}
.landing-page-header .landing-page-header-content .landing-page-header-actions a {
  margin-bottom: 0;
  font-size: 0.9375rem;
  letter-spacing: 0.07px;
  color: #ffffff;
  font-weight: 600;
  height: 2.375rem;
  padding: 0.625rem 1.25rem;
}
@media print, screen and (max-width: 83.12375em) {
  .landing-page-header .landing-page-header-content .landing-page-header-actions a {
    display: flex;
    flex-direction: column;
  }
}
.landing-page-header .landing-page-header-content .landing-page-header-actions a:not(:last-child) {
  margin-right: 0.625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .landing-page-header .landing-page-header-content .landing-page-header-actions a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.save_post {
  position: relative;
}
.save_post img {
  width: 14px;
  height: 14px;
  display: unset;
  margin: unset;
}
.save_post.active img {
  content: url("/wp-content/themes/dentalwelt/assets/images/svg/bookmark-active.svg");
}

.save_tag.active i {
  font-weight: 900;
  color: #bd1872;
}
.save_tag i {
  font-weight: 400;
  color: #51545a;
}

.save_author.active i {
  font-weight: 900;
  color: #bd1872;
}
.save_author i {
  font-weight: 400;
  color: #51545a;
}

.remove_post {
  border: 1px solid #d9d9d9;
  font-size: 21px;
  color: #7c7f86;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.reset-password-block .reset-password-block-heading {
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2a2b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 83.12375em) {
  .reset-password-block .reset-password-block-heading {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.reset-password-block .reset-password-form {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 50px 87px 60px;
  margin: 0 40px 50px;
}
@media print, screen and (max-width: 83.12375em) {
  .reset-password-block .reset-password-form {
    padding: 50px 30px 60px;
    margin: 0 20px 50px;
  }
}
.reset-password-block .reset-password-form .password-form-text {
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 50px;
}
.reset-password-block .reset-password-form .password-form-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.reset-password-block .reset-password-form .password-form-success a {
  font-size: 15px;
  letter-spacing: 0.07px;
  font-weight: 500;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reset-password-block .reset-password-form .password-form-success a {
    width: 190px;
  }
}
.reset-password-block .reset-password-form .password-form-success a:first-of-type {
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .reset-password-block .reset-password-form .password-form-success a:first-of-type {
    width: 310px;
  }
}
.reset-password-block .reset-password-form form label {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2a2b2e;
}
.reset-password-block .reset-password-form form label input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-top: 5px;
  height: 45px;
  margin-bottom: 0;
}
.reset-password-block .reset-password-form form label input.is-invalid-input {
  border-color: #dc0000;
  color: #dc0000;
}
.reset-password-block .reset-password-form form label input.is-invalid-input::-moz-placeholder {
  color: #dc0000;
}
.reset-password-block .reset-password-form form label input.is-invalid-input::placeholder {
  color: #dc0000;
}
.reset-password-block .reset-password-form form label input:focus {
  outline: none;
  box-shadow: none;
}
.reset-password-block .reset-password-form form label input::-moz-placeholder {
  font-size: 15px;
  color: #7c7f86;
}
.reset-password-block .reset-password-form form label input::placeholder {
  font-size: 15px;
  color: #7c7f86;
}
.reset-password-block .reset-password-form form label .form-error {
  font-size: 10px;
  line-height: 20px;
  color: #dc0000;
  margin-top: 0;
}
.reset-password-block .reset-password-form form label .form-error i {
  vertical-align: middle;
  font-size: 14px;
}
.reset-password-block .reset-password-form form label .password-reset-show {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: rgba(81, 84, 90, 0.5);
  cursor: pointer;
}
.reset-password-block .reset-password-form form label:first-of-type {
  margin-bottom: 30px;
}
.reset-password-block .reset-password-form form .reset-password-submit {
  text-align: center;
}
.reset-password-block .reset-password-form form .reset-password-submit input {
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.07px;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .reset-password-block .reset-password-form form .reset-password-submit input {
    width: 310px;
  }
}

#popupBanner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
@media print, screen and (max-width: 39.99875em) {
  #popupBanner {
    left: 0;
    top: 0;
    transform: translate(15%, 100%);
  }
}
#popupBanner button {
  position: absolute;
  top: 0;
  right: 6px;
  color: white;
  font-size: 36px;
  cursor: pointer;
}
#popupBanner .advertisment-hint {
  background-color: #ffffff;
}
#popupBanner #close-popup-banner {
  transform: translate(100%, -107%);
}

#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.advertisment-hint {
  position: absolute;
  top: -25px;
  text-align: left;
  font-size: 12px;
  line-height: 19px;
  color: #7c7f86;
  font-weight: normal;
}
@media print, screen and (max-width: 39.99875em) {
  .advertisment-hint {
    right: 0 !important;
  }
}
.advertisment-hint.hint-right-30 {
  right: 30px;
}
.advertisment-hint.hint-right-60 {
  right: 60px;
}

.content-banner {
  position: relative;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}
.content-banner .advertisment-hint {
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .content-banner {
    margin-left: 127px;
    margin-right: 10px;
    float: left;
    padding: 10px;
    background-clip: content-box;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .content-banner {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background-clip: content-box;
  }
}

.ids-banner {
  position: relative;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0em 0em 2em 0em;
}
.ids-banner .advertisment-hint {
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .ids-banner {
    margin-right: 10px;
    float: left;
    padding: 10px;
    background-clip: content-box;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .ids-banner {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background-clip: content-box;
  }
}

@media print, screen and (max-width: 83.12375em) {
  .az-listing h1 {
    text-align: center;
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: 0px;
    color: #2A2B2E;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .az-listing h1 {
    text-align: center;
    font-weight: 200;
    font-size: 2rem;
    line-height: 2.375rem;
    letter-spacing: 0px;
    color: #2A2B2E;
    margin-top: 1.5625rem;
    margin-bottom: 2.5rem;
  }
}
.az-listing .glossary-nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 83.125em) {
  .az-listing .glossary-nav {
    justify-items: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .az-listing .glossary-nav {
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.az-listing .glossary-nav .list-inline-item {
  display: inline-block;
  border: 1px solid #D9D9D9;
  border-radius: 0.1875rem;
  margin-right: 0.125rem;
  height: 1.8125rem;
  width: 1.8125rem;
  position: relative;
}
.az-listing .glossary-nav .list-inline-item a {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #51545A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.az-listing .glossary-nav .list-inline-item span {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #51545A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.az-listing .glossary {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 83.125em) {
  .az-listing .glossary {
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .az-listing .glossary {
    margin-left: 2.6875rem;
  }
}
.az-listing .glossary .glossary-section {
  margin: 0;
  position: relative;
  background: #F2F2F4 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  padding: 1.875rem 2.5rem 2.1875rem 2.5rem;
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.az-listing .glossary .glossary-section.special {
  background: #006EB4 0% 0% no-repeat padding-box;
  display: block;
}
.az-listing .glossary .glossary-section.special .glossary-title-special {
  text-align: left;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.az-listing .glossary .glossary-section.special .glossary-actions-special {
  display: flex;
  gap: 0.625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .az-listing .glossary .glossary-section.special .glossary-actions-special {
    flex-wrap: wrap;
  }
}
.az-listing .glossary .glossary-section.special .glossary-actions-special a {
  background: #2A2B2E 0% 0% no-repeat padding-box;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0.5rem 3.5rem;
  height: 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  .az-listing .glossary .glossary-section {
    padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  }
}
.az-listing .glossary .glossary-section .glossary-title {
  position: absolute;
  left: -2.75rem;
  top: 0.1875rem;
  list-style-type: none;
}
.az-listing .glossary .glossary-section .glossary-title p {
  text-align: left;
  font-weight: 200;
  font-size: 2.5rem;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}
@media print, screen and (max-width: 83.12375em) {
  .az-listing .glossary .glossary-section .glossary-title p {
    font-size: 1.875rem;
  }
}
.az-listing .glossary .glossary-section li:not(.glossary-title) {
  list-style-type: none;
}
.az-listing .glossary .glossary-section li:not(.glossary-title) a {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.07px;
  color: #2A2B2E;
}
@media print, screen and (max-width: 83.12375em) {
  .az-listing .glossary .glossary-section li:not(.glossary-title) a {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}

.w-full, article.cme-fragebogen .article-header .wp-post-image {
  width: 100%;
}

.h-full, article.cme-fragebogen .article-header .wp-post-image {
  height: 100%;
}

.w-0 {
  width: 0px !important;
}

.w-10 {
  width: 10px !important;
}

.w-20 {
  width: 20px !important;
}

.w-30 {
  width: 30px !important;
}

.w-40 {
  width: 40px !important;
}

.w-50 {
  width: 50px !important;
}

.w-60 {
  width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-80 {
  width: 80px !important;
}

.w-90 {
  width: 90px !important;
}

.w-100 {
  width: 100px !important;
}

.w-120 {
  width: 120px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-220 {
  width: 220px !important;
}

.w-250 {
  width: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.w-500 {
  width: 500px !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 10px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-70 {
  height: 70px;
}

.h-80 {
  height: 80px;
}

.h-90 {
  height: 90px;
}

.h-100 {
  height: 100px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.h-220 {
  height: 220px;
}

.h-250 {
  height: 250px;
}

.h-300 {
  height: 300px;
}

.h-350 {
  height: 350px;
}

.h-400 {
  height: 400px;
}

.h-450 {
  height: 450px;
}

.h-500 {
  height: 500px;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15, .feedback p {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-36, .feedback .wp-block-heading {
  font-size: 36px !important;
}

.font-size-37 {
  font-size: 37px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.line-height-5 {
  line-height: 5px !important;
}

.line-height-6 {
  line-height: 6px !important;
}

.line-height-7 {
  line-height: 7px !important;
}

.line-height-8 {
  line-height: 8px !important;
}

.line-height-9 {
  line-height: 9px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-11 {
  line-height: 11px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-17 {
  line-height: 17px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-19 {
  line-height: 19px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-22, .feedback p {
  line-height: 22px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-29 {
  line-height: 29px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-40, .feedback .wp-block-heading {
  line-height: 40px !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.line-height-48 {
  line-height: 48px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.top-1 {
  top: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.top-6 {
  top: 6px !important;
}

.top-7 {
  top: 7px !important;
}

.top-8 {
  top: 8px !important;
}

.top-9 {
  top: 9px !important;
}

.top-10 {
  top: 10px !important;
}

.top-11 {
  top: 11px !important;
}

.top-12 {
  top: 12px !important;
}

.top-13 {
  top: 13px !important;
}

.top-14 {
  top: 14px !important;
}

.top-15 {
  top: 15px !important;
}

.top-16 {
  top: 16px !important;
}

.top-17 {
  top: 17px !important;
}

.top-18 {
  top: 18px !important;
}

.top-19 {
  top: 19px !important;
}

.top-20 {
  top: 20px !important;
}

.top-21 {
  top: 21px !important;
}

.top-22 {
  top: 22px !important;
}

.top-23 {
  top: 23px !important;
}

.top-24 {
  top: 24px !important;
}

.top-25 {
  top: 25px !important;
}

.top-26 {
  top: 26px !important;
}

.top-27 {
  top: 27px !important;
}

.top-28 {
  top: 28px !important;
}

.top-29 {
  top: 29px !important;
}

.top-30 {
  top: 30px !important;
}

.top-31 {
  top: 31px !important;
}

.top-32 {
  top: 32px !important;
}

.top-33 {
  top: 33px !important;
}

.top-34 {
  top: 34px !important;
}

.top-35 {
  top: 35px !important;
}

.top-36 {
  top: 36px !important;
}

.top-37 {
  top: 37px !important;
}

.top-38 {
  top: 38px !important;
}

.top-39 {
  top: 39px !important;
}

.top-40 {
  top: 40px !important;
}

.top-41 {
  top: 41px !important;
}

.top-42 {
  top: 42px !important;
}

.top-43 {
  top: 43px !important;
}

.top-44 {
  top: 44px !important;
}

.top-45 {
  top: 45px !important;
}

.top-46 {
  top: 46px !important;
}

.top-47 {
  top: 47px !important;
}

.top-48 {
  top: 48px !important;
}

.top-49 {
  top: 49px !important;
}

.top-50 {
  top: 50px !important;
}

.top-51 {
  top: 51px !important;
}

.top-52 {
  top: 52px !important;
}

.top-53 {
  top: 53px !important;
}

.top-54 {
  top: 54px !important;
}

.top-55 {
  top: 55px !important;
}

.top-56 {
  top: 56px !important;
}

.top-57 {
  top: 57px !important;
}

.top-58 {
  top: 58px !important;
}

.top-59 {
  top: 59px !important;
}

.top-60 {
  top: 60px !important;
}

.top-61 {
  top: 61px !important;
}

.top-62 {
  top: 62px !important;
}

.top-63 {
  top: 63px !important;
}

.top-64 {
  top: 64px !important;
}

.top-65 {
  top: 65px !important;
}

.top-66 {
  top: 66px !important;
}

.top-67 {
  top: 67px !important;
}

.top-68 {
  top: 68px !important;
}

.top-69 {
  top: 69px !important;
}

.top-70 {
  top: 70px !important;
}

.top-71 {
  top: 71px !important;
}

.top-72 {
  top: 72px !important;
}

.top-73 {
  top: 73px !important;
}

.top-74 {
  top: 74px !important;
}

.top-75 {
  top: 75px !important;
}

.top-76 {
  top: 76px !important;
}

.top-77 {
  top: 77px !important;
}

.top-78 {
  top: 78px !important;
}

.top-79 {
  top: 79px !important;
}

.top-80 {
  top: 80px !important;
}

.top-81 {
  top: 81px !important;
}

.top-82 {
  top: 82px !important;
}

.top-83 {
  top: 83px !important;
}

.top-84 {
  top: 84px !important;
}

.top-85 {
  top: 85px !important;
}

.top-86 {
  top: 86px !important;
}

.top-87 {
  top: 87px !important;
}

.top-88 {
  top: 88px !important;
}

.top-89 {
  top: 89px !important;
}

.top-90 {
  top: 90px !important;
}

.top-91 {
  top: 91px !important;
}

.top-92 {
  top: 92px !important;
}

.top-93 {
  top: 93px !important;
}

.top-94 {
  top: 94px !important;
}

.top-95 {
  top: 95px !important;
}

.top-96 {
  top: 96px !important;
}

.top-97 {
  top: 97px !important;
}

.top-98 {
  top: 98px !important;
}

.top-99 {
  top: 99px !important;
}

.top-100 {
  top: 100px !important;
}

.top-155 {
  top: 155px !important;
}

.bottom-1 {
  bottom: 1px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.bottom-6 {
  bottom: 6px !important;
}

.bottom-7 {
  bottom: 7px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.bottom-9 {
  bottom: 9px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.bottom-11 {
  bottom: 11px !important;
}

.bottom-12 {
  bottom: 12px !important;
}

.bottom-13 {
  bottom: 13px !important;
}

.bottom-14 {
  bottom: 14px !important;
}

.bottom-15 {
  bottom: 15px !important;
}

.bottom-16 {
  bottom: 16px !important;
}

.bottom-17 {
  bottom: 17px !important;
}

.bottom-18 {
  bottom: 18px !important;
}

.bottom-19 {
  bottom: 19px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

.bottom-21 {
  bottom: 21px !important;
}

.bottom-22 {
  bottom: 22px !important;
}

.bottom-23 {
  bottom: 23px !important;
}

.bottom-24 {
  bottom: 24px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-26 {
  bottom: 26px !important;
}

.bottom-27 {
  bottom: 27px !important;
}

.bottom-28 {
  bottom: 28px !important;
}

.bottom-29 {
  bottom: 29px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-31 {
  bottom: 31px !important;
}

.bottom-32 {
  bottom: 32px !important;
}

.bottom-33 {
  bottom: 33px !important;
}

.bottom-34 {
  bottom: 34px !important;
}

.bottom-35 {
  bottom: 35px !important;
}

.bottom-36 {
  bottom: 36px !important;
}

.bottom-37 {
  bottom: 37px !important;
}

.bottom-38 {
  bottom: 38px !important;
}

.bottom-39 {
  bottom: 39px !important;
}

.bottom-40 {
  bottom: 40px !important;
}

.bottom-41 {
  bottom: 41px !important;
}

.bottom-42 {
  bottom: 42px !important;
}

.bottom-43 {
  bottom: 43px !important;
}

.bottom-44 {
  bottom: 44px !important;
}

.bottom-45 {
  bottom: 45px !important;
}

.bottom-46 {
  bottom: 46px !important;
}

.bottom-47 {
  bottom: 47px !important;
}

.bottom-48 {
  bottom: 48px !important;
}

.bottom-49 {
  bottom: 49px !important;
}

.bottom-50 {
  bottom: 50px !important;
}

.bottom-51 {
  bottom: 51px !important;
}

.bottom-52 {
  bottom: 52px !important;
}

.bottom-53 {
  bottom: 53px !important;
}

.bottom-54 {
  bottom: 54px !important;
}

.bottom-55 {
  bottom: 55px !important;
}

.bottom-56 {
  bottom: 56px !important;
}

.bottom-57 {
  bottom: 57px !important;
}

.bottom-58 {
  bottom: 58px !important;
}

.bottom-59 {
  bottom: 59px !important;
}

.bottom-60 {
  bottom: 60px !important;
}

.bottom-61 {
  bottom: 61px !important;
}

.bottom-62 {
  bottom: 62px !important;
}

.bottom-63 {
  bottom: 63px !important;
}

.bottom-64 {
  bottom: 64px !important;
}

.bottom-65 {
  bottom: 65px !important;
}

.bottom-66 {
  bottom: 66px !important;
}

.bottom-67 {
  bottom: 67px !important;
}

.bottom-68 {
  bottom: 68px !important;
}

.bottom-69 {
  bottom: 69px !important;
}

.bottom-70 {
  bottom: 70px !important;
}

.bottom-71 {
  bottom: 71px !important;
}

.bottom-72 {
  bottom: 72px !important;
}

.bottom-73 {
  bottom: 73px !important;
}

.bottom-74 {
  bottom: 74px !important;
}

.bottom-75 {
  bottom: 75px !important;
}

.bottom-76 {
  bottom: 76px !important;
}

.bottom-77 {
  bottom: 77px !important;
}

.bottom-78 {
  bottom: 78px !important;
}

.bottom-79 {
  bottom: 79px !important;
}

.bottom-80 {
  bottom: 80px !important;
}

.bottom-81 {
  bottom: 81px !important;
}

.bottom-82 {
  bottom: 82px !important;
}

.bottom-83 {
  bottom: 83px !important;
}

.bottom-84 {
  bottom: 84px !important;
}

.bottom-85 {
  bottom: 85px !important;
}

.bottom-86 {
  bottom: 86px !important;
}

.bottom-87 {
  bottom: 87px !important;
}

.bottom-88 {
  bottom: 88px !important;
}

.bottom-89 {
  bottom: 89px !important;
}

.bottom-90 {
  bottom: 90px !important;
}

.bottom-91 {
  bottom: 91px !important;
}

.bottom-92 {
  bottom: 92px !important;
}

.bottom-93 {
  bottom: 93px !important;
}

.bottom-94 {
  bottom: 94px !important;
}

.bottom-95 {
  bottom: 95px !important;
}

.bottom-96 {
  bottom: 96px !important;
}

.bottom-97 {
  bottom: 97px !important;
}

.bottom-98 {
  bottom: 98px !important;
}

.bottom-99 {
  bottom: 99px !important;
}

.bottom-100 {
  bottom: 100px !important;
}

.bottom-155 {
  bottom: 155px !important;
}

.left-1 {
  left: 1px !important;
}

.left-2 {
  left: 2px !important;
}

.left-3 {
  left: 3px !important;
}

.left-4 {
  left: 4px !important;
}

.left-5 {
  left: 5px !important;
}

.left-6 {
  left: 6px !important;
}

.left-7 {
  left: 7px !important;
}

.left-8 {
  left: 8px !important;
}

.left-9 {
  left: 9px !important;
}

.left-10 {
  left: 10px !important;
}

.left-11 {
  left: 11px !important;
}

.left-12 {
  left: 12px !important;
}

.left-13 {
  left: 13px !important;
}

.left-14 {
  left: 14px !important;
}

.left-15 {
  left: 15px !important;
}

.left-16 {
  left: 16px !important;
}

.left-17 {
  left: 17px !important;
}

.left-18 {
  left: 18px !important;
}

.left-19 {
  left: 19px !important;
}

.left-20 {
  left: 20px !important;
}

.left-21 {
  left: 21px !important;
}

.left-22 {
  left: 22px !important;
}

.left-23 {
  left: 23px !important;
}

.left-24 {
  left: 24px !important;
}

.left-25 {
  left: 25px !important;
}

.left-26 {
  left: 26px !important;
}

.left-27 {
  left: 27px !important;
}

.left-28 {
  left: 28px !important;
}

.left-29 {
  left: 29px !important;
}

.left-30 {
  left: 30px !important;
}

.left-31 {
  left: 31px !important;
}

.left-32 {
  left: 32px !important;
}

.left-33 {
  left: 33px !important;
}

.left-34 {
  left: 34px !important;
}

.left-35 {
  left: 35px !important;
}

.left-36 {
  left: 36px !important;
}

.left-37 {
  left: 37px !important;
}

.left-38 {
  left: 38px !important;
}

.left-39 {
  left: 39px !important;
}

.left-40 {
  left: 40px !important;
}

.left-41 {
  left: 41px !important;
}

.left-42 {
  left: 42px !important;
}

.left-43 {
  left: 43px !important;
}

.left-44 {
  left: 44px !important;
}

.left-45 {
  left: 45px !important;
}

.left-46 {
  left: 46px !important;
}

.left-47 {
  left: 47px !important;
}

.left-48 {
  left: 48px !important;
}

.left-49 {
  left: 49px !important;
}

.left-50 {
  left: 50px !important;
}

.left-51 {
  left: 51px !important;
}

.left-52 {
  left: 52px !important;
}

.left-53 {
  left: 53px !important;
}

.left-54 {
  left: 54px !important;
}

.left-55 {
  left: 55px !important;
}

.left-56 {
  left: 56px !important;
}

.left-57 {
  left: 57px !important;
}

.left-58 {
  left: 58px !important;
}

.left-59 {
  left: 59px !important;
}

.left-60 {
  left: 60px !important;
}

.left-61 {
  left: 61px !important;
}

.left-62 {
  left: 62px !important;
}

.left-63 {
  left: 63px !important;
}

.left-64 {
  left: 64px !important;
}

.left-65 {
  left: 65px !important;
}

.left-66 {
  left: 66px !important;
}

.left-67 {
  left: 67px !important;
}

.left-68 {
  left: 68px !important;
}

.left-69 {
  left: 69px !important;
}

.left-70 {
  left: 70px !important;
}

.left-71 {
  left: 71px !important;
}

.left-72 {
  left: 72px !important;
}

.left-73 {
  left: 73px !important;
}

.left-74 {
  left: 74px !important;
}

.left-75 {
  left: 75px !important;
}

.left-76 {
  left: 76px !important;
}

.left-77 {
  left: 77px !important;
}

.left-78 {
  left: 78px !important;
}

.left-79 {
  left: 79px !important;
}

.left-80 {
  left: 80px !important;
}

.left-81 {
  left: 81px !important;
}

.left-82 {
  left: 82px !important;
}

.left-83 {
  left: 83px !important;
}

.left-84 {
  left: 84px !important;
}

.left-85 {
  left: 85px !important;
}

.left-86 {
  left: 86px !important;
}

.left-87 {
  left: 87px !important;
}

.left-88 {
  left: 88px !important;
}

.left-89 {
  left: 89px !important;
}

.left-90 {
  left: 90px !important;
}

.left-91 {
  left: 91px !important;
}

.left-92 {
  left: 92px !important;
}

.left-93 {
  left: 93px !important;
}

.left-94 {
  left: 94px !important;
}

.left-95 {
  left: 95px !important;
}

.left-96 {
  left: 96px !important;
}

.left-97 {
  left: 97px !important;
}

.left-98 {
  left: 98px !important;
}

.left-99 {
  left: 99px !important;
}

.left-100 {
  left: 100px !important;
}

.left-155 {
  left: 155px !important;
}

.right-1 {
  right: 1px !important;
}

.right-2 {
  right: 2px !important;
}

.right-3 {
  right: 3px !important;
}

.right-4 {
  right: 4px !important;
}

.right-5 {
  right: 5px !important;
}

.right-6 {
  right: 6px !important;
}

.right-7 {
  right: 7px !important;
}

.right-8 {
  right: 8px !important;
}

.right-9 {
  right: 9px !important;
}

.right-10 {
  right: 10px !important;
}

.right-11 {
  right: 11px !important;
}

.right-12 {
  right: 12px !important;
}

.right-13 {
  right: 13px !important;
}

.right-14 {
  right: 14px !important;
}

.right-15 {
  right: 15px !important;
}

.right-16 {
  right: 16px !important;
}

.right-17 {
  right: 17px !important;
}

.right-18 {
  right: 18px !important;
}

.right-19 {
  right: 19px !important;
}

.right-20 {
  right: 20px !important;
}

.right-21 {
  right: 21px !important;
}

.right-22 {
  right: 22px !important;
}

.right-23 {
  right: 23px !important;
}

.right-24 {
  right: 24px !important;
}

.right-25 {
  right: 25px !important;
}

.right-26 {
  right: 26px !important;
}

.right-27 {
  right: 27px !important;
}

.right-28 {
  right: 28px !important;
}

.right-29 {
  right: 29px !important;
}

.right-30 {
  right: 30px !important;
}

.right-31 {
  right: 31px !important;
}

.right-32 {
  right: 32px !important;
}

.right-33 {
  right: 33px !important;
}

.right-34 {
  right: 34px !important;
}

.right-35 {
  right: 35px !important;
}

.right-36 {
  right: 36px !important;
}

.right-37 {
  right: 37px !important;
}

.right-38 {
  right: 38px !important;
}

.right-39 {
  right: 39px !important;
}

.right-40 {
  right: 40px !important;
}

.right-41 {
  right: 41px !important;
}

.right-42 {
  right: 42px !important;
}

.right-43 {
  right: 43px !important;
}

.right-44 {
  right: 44px !important;
}

.right-45 {
  right: 45px !important;
}

.right-46 {
  right: 46px !important;
}

.right-47 {
  right: 47px !important;
}

.right-48 {
  right: 48px !important;
}

.right-49 {
  right: 49px !important;
}

.right-50 {
  right: 50px !important;
}

.right-51 {
  right: 51px !important;
}

.right-52 {
  right: 52px !important;
}

.right-53 {
  right: 53px !important;
}

.right-54 {
  right: 54px !important;
}

.right-55 {
  right: 55px !important;
}

.right-56 {
  right: 56px !important;
}

.right-57 {
  right: 57px !important;
}

.right-58 {
  right: 58px !important;
}

.right-59 {
  right: 59px !important;
}

.right-60 {
  right: 60px !important;
}

.right-61 {
  right: 61px !important;
}

.right-62 {
  right: 62px !important;
}

.right-63 {
  right: 63px !important;
}

.right-64 {
  right: 64px !important;
}

.right-65 {
  right: 65px !important;
}

.right-66 {
  right: 66px !important;
}

.right-67 {
  right: 67px !important;
}

.right-68 {
  right: 68px !important;
}

.right-69 {
  right: 69px !important;
}

.right-70 {
  right: 70px !important;
}

.right-71 {
  right: 71px !important;
}

.right-72 {
  right: 72px !important;
}

.right-73 {
  right: 73px !important;
}

.right-74 {
  right: 74px !important;
}

.right-75 {
  right: 75px !important;
}

.right-76 {
  right: 76px !important;
}

.right-77 {
  right: 77px !important;
}

.right-78 {
  right: 78px !important;
}

.right-79 {
  right: 79px !important;
}

.right-80 {
  right: 80px !important;
}

.right-81 {
  right: 81px !important;
}

.right-82 {
  right: 82px !important;
}

.right-83 {
  right: 83px !important;
}

.right-84 {
  right: 84px !important;
}

.right-85 {
  right: 85px !important;
}

.right-86 {
  right: 86px !important;
}

.right-87 {
  right: 87px !important;
}

.right-88 {
  right: 88px !important;
}

.right-89 {
  right: 89px !important;
}

.right-90 {
  right: 90px !important;
}

.right-91 {
  right: 91px !important;
}

.right-92 {
  right: 92px !important;
}

.right-93 {
  right: 93px !important;
}

.right-94 {
  right: 94px !important;
}

.right-95 {
  right: 95px !important;
}

.right-96 {
  right: 96px !important;
}

.right-97 {
  right: 97px !important;
}

.right-98 {
  right: 98px !important;
}

.right-99 {
  right: 99px !important;
}

.right-100 {
  right: 100px !important;
}

.right-155 {
  right: 155px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-bottom-0, .feedback .wp-block-heading {
  margin-bottom: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-left-13 {
  margin-left: 13px !important;
}

.margin-right-13 {
  margin-right: 13px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-left-16 {
  margin-left: 16px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-left-18 {
  margin-left: 18px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-left-21 {
  margin-left: 21px !important;
}

.margin-right-21 {
  margin-right: 21px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

.margin-left-32 {
  margin-left: 32px !important;
}

.margin-right-32 {
  margin-right: 32px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-top-105 {
  margin-top: 105px !important;
}

.margin-bottom-105 {
  margin-bottom: 105px !important;
}

.margin-left-105 {
  margin-left: 105px !important;
}

.margin-right-105 {
  margin-right: 105px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-bottom-110 {
  margin-bottom: 110px !important;
}

.margin-left-110 {
  margin-left: 110px !important;
}

.margin-right-110 {
  margin-right: 110px !important;
}

.margin-top-115 {
  margin-top: 115px !important;
}

.margin-bottom-115 {
  margin-bottom: 115px !important;
}

.margin-left-115 {
  margin-left: 115px !important;
}

.margin-right-115 {
  margin-right: 115px !important;
}

.margin-top-120 {
  margin-top: 120px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.margin-left-120 {
  margin-left: 120px !important;
}

.margin-right-120 {
  margin-right: 120px !important;
}

.margin-top-125 {
  margin-top: 125px !important;
}

.margin-bottom-125 {
  margin-bottom: 125px !important;
}

.margin-left-125 {
  margin-left: 125px !important;
}

.margin-right-125 {
  margin-right: 125px !important;
}

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-bottom-130 {
  margin-bottom: 130px !important;
}

.margin-left-130 {
  margin-left: 130px !important;
}

.margin-right-130 {
  margin-right: 130px !important;
}

.margin-top-135 {
  margin-top: 135px !important;
}

.margin-bottom-135 {
  margin-bottom: 135px !important;
}

.margin-left-135 {
  margin-left: 135px !important;
}

.margin-right-135 {
  margin-right: 135px !important;
}

.margin-top-140 {
  margin-top: 140px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}

.margin-left-140 {
  margin-left: 140px !important;
}

.margin-right-140 {
  margin-right: 140px !important;
}

.margin-top-145 {
  margin-top: 145px !important;
}

.margin-bottom-145 {
  margin-bottom: 145px !important;
}

.margin-left-145 {
  margin-left: 145px !important;
}

.margin-right-145 {
  margin-right: 145px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.margin-left-150 {
  margin-left: 150px !important;
}

.margin-right-150 {
  margin-right: 150px !important;
}

.margin-top-155 {
  margin-top: 155px !important;
}

.margin-bottom-155 {
  margin-bottom: 155px !important;
}

.margin-left-155 {
  margin-left: 155px !important;
}

.margin-right-155 {
  margin-right: 155px !important;
}

.margin-top-160 {
  margin-top: 160px !important;
}

.margin-bottom-160 {
  margin-bottom: 160px !important;
}

.margin-left-160 {
  margin-left: 160px !important;
}

.margin-right-160 {
  margin-right: 160px !important;
}

.margin-top-165 {
  margin-top: 165px !important;
}

.margin-bottom-165 {
  margin-bottom: 165px !important;
}

.margin-left-165 {
  margin-left: 165px !important;
}

.margin-right-165 {
  margin-right: 165px !important;
}

.margin-top-170 {
  margin-top: 170px !important;
}

.margin-bottom-170 {
  margin-bottom: 170px !important;
}

.margin-left-170 {
  margin-left: 170px !important;
}

.margin-right-170 {
  margin-right: 170px !important;
}

.margin-top-175 {
  margin-top: 175px !important;
}

.margin-bottom-175 {
  margin-bottom: 175px !important;
}

.margin-left-175 {
  margin-left: 175px !important;
}

.margin-right-175 {
  margin-right: 175px !important;
}

.margin-top-180 {
  margin-top: 180px !important;
}

.margin-bottom-180 {
  margin-bottom: 180px !important;
}

.margin-left-180 {
  margin-left: 180px !important;
}

.margin-right-180 {
  margin-right: 180px !important;
}

.margin-top-185 {
  margin-top: 185px !important;
}

.margin-bottom-185 {
  margin-bottom: 185px !important;
}

.margin-left-185 {
  margin-left: 185px !important;
}

.margin-right-185 {
  margin-right: 185px !important;
}

.margin-top-190 {
  margin-top: 190px !important;
}

.margin-bottom-190 {
  margin-bottom: 190px !important;
}

.margin-left-190 {
  margin-left: 190px !important;
}

.margin-right-190 {
  margin-right: 190px !important;
}

.margin-top-195 {
  margin-top: 195px !important;
}

.margin-bottom-195 {
  margin-bottom: 195px !important;
}

.margin-left-195 {
  margin-left: 195px !important;
}

.margin-right-195 {
  margin-right: 195px !important;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}

.margin-left-200 {
  margin-left: 200px !important;
}

.margin-right-200 {
  margin-right: 200px !important;
}

.margin-top-205 {
  margin-top: 205px !important;
}

.margin-bottom-205 {
  margin-bottom: 205px !important;
}

.margin-left-205 {
  margin-left: 205px !important;
}

.margin-right-205 {
  margin-right: 205px !important;
}

.margin-top-210 {
  margin-top: 210px !important;
}

.margin-bottom-210 {
  margin-bottom: 210px !important;
}

.margin-left-210 {
  margin-left: 210px !important;
}

.margin-right-210 {
  margin-right: 210px !important;
}

.margin-top-215 {
  margin-top: 215px !important;
}

.margin-bottom-215 {
  margin-bottom: 215px !important;
}

.margin-left-215 {
  margin-left: 215px !important;
}

.margin-right-215 {
  margin-right: 215px !important;
}

.margin-top-220 {
  margin-top: 220px !important;
}

.margin-bottom-220 {
  margin-bottom: 220px !important;
}

.margin-left-220 {
  margin-left: 220px !important;
}

.margin-right-220 {
  margin-right: 220px !important;
}

.margin-top-225 {
  margin-top: 225px !important;
}

.margin-bottom-225 {
  margin-bottom: 225px !important;
}

.margin-left-225 {
  margin-left: 225px !important;
}

.margin-right-225 {
  margin-right: 225px !important;
}

.margin-top-230 {
  margin-top: 230px !important;
}

.margin-bottom-230 {
  margin-bottom: 230px !important;
}

.margin-left-230 {
  margin-left: 230px !important;
}

.margin-right-230 {
  margin-right: 230px !important;
}

.margin-top-235 {
  margin-top: 235px !important;
}

.margin-bottom-235 {
  margin-bottom: 235px !important;
}

.margin-left-235 {
  margin-left: 235px !important;
}

.margin-right-235 {
  margin-right: 235px !important;
}

.margin-top-240 {
  margin-top: 240px !important;
}

.margin-bottom-240 {
  margin-bottom: 240px !important;
}

.margin-left-240 {
  margin-left: 240px !important;
}

.margin-right-240 {
  margin-right: 240px !important;
}

.margin-top-245 {
  margin-top: 245px !important;
}

.margin-bottom-245 {
  margin-bottom: 245px !important;
}

.margin-left-245 {
  margin-left: 245px !important;
}

.margin-right-245 {
  margin-right: 245px !important;
}

.margin-top-250 {
  margin-top: 250px !important;
}

.margin-bottom-250 {
  margin-bottom: 250px !important;
}

.margin-left-250 {
  margin-left: 250px !important;
}

.margin-right-250 {
  margin-right: 250px !important;
}

.margin-top-255 {
  margin-top: 255px !important;
}

.margin-bottom-255 {
  margin-bottom: 255px !important;
}

.margin-left-255 {
  margin-left: 255px !important;
}

.margin-right-255 {
  margin-right: 255px !important;
}

.margin-top-260 {
  margin-top: 260px !important;
}

.margin-bottom-260 {
  margin-bottom: 260px !important;
}

.margin-left-260 {
  margin-left: 260px !important;
}

.margin-right-260 {
  margin-right: 260px !important;
}

.margin-top-265 {
  margin-top: 265px !important;
}

.margin-bottom-265 {
  margin-bottom: 265px !important;
}

.margin-left-265 {
  margin-left: 265px !important;
}

.margin-right-265 {
  margin-right: 265px !important;
}

.margin-top-270 {
  margin-top: 270px !important;
}

.margin-bottom-270 {
  margin-bottom: 270px !important;
}

.margin-left-270 {
  margin-left: 270px !important;
}

.margin-right-270 {
  margin-right: 270px !important;
}

.margin-top-275 {
  margin-top: 275px !important;
}

.margin-bottom-275 {
  margin-bottom: 275px !important;
}

.margin-left-275 {
  margin-left: 275px !important;
}

.margin-right-275 {
  margin-right: 275px !important;
}

.margin-top-280 {
  margin-top: 280px !important;
}

.margin-bottom-280 {
  margin-bottom: 280px !important;
}

.margin-left-280 {
  margin-left: 280px !important;
}

.margin-right-280 {
  margin-right: 280px !important;
}

.margin-top-285 {
  margin-top: 285px !important;
}

.margin-bottom-285 {
  margin-bottom: 285px !important;
}

.margin-left-285 {
  margin-left: 285px !important;
}

.margin-right-285 {
  margin-right: 285px !important;
}

.margin-top-290 {
  margin-top: 290px !important;
}

.margin-bottom-290 {
  margin-bottom: 290px !important;
}

.margin-left-290 {
  margin-left: 290px !important;
}

.margin-right-290 {
  margin-right: 290px !important;
}

.margin-top-295 {
  margin-top: 295px !important;
}

.margin-bottom-295 {
  margin-bottom: 295px !important;
}

.margin-left-295 {
  margin-left: 295px !important;
}

.margin-right-295 {
  margin-right: 295px !important;
}

.margin-top-300 {
  margin-top: 300px !important;
}

.margin-bottom-300 {
  margin-bottom: 300px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-300 {
  margin-right: 300px !important;
}

.margin-top-305 {
  margin-top: 305px !important;
}

.margin-bottom-305 {
  margin-bottom: 305px !important;
}

.margin-left-305 {
  margin-left: 305px !important;
}

.margin-right-305 {
  margin-right: 305px !important;
}

.margin-top-310 {
  margin-top: 310px !important;
}

.margin-bottom-310 {
  margin-bottom: 310px !important;
}

.margin-left-310 {
  margin-left: 310px !important;
}

.margin-right-310 {
  margin-right: 310px !important;
}

.margin-top-315 {
  margin-top: 315px !important;
}

.margin-bottom-315 {
  margin-bottom: 315px !important;
}

.margin-left-315 {
  margin-left: 315px !important;
}

.margin-right-315 {
  margin-right: 315px !important;
}

.margin-top-320 {
  margin-top: 320px !important;
}

.margin-bottom-320 {
  margin-bottom: 320px !important;
}

.margin-left-320 {
  margin-left: 320px !important;
}

.margin-right-320 {
  margin-right: 320px !important;
}

.margin-top-325 {
  margin-top: 325px !important;
}

.margin-bottom-325 {
  margin-bottom: 325px !important;
}

.margin-left-325 {
  margin-left: 325px !important;
}

.margin-right-325 {
  margin-right: 325px !important;
}

.margin-top-330 {
  margin-top: 330px !important;
}

.margin-bottom-330 {
  margin-bottom: 330px !important;
}

.margin-left-330 {
  margin-left: 330px !important;
}

.margin-right-330 {
  margin-right: 330px !important;
}

.margin-top-335 {
  margin-top: 335px !important;
}

.margin-bottom-335 {
  margin-bottom: 335px !important;
}

.margin-left-335 {
  margin-left: 335px !important;
}

.margin-right-335 {
  margin-right: 335px !important;
}

.margin-top-340 {
  margin-top: 340px !important;
}

.margin-bottom-340 {
  margin-bottom: 340px !important;
}

.margin-left-340 {
  margin-left: 340px !important;
}

.margin-right-340 {
  margin-right: 340px !important;
}

.margin-top-345 {
  margin-top: 345px !important;
}

.margin-bottom-345 {
  margin-bottom: 345px !important;
}

.margin-left-345 {
  margin-left: 345px !important;
}

.margin-right-345 {
  margin-right: 345px !important;
}

.margin-top-350 {
  margin-top: 350px !important;
}

.margin-bottom-350 {
  margin-bottom: 350px !important;
}

.margin-left-350 {
  margin-left: 350px !important;
}

.margin-right-350 {
  margin-right: 350px !important;
}

.margin-top-355 {
  margin-top: 355px !important;
}

.margin-bottom-355 {
  margin-bottom: 355px !important;
}

.margin-left-355 {
  margin-left: 355px !important;
}

.margin-right-355 {
  margin-right: 355px !important;
}

.margin-top-360 {
  margin-top: 360px !important;
}

.margin-bottom-360 {
  margin-bottom: 360px !important;
}

.margin-left-360 {
  margin-left: 360px !important;
}

.margin-right-360 {
  margin-right: 360px !important;
}

.margin-top-365 {
  margin-top: 365px !important;
}

.margin-bottom-365 {
  margin-bottom: 365px !important;
}

.margin-left-365 {
  margin-left: 365px !important;
}

.margin-right-365 {
  margin-right: 365px !important;
}

.margin-top-370 {
  margin-top: 370px !important;
}

.margin-bottom-370 {
  margin-bottom: 370px !important;
}

.margin-left-370 {
  margin-left: 370px !important;
}

.margin-right-370 {
  margin-right: 370px !important;
}

.margin-top-375 {
  margin-top: 375px !important;
}

.margin-bottom-375 {
  margin-bottom: 375px !important;
}

.margin-left-375 {
  margin-left: 375px !important;
}

.margin-right-375 {
  margin-right: 375px !important;
}

.margin-top-380 {
  margin-top: 380px !important;
}

.margin-bottom-380 {
  margin-bottom: 380px !important;
}

.margin-left-380 {
  margin-left: 380px !important;
}

.margin-right-380 {
  margin-right: 380px !important;
}

.margin-top-385 {
  margin-top: 385px !important;
}

.margin-bottom-385 {
  margin-bottom: 385px !important;
}

.margin-left-385 {
  margin-left: 385px !important;
}

.margin-right-385 {
  margin-right: 385px !important;
}

.margin-top-390 {
  margin-top: 390px !important;
}

.margin-bottom-390 {
  margin-bottom: 390px !important;
}

.margin-left-390 {
  margin-left: 390px !important;
}

.margin-right-390 {
  margin-right: 390px !important;
}

.margin-top-395 {
  margin-top: 395px !important;
}

.margin-bottom-395 {
  margin-bottom: 395px !important;
}

.margin-left-395 {
  margin-left: 395px !important;
}

.margin-right-395 {
  margin-right: 395px !important;
}

.margin-top-400 {
  margin-top: 400px !important;
}

.margin-bottom-400 {
  margin-bottom: 400px !important;
}

.margin-left-400 {
  margin-left: 400px !important;
}

.margin-right-400 {
  margin-right: 400px !important;
}

.margin-top-405 {
  margin-top: 405px !important;
}

.margin-bottom-405 {
  margin-bottom: 405px !important;
}

.margin-left-405 {
  margin-left: 405px !important;
}

.margin-right-405 {
  margin-right: 405px !important;
}

.margin-top-410 {
  margin-top: 410px !important;
}

.margin-bottom-410 {
  margin-bottom: 410px !important;
}

.margin-left-410 {
  margin-left: 410px !important;
}

.margin-right-410 {
  margin-right: 410px !important;
}

.margin-top-415 {
  margin-top: 415px !important;
}

.margin-bottom-415 {
  margin-bottom: 415px !important;
}

.margin-left-415 {
  margin-left: 415px !important;
}

.margin-right-415 {
  margin-right: 415px !important;
}

.margin-top-420 {
  margin-top: 420px !important;
}

.margin-bottom-420 {
  margin-bottom: 420px !important;
}

.margin-left-420 {
  margin-left: 420px !important;
}

.margin-right-420 {
  margin-right: 420px !important;
}

.margin-top-425 {
  margin-top: 425px !important;
}

.margin-bottom-425 {
  margin-bottom: 425px !important;
}

.margin-left-425 {
  margin-left: 425px !important;
}

.margin-right-425 {
  margin-right: 425px !important;
}

.margin-top-430 {
  margin-top: 430px !important;
}

.margin-bottom-430 {
  margin-bottom: 430px !important;
}

.margin-left-430 {
  margin-left: 430px !important;
}

.margin-right-430 {
  margin-right: 430px !important;
}

.margin-top-435 {
  margin-top: 435px !important;
}

.margin-bottom-435 {
  margin-bottom: 435px !important;
}

.margin-left-435 {
  margin-left: 435px !important;
}

.margin-right-435 {
  margin-right: 435px !important;
}

.margin-top-440 {
  margin-top: 440px !important;
}

.margin-bottom-440 {
  margin-bottom: 440px !important;
}

.margin-left-440 {
  margin-left: 440px !important;
}

.margin-right-440 {
  margin-right: 440px !important;
}

.margin-top-445 {
  margin-top: 445px !important;
}

.margin-bottom-445 {
  margin-bottom: 445px !important;
}

.margin-left-445 {
  margin-left: 445px !important;
}

.margin-right-445 {
  margin-right: 445px !important;
}

.margin-top-450 {
  margin-top: 450px !important;
}

.margin-bottom-450 {
  margin-bottom: 450px !important;
}

.margin-left-450 {
  margin-left: 450px !important;
}

.margin-right-450 {
  margin-right: 450px !important;
}

.margin-top-455 {
  margin-top: 455px !important;
}

.margin-bottom-455 {
  margin-bottom: 455px !important;
}

.margin-left-455 {
  margin-left: 455px !important;
}

.margin-right-455 {
  margin-right: 455px !important;
}

.margin-top-460 {
  margin-top: 460px !important;
}

.margin-bottom-460 {
  margin-bottom: 460px !important;
}

.margin-left-460 {
  margin-left: 460px !important;
}

.margin-right-460 {
  margin-right: 460px !important;
}

.margin-top-465 {
  margin-top: 465px !important;
}

.margin-bottom-465 {
  margin-bottom: 465px !important;
}

.margin-left-465 {
  margin-left: 465px !important;
}

.margin-right-465 {
  margin-right: 465px !important;
}

.margin-top-470 {
  margin-top: 470px !important;
}

.margin-bottom-470 {
  margin-bottom: 470px !important;
}

.margin-left-470 {
  margin-left: 470px !important;
}

.margin-right-470 {
  margin-right: 470px !important;
}

.margin-top-475 {
  margin-top: 475px !important;
}

.margin-bottom-475 {
  margin-bottom: 475px !important;
}

.margin-left-475 {
  margin-left: 475px !important;
}

.margin-right-475 {
  margin-right: 475px !important;
}

.margin-top-480 {
  margin-top: 480px !important;
}

.margin-bottom-480 {
  margin-bottom: 480px !important;
}

.margin-left-480 {
  margin-left: 480px !important;
}

.margin-right-480 {
  margin-right: 480px !important;
}

.margin-top-485 {
  margin-top: 485px !important;
}

.margin-bottom-485 {
  margin-bottom: 485px !important;
}

.margin-left-485 {
  margin-left: 485px !important;
}

.margin-right-485 {
  margin-right: 485px !important;
}

.margin-top-490 {
  margin-top: 490px !important;
}

.margin-bottom-490 {
  margin-bottom: 490px !important;
}

.margin-left-490 {
  margin-left: 490px !important;
}

.margin-right-490 {
  margin-right: 490px !important;
}

.margin-top-495 {
  margin-top: 495px !important;
}

.margin-bottom-495 {
  margin-bottom: 495px !important;
}

.margin-left-495 {
  margin-left: 495px !important;
}

.margin-right-495 {
  margin-right: 495px !important;
}

.margin-top-500 {
  margin-top: 500px !important;
}

.margin-bottom-500 {
  margin-bottom: 500px !important;
}

.margin-left-500 {
  margin-left: 500px !important;
}

.margin-right-500 {
  margin-right: 500px !important;
}

.margin-top--25 {
  margin-top: -25px !important;
}

.margin-bottom--25 {
  margin-bottom: -25px !important;
}

.margin-left--25 {
  margin-left: -25px !important;
}

.margin-right--25 {
  margin-right: -25px !important;
}

.margin-top--30 {
  margin-top: -30px !important;
}

.margin-bottom--30 {
  margin-bottom: -30px !important;
}

.margin-left--30 {
  margin-left: -30px !important;
}

.margin-right--30 {
  margin-right: -30px !important;
}

.margin-top--40 {
  margin-top: -40px !important;
}

.margin-bottom--40 {
  margin-bottom: -40px !important;
}

.margin-left--40 {
  margin-left: -40px !important;
}

.margin-right--40 {
  margin-right: -40px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-bottom-1 {
  padding-bottom: 1px !important;
}

.padding-left-1 {
  padding-left: 1px !important;
}

.padding-right-1 {
  padding-right: 1px !important;
}

.padding-1 {
  padding: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.padding-left-2 {
  padding-left: 2px !important;
}

.padding-right-2 {
  padding-right: 2px !important;
}

.padding-2 {
  padding: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

.padding-left-3 {
  padding-left: 3px !important;
}

.padding-right-3 {
  padding-right: 3px !important;
}

.padding-3 {
  padding: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-left-4 {
  padding-left: 4px !important;
}

.padding-right-4 {
  padding-right: 4px !important;
}

.padding-4 {
  padding: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-bottom-6 {
  padding-bottom: 6px !important;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.padding-6 {
  padding: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-bottom-7 {
  padding-bottom: 7px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.padding-7 {
  padding: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.padding-8 {
  padding: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-bottom-9 {
  padding-bottom: 9px !important;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.padding-9 {
  padding: 9px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.padding-16 {
  padding: 16px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-30, .feedback .wp-block-heading {
  padding-bottom: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-top-32 {
  padding-top: 32px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-left-32 {
  padding-left: 32px !important;
}

.padding-right-32 {
  padding-right: 32px !important;
}

.padding-32 {
  padding: 32px !important;
}

.padding-top-35, .feedback .wp-block-heading {
  padding-top: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-top-37 {
  padding-top: 37px !important;
}

.padding-bottom-37 {
  padding-bottom: 37px !important;
}

.padding-left-37 {
  padding-left: 37px !important;
}

.padding-right-37 {
  padding-right: 37px !important;
}

.padding-37 {
  padding: 37px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-45 {
  padding: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-55 {
  padding: 55px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.padding-65 {
  padding: 65px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.padding-75 {
  padding: 75px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-top-85 {
  padding-top: 85px !important;
}

.padding-bottom-85 {
  padding-bottom: 85px !important;
}

.padding-left-85 {
  padding-left: 85px !important;
}

.padding-right-85 {
  padding-right: 85px !important;
}

.padding-85 {
  padding: 85px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-top-95 {
  padding-top: 95px !important;
}

.padding-bottom-95 {
  padding-bottom: 95px !important;
}

.padding-left-95 {
  padding-left: 95px !important;
}

.padding-right-95 {
  padding-right: 95px !important;
}

.padding-95 {
  padding: 95px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.padding-100 {
  padding: 100px !important;
}

.padding-top-105 {
  padding-top: 105px !important;
}

.padding-bottom-105 {
  padding-bottom: 105px !important;
}

.padding-left-105 {
  padding-left: 105px !important;
}

.padding-right-105 {
  padding-right: 105px !important;
}

.padding-105 {
  padding: 105px !important;
}

.padding-top-110 {
  padding-top: 110px !important;
}

.padding-bottom-110 {
  padding-bottom: 110px !important;
}

.padding-left-110 {
  padding-left: 110px !important;
}

.padding-right-110 {
  padding-right: 110px !important;
}

.padding-110 {
  padding: 110px !important;
}

.padding-top-115 {
  padding-top: 115px !important;
}

.padding-bottom-115 {
  padding-bottom: 115px !important;
}

.padding-left-115 {
  padding-left: 115px !important;
}

.padding-right-115 {
  padding-right: 115px !important;
}

.padding-115 {
  padding: 115px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

.padding-bottom-120 {
  padding-bottom: 120px !important;
}

.padding-left-120 {
  padding-left: 120px !important;
}

.padding-right-120 {
  padding-right: 120px !important;
}

.padding-120 {
  padding: 120px !important;
}

.padding-top-125 {
  padding-top: 125px !important;
}

.padding-bottom-125 {
  padding-bottom: 125px !important;
}

.padding-left-125 {
  padding-left: 125px !important;
}

.padding-right-125 {
  padding-right: 125px !important;
}

.padding-125 {
  padding: 125px !important;
}

.padding-top-130 {
  padding-top: 130px !important;
}

.padding-bottom-130 {
  padding-bottom: 130px !important;
}

.padding-left-130 {
  padding-left: 130px !important;
}

.padding-right-130 {
  padding-right: 130px !important;
}

.padding-130 {
  padding: 130px !important;
}

.padding-top-135 {
  padding-top: 135px !important;
}

.padding-bottom-135 {
  padding-bottom: 135px !important;
}

.padding-left-135 {
  padding-left: 135px !important;
}

.padding-right-135 {
  padding-right: 135px !important;
}

.padding-135 {
  padding: 135px !important;
}

.padding-top-140 {
  padding-top: 140px !important;
}

.padding-bottom-140 {
  padding-bottom: 140px !important;
}

.padding-left-140 {
  padding-left: 140px !important;
}

.padding-right-140 {
  padding-right: 140px !important;
}

.padding-140 {
  padding: 140px !important;
}

.padding-top-145 {
  padding-top: 145px !important;
}

.padding-bottom-145 {
  padding-bottom: 145px !important;
}

.padding-left-145 {
  padding-left: 145px !important;
}

.padding-right-145 {
  padding-right: 145px !important;
}

.padding-145 {
  padding: 145px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-bottom-150 {
  padding-bottom: 150px !important;
}

.padding-left-150 {
  padding-left: 150px !important;
}

.padding-right-150 {
  padding-right: 150px !important;
}

.padding-150 {
  padding: 150px !important;
}

.padding-top-155 {
  padding-top: 155px !important;
}

.padding-bottom-155 {
  padding-bottom: 155px !important;
}

.padding-left-155 {
  padding-left: 155px !important;
}

.padding-right-155 {
  padding-right: 155px !important;
}

.padding-155 {
  padding: 155px !important;
}

.padding-top-160 {
  padding-top: 160px !important;
}

.padding-bottom-160 {
  padding-bottom: 160px !important;
}

.padding-left-160 {
  padding-left: 160px !important;
}

.padding-right-160 {
  padding-right: 160px !important;
}

.padding-160 {
  padding: 160px !important;
}

.padding-top-165 {
  padding-top: 165px !important;
}

.padding-bottom-165 {
  padding-bottom: 165px !important;
}

.padding-left-165 {
  padding-left: 165px !important;
}

.padding-right-165 {
  padding-right: 165px !important;
}

.padding-165 {
  padding: 165px !important;
}

.padding-top-170 {
  padding-top: 170px !important;
}

.padding-bottom-170 {
  padding-bottom: 170px !important;
}

.padding-left-170 {
  padding-left: 170px !important;
}

.padding-right-170 {
  padding-right: 170px !important;
}

.padding-170 {
  padding: 170px !important;
}

.padding-top-175 {
  padding-top: 175px !important;
}

.padding-bottom-175 {
  padding-bottom: 175px !important;
}

.padding-left-175 {
  padding-left: 175px !important;
}

.padding-right-175 {
  padding-right: 175px !important;
}

.padding-175 {
  padding: 175px !important;
}

.padding-top-180 {
  padding-top: 180px !important;
}

.padding-bottom-180 {
  padding-bottom: 180px !important;
}

.padding-left-180 {
  padding-left: 180px !important;
}

.padding-right-180 {
  padding-right: 180px !important;
}

.padding-180 {
  padding: 180px !important;
}

.padding-top-185 {
  padding-top: 185px !important;
}

.padding-bottom-185 {
  padding-bottom: 185px !important;
}

.padding-left-185 {
  padding-left: 185px !important;
}

.padding-right-185 {
  padding-right: 185px !important;
}

.padding-185 {
  padding: 185px !important;
}

.padding-top-190 {
  padding-top: 190px !important;
}

.padding-bottom-190 {
  padding-bottom: 190px !important;
}

.padding-left-190 {
  padding-left: 190px !important;
}

.padding-right-190 {
  padding-right: 190px !important;
}

.padding-190 {
  padding: 190px !important;
}

.padding-top-195 {
  padding-top: 195px !important;
}

.padding-bottom-195 {
  padding-bottom: 195px !important;
}

.padding-left-195 {
  padding-left: 195px !important;
}

.padding-right-195 {
  padding-right: 195px !important;
}

.padding-195 {
  padding: 195px !important;
}

.padding-top-200 {
  padding-top: 200px !important;
}

.padding-bottom-200 {
  padding-bottom: 200px !important;
}

.padding-left-200 {
  padding-left: 200px !important;
}

.padding-right-200 {
  padding-right: 200px !important;
}

.padding-200 {
  padding: 200px !important;
}

.padding-top-205 {
  padding-top: 205px !important;
}

.padding-bottom-205 {
  padding-bottom: 205px !important;
}

.padding-left-205 {
  padding-left: 205px !important;
}

.padding-right-205 {
  padding-right: 205px !important;
}

.padding-205 {
  padding: 205px !important;
}

.padding-top-210 {
  padding-top: 210px !important;
}

.padding-bottom-210 {
  padding-bottom: 210px !important;
}

.padding-left-210 {
  padding-left: 210px !important;
}

.padding-right-210 {
  padding-right: 210px !important;
}

.padding-210 {
  padding: 210px !important;
}

.padding-top-215 {
  padding-top: 215px !important;
}

.padding-bottom-215 {
  padding-bottom: 215px !important;
}

.padding-left-215 {
  padding-left: 215px !important;
}

.padding-right-215 {
  padding-right: 215px !important;
}

.padding-215 {
  padding: 215px !important;
}

.padding-top-220 {
  padding-top: 220px !important;
}

.padding-bottom-220 {
  padding-bottom: 220px !important;
}

.padding-left-220 {
  padding-left: 220px !important;
}

.padding-right-220 {
  padding-right: 220px !important;
}

.padding-220 {
  padding: 220px !important;
}

.padding-top-225 {
  padding-top: 225px !important;
}

.padding-bottom-225 {
  padding-bottom: 225px !important;
}

.padding-left-225 {
  padding-left: 225px !important;
}

.padding-right-225 {
  padding-right: 225px !important;
}

.padding-225 {
  padding: 225px !important;
}

.padding-top-230 {
  padding-top: 230px !important;
}

.padding-bottom-230 {
  padding-bottom: 230px !important;
}

.padding-left-230 {
  padding-left: 230px !important;
}

.padding-right-230 {
  padding-right: 230px !important;
}

.padding-230 {
  padding: 230px !important;
}

.padding-top-235 {
  padding-top: 235px !important;
}

.padding-bottom-235 {
  padding-bottom: 235px !important;
}

.padding-left-235 {
  padding-left: 235px !important;
}

.padding-right-235 {
  padding-right: 235px !important;
}

.padding-235 {
  padding: 235px !important;
}

.padding-top-240 {
  padding-top: 240px !important;
}

.padding-bottom-240 {
  padding-bottom: 240px !important;
}

.padding-left-240 {
  padding-left: 240px !important;
}

.padding-right-240 {
  padding-right: 240px !important;
}

.padding-240 {
  padding: 240px !important;
}

.padding-top-245 {
  padding-top: 245px !important;
}

.padding-bottom-245 {
  padding-bottom: 245px !important;
}

.padding-left-245 {
  padding-left: 245px !important;
}

.padding-right-245 {
  padding-right: 245px !important;
}

.padding-245 {
  padding: 245px !important;
}

.padding-top-250 {
  padding-top: 250px !important;
}

.padding-bottom-250 {
  padding-bottom: 250px !important;
}

.padding-left-250 {
  padding-left: 250px !important;
}

.padding-right-250 {
  padding-right: 250px !important;
}

.padding-250 {
  padding: 250px !important;
}

.padding-top-255 {
  padding-top: 255px !important;
}

.padding-bottom-255 {
  padding-bottom: 255px !important;
}

.padding-left-255 {
  padding-left: 255px !important;
}

.padding-right-255 {
  padding-right: 255px !important;
}

.padding-255 {
  padding: 255px !important;
}

.padding-top-260 {
  padding-top: 260px !important;
}

.padding-bottom-260 {
  padding-bottom: 260px !important;
}

.padding-left-260 {
  padding-left: 260px !important;
}

.padding-right-260 {
  padding-right: 260px !important;
}

.padding-260 {
  padding: 260px !important;
}

.padding-top-265 {
  padding-top: 265px !important;
}

.padding-bottom-265 {
  padding-bottom: 265px !important;
}

.padding-left-265 {
  padding-left: 265px !important;
}

.padding-right-265 {
  padding-right: 265px !important;
}

.padding-265 {
  padding: 265px !important;
}

.padding-top-270 {
  padding-top: 270px !important;
}

.padding-bottom-270 {
  padding-bottom: 270px !important;
}

.padding-left-270 {
  padding-left: 270px !important;
}

.padding-right-270 {
  padding-right: 270px !important;
}

.padding-270 {
  padding: 270px !important;
}

.padding-top-275 {
  padding-top: 275px !important;
}

.padding-bottom-275 {
  padding-bottom: 275px !important;
}

.padding-left-275 {
  padding-left: 275px !important;
}

.padding-right-275 {
  padding-right: 275px !important;
}

.padding-275 {
  padding: 275px !important;
}

.padding-top-280 {
  padding-top: 280px !important;
}

.padding-bottom-280 {
  padding-bottom: 280px !important;
}

.padding-left-280 {
  padding-left: 280px !important;
}

.padding-right-280 {
  padding-right: 280px !important;
}

.padding-280 {
  padding: 280px !important;
}

.padding-top-285 {
  padding-top: 285px !important;
}

.padding-bottom-285 {
  padding-bottom: 285px !important;
}

.padding-left-285 {
  padding-left: 285px !important;
}

.padding-right-285 {
  padding-right: 285px !important;
}

.padding-285 {
  padding: 285px !important;
}

.padding-top-290 {
  padding-top: 290px !important;
}

.padding-bottom-290 {
  padding-bottom: 290px !important;
}

.padding-left-290 {
  padding-left: 290px !important;
}

.padding-right-290 {
  padding-right: 290px !important;
}

.padding-290 {
  padding: 290px !important;
}

.padding-top-295 {
  padding-top: 295px !important;
}

.padding-bottom-295 {
  padding-bottom: 295px !important;
}

.padding-left-295 {
  padding-left: 295px !important;
}

.padding-right-295 {
  padding-right: 295px !important;
}

.padding-295 {
  padding: 295px !important;
}

.padding-top-300 {
  padding-top: 300px !important;
}

.padding-bottom-300 {
  padding-bottom: 300px !important;
}

.padding-left-300 {
  padding-left: 300px !important;
}

.padding-right-300 {
  padding-right: 300px !important;
}

.padding-300 {
  padding: 300px !important;
}

.padding-top-305 {
  padding-top: 305px !important;
}

.padding-bottom-305 {
  padding-bottom: 305px !important;
}

.padding-left-305 {
  padding-left: 305px !important;
}

.padding-right-305 {
  padding-right: 305px !important;
}

.padding-305 {
  padding: 305px !important;
}

.padding-top-310 {
  padding-top: 310px !important;
}

.padding-bottom-310 {
  padding-bottom: 310px !important;
}

.padding-left-310 {
  padding-left: 310px !important;
}

.padding-right-310 {
  padding-right: 310px !important;
}

.padding-310 {
  padding: 310px !important;
}

.padding-top-315 {
  padding-top: 315px !important;
}

.padding-bottom-315 {
  padding-bottom: 315px !important;
}

.padding-left-315 {
  padding-left: 315px !important;
}

.padding-right-315 {
  padding-right: 315px !important;
}

.padding-315 {
  padding: 315px !important;
}

.padding-top-320 {
  padding-top: 320px !important;
}

.padding-bottom-320 {
  padding-bottom: 320px !important;
}

.padding-left-320 {
  padding-left: 320px !important;
}

.padding-right-320 {
  padding-right: 320px !important;
}

.padding-320 {
  padding: 320px !important;
}

.padding-top-325 {
  padding-top: 325px !important;
}

.padding-bottom-325 {
  padding-bottom: 325px !important;
}

.padding-left-325 {
  padding-left: 325px !important;
}

.padding-right-325 {
  padding-right: 325px !important;
}

.padding-325 {
  padding: 325px !important;
}

.padding-top-330 {
  padding-top: 330px !important;
}

.padding-bottom-330 {
  padding-bottom: 330px !important;
}

.padding-left-330 {
  padding-left: 330px !important;
}

.padding-right-330 {
  padding-right: 330px !important;
}

.padding-330 {
  padding: 330px !important;
}

.padding-top-335 {
  padding-top: 335px !important;
}

.padding-bottom-335 {
  padding-bottom: 335px !important;
}

.padding-left-335 {
  padding-left: 335px !important;
}

.padding-right-335 {
  padding-right: 335px !important;
}

.padding-335 {
  padding: 335px !important;
}

.padding-top-340 {
  padding-top: 340px !important;
}

.padding-bottom-340 {
  padding-bottom: 340px !important;
}

.padding-left-340 {
  padding-left: 340px !important;
}

.padding-right-340 {
  padding-right: 340px !important;
}

.padding-340 {
  padding: 340px !important;
}

.padding-top-345 {
  padding-top: 345px !important;
}

.padding-bottom-345 {
  padding-bottom: 345px !important;
}

.padding-left-345 {
  padding-left: 345px !important;
}

.padding-right-345 {
  padding-right: 345px !important;
}

.padding-345 {
  padding: 345px !important;
}

.padding-top-350 {
  padding-top: 350px !important;
}

.padding-bottom-350 {
  padding-bottom: 350px !important;
}

.padding-left-350 {
  padding-left: 350px !important;
}

.padding-right-350 {
  padding-right: 350px !important;
}

.padding-350 {
  padding: 350px !important;
}

.padding-top-355 {
  padding-top: 355px !important;
}

.padding-bottom-355 {
  padding-bottom: 355px !important;
}

.padding-left-355 {
  padding-left: 355px !important;
}

.padding-right-355 {
  padding-right: 355px !important;
}

.padding-355 {
  padding: 355px !important;
}

.padding-top-360 {
  padding-top: 360px !important;
}

.padding-bottom-360 {
  padding-bottom: 360px !important;
}

.padding-left-360 {
  padding-left: 360px !important;
}

.padding-right-360 {
  padding-right: 360px !important;
}

.padding-360 {
  padding: 360px !important;
}

.padding-top-365 {
  padding-top: 365px !important;
}

.padding-bottom-365 {
  padding-bottom: 365px !important;
}

.padding-left-365 {
  padding-left: 365px !important;
}

.padding-right-365 {
  padding-right: 365px !important;
}

.padding-365 {
  padding: 365px !important;
}

.padding-top-370 {
  padding-top: 370px !important;
}

.padding-bottom-370 {
  padding-bottom: 370px !important;
}

.padding-left-370 {
  padding-left: 370px !important;
}

.padding-right-370 {
  padding-right: 370px !important;
}

.padding-370 {
  padding: 370px !important;
}

.padding-top-375 {
  padding-top: 375px !important;
}

.padding-bottom-375 {
  padding-bottom: 375px !important;
}

.padding-left-375 {
  padding-left: 375px !important;
}

.padding-right-375 {
  padding-right: 375px !important;
}

.padding-375 {
  padding: 375px !important;
}

.padding-top-380 {
  padding-top: 380px !important;
}

.padding-bottom-380 {
  padding-bottom: 380px !important;
}

.padding-left-380 {
  padding-left: 380px !important;
}

.padding-right-380 {
  padding-right: 380px !important;
}

.padding-380 {
  padding: 380px !important;
}

.padding-top-385 {
  padding-top: 385px !important;
}

.padding-bottom-385 {
  padding-bottom: 385px !important;
}

.padding-left-385 {
  padding-left: 385px !important;
}

.padding-right-385 {
  padding-right: 385px !important;
}

.padding-385 {
  padding: 385px !important;
}

.padding-top-390 {
  padding-top: 390px !important;
}

.padding-bottom-390 {
  padding-bottom: 390px !important;
}

.padding-left-390 {
  padding-left: 390px !important;
}

.padding-right-390 {
  padding-right: 390px !important;
}

.padding-390 {
  padding: 390px !important;
}

.padding-top-395 {
  padding-top: 395px !important;
}

.padding-bottom-395 {
  padding-bottom: 395px !important;
}

.padding-left-395 {
  padding-left: 395px !important;
}

.padding-right-395 {
  padding-right: 395px !important;
}

.padding-395 {
  padding: 395px !important;
}

.padding-top-400 {
  padding-top: 400px !important;
}

.padding-bottom-400 {
  padding-bottom: 400px !important;
}

.padding-left-400 {
  padding-left: 400px !important;
}

.padding-right-400 {
  padding-right: 400px !important;
}

.padding-400 {
  padding: 400px !important;
}

.padding-top-405 {
  padding-top: 405px !important;
}

.padding-bottom-405 {
  padding-bottom: 405px !important;
}

.padding-left-405 {
  padding-left: 405px !important;
}

.padding-right-405 {
  padding-right: 405px !important;
}

.padding-405 {
  padding: 405px !important;
}

.padding-top-410 {
  padding-top: 410px !important;
}

.padding-bottom-410 {
  padding-bottom: 410px !important;
}

.padding-left-410 {
  padding-left: 410px !important;
}

.padding-right-410 {
  padding-right: 410px !important;
}

.padding-410 {
  padding: 410px !important;
}

.padding-top-415 {
  padding-top: 415px !important;
}

.padding-bottom-415 {
  padding-bottom: 415px !important;
}

.padding-left-415 {
  padding-left: 415px !important;
}

.padding-right-415 {
  padding-right: 415px !important;
}

.padding-415 {
  padding: 415px !important;
}

.padding-top-420 {
  padding-top: 420px !important;
}

.padding-bottom-420 {
  padding-bottom: 420px !important;
}

.padding-left-420 {
  padding-left: 420px !important;
}

.padding-right-420 {
  padding-right: 420px !important;
}

.padding-420 {
  padding: 420px !important;
}

.padding-top-425 {
  padding-top: 425px !important;
}

.padding-bottom-425 {
  padding-bottom: 425px !important;
}

.padding-left-425 {
  padding-left: 425px !important;
}

.padding-right-425 {
  padding-right: 425px !important;
}

.padding-425 {
  padding: 425px !important;
}

.padding-top-430 {
  padding-top: 430px !important;
}

.padding-bottom-430 {
  padding-bottom: 430px !important;
}

.padding-left-430 {
  padding-left: 430px !important;
}

.padding-right-430 {
  padding-right: 430px !important;
}

.padding-430 {
  padding: 430px !important;
}

.padding-top-435 {
  padding-top: 435px !important;
}

.padding-bottom-435 {
  padding-bottom: 435px !important;
}

.padding-left-435 {
  padding-left: 435px !important;
}

.padding-right-435 {
  padding-right: 435px !important;
}

.padding-435 {
  padding: 435px !important;
}

.padding-top-440 {
  padding-top: 440px !important;
}

.padding-bottom-440 {
  padding-bottom: 440px !important;
}

.padding-left-440 {
  padding-left: 440px !important;
}

.padding-right-440 {
  padding-right: 440px !important;
}

.padding-440 {
  padding: 440px !important;
}

.padding-top-445 {
  padding-top: 445px !important;
}

.padding-bottom-445 {
  padding-bottom: 445px !important;
}

.padding-left-445 {
  padding-left: 445px !important;
}

.padding-right-445 {
  padding-right: 445px !important;
}

.padding-445 {
  padding: 445px !important;
}

.padding-top-450 {
  padding-top: 450px !important;
}

.padding-bottom-450 {
  padding-bottom: 450px !important;
}

.padding-left-450 {
  padding-left: 450px !important;
}

.padding-right-450 {
  padding-right: 450px !important;
}

.padding-450 {
  padding: 450px !important;
}

.padding-top-455 {
  padding-top: 455px !important;
}

.padding-bottom-455 {
  padding-bottom: 455px !important;
}

.padding-left-455 {
  padding-left: 455px !important;
}

.padding-right-455 {
  padding-right: 455px !important;
}

.padding-455 {
  padding: 455px !important;
}

.padding-top-460 {
  padding-top: 460px !important;
}

.padding-bottom-460 {
  padding-bottom: 460px !important;
}

.padding-left-460 {
  padding-left: 460px !important;
}

.padding-right-460 {
  padding-right: 460px !important;
}

.padding-460 {
  padding: 460px !important;
}

.padding-top-465 {
  padding-top: 465px !important;
}

.padding-bottom-465 {
  padding-bottom: 465px !important;
}

.padding-left-465 {
  padding-left: 465px !important;
}

.padding-right-465 {
  padding-right: 465px !important;
}

.padding-465 {
  padding: 465px !important;
}

.padding-top-470 {
  padding-top: 470px !important;
}

.padding-bottom-470 {
  padding-bottom: 470px !important;
}

.padding-left-470 {
  padding-left: 470px !important;
}

.padding-right-470 {
  padding-right: 470px !important;
}

.padding-470 {
  padding: 470px !important;
}

.padding-top-475 {
  padding-top: 475px !important;
}

.padding-bottom-475 {
  padding-bottom: 475px !important;
}

.padding-left-475 {
  padding-left: 475px !important;
}

.padding-right-475 {
  padding-right: 475px !important;
}

.padding-475 {
  padding: 475px !important;
}

.padding-top-480 {
  padding-top: 480px !important;
}

.padding-bottom-480 {
  padding-bottom: 480px !important;
}

.padding-left-480 {
  padding-left: 480px !important;
}

.padding-right-480 {
  padding-right: 480px !important;
}

.padding-480 {
  padding: 480px !important;
}

.padding-top-485 {
  padding-top: 485px !important;
}

.padding-bottom-485 {
  padding-bottom: 485px !important;
}

.padding-left-485 {
  padding-left: 485px !important;
}

.padding-right-485 {
  padding-right: 485px !important;
}

.padding-485 {
  padding: 485px !important;
}

.padding-top-490 {
  padding-top: 490px !important;
}

.padding-bottom-490 {
  padding-bottom: 490px !important;
}

.padding-left-490 {
  padding-left: 490px !important;
}

.padding-right-490 {
  padding-right: 490px !important;
}

.padding-490 {
  padding: 490px !important;
}

.padding-top-495 {
  padding-top: 495px !important;
}

.padding-bottom-495 {
  padding-bottom: 495px !important;
}

.padding-left-495 {
  padding-left: 495px !important;
}

.padding-right-495 {
  padding-right: 495px !important;
}

.padding-495 {
  padding: 495px !important;
}

.padding-top-500 {
  padding-top: 500px !important;
}

.padding-bottom-500 {
  padding-bottom: 500px !important;
}

.padding-left-500 {
  padding-left: 500px !important;
}

.padding-right-500 {
  padding-right: 500px !important;
}

.padding-500 {
  padding: 500px !important;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-grid {
  display: grid;
}

.display-inline-block {
  display: inline-block;
}

.display-inline-flex {
  display: inline-flex;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover, article.cme-fragebogen .article-header .wp-post-image {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

@media print, screen and (max-width: 83.12375em) {
  .font-size-28-medium, .feedback .wp-block-heading {
    font-size: 28px !important;
  }
}

@media print, screen and (max-width: 83.12375em) {
  .flex-direction-column-medium {
    flex-direction: column !important;
  }
}

.padding--outer__left {
  padding: 0 0 0 11.7% !important;
}

.padding--outer__right {
  padding: 0 11.7% 0 0 !important;
}

.padding--outer__mixed {
  padding: 0 11.7% 0 11.7% !important;
}

.line--bottom {
  border-bottom: #d9d9d9 !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  width: 113.67% !important;
  margin: 58px 0 51px -6.835% !important;
}

.line--bottom.higher {
  margin-top: 100px !important;
}

.line--bottom.line--flattened {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.margin__placeholder {
  margin-top: 60px;
}

.text__error-message {
  color: #dc3232;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.text__error-message::before {
  display: inline-block;
  content: "\f071";
  font-family: "Line Awesome Free";
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.pseudo__checkbox input {
  display: none !important;
}

.input[name=feedback-page-email] {
  width: 0;
  height: 0;
  display: none;
}

.bottom-line--dotted {
  border-bottom: 1px dotted #c5c5c5;
}

form + .hidden-inplace__feedback-page i {
  font-size: 35px;
  line-height: 24px;
  margin-bottom: 10px;
}
form + .hidden-inplace__feedback-page p {
  height: unset !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
form + .hidden-inplace__feedback-page h4 {
  font: normal normal 300 22px/20px Inter;
  margin-bottom: 10px;
}
form + .hidden-inplace__feedback-page span {
  margin-top: 10px;
  font: normal normal 300 15px/20px Inter;
}

ul.underline-without-points {
  list-style: none !important;
}
ul.underline-without-points li a,
ul.underline-without-points li span {
  text-decoration: underline !important;
}
ul.underline-without-points li::before {
  content: "";
}

ul.bulletpoints-without-underline {
  list-style: none !important;
}
ul.bulletpoints-without-underline li a,
ul.bulletpoints-without-underline li span {
  text-decoration: none !important;
}
ul.bulletpoints-without-underline li::before {
  content: "•";
}

.wpcf7-form-control-wrap .floating-check,
#newsletter__form .wpcf7-form-control-wrap .floating-check,
.checkbox__container .floating-check {
  position: absolute !important;
  top: 0.5rem !important;
  right: 0.875rem !important;
}
.wpcf7-form-control-wrap .floating-check i,
#newsletter__form .wpcf7-form-control-wrap .floating-check i,
.checkbox__container .floating-check i {
  background: #55ac93 !important;
  border-radius: 50% !important;
  color: white !important;
  padding: 0.375rem !important;
  font-family: "Line Awesome Free" !important;
}

.pseudo__checkbox-target + .text__error-message + .floating-check,
#newsletter__form .pseudo__checkbox-target + .text__error-message + .floating-check {
  position: absolute !important;
  top: 0 !important;
  right: -50px !important;
}
.pseudo__checkbox-target + .text__error-message + .floating-check i,
#newsletter__form .pseudo__checkbox-target + .text__error-message + .floating-check i {
  background: #55ac93 !important;
  border-radius: 50% !important;
  color: white !important;
  padding: 0.375rem !important;
  font-family: "Line Awesome Free" !important;
}

select.validated + .text__error-message + .floating-check,
#newsletter__form select.validated + .text__error-message + .floating-check {
  position: absolute !important;
  top: -0.25rem !important;
  right: 1.75rem !important;
}

.select2-container--default,
.selection,
.select2-selection {
  flex: 1;
  display: flex;
  width: 100% !important;
}

.contact-form__form-row label span.selection {
  margin-top: 0;
}

@media screen and (max-width: 950px) {
  .padding--outer__mixed p,
  .padding--outer__mixed h2,
  .padding--outer__mixed h3,
  .padding--outer__mixed div,
  .padding--outer__mixed span,
  .padding--outer__mixed label,
  .padding--outer__mixed a,
  .padding--outer__mixed strong,
  .padding--outer__mixed ol,
  .padding--outer__mixed li {
    overflow-wrap: break-word !important;
  }
  .padding--outer__mixed {
    display: block;
  }
}
.faqs__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq__subject-title {
  font-size: 20px !important;
  font-family: Inter;
  font-weight: bold;
}

.faq__box {
  margin-bottom: 10px !important;
  display: flex;
  flex-direction: column;
  background: #e4eff4 0% 0% no-repeat padding-box !important;
  border-radius: 10px;
  opacity: 1;
}

.faq__question__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 25px 5.7% 25px 5.7%;
}

.faq__question__container i {
  color: #2a2b2e;
  width: 16px;
  height: 16px;
  display: flex;
}

.faq__question {
  width: 80%;
  text-align: left;
  font: normal normal 600 15px/22px Inter;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}

.faq__answer {
  margin: 5px;
  padding: 15px 15px 23px 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 7px;
}

@media screen and (max-width: 950px) {
  .faq__question__container {
    padding: 15px 5.7% 18px 5.7%;
  }
}
.cta-picture__frame {
  position: relative;
}
.cta-picture__frame ul li::marker {
  content: "✓";
}
.cta-picture__frame li {
  color: white !important;
  padding-left: 5px;
}

.cta-picture__frame > *:not(img) {
  position: absolute;
  z-index: 10;
  margin-left: 3.98%;
}

.cta-picture__frame img {
  height: 500px;
  width: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px !important;
}

.cta-picture__frame .cta-picture__text-container {
  display: flex;
  flex-direction: column;
  top: 7%;
  width: 92.04%;
}

.cta-picture__frame .cta-picture__text-container > *,
.text__page .cta-picture__frame .cta-picture__text-container h1:first-of-type {
  position: relative;
  letter-spacing: 0px;
  color: #ffffff !important;
  opacity: 1;
  text-align: left;
}

.cta-picture__frame .cta-picture__text-container h1 {
  width: 27% !important;
  font: normal normal bold 40px/46px Inter !important;
  position: relative;
}

.cta-picture__frame .cta-picture__text-container p {
  width: 45% !important;
  font: normal normal medium 15px/22px Inter !important;
  position: relative;
}

.cta-picture__frame .cta-picture__button-container {
  display: flex;
  bottom: 0;
  margin-bottom: 3.4%;
  width: 260px;
  flex-direction: column;
  height: 86px;
}

.cta-picture__frame .cta-picture__button-container > * {
  color: #ffffff !important;
  font: normal normal 600 15px/22px Inter !important;
  border-radius: 3px !important;
  opacity: 1 !important;
  height: calc(50% - 5px) !important;
  letter-spacing: 0.07px !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 100% !important;
  margin-left: 0;
  text-decoration: none !important;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-picture__frame .cta-picture__button-container .first {
  background: #006eb4 0% 0% no-repeat padding-box;
  margin-bottom: 10px;
}

.cta-picture__frame .cta-picture__button-container .second {
  border: 1px solid #f2f2f4;
  background-color: transparent;
}

@media screen and (max-width: 950px) {
  .cta-picture__frame > * {
    position: relative !important;
    color: black !important;
    margin-left: 0 !important;
    height: unset !important;
  }
  .cta-picture__frame .cta-picture__text-container > * {
    color: #2a2b2e !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cta-picture__frame .cta-picture__text-container {
    margin-top: 15px;
  }
  .cta-picture__frame .cta-picture__button-container {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100% !important;
  }
  .cta-picture__frame .cta-picture__button-container a {
    height: 38px !important;
  }
  .cta-picture__frame .cta-picture__button-container a.second {
    color: #2a2b2e !important;
    border-color: #51545a !important;
  }
  .cta-picture__frame .cta-picture__text-container h1,
  .cta-picture__frame .cta-picture__text-container p {
    width: 100% !important;
  }
  .cta-picture__frame .cta-picture__text-container > *,
  .text__page .cta-picture__frame .cta-picture__text-container h1:first-of-type,
  .text__page .cta-picture__frame .cta-picture__text-container ul li {
    color: #2a2b2e !important;
  }
  .text__page .cta-picture__frame .cta-picture__text-container ul li {
    margin-left: 10px;
  }
}
.placholder-banner__container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.placholder-banner__container .placholder-banner {
  width: 84%;
  height: 103px;
  border: 1px solid grey;
}

a.cta__button.cta--first,
a.cta__button.cta--second {
  text-align: center !important;
  font: normal normal 600 15px/22px Inter !important;
  letter-spacing: 0.07px !important;
  opacity: 1;
  border-radius: 3px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 0.67em 2em 0.6em 2em;
}

a.cta__button.cta--first:hover,
a.cta__button.cta--second:hover {
  text-decoration: none !important;
}

a.cta__button.cta--first {
  background: #006eb4 0% 0% no-repeat padding-box !important;
  color: #ffffff !important;
}

a.cta__button.cta--second {
  color: #2a2b2e !important;
  border: 1px solid #707070 !important;
  background-color: transparent !important;
}

.feedback__content {
  width: 89.277%;
}
.feedback__content ul li {
  padding-left: 5px;
}
.feedback__content ul li::marker {
  content: "✓";
  padding-right: 5px;
}

.feedback .cta__container {
  max-width: 89.277%;
  margin-top: 50px;
}

.feedback__title {
  padding-bottom: 70px;
}

@media screen and (max-width: 700px) {
  .feedback .cta__container {
    max-width: 100%;
    height: unset;
    flex-direction: column;
  }
  .feedback__title {
    padding-bottom: 20px;
  }
  .feedback__container {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}
.team__container--inner {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  min-height: 448px;
  position: absolute;
  top: 0;
  width: 62.75%;
  z-index: 2;
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 20px 4.38% 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: flex-start;
}
.team__container--inner p {
  height: 20px;
  padding: 0;
  text-align: center;
}
.team__container--inner h2 {
  text-align: center;
}
.team__container--inner .member__container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  overflow-x: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 33px;
}
.team__container--inner .member__container .member__profile {
  margin-left: 37px;
  display: flex;
  flex-direction: column;
  width: 205px;
  min-width: 205px;
}
.team__container--inner .member__container .member__profile img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
}
.team__container--inner .member__container .member__profile span:first-of-type {
  text-align: center;
  font: normal normal bold 15px/26px Inter;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}
.team__container--inner .member__container .member__profile span:not(:first-of-type) {
  text-align: center;
  font: normal normal normal 15px/20px Inter;
  letter-spacing: 0px;
  color: #2a2b2e;
  opacity: 1;
}

.icons-with-text__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: space-evenly; /* Adjust as needed */
  align-items: flex-start; /* Adjust as needed */
  max-width: 100%; /* Adjust as needed */
}
.icons-with-text__container .icon-with-text {
  width: 253px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.icons-with-text__container .icon-with-text *:not(img) {
  width: 100%;
}
.icons-with-text__container .icon-with-text img {
  height: 61px;
  width: 68px;
  margin-bottom: 18px;
}
.icons-with-text__container .icon-with-text span {
  text-align: center;
  font: normal normal normal 15px/22px Inter;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  opacity: 1;
}
.icons-with-text__container .icon-with-text h2:first-of-type {
  text-align: center !important;
  font: normal normal 600 15px/28px Inter !important;
  letter-spacing: 0px !important;
  color: #2a2b2e !important;
  opacity: 1 !important;
  margin-bottom: 10px !important;
}

.media-data__container {
  min-width: 50%;
  display: flex;
}
.media-data__container > * {
  width: 50%;
}
.media-data__container .media__numbers-img {
  display: flex;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.media-data__container .media__numbers {
  background: #006eb4 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  padding: 36px 80px 71px 80px;
  min-width: 542px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 46px;
  -moz-column-gap: 11.78%;
       column-gap: 11.78%;
}
.media-data__container .media__numbers .media__number-entry {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-items: center;
  align-items: center;
  width: 44.11%;
}
.media-data__container .media__numbers .media__number-entry i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #79b2ff;
}
.media-data__container .media__numbers .media__number-entry h4 {
  margin-top: 5px;
  text-align: center;
  font: normal normal 200 40px/38px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  align-items: center;
  vertical-align: middle;
  display: flex;
  width: 100%;
  justify-content: center;
}
.media-data__container .media__numbers .media__number-entry span {
  text-align: center;
  font: normal normal 600 15px/24px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  height: 19px;
}
.media-data__container .media__data {
  padding: 37px 136px 66px 57px;
  display: flex;
  flex-direction: column;
  background: #e4eff4 0% 0% no-repeat padding-box;
  justify-content: space-between;
}
.media-data__container .media__data i {
  width: 36px;
  height: 37px;
  font-size: 36px;
  color: #006eb4;
}
.media-data__container .media__data h4 {
  font: normal normal 200 40px/38px Inter;
  letter-spacing: 0px;
  color: #2a2b2e;
  margin-top: 7px;
}
.media-data__container .media__data span {
  text-align: left;
  font: normal normal normal 15px/22px Inter;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  opacity: 1;
  margin-top: 10px;
}
.media-data__container .media__data a {
  width: 232px;
  height: 38px !important;
  border: 1px solid #707070 !important;
  border-radius: 3px !important;
  text-align: center !important;
  font: normal normal 500 15px/38px Inter !important;
  letter-spacing: 0.07px !important;
  color: #2a2b2e !important;
  text-decoration: none !important;
  margin-top: 25px;
}

.text__page .media-data__container {
  margin-left: -2.5rem;
  width: calc(100% + 5rem);
}

.contact-infos___margin {
  margin-top: 80px;
}

.contact-infos__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}
.contact-infos__container .contact-info {
  display: flex;
  background: #e4eff4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  width: calc(50% - 20px);
}
.contact-infos__container .contact-info img {
  width: 139px;
  height: 139px;
  min-width: 139px;
  min-height: 139px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-infos__container .contact-info img + div {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 20px;
  height: calc(100% - 30px);
  width: 67.68%;
}
.contact-infos__container .contact-info img + div * {
  overflow-wrap: anywhere;
}
.contact-infos__container .contact-info img + div h4 {
  text-align: left;
  font: normal normal bold 20px/28px Inter;
  letter-spacing: 0px;
  color: #2a2b2e;
  opacity: 1;
  margin-bottom: 0;
}
.contact-infos__container .contact-info img + div span {
  text-align: left;
  font: normal normal normal 13px/19px Inter;
  letter-spacing: 0px;
  color: #7c7f86;
  opacity: 1;
  margin-bottom: 24px;
}
.contact-infos__container .contact-info img + div a {
  text-align: left !important;
  font: normal normal normal 15px/22px Inter !important;
  letter-spacing: 0.07px !important;
  color: #006eb4 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
.contact-infos__container .contact-info img + div a i {
  padding-right: 5px;
}

@media screen and (max-width: 950px) {
  .contact-infos__container {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .contact-infos__container .contact-info {
    width: 100%;
  }
  .media-data__container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .media-data__container > * {
    width: 100% !important;
    aspect-ratio: 1600/376;
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .media-data__container > img {
    display: none !important;
  }
}
.most-wanted__container {
  display: flex;
  width: 100%;
}
.most-wanted__container > * {
  min-width: 308px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 65px 20px 90px 20px;
  width: 100%;
}
.most-wanted__container > *:first-of-type {
  padding-left: 40px;
}
.most-wanted__container > *:last-of-type {
  padding-right: 40px;
}
.most-wanted__container > * .mw-container-header {
  text-align: center !important;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 5px solid #c5c5c5;
  text-align: left;
  font: normal normal bold 18px/18px Inter;
  letter-spacing: 0.27px;
  color: #2a2b2e;
  margin-bottom: 20px;
}
.most-wanted__container > * .mw-container-header i {
  padding-right: 7.5px;
}
.most-wanted__container > * .container__content:not(.newsletter__content) {
  min-height: 310px;
  height: 310px;
  width: 100%;
}
.most-wanted__container > * .container__content:not(.newsletter__content) > * {
  padding-bottom: 12px;
  margin-top: 20px;
  border-bottom: 1px dashed #cccccc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  height: 33.3333333333%;
}
.most-wanted__container > * .container__content:not(.newsletter__content) > * div {
  display: flex;
  flex-direction: column;
  width: 154px;
  margin-left: 20px;
}
.most-wanted__container > * .container__content:not(.newsletter__content) > * div .mini-post-header {
  text-align: left;
  font: normal normal 600 13px/20px Inter;
  letter-spacing: 0px;
  color: #7c7f86;
  width: 100%;
  height: 16px;
  overflow: hidden; /* Hide overflowing content */
  text-overflow: ellipsis;
  aspect-ratio: 154/16;
  margin-left: 0;
}
.most-wanted__container > * .container__content:not(.newsletter__content) > * div span {
  text-align: left;
  font: normal normal normal 13px/19px Inter;
  letter-spacing: 0px;
  color: #2a2b2e;
  width: 100%;
  overflow: hidden; /* Hide overflowing content */
  text-overflow: ellipsis;
  aspect-ratio: 154/73;
}
.most-wanted__container > * .container__content:not(.newsletter__content) > *.image-aspect-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 150px;
}
.most-wanted__container > * .container__content:not(.newsletter__content) > * .mini-post-image {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.most-wanted__container .newsletter__content {
  width: 100% !important;
  margin-left: 0;
  padding: 15px 20px 40px 20px;
  height: 100%;
  min-height: 91%;
}
.most-wanted__container .newsletter__content:has(form + .hidden-inplace__feedback-page) {
  min-height: 100%;
}
.most-wanted__container .newsletter__content .wpcf7 {
  height: 100%;
}
.most-wanted__container .newsletter__content form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.most-wanted__container .newsletter__content form .info-text__container p {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
}
.most-wanted__container .newsletter__content form .info-text__container p i {
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 24px;
}
.most-wanted__container .newsletter__content form .info-text__container p span {
  font: normal normal 300 22px/28px Inter;
}
.most-wanted__container .newsletter__content form .info-text__container p a {
  font: normal normal 500 11px/25px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.75;
  margin-top: 18px;
}
.most-wanted__container .newsletter__content form input[type=email],
.most-wanted__container .newsletter__content form input[type=text],
.most-wanted__container .newsletter__content form input[type=button] {
  height: 38px;
}
@media screen and (max-width: 1070px) {
  .most-wanted__container {
    flex-wrap: wrap;
  }
}

#h-ihre-newsletterverwaltung {
  text-align: center !important;
  font-weight: bold !important;
}

#h-e-mail-tipps-zur-dentalwelt-amp-spitta-plus-abbestellen {
  font-weight: bold !important;
}

#newsletter__unsubscribe-form,
#infomail__unsubscribe-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#newsletter__unsubscribe-form input[type=email],
#infomail__unsubscribe-form input[type=email] {
  width: 33%;
  margin-left: 10px;
  margin-bottom: 0;
}
#newsletter__unsubscribe-form div,
#infomail__unsubscribe-form div {
  width: 100%;
}
#newsletter__unsubscribe-form .newsletter__selection,
#infomail__unsubscribe-form .newsletter__selection {
  display: flex;
  flex-direction: column;
}
#newsletter__unsubscribe-form p,
#infomail__unsubscribe-form p {
  margin-bottom: 50px;
}
#newsletter__unsubscribe-form p:not(:first-of-type),
#infomail__unsubscribe-form p:not(:first-of-type) {
  margin-top: 25px;
}
#newsletter__unsubscribe-form input[type=checkbox],
#newsletter__unsubscribe-form input[type=radio],
#infomail__unsubscribe-form input[type=checkbox],
#infomail__unsubscribe-form input[type=radio] {
  margin: 0;
}
#newsletter__unsubscribe-form label,
#infomail__unsubscribe-form label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  margin: 5px 0;
}
#newsletter__unsubscribe-form label input:not([type=checkbox]):not([type=radio]),
#infomail__unsubscribe-form label input:not([type=checkbox]):not([type=radio]) {
  width: 30%;
}
#newsletter__unsubscribe-form label span,
#infomail__unsubscribe-form label span {
  margin-left: 10px;
}
#newsletter__unsubscribe-form label[for=other],
#infomail__unsubscribe-form label[for=other] {
  margin-left: 10px;
}
#newsletter__unsubscribe-form label[for=email],
#infomail__unsubscribe-form label[for=email] {
  margin: 25px 0;
  flex-direction: row !important;
}
#newsletter__unsubscribe-form .double-input__row,
#infomail__unsubscribe-form .double-input__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#newsletter__unsubscribe-form .double-input__row input[type=text],
#infomail__unsubscribe-form .double-input__row input[type=text] {
  width: 30%;
  margin-bottom: 0;
}
#newsletter__unsubscribe-form input[type=text],
#infomail__unsubscribe-form input[type=text] {
  margin-bottom: 0;
}
#newsletter__unsubscribe-form input[type=submit],
#newsletter__unsubscribe-form input[type=button],
#infomail__unsubscribe-form input[type=submit],
#infomail__unsubscribe-form input[type=button] {
  margin: 25px auto;
}

#feedback__container-infomail {
  display: flex;
  flex-direction: column;
}
#feedback__container-infomail h2 {
  font-weight: bold !important;
}

.author-header h1 {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  margin-top: 1.5625rem;
  margin-bottom: 1.875rem;
  color: #2a2b2e;
}
@media print, screen and (max-width: 83.12375em) {
  .author-header h1 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.author-section {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  padding: 3.125rem 5.4375rem 3.75rem;
  margin: 0 2.5rem 3.125rem;
}
@media print, screen and (max-width: 83.12375em) {
  .author-section {
    padding: 1.25rem 1.875rem 1.875rem;
    margin: 0 0.625rem 2.5rem;
  }
}
.author-section .author-image img {
  border-radius: 50%;
  margin-top: -1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 13.9375rem;
  height: 13.9375rem;
}
@media print, screen and (max-width: 83.12375em) {
  .author-section .author-image img {
    width: 13.9375rem;
    height: 13.9375rem;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.author-section .author-meta .author-meta-information {
  padding-bottom: 2.5rem;
}
.author-section .author-meta .author-meta-information h2 {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
  color: #2a2b2e;
}
@media print, screen and (max-width: 83.12375em) {
  .author-section .author-meta .author-meta-information h2 {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.author-section .author-meta .author-meta-information p {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 1.875rem;
}
.author-section .author-meta .author-meta-information a {
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  letter-spacing: 0px;
  color: #51545a;
}
.author-section .author-meta .author-meta-information .author-description {
  position: relative;
  line-height: 1.6;
}
.author-section .author-meta .author-meta-information .toggle-more {
  background: none;
  border: none;
  color: #0073aa;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  margin-top: 5px;
}
.author-section .author-meta .author-meta-information .toggle-more:hover {
  text-decoration: underline;
}
.author-section .author-meta .author-meta-expertise {
  border-top: 1px dotted #ccc;
  padding-top: 1.25rem;
}
.author-section .author-meta .author-meta-expertise p {
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 0.625rem;
}
.author-section .author-meta .author-meta-expertise ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.author-section .author-meta .author-meta-expertise ul li a {
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
.author-section .author-meta .author-meta-expertise ul li:not(:last-child) {
  margin-right: 0.625rem;
}

@media print, screen and (max-width: 83.12375em) {
  .teaser-mobile-author article {
    position: relative;
    margin-bottom: 3.125rem;
    background: white;
    padding: 1.875rem;
    border-radius: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

.tags-gradient {
  width: 100%;
  background: transparent linear-gradient(180deg, #F2F2F4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 13.75rem;
  height: 26.5625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .tags-gradient {
    top: 11.25rem;
    height: 16.875rem;
  }
}

.tags-header {
  position: relative;
}
.tags-header .tags-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 83.12375em) {
  .tags-header .tags-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.tags-header .tags-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: brightness(0.5);
  height: 13.75rem;
}
@media print, screen and (max-width: 83.12375em) {
  .tags-header .tags-image {
    height: 11.25rem;
  }
}

.tags-content {
  margin: -2.625rem 2.9375rem 1.875rem;
  background: white;
  padding: 2.5rem 2.5rem;
  position: relative;
}
@media print, screen and (max-width: 83.12375em) {
  .tags-content {
    margin: -2.625rem 0.625rem 0;
    padding: 1.25rem 1.25rem 0;
  }
}
.tags-content .tags-description {
  text-align: left;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2A2B2E;
  margin-bottom: 3.125rem;
}
.tags-content .tags-description .tags-favorite {
  text-align: left;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0px;
  color: #51545A;
}
@media print, screen and (max-width: 83.12375em) {
  .tags-content .tags-description .tags-favorite {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
  }
}
.tags-content .related-topics {
  background: #006EB4 0% 0% no-repeat padding-box;
  height: 6.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5.4375rem;
}
@media print, screen and (max-width: 83.12375em) {
  .tags-content .related-topics {
    margin: 1.875rem -1.875rem 0;
    flex-direction: column;
    height: 7.8125rem;
    justify-content: space-evenly;
  }
}
.tags-content .related-topics p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media print, screen and (min-width: 83.125em) {
  .tags-content .related-topics p {
    margin-left: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .tags-content .related-topics p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.tags-content .related-topics ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media print, screen and (min-width: 83.125em) {
  .tags-content .related-topics ul {
    margin-right: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .tags-content .related-topics ul {
    margin: 0 1.25rem;
    display: inline-flex;
  }
}
.tags-content .related-topics ul li {
  background: #F2F2F4 0% 0% no-repeat padding-box;
  border-radius: 0.1875rem;
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
}
.tags-content .related-topics ul li a {
  color: #51545A;
}
@media print, screen and (max-width: 83.12375em) {
  .tags-content .related-topics ul li {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0.3125rem 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .tags-content .related-topics .scrollable {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    overflow: auto;
  }
}
.tags-content .related-topics .scrollable .related-topics-list li {
  white-space: pre;
}

.category-header {
  position: relative;
}
.category-header .category-title {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  margin-top: 1.59375rem;
  margin-bottom: 1.625rem;
  color: #2A2B2E;
}
@media print, screen and (max-width: 83.12375em) {
  .category-header .category-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

.value-offer-banner {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  background-repeat: no-repeat !important;
  border-radius: 0.625rem;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}
.value-offer-banner.download-banner .value-offer-banner-heading,
.value-offer-banner.download-banner .value-offer-banner-description {
  padding-right: 12rem;
}
@media print, screen and (min-width: 40em) {
  .value-offer-banner {
    height: 31.25rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .value-offer-banner {
    margin-top: 1.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.value-offer-banner .value-offer-banner-heading {
  padding-top: 2.1875rem;
  padding-left: 2.5rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.875rem;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 39.99875em) {
  .value-offer-banner .value-offer-banner-heading {
    padding-top: 0.9375rem;
    padding-left: 0;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0px;
    color: #2A2B2E;
  }
}
.value-offer-banner .value-offer-banner-description {
  padding-left: 2.5rem;
  text-align: left;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 39.99875em) {
  .value-offer-banner .value-offer-banner-description {
    padding-left: 0;
    font-weight: medium;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.07px;
    color: #2A2B2E;
  }
}
.value-offer-banner .value-offer-banner-actions {
  position: absolute;
  bottom: 1.625rem;
  display: grid;
  width: 16.25rem;
  left: 2.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .value-offer-banner .value-offer-banner-actions {
    position: unset;
    width: 100%;
  }
}
.value-offer-banner .value-offer-banner-actions .button-login {
  letter-spacing: 0.07px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: white;
  border-color: white;
}
@media print, screen and (max-width: 39.99875em) {
  .value-offer-banner .value-offer-banner-actions .button-login {
    border-color: black;
    color: black;
  }
}
.value-offer-banner .value-offer-banner-actions .button-register {
  color: white;
  letter-spacing: 0.07px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.value-offer-banner .value-offer-banner-icon {
  position: absolute;
  background: #006EB4 0% 0% no-repeat padding-box;
  border: 1px solid #006EB4;
  border-radius: 8px;
  top: 2.5rem;
  right: 2.5rem;
  width: 6.6875rem;
  height: 4.9375rem;
}
.value-offer-banner .value-offer-banner-icon span {
  color: white;
  font-family: "PoltawskyNowy";
  font-size: 3.6875rem;
  display: flex;
  height: 4.9375rem;
  align-items: center;
  justify-content: center;
}
.value-offer-banner .value-offer-banner-image {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
}
.value-offer-banner .value-offer-banner-image img {
  width: 9.375rem;
}

.line--after {
  position: relative !important;
}

.line--after::after {
  background: #ccc !important;
  content: "" !important;
  display: block !important;
  height: 1px !important;
  position: absolute !important;
  top: 25% !important;
  left: 13.67% !important;
  width: 72.66% !important;
}

#post-86 .article-header {
  position: relative !important;
}

.text__page {
  padding-top: 35px !important;
  padding-bottom: 100px !important;
}

.text__page p {
  text-align: left !important;
  font: normal normal normal 15px/22px Inter !important;
  letter-spacing: 0.07px !important;
  color: #2a2b2e !important;
}

.text__page p strong {
  text-align: left !important;
  font: normal normal 600 15px/22px Inter !important;
  letter-spacing: 0.07px !important;
  color: #333333 !important;
}

.text__page h2,
.text__page h2 strong {
  word-wrap: break-word;
}

.text__page h5,
.text__page h5 strong {
  word-wrap: break-word;
  font-weight: bold;
}

.text__page #h-impressum,
* .text__page > h2.wp-block-heading:first-of-type {
  padding-bottom: 50px;
  font-size: 36px !important;
  margin-bottom: 0;
}

.text__page h2:first-of-type,
.text__page h2:first-of-type strong {
  text-align: left !important;
  font: normal normal 200 36px/40px Inter !important;
  letter-spacing: 0px !important;
  color: #2a2b2e !important;
}

.text__page .line--bottom + .wp-block-heading {
  font-weight: 100 !important;
}

.text__page a {
  text-align: left !important;
  text-decoration: underline !important;
  font: normal normal normal 15px/22px Inter !important;
  letter-spacing: 0.07px !important;
  color: #333333 !important;
}

.text__page ol li::marker {
  content: counter(list-item) ")";
}

.text__page ol li {
  padding-left: 10px !important;
  margin-bottom: 20px !important;
}

.text__page .article-header * {
  margin: 36px 0 50px 0 !important;
  font: normal normal bold 36px/40px Inter !important;
}

#h-warum-auf-der-dentalwelt-werben {
  margin-top: 50px;
  font: normal normal 600 18px/24px Inter !important;
}

.line__container {
  position: relative;
  height: 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
}

.contact-form__headline {
  height: 40px;
  text-align: center;
  font: normal normal 200 32px/38px Inter !important;
  letter-spacing: 0px !important;
  color: #2a2b2e !important;
  opacity: 1 !important;
  z-index: 10 !important;
  background-color: white !important;
  position: absolute;
  width: auto;
  top: 5px;
  text-align: center;
  padding: 0 15px;
  display: flex;
  align-self: center;
  font-weight: 200 !important;
}
.contact-form__headline.thinning, .contact-form__headline.thinning > strong {
  font: normal normal 200 32px/38px Inter !important;
  font-weight: 200 !important;
}
.contact-form__headline.special {
  background: #dfdfe1 0% 0% no-repeat padding-box !important;
  height: 40px !important;
  margin-bottom: 35px;
}
.contact-form__headline.special + .line--bottom {
  top: -35px !important;
  border-bottom: 1px solid rgba(124, 127, 134, 0.3) !important;
}

.text__page h2.form__headline:first-of-type {
  text-align: center !important;
  width: 100% !important;
  font: normal normal 200 32px/38px Inter !important;
  letter-spacing: 0px !important;
  color: #2a2b2e !important;
  opacity: 1;
  padding-bottom: 30px !important;
}

.contact-form__form-container {
  display: flex;
  flex-direction: column;
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  min-height: 644px;
  padding: 50px 87px 0 87px;
  align-items: center;
}
.contact-form__form-container .select2-container {
  margin-top: 0 !important;
  height: 44px;
}
.contact-form__form-container .select2-container .select2-selection,
.contact-form__form-container .select2-container select2-container {
  margin-top: 0 !important;
  height: 44px;
}
.contact-form__form-container .select2-container input {
  margin: 0 !important;
}
.contact-form__form-container .link__row,
.contact-form__form-container .link__row p {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.contact-form__form-container .link__row .pseudo__link:not(:first-of-type),
.contact-form__form-container .link__row p .pseudo__link:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .contact-form__form-container .link__row,
  .contact-form__form-container .link__row p {
    flex-direction: column;
  }
  .contact-form__form-container .link__row *,
  .contact-form__form-container .link__row p * {
    margin-left: 0 !important;
  }
}
.contact-form__form-container .pseudo__link,
.contact-form__form-container .pseudo__link p {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 15px/22px Inter;
  letter-spacing: 0.07px;
  color: #333333;
  opacity: 1;
  text-decoration: underline;
  cursor: pointer;
}
.contact-form__form-container .pseudo__link.selected,
.contact-form__form-container .pseudo__link p.selected {
  opacity: 0.5;
}
.contact-form__form-container .contact-form__optional-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.contact-form__form-container .contact-form__optional-content::after,
.contact-form__form-container .contact-form__optional-content .hitbox {
  width: 19px;
  height: 19px;
  max-width: 19px;
  min-width: 19px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.contact-form__form-container .contact-form__optional-content .hitbox {
  background-color: transparent !important;
  z-index: 2;
}
.contact-form__form-container .contact-form__optional-content::after {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-size: 19px;
  z-index: 1;
  color: #333333;
}
.contact-form__form-container .contact-form__optional-content h4 {
  font: normal normal 200 32px/38px Inter;
  letter-spacing: 0px;
  color: #2a2b2e;
  justify-content: flex-start;
}
.contact-form__form-container .contact-form__optional-content .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form__form-container .contact-form__optional-content input[type=file] {
  display: none;
}
.contact-form__form-container .contact-form__optional-content .pseudo__file-input__container {
  width: 100%;
  display: flex;
  justify-items: flex-start;
  justify-content: flex-start;
  align-items: center;
}
.contact-form__form-container .contact-form__optional-content .pseudo__file-input__container .pseudo__file-input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #7c7f86;
  border-radius: 3px;
  width: 48.79%;
  height: 44px;
  font: normal normal normal 15px/20px Inter;
  letter-spacing: 0px;
  color: #2a2b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.contact-form__form-container .contact-form__optional-content .pseudo__file-input__container span,
.contact-form__form-container .contact-form__optional-content .pseudo__file-input__container i {
  color: #333333;
  text-decoration: underline;
  cursor: pointer;
}
.contact-form__form-container .contact-form__optional-content .pseudo__file-input__container span {
  margin-left: 25px;
}
.contact-form__form-container .contact-form__optional-content .show-files__container {
  justify-content: flex-start;
  display: flex;
  width: 100%;
  padding-top: 10px;
}
.contact-form__form-container .contact-form__optional-content .show-files__container .pseudo-file__container {
  display: flex;
  border: 1px solid gray !important;
  padding: 10px 5px;
}
.contact-form__form-container .contact-form__optional-content .show-files__container .pseudo-file__container i {
  margin-left: 5px;
  cursor: pointer;
}
.contact-form__form-container .contact-form__optional-content .show-files__container .pseudo-file__container:not(:first-of-type) {
  margin-left: 10px;
}

.contact-form__form-container input:not([type=submit]),
.contact-form__form-container select {
  height: 44px;
}

.contact-form__form-container select {
  width: 100%;
}

.contact-form__form-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  /* Custom styles for Contact Form 7 dropdown */
}
.contact-form__form-row label {
  position: relative;
}
.contact-form__form-row .wpcf7-form-control-wrap:has(> input:not(:-moz-placeholder-shown)) + .floating-label {
  top: -3px;
  left: 10px;
  font-size: 10px;
}
.contact-form__form-row .wpcf7-form-control-wrap:has(> input:focus) + .floating-label,
.contact-form__form-row .wpcf7-form-control-wrap:has(> input:not(:placeholder-shown)) + .floating-label {
  top: -3px;
  left: 10px;
  font-size: 10px;
}
.contact-form__form-row .floating-label {
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 11px;
  letter-spacing: 0.07px;
  font-size: 0.9375rem;
  color: #7c7f86;
  transition: 0.2s ease all;
  z-index: 2;
}
.contact-form__form-row.contact-form__optional-content {
  display: none;
}
.contact-form__form-row.contact-form__optional-content.visible {
  display: flex;
}
.contact-form__form-row .wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff; /* Background color */
  width: 100%;
  left: 0;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.contact-form__form-row .wpcf7 select option {
  background-color: #fff; /* Background color */
  width: 100%;
  left: 0;
}

.contact-form__form-row.text__row {
  margin-bottom: 40px;
}

.contact-form__form-row > * {
  flex: 1;
  display: flex;
  max-width: 48.795%;
  min-width: 48.795%;
}

.contact-form__form-row label {
  width: 100%;
  text-align: left;
  font: normal normal 600 13px/20px Inter;
  letter-spacing: 0px;
  color: #2a2b2e;
}

.contact-form__form-row label span {
  margin-top: 5px;
}

.contact-form__form-row.single-element__row > * {
  max-width: 100%;
  min-width: 100%;
  justify-content: center;
}

.contact-form__form-row select[value=""] {
  text-align: left;
  font: normal normal 400 15px/20px Inter !important;
  letter-spacing: 0px;
  color: #7c7f86 !important;
  opacity: 1;
}

.contact-form__form-row select option,
.contact-form__form-row .custom-select-dropdown li,
.contact-form__form-row .custom-select-dropdown .custom-select {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  width: 100% !important;
}

.contact-form__form-row .custom-select-dropdown {
  position: relative;
  width: 100%;
}
.contact-form__form-row .custom-select-dropdown .custom-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form__form-row .custom-select-dropdown .custom-select span {
  color: #0a0a0a;
}
.contact-form__form-row .custom-select-dropdown .custom-select span.filled {
  letter-spacing: 0.07px;
  color: #7c7f86 !important;
}
.contact-form__form-row .custom-select-dropdown .custom-select-dropdown-menu {
  position: absolute;
  top: 44px;
  left: 0;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  z-index: 2;
  width: 100%;
}
.contact-form__form-row .custom-select-dropdown .custom-select-dropdown-menu li {
  padding-left: 10px !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  background-color: #fefefe;
  text-align: left;
  font: normal normal 400 15px/40px Inter;
  letter-spacing: 0px;
  color: #2a2b2e !important;
}
.contact-form__form-row .custom-select-dropdown .custom-select-dropdown-menu li::marker {
  content: "" !important;
}
.contact-form__form-row .custom-select-dropdown .custom-select-dropdown-menu li:hover, .contact-form__form-row .custom-select-dropdown .custom-select-dropdown-menu li.selected {
  background: #f2f2f4 0% 0% no-repeat padding-box;
  opacity: 0.75;
}

.contact-form__form-row select,
.select2-selection__rendered {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA0LjIxODc1IDEwLjc4MTI1IEwgMi43ODEyNSAxMi4yMTg3NSBMIDE1LjI4MTI1IDI0LjcxODc1IEwgMTYgMjUuNDA2MjUgTCAxNi43MTg3NSAyNC43MTg3NSBMIDI5LjIxODc1IDEyLjIxODc1IEwgMjcuNzgxMjUgMTAuNzgxMjUgTCAxNiAyMi41NjI1IFoiLz48L3N2Zz4=");
  background-size: 16px;
  fill: invert(15%) sepia(6%) saturate(485%) hue-rotate(187deg) brightness(92%) contrast(92%);
  position: relative;
}

.select2-selection__rendered {
  background-position: 95% 15px !important;
  background-repeat: no-repeat;
  overflow-y: scroll !important;
  height: 100%;
}

.contact-form__form-container input[type=submit],
.contact-form__form-container input.pseudo__submit {
  height: 38px;
  background: #006eb4 0% 0% no-repeat padding-box;
  border-radius: 3px;
  color: white;
  text-align: center;
  font: normal normal 600 15px/22px Inter;
  letter-spacing: 0.07px;
  vertical-align: middle;
  padding: 10px 13.7% 10px 14.4%;
  line-height: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 0;
}

#contact__form *,
#feedback__form *,
#newsletter__form * {
  font-family: Inter !important;
}
#contact__form * .margin--small *,
#feedback__form * .margin--small *,
#newsletter__form * .margin--small * {
  margin-bottom: 10px;
  margin: 0;
}

.contact-form__form-container input.pseudo__submit {
  margin-bottom: 50px !important;
}

.contact-form__form-row br {
  height: 0;
  display: none;
}

#contact__form .contact-form__form-row select option,
#contact-ads__form .contact-form__form-row select option {
  color: black;
}

#contact__form .contact-form__form-row select option:first,
#contact-ads__form .contact-form__form-row select option:first {
  color: grey;
}

.weekday-wrapper,
.subject-wrapper {
  display: flex;
  flex-direction: column;
}
.weekday-wrapper .daytime,
.weekday-wrapper .customerservice,
.weekday-wrapper .sales,
.weekday-wrapper .support,
.subject-wrapper .daytime,
.subject-wrapper .customerservice,
.subject-wrapper .sales,
.subject-wrapper .support {
  display: none;
}
.weekday-wrapper .daytime .wpcf7-list-item,
.weekday-wrapper .customerservice .wpcf7-list-item,
.weekday-wrapper .sales .wpcf7-list-item,
.weekday-wrapper .support .wpcf7-list-item,
.subject-wrapper .daytime .wpcf7-list-item,
.subject-wrapper .customerservice .wpcf7-list-item,
.subject-wrapper .sales .wpcf7-list-item,
.subject-wrapper .support .wpcf7-list-item {
  display: block;
}
.weekday-wrapper .daytime input[type=radio],
.weekday-wrapper .customerservice input[type=radio],
.weekday-wrapper .sales input[type=radio],
.weekday-wrapper .support input[type=radio],
.subject-wrapper .daytime input[type=radio],
.subject-wrapper .customerservice input[type=radio],
.subject-wrapper .sales input[type=radio],
.subject-wrapper .support input[type=radio] {
  height: auto;
}
.weekday-wrapper .daytime.active,
.weekday-wrapper .customerservice.active,
.weekday-wrapper .sales.active,
.weekday-wrapper .support.active,
.subject-wrapper .daytime.active,
.subject-wrapper .customerservice.active,
.subject-wrapper .sales.active,
.subject-wrapper .support.active {
  display: block;
}

.error-border {
  border-color: red;
}

form .wpcf7-not-valid-tip:not(.textarea__error-message):not(.select__error-message):not(.text__error-message):not(.email__error-message) {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

#contact__form .wpcf7-response-output,
#feedback__form .wpcf7-response-output,
#newsletter__form .wpcf7-response-output,
#author__form .wpcf7-response-output {
  display: none !important;
}

#feedback__form {
  margin-bottom: 100px;
}

#newsletter__form {
  width: 310px;
}
#newsletter__form .contact-form__form-container {
  width: 100% !important;
}
#newsletter__form .contact-form__form-container .wysiwyg-card__container {
  min-width: 100% !important;
  align-items: flex-start;
  background: transparent !important;
  flex-direction: column;
  width: 100% !important;
}
#newsletter__form .contact-form__form-container .wysiwyg-card__container.checkbox__container {
  padding-left: 0 !important;
}
#newsletter__form i.las, #newsletter__form #splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge i, #splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge #newsletter__form i, #newsletter__form .article .entry-content .wp-swiper i.swiper-button-next::after, .article .entry-content .wp-swiper #newsletter__form i.swiper-button-next::after, #newsletter__form .article .entry-content .wp-swiper i.swiper-button-prev::after, .article .entry-content .wp-swiper #newsletter__form i.swiper-button-prev::after, #newsletter__form i.text__error-message::before, #newsletter__form .contact-form__form-container i.contact-form__optional-content::after, .contact-form__form-container #newsletter__form i.contact-form__optional-content::after {
  font-family: "Line Awesome Free" !important;
}

@-moz-document url-prefix() {
  select {
    font-family: Inter !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  select option {
    font-family: Inter !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
select {
  font-family: Inter !important;
}
select option {
  font-family: Inter !important;
}

.newsletter-registration__content {
  width: 100%;
  min-height: 744px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-position-x: center;
  padding: 40px 18.75% 0px;
}
.newsletter-registration__content h1 {
  font: normal normal bold 50px/55px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 22px;
}
.newsletter-registration__content ul:not(#footer-nav-1):not(.print-title-ul) {
  text-align: left;
  font: normal normal medium 18px/32px Inter;
  letter-spacing: 0.09px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 41px;
}
.newsletter-registration__content ul:not(#footer-nav-1):not(.print-title-ul) li {
  text-align: left;
  font: normal normal medium 18px/32px Inter;
  letter-spacing: 0.09px;
  color: #ffffff;
  opacity: 1;
  padding-left: 8px;
}
.newsletter-registration__content ul:not(#footer-nav-1):not(.print-title-ul) li::marker {
  content: "✓";
}
.newsletter-registration__content .contact-form__form-container {
  background: none;
  padding: 0;
  width: 30.67%;
}
@media screen and (max-width: 1050px) {
  .newsletter-registration__content .contact-form__form-container {
    width: 100%;
  }
}
.newsletter-registration__content .contact-form__form-container .wpcf7-list-item {
  height: 20px !important;
  display: flex;
  align-items: center;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font-style: normal !important;
  font-variant: normal !important;
  font-kerning: auto !important;
  font-optical-sizing: auto !important;
  font-feature-settings: normal !important;
  font-variation-settings: normal !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-family: Inter;
  color: white !important;
}
.newsletter-registration__content .contact-form__form-container .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 10px !important;
}
.newsletter-registration__content .contact-form__form-container .wpcf7-spinner {
  height: 0;
}
.newsletter-registration__content .contact-form__form-container .pseudo__submit {
  margin-top: 20px !important;
  margin-bottom: 25px !important;
}
.newsletter-registration__content .contact-form__form-container .newsletter__context {
  text-align: left;
  font: normal normal normal 13px/19px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
}
.newsletter-registration__content .contact-form__form-container .newsletter__context * {
  text-align: left;
  font: normal normal normal 13px/19px Inter;
  letter-spacing: 0px;
  color: #ffffff;
}
.newsletter-registration__content .contact-form__form-container .newsletter__context br {
  height: 0;
}
.newsletter-registration__content .contact-form__form-container .newsletter__context a {
  cursor: pointer;
  text-decoration: underline;
}

.newsletter__form-page {
  background: transparent url(/wp-content/themes/dentalwelt/assets/images/newsletter-hintergrund.png) center/cover no-repeat no-repeat padding-box;
}

.page-template-newsletter .team__container .team__container--inner {
  margin-top: 60px;
}

.page-template-newsletter .team__container .team__container--inner {
  margin-left: 18.625%;
  width: 62.75%;
}

.page-template-newsletter .part--upper {
  height: 394px;
  width: 100%;
}

.page-template-newsletter .part--lower {
  height: 225px;
  width: 100%;
}

#contact-ads__form .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 950px) {
  .page-template-newsletter .team__container .team__container--inner {
    width: 90%;
    margin-left: 5%;
  }
  .newsletter-registration__content {
    padding: 40px 5.6% 0px;
  }
  .newsletter-registration__content h1 {
    font: normal normal bold 40px/44px Inter;
    letter-spacing: -0.2px;
    color: #ffffff;
    opacity: 1;
  }
  .newsletter-registration__content li {
    font: normal normal medium 18px/30px Inter;
    letter-spacing: 0.09px;
    color: #ffffff;
  }
  .newsletter__form-page {
    background: transparent url(https://dentalwelt.spitta.de/wp-content/uploads/2024/03/blur-newsletter-1.png) center/cover no-repeat no-repeat padding-box;
  }
  .contact-form__headline {
    padding: 0 5px;
  }
  .contact-form__form-container {
    padding: 5.05% 6.4% 4.2% 6.4%;
    height: unset;
  }
  .contact-form__form-row {
    flex-direction: column;
  }
  .contact-form__form-row > * {
    max-width: 100%;
    min-width: 100%;
  }
  .contact-form__form-container input[type=submit],
  .contact-form__form-container input.pseudo__submit {
    width: 100%;
  }
  .text__page ol li {
    padding-left: 2px !important;
  }
}
.media__data h3 {
  font-family: Inter !important;
}

@media screen and (max-width: 840px) {
  #post-86 h1::after {
    left: 20% !important;
  }
  .text__page.additional-inner-horizontal-space-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 600px) {
  #post-86 h1::after {
    left: 25% !important;
  }
  .entry-content h2 {
    white-space: break-space !important;
  }
}
@media screen and (max-width: 450px) {
  #post-86 h1::after {
    left: 35% !important;
  }
}
@media print {
  .print-only > * {
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .print-only > * .wp-block-image {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .no-print {
    display: none !important;
  }
}
.article-border {
  border-top: 1px solid #D9D9D9;
}

section img {
  display: block;
  margin: 0 auto;
}

@media print, screen and (max-width: 83.12375em) {
  .article .article-header,
  .article .entry-content,
  .article .article-footer {
    padding: 0 1.25rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .article-header,
  .article .entry-content,
  .article .article-footer {
    display: flow-root;
  }
}
.article .article-header .tags {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #7C7F86;
  position: relative;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-header .tags {
    padding: 0 13.4375rem;
  }
}
.article .article-header .tags .s-plus-icon-article {
  font-family: "PoltawskyNowy";
  padding: 0.25rem;
  border-radius: 0.1875rem;
  margin-right: 0.375rem;
  background: #006EB4 0% 0% no-repeat padding-box;
  color: white;
}
.article .article-header .tags .advertorial-article {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7C7F86;
  font-weight: normal;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-header .tags .advertorial-article {
    right: 13.4375rem;
  }
}
.article .article-header .tags .cme-article {
  position: absolute;
  top: 0;
  right: 2.5rem;
}
.article .article-header .entry-title, .article .article-header .single-title {
  text-align: left;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #2A2B2E;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-header .entry-title, .article .article-header .single-title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .article-header .entry-title, .article .article-header .single-title {
    padding: 0 13.4375rem;
  }
}
.article .article-header .excerpt {
  text-align: left;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.09px;
  color: #333333;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-header .excerpt {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.07px;
  }
}
.article .article-header .excerpt p {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-header .excerpt {
    padding: 0 13.4375rem;
  }
}
.article .article-header .byline {
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  letter-spacing: 0px;
  color: #7C7F86;
}
.article .article-header .byline a {
  text-decoration: underline;
  color: #7C7F86;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-header .byline {
    padding: 0 13.4375rem;
  }
}
.article .article-header .wp-post-image {
  width: 100%;
  height: 439px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-header .wp-post-image {
    padding: 0 5.625rem;
  }
}
.article .article-header .source {
  position: absolute;
  bottom: 0;
  right: 5.625rem;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  color: #51545A;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 0.8;
  padding: 0.375rem 0.4375rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-header .source {
    right: 0;
  }
}
.article .article-header .source::before {
  content: "©";
}
.article .article-header .teaser-figcaption {
  position: relative;
  left: 5.625rem;
  width: 84%;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #2A2B2E;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  opacity: 0.75;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-header .teaser-figcaption {
    bottom: unset;
    left: unset;
    position: unset;
    width: 100%;
  }
}
.article .entry-content .wp-post-image {
  width: 100%;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .wp-post-image {
    padding: 0 5.625rem;
  }
}
.article .entry-content .source {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  color: #51545A;
  background: rgba(255, 255, 255, 0.8); /* Leicht transparent */
  padding: 0.375rem 0.4375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; /* Passt die Box an die Breite des Inhalts an */
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .source {
    right: 0;
  }
}
.article .entry-content .source::before {
  content: "©";
}
.article .entry-content .teaser-figcaption {
  position: relative;
  bottom: -1.5625rem;
  left: 5.625rem;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #2A2B2E;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .teaser-figcaption {
    bottom: -2.5rem;
    left: 0;
  }
}
.article .entry-content .wp-block-column p {
  padding: unset;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-block-image figure {
    margin: 0;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .wp-block-image figure.alignright {
    margin-right: 8.125rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .wp-block-image figure.alignleft {
    margin-left: 8.125rem;
  }
}
.article .entry-content .wp-block-image figure img {
  margin: 0;
}
.article .entry-content .wp-block-image figure figcaption {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #2A2B2E;
}
@media print, screen and (min-width: 40em) {
  .article .entry-content .wp-block-image figure .source {
    /* bottom: 25px; */
    /* right: 216px; */
  }
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-block-image figure .source {
    right: 0px;
  }
}
.article .entry-content .wp-element-caption {
  z-index: 1;
  bottom: 0;
  box-sizing: border-box;
  color: #2A2B2E;
  font-size: 0.8125rem;
  left: 0;
  margin-bottom: 0;
  max-height: 69%;
  overflow: auto;
  padding: 0 0.5rem 0.5rem;
  position: relative;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  will-change: transform;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-element-caption {
    width: 84%;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .imported-figure {
    padding: 0 216px;
  }
}
.article .entry-content .wp-block-embed figcaption {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #2A2B2E;
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .wp-block-embed {
    padding: 0 5.625rem;
    margin-top: 1.875rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-block-embed {
    margin-top: 1.25rem;
  }
}
.article .entry-content .wp-swiper {
  border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .wp-swiper {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-swiper {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.article .entry-content .wp-swiper .wp-block-image img {
  margin-bottom: 8rem;
  width: 85%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  max-height: 200px;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-swiper .wp-block-image img {
    margin-bottom: 3.125rem;
  }
}
.article .entry-content .wp-swiper .wp-element-caption {
  top: 11.25rem;
  right: 0;
  line-height: 1.1875rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0em 13.5em;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-swiper .wp-element-caption {
    position: unset;
    top: unset;
    left: unset;
    width: 84%;
    margin-top: -2.6875rem;
    margin-left: 1.875rem;
  }
}
.article .entry-content .wp-swiper .swiper-button-prev, .article .entry-content .wp-swiper .swiper-button-next {
  width: 2.9375rem;
  height: 2.9375rem;
  background: #51545A 0% 0% no-repeat padding-box;
  border-radius: 0.3125rem;
  cursor: pointer;
  color: white;
  display: flex !important;
}
.article .entry-content .wp-swiper .swiper-button-prev::after {
  content: "\f060";
  font-size: 1.75rem;
  color: white;
}
.article .entry-content .wp-swiper .swiper-button-next::after {
  content: "\f061";
  font-size: 1.75rem;
  color: white;
}
.article .entry-content .wp-swiper .swiper-slides-count {
  position: absolute;
  bottom: 0;
  left: 5.625rem;
  top: auto !important;
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  color: #2A2B2E;
  z-index: 1;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .wp-swiper .swiper-slides-count {
    position: unset;
    top: unset;
    left: unset;
  }
}
.article .entry-content .wp-swiper .swiper-pagination-bullets {
  display: none;
}
.article .entry-content p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.09px;
  color: #2A2B2E;
}
.article .entry-content p a::before {
  content: "\f35d";
  color: #006EB4;
  margin-right: 0.1875rem;
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content p {
    padding: 0 13.4375rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content p {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.article .entry-content .heading-with-line {
  padding: 0;
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .heading-with-line {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.article .entry-content .heading-with-line::before {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-right: 1.25rem;
}
.article .entry-content .heading-with-line::after {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-left: 1.25rem;
}
.article .entry-content h2, .article .entry-content h3, .article .entry-content h4 {
  text-align: left;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2A2B2E;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content h2, .article .entry-content h3, .article .entry-content h4 {
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content h2, .article .entry-content h3, .article .entry-content h4 {
    padding: 0 13.4375rem;
  }
}
.article .entry-content ul:not(.related-topics-list) li, .article .entry-content ol li {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.09px;
  color: #333333;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content ul:not(.related-topics-list) li, .article .entry-content ol li {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.07px;
    margin-left: 0.5625rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content ul:not(.related-topics-list), .article .entry-content ol {
    padding: 0 13.4375rem;
  }
}
.article .entry-content ol {
  list-style-type: auto;
  padding: 0 15px;
}
.article .entry-content .entry-content-list {
  list-style-type: none;
}
.article .entry-content .entry-content-list li {
  position: relative;
  text-align: left;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.09px;
  color: #333333;
  margin-left: 0.9375rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .entry-content-list li {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.07px;
    margin-left: 0.5625rem;
  }
}
.article .entry-content .entry-content-list li::before {
  position: absolute;
  content: "\f00c";
  color: #006EB4;
  font-size: 1.5rem;
  left: -2.3125rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .entry-content-list li::before {
    font-size: 1.125rem;
    left: -1.875rem;
  }
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .entry-content-list {
    padding: 0 13.4375rem;
  }
}
.article .entry-content .related-topics {
  background: #006EB4 0% 0% no-repeat padding-box;
  height: 6.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3.125rem 0;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .related-topics {
    margin: 1.875rem -1.25rem 2.5rem;
    flex-direction: column;
    height: 7.8125rem;
    justify-content: space-evenly;
  }
}
.article .entry-content .related-topics p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .related-topics p {
    margin-left: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .related-topics p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.article .entry-content .related-topics ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .related-topics ul {
    margin-right: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .related-topics ul {
    margin: 0 1.25rem;
    display: inline-flex;
  }
}
.article .entry-content .related-topics ul li {
  background: #F2F2F4 0% 0% no-repeat padding-box;
  border-radius: 0.1875rem;
  padding: 0.5rem 1rem;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
}
.article .entry-content .related-topics ul li a {
  color: #51545A;
}
@media print, screen and (max-width: 83.12375em) {
  .article .entry-content .related-topics ul li {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0.3125rem 0.625rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .article .entry-content .related-topics .scrollable {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    overflow: auto;
  }
}
.article .entry-content .related-topics .scrollable .related-topics-list li {
  white-space: pre;
}
.article .entry-content .wp-polls {
  background: #DFDFE1 0% 0% no-repeat padding-box;
  padding: 2.5rem 0 4.375rem 0;
}
.article .entry-content .wp-polls .wp-polls-heading {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  color: #2A2B2E;
  margin-bottom: 2rem;
}
.article .entry-content .wp-polls .wp-polls-ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article .entry-content .wp-polls .wp-polls-ul li input[type=radio] {
  visibility: hidden;
}
.article .entry-content .wp-polls .wp-polls-ul li label {
  padding: 1.75rem 6.25rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}
.article .entry-content .imported-table {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-x: scroll;
}
@media print, screen and (min-width: 83.125em) {
  .article .entry-content .imported-table {
    padding-left: 215px;
    padding-right: 215px;
  }
}
.article .entry-content .imported-table table {
  width: -moz-max-content;
  width: max-content;
}
.article .article-footer .author-block {
  padding-bottom: 5.625rem;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-footer .author-block {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-footer .author-block {
    padding-bottom: 2.5rem;
  }
}
.article .article-footer .author-block .author-block-heading {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-footer .author-block .author-block-heading {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.article .article-footer .author-block .author-block-heading::before {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-right: 1.25rem;
}
.article .article-footer .author-block .author-block-heading::after {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-left: 1.25rem;
}
.article .article-footer .author-block .author-block-image {
  margin-top: 1.4375rem;
  text-align: center;
}
.article .article-footer .author-block .author-block-image img {
  border-radius: 50%;
  width: 8.75rem;
}
.article .article-footer .author-block .author-block-name {
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.09px;
  color: #2A2B2E;
  margin-top: 1.1875rem;
  margin-bottom: 0.8125rem;
}
.article .article-footer .author-block .author-block-link {
  text-align: center;
  letter-spacing: 0.07px;
  color: #2A2B2E;
  font-size: 0.9375rem;
  font-weight: 500;
}
.article .article-footer .author-block .author-block-tags {
  text-align: center;
  margin-top: 1.875rem;
}
.article .article-footer .author-block .author-block-tags ul {
  display: inline-flex;
  list-style-type: none;
  margin-left: 0;
}
.article .article-footer .author-block .author-block-tags ul li a {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2A2B2E;
  text-decoration: underline;
}
.article .article-footer .author-block .author-block-tags ul li:not(:first-child) {
  margin-left: 0.625rem;
}
.article .article-footer .interaction-bar-block {
  background: #DFDFE1 0% 0% no-repeat padding-box;
  padding: 2.5rem;
  display: flex;
  gap: 0.625rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-footer .interaction-bar-block {
    margin: 0 -1.25rem;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1.25rem;
  }
}
.article .article-footer .interaction-bar-block .interaction-bar-cell {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0.625rem;
  position: relative;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell:first-child {
  width: 100%;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell p {
  text-align: left;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333333;
  padding-top: 0.875rem;
  margin-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .related-topics-list {
  gap: 0.625rem;
  display: inline-flex;
  list-style-type: none;
  min-height: 0;
  min-width: 0;
  width: 90%;
  overflow: auto;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .related-topics-list li {
  white-space: pre;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .related-topics-list li a {
  text-align: left;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #2A2B2E;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .related-topics-list::-webkit-scrollbar {
  height: 0;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .share-list {
  display: inline-flex;
  gap: 5px;
  list-style-type: none;
  margin-right: 1.25rem;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .share-list a {
  border-radius: 2px;
  border: 1px solid #c5c5c5;
  padding: 5px;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .share-list a i {
  font-size: 20px;
  letter-spacing: 0px;
  color: #7C7F86;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .exchange-list {
  display: inline-flex;
  gap: 0.625rem;
  list-style-type: none;
  margin-right: 1.25rem;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .exchange-list li a {
  text-align: left;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #2A2B2E;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .save-list {
  display: inline-flex;
  gap: 5px;
  list-style-type: none;
  margin-right: 1.25rem;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .save-list a {
  border-radius: 2px;
  border: 1px solid #c5c5c5;
  padding: 5px;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .save-list a i {
  font-size: 20px;
  letter-spacing: 0px;
  color: #7C7F86;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .hidden-share-options {
  display: none;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0.1875rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.1137254902);
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.3125rem;
  position: absolute;
  display: inline-flex;
  gap: 0.3125rem;
  list-style-type: none;
  padding: 0.875rem 0.8125rem;
  bottom: -4.0625rem;
  left: -0.9375rem;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .hidden-share-options a {
  border-radius: 0.125rem;
  border: 0.0625rem solid #c5c5c5;
  padding: 0.3125rem;
}
.article .article-footer .interaction-bar-block .interaction-bar-cell .hidden-share-options a i {
  font-size: 1.25rem;
  color: #7C7F86;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-footer .sources-block {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.article .article-footer .sources-block p {
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #2A2B2E;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-footer .sources-block p {
    font-size: 0.8125rem;
    line-height: 1.1875rem;
  }
}
.article .article-footer .sources-block p a {
  text-decoration: underline;
}
.article .article-footer .sources-block .heading-with-line {
  padding: 0;
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-footer .sources-block .heading-with-line {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 1.5rem;
  }
}
.article .article-footer .sources-block .heading-with-line::before {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-right: 1.25rem;
}
.article .article-footer .sources-block .heading-with-line::after {
  content: "";
  border-top: 0.0625rem solid #D9D9D9;
  width: 100%;
  margin-left: 1.25rem;
}
.article .article-footer .offers-block {
  background: #DFDFE1 0% 0% no-repeat padding-box;
  padding: 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-footer .offers-block {
    margin: 1.875rem -1.25rem 2.5rem;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.article .article-footer .offers-block .cell {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 1.25rem;
}
.article .article-footer .offers-block .cell.product a p {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2A2B2E;
}
.article .article-footer .offers-block .cell.product a span {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #BD1872;
}
.article .article-footer .offers-block .heading-with-line {
  padding: 0;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 83.12375em) {
  .article .article-footer .offers-block .heading-with-line {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 1.5rem;
  }
}
.article .article-footer .offers-block .heading-with-line::before {
  content: "";
  border-top: 0.0625rem solid rgba(124, 127, 134, 0.3);
  width: 29%;
  margin-right: 1.25rem;
}
.article .article-footer .offers-block .heading-with-line::after {
  content: "";
  border-top: 0.0625rem solid rgba(124, 127, 134, 0.3);
  width: 29%;
  margin-left: 1.25rem;
}
.article .article-footer .advertisement-block .advertisement {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 4.375rem;
}
@media print, screen and (min-width: 83.125em) {
  .article .article-footer .advertisement-block .advertisement {
    padding: 0 5.625rem;
  }
}
.article #image-modal.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}
.article #image-modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 4rem;
}
.article #image-modal .modal-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.article #image-modal .close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.article #image-modal .close:hover {
  color: #006eb4;
}

.splus-background {
  background: url("/wp-content/themes/dentalwelt/assets/images/hg-plus-desk.webp");
  background-position: top;
  background-size: cover;
}
.splus-background.blur {
  background: url("/wp-content/themes/dentalwelt/assets/images/hg-plus-desk-blur.webp");
  background-position: top;
  background-size: cover;
}

#splus-header .splus-custom-logo a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media print, screen and (max-width: 39.99875em) {
  #splus-header .splus-custom-logo a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 9.375rem;
    height: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-header .splus-custom-logo a {
    margin-left: 1.25rem;
  }
}
#splus-header .splus-custom-logo a::after {
  content: "S+";
  font-family: "PoltawskyNowy";
  padding: 0 0.375rem;
  border-radius: 0.1875rem;
  background: #006eb4 0% 0% no-repeat padding-box !important;
  color: white;
  font-size: 0.875rem;
  height: 1.3125rem;
  width: 1.8125rem;
  position: absolute;
  margin-left: 0.625rem;
}
#splus-header .splus-custom-link {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
#splus-header .splus-custom-link a {
  float: right;
}
@media print, screen and (max-width: 83.12375em) {
  #splus-header .splus-custom-link a {
    margin-bottom: 0 !important;
    margin-top: -4px;
  }
  #splus-header .splus-custom-link a:last-child {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  #splus-main {
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main {
    margin-top: 3.125rem;
  }
}
#splus-main .splus-register-heading {
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1.4375rem;
}
@media print, screen and (min-width: 40em) {
  #splus-main .splus-register-heading {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    letter-spacing: 0px;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main .splus-register-heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -0.2px;
  }
}
#splus-main .splus-register-subheading {
  text-align: left;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.09px;
  color: #ffffff;
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main .splus-register-subheading {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.07px;
  }
}
#splus-main .splus-register-usps {
  list-style-type: none;
}
@media print, screen and (min-width: 40em) {
  #splus-main .splus-register-usps {
    display: flex;
    gap: 2.5rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main .splus-register-usps {
    display: block;
  }
}
#splus-main .splus-register-usps li {
  position: relative;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.09px;
  color: #ffffff;
}
#splus-main .splus-register-usps li::before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.375rem;
  position: absolute;
  top: 0.0625rem;
  left: -1.625rem;
}
@media print, screen and (min-width: 40em) {
  #splus-main .splus-register-form.preferences {
    margin-bottom: 14.6875rem;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main .splus-register-form.preferences {
    margin-bottom: 6.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  #splus-main .splus-register-form {
    margin-top: 2.8125rem;
    width: 310px;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main .splus-register-form {
    margin-top: 1.875rem;
  }
}
#splus-main .splus-register-form .splus-register-form-select {
  margin-bottom: 0.625rem;
}
#splus-main .splus-register-form .splus-register-form-select .select-input {
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  font-size: 0.875rem;
  color: #474747;
  height: 100%;
  display: block;
  padding: 0.5625rem 0.625rem;
  height: 2.5rem;
  text-align: left;
}
#splus-main .splus-register-form .splus-register-form-select .select-input::-moz-placeholder {
  color: #2a2b2e;
}
#splus-main .splus-register-form .splus-register-form-select .select-input::placeholder {
  color: #2a2b2e;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.875rem;
  color: #7c7f86;
  text-align: left;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown .select {
  cursor: pointer;
  display: block;
  padding: 0.6875rem 0.875rem;
  font-size: 0.9375rem;
  height: 2.75rem;
  box-shadow: none;
  outline: 0;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown .select > i {
  font-size: 1rem;
  color: #2a2b2e;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 1.3125rem;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown .select-dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 9;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown .select-dropdown-menu li {
  padding: 9px 19px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown .select-dropdown-menu li.active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown .select-dropdown-menu li:hover {
  background-color: #f2f2f4;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown .select-dropdown-menu li:active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown.active:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown.active .select > i {
  transform: rotate(-180deg);
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
#splus-main .splus-register-form .splus-register-form-select .select-dropdown:active {
  background-color: #f8f8f8;
}
#splus-main .splus-register-form .splus-register-form-select .form-error {
  text-align: left;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0.5rem;
  margin-top: 0.1875rem;
}
#splus-main .splus-register-form .splus-register-form-input {
  position: relative;
}
#splus-main .splus-register-form .splus-register-form-input > input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 3px;
  height: 44px;
  text-align: left;
  font-size: 0.9375rem;
  letter-spacing: 0.07px;
  color: #7c7f86;
  border: 0;
  box-shadow: none;
  margin-bottom: 0.625rem;
  padding-left: 14px;
  padding-right: 48px;
}
#splus-main .splus-register-form .splus-register-form-input > input.is-invalid-input {
  background: #fce5e5 0% 0% no-repeat padding-box;
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input.is-invalid-input::-moz-placeholder {
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input.is-invalid-input::placeholder {
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input:focus ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input:not(:focus):valid ~ .floating-label {
  top: 0;
  left: 14px;
  font-size: 9px;
  opacity: 1;
}
#splus-main .splus-register-form .splus-register-form-input > input:is(.is-invalid-input):focus ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input:is(.is-invalid-input):not(:focus):valid ~ .floating-label,
#splus-main .splus-register-form .splus-register-form-input > input:is(.is-invalid-input) ~ .floating-label {
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password], #splus-main .splus-register-form .splus-register-form-input > input[type=email] {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 3px;
  height: 44px;
  text-align: left;
  font-size: 0.9375rem;
  letter-spacing: 0.07px;
  color: #7c7f86;
  border: 0;
  box-shadow: none;
  margin-bottom: 0.625rem;
  padding-left: 14px;
  padding-right: 48px;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password].is-invalid-input, #splus-main .splus-register-form .splus-register-form-input > input[type=email].is-invalid-input {
  background: #fce5e5 0% 0% no-repeat padding-box;
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password].is-invalid-input::-moz-placeholder, #splus-main .splus-register-form .splus-register-form-input > input[type=email].is-invalid-input::-moz-placeholder {
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password].is-invalid-input::placeholder, #splus-main .splus-register-form .splus-register-form-input > input[type=email].is-invalid-input::placeholder {
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password]:not(:-moz-placeholder-shown) ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 0;
  left: 14px;
  font-size: 9px;
  opacity: 1;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password]:focus ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=password]:not(:focus):valid ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=password]:not(:placeholder-shown) ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:focus ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:not(:focus):valid ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:not(:placeholder-shown) ~ .floating-label {
  top: 0;
  left: 14px;
  font-size: 9px;
  opacity: 1;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password]:is(.is-invalid-input):not(:-moz-placeholder-shown) ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:is(.is-invalid-input):not(:-moz-placeholder-shown) ~ .floating-label {
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input > input[type=password]:is(.is-invalid-input):focus ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=password]:is(.is-invalid-input):not(:focus):valid ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=password]:is(.is-invalid-input):not(:placeholder-shown) ~ .floating-label,
#splus-main .splus-register-form .splus-register-form-input > input[type=password]:is(.is-invalid-input) ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:is(.is-invalid-input):focus ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:is(.is-invalid-input):not(:focus):valid ~ .floating-label, #splus-main .splus-register-form .splus-register-form-input > input[type=email]:is(.is-invalid-input):not(:placeholder-shown) ~ .floating-label,
#splus-main .splus-register-form .splus-register-form-input > input[type=email]:is(.is-invalid-input) ~ .floating-label {
  color: #dc0000;
}
#splus-main .splus-register-form .splus-register-form-input .floating-label {
  position: absolute;
  pointer-events: none;
  left: 14px;
  top: 12px;
  letter-spacing: 0.07px;
  font-size: 0.9375rem;
  color: #7c7f86;
  transition: 0.2s ease all;
}
#splus-main .splus-register-form .splus-register-form-input .floating-check {
  display: none;
}
#splus-main .splus-register-form .splus-register-form-input .floating-check i {
  background: #55ac93;
  border-radius: 50%;
  padding: 0.375rem;
  color: white;
  position: absolute;
  top: 0.5rem;
  right: 0.875rem;
}
#splus-main .splus-register-form .splus-register-form-input .form-error {
  text-align: left;
  font: normal normal 500 10px/20px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
#splus-main .splus-register-form .splus-register-form-input label {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #ffffff;
  text-align: center;
}
#splus-main .splus-register-form .splus-register-form-input label input[type=checkbox] {
  margin-top: 0.3125rem;
  margin-bottom: 1.25rem;
}
#splus-main .splus-register-form .splus-register-form-input label a {
  color: white;
  text-decoration: underline;
}
#splus-main .splus-register-form .splus-register-form-button button {
  letter-spacing: 0.07px;
  color: #ffffff;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
#splus-main .splus-register-form .splus-register-form-footer {
  margin-bottom: 6.25rem;
  text-align: center;
}
#splus-main .splus-register-form .splus-register-form-footer span {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  letter-spacing: 0px;
  color: #ffffff;
}
#splus-main .splus-register-form .splus-register-form-footer span a {
  color: white;
  text-decoration: underline;
}
#splus-main .splus-register-form .splus-register-switch .switch {
  height: 1.875rem;
}
#splus-main .splus-register-form .splus-register-switch .switch .switch-paddle {
  border-radius: 624.9375rem;
  width: 3.125rem;
  height: 1.875rem;
  background: #ffffff;
}
#splus-main .splus-register-form .splus-register-switch .switch .switch-paddle::after {
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 624.9375rem;
  background: #cacaca;
}
#splus-main .splus-register-form .splus-register-switch .switch input:checked ~ .switch-paddle {
  background: #bd1872;
}
#splus-main .splus-register-form .splus-register-switch .switch input:checked ~ .switch-paddle::after {
  left: 1.4375rem;
  background: #ffffff;
}
#splus-main .splus-register-form .splus-register-switch label:not(.switch-paddle) {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 0.8125rem;
  margin-top: -0.4375rem;
}
#splus-main #splus-home .splus-home-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media print, screen and (min-width: 40em) {
  #splus-main #splus-home .splus-home-head.home {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-head.home {
    margin-bottom: 30px;
  }
}
#splus-main #splus-home .splus-home-head .splus-user-name {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-head .splus-user-name {
    font-size: 15px;
  }
}
#splus-main #splus-home .splus-home-head .splus-user-section {
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-head .splus-user-section {
    font-size: 28px;
  }
}
#splus-main #splus-home .splus-home-head .splus-user-back-button {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
}
#splus-main #splus-home .splus-home-head .splus-user-back-button i {
  position: absolute;
  top: 6px;
  left: -30px;
  font-size: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  #splus-main #splus-home .splus-home-head .splus-user-back-button i {
    top: -79px;
    left: -36px;
    font-size: 40px;
  }
}
@media print, screen and (min-width: 40em) {
  #splus-main #splus-home .splus-home-content {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-content {
    margin-top: 30px;
  }
}
#splus-main #splus-home .splus-home-content .card {
  overflow: visible;
  border-radius: 10px;
}
#splus-main #splus-home .splus-home-content .card.splus__card--dynamic {
  position: relative;
}
#splus-main #splus-home .splus-home-content .card.splus__card--dynamic img {
  width: 28px;
  height: 29px;
  margin-bottom: 37px;
}
#splus-main #splus-home .splus-home-content .card.splus__card--dynamic .link--outer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 30px 20px;
}
@media screen and (max-width: 1414px) {
  #splus-main #splus-home .splus-home-content .card.splus__card--dynamic .link--outer {
    position: relative;
  }
}
@supports (-moz-appearance: none) {
  #splus-main #splus-home .splus-home-content .card.splus__card--dynamic .link--outer {
    position: relative;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-content .card {
    padding: 20px 20px 30px 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 40em) {
  #splus-main #splus-home .splus-home-content .card {
    padding: 30px;
    margin-bottom: 40px;
  }
}
#splus-main #splus-home .splus-home-content .card.home {
  padding: 20px 30px 40px 30px;
}
@media print, screen and (min-width: 40em) {
  #splus-main #splus-home .splus-home-content .card.home {
    margin-bottom: 40px;
  }
}
#splus-main #splus-home .splus-home-content .card .splus-card-heading {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #2a2b2e;
  margin-bottom: 11px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-heading.home {
  margin-bottom: 14px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-heading.save-post {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
#splus-main #splus-home .splus-home-content .card .splus-card-heading.cme {
  width: 80%;
  margin-bottom: 10px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-description {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  color: #2a2b2e;
  margin-bottom: 28px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-icon {
  font-size: 28px;
  color: #2a2b2e;
  margin-bottom: 30px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-list.home {
  margin-left: 0;
  margin-bottom: 0;
}
#splus-main #splus-home .splus-home-content .card .splus-card-list.home li {
  text-align: left;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #2a2b2e;
}
#splus-main #splus-home .splus-home-content .card .splus-card-list.home li a {
  color: #2a2b2e;
  text-decoration: underline;
}
#splus-main #splus-home .splus-home-content .card .splus-card-list.home.links {
  list-style-type: none;
  margin-left: 0;
}
#splus-main #splus-home .splus-home-content .card .splus-card-cme-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-switch {
  margin-top: 30px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-switch .switch {
  height: 1.875rem;
  margin-bottom: 0;
}
#splus-main #splus-home .splus-home-content .card .splus-card-switch .switch .switch-paddle {
  border-radius: 624.9375rem;
  width: 3.125rem;
  height: 1.875rem;
  background: #ffffff;
  border: 1px solid #cccccc;
}
#splus-main #splus-home .splus-home-content .card .splus-card-switch .switch .switch-paddle::after {
  top: 0.125rem;
  left: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 624.9375rem;
  background: #cacaca;
}
#splus-main #splus-home .splus-home-content .card .splus-card-switch .switch input:checked ~ .switch-paddle {
  background: #50aa3f;
  border: none;
}
#splus-main #splus-home .splus-home-content .card .splus-card-switch .switch input:checked ~ .switch-paddle::after {
  top: 3px;
  left: 1.375rem;
  background: #ffffff;
}
#splus-main #splus-home .splus-home-content .card .splus-card-switch label:not(.switch-paddle) {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
#splus-main #splus-home .splus-home-content .card .splus-hr {
  border-color: #d9d9d9;
}
#splus-main #splus-home .splus-home-content .card .splus-source {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.125rem;
  color: #51545a;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.8;
  padding: 0.375rem 0.4375rem;
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-content .card .splus-source {
    right: 10px;
  }
}
#splus-main #splus-home .splus-home-content .card .splus-source::before {
  content: "©";
}
#splus-main #splus-home .splus-home-content .card .splus-epaper-image {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2509803922);
}
@media print, screen and (min-width: 40em) {
  #splus-main #splus-home .splus-home-content .card .splus-epaper-button {
    max-width: 250px;
  }
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-content .card .splus-epaper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #splus-main #splus-home .splus-home-content .card .splus-epaper-button i {
    padding: 9px 9px 8px 9px;
  }
}
#splus-main #splus-home .splus-home-content .card .s-plus-icon-article {
  font-family: "PoltawskyNowy";
  padding: 0.25rem;
  border-radius: 0.1875rem;
  margin-right: 0.375rem;
  background: #006eb4 0% 0% no-repeat padding-box;
  color: white;
}
#splus-main #splus-home .splus-home-content .card .advertorial-article {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #7c7f86;
  font-weight: normal;
}
#splus-main #splus-home .splus-home-content .card .cme-article {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
}
@media print, screen and (max-width: 83.12375em) {
  #splus-main #splus-home .splus-home-content .card .cme-article {
    right: 20px;
  }
}
#splus-main #splus-home .splus-home-content .card form label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2a2b2e;
}
#splus-main #splus-home .splus-home-content .card form label span {
  font-weight: normal;
}
#splus-main #splus-home .splus-home-content .card form label input {
  margin-top: 5px;
  background: #f2f2f4 0% 0% no-repeat padding-box;
  border: none;
  box-shadow: none;
  padding: 14px 12px;
  height: 46px;
  font-size: 15px;
  color: #51545a;
}
#splus-main #splus-home .splus-home-content .card form button[type=submit],
#splus-main #splus-home .splus-home-content .card form .pseudo__submit {
  margin-bottom: 0;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-card-badge .splus-cme-achievable-points {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-card-badge img {
  width: 75px;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-card-badge.done img {
  content: url("/wp-content/themes/dentalwelt/assets/images/svg/cme-badge-blank.svg");
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.07px;
  color: #f09d00;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 12px;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status.done {
  color: #50aa3f;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status.done .splus-cme-status-badge {
  background-color: #50aa3f;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status.done .splus-cme-status-badge i {
  padding: 6px 0;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status.failed {
  color: #b5b5b6;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status.failed .splus-cme-status-badge {
  background-color: #b5b5b6;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status.failed .splus-cme-status-badge i {
  padding: 6px 0;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge {
  line-height: initial;
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  font-size: 12px;
  text-align: center;
  border-radius: 9999px;
  color: #ffffff;
  background-color: #f09d00;
}
#splus-main #splus-home .splus-home-content .card .splus-cme-status .splus-cme-status-badge i {
  padding: 6px 0;
}
#splus-main #splus-home .splus-home-content .card .splus-card-time {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-bottom: 30px;
}
#splus-main #splus-home .splus-home-content .card .splus-register-switch .switch {
  height: 1.875rem;
}
#splus-main #splus-home .splus-home-content .card .splus-register-switch .switch .switch-paddle {
  border: 1px solid #ccc;
  border-radius: 624.9375rem;
  width: 3.125rem;
  height: 1.875rem;
  background: #ffffff;
}
#splus-main #splus-home .splus-home-content .card .splus-register-switch .switch .switch-paddle::after {
  top: 0.125rem;
  left: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 624.9375rem;
  background: #cacaca;
}
#splus-main #splus-home .splus-home-content .card .splus-register-switch .switch input:checked ~ .switch-paddle {
  background: #bd1872;
}
#splus-main #splus-home .splus-home-content .card .splus-register-switch .switch input:checked ~ .switch-paddle::after {
  left: 1.375rem;
  background: #ffffff;
}
#splus-main #splus-home .splus-home-content .card .splus-register-switch label:not(.switch-paddle) {
  text-align: left;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0px;
  color: #2a2b2e;
  margin-left: 0.8125rem;
  margin-top: -0.4375rem;
}
#splus-main #splus-home .splus-home-content .card .splus-card-saved-list {
  margin-left: 0;
  list-style-type: none;
}
#splus-main #splus-home .splus-home-content .card .splus-card-saved-list li {
  margin-bottom: 5px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-saved-list li span {
  border: 1px solid #d9d9d9;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
}
#splus-main #splus-home .splus-home-content .card .splus-card-saved-list li span i {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 12px;
  color: #7c7f86;
}
#splus-main #splus-home .splus-home-content .card .splus-card-saved-list li a {
  text-align: left;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.07px;
  color: #2a2b2e;
}
#splus-main #splus-home .splus-cme-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
}
#splus-main #splus-home .splus-cme-info .splus-cme-info-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#splus-main #splus-home .splus-cme-info .splus-cme-info-container .splus-cme-info-container-badge {
  position: relative;
  margin-right: 20px;
}
#splus-main #splus-home .splus-cme-info .splus-cme-info-container .splus-cme-info-container-badge .splus-cme-info-container-span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
}
#splus-main #splus-home .splus-cme-info .splus-cme-info-p {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  #splus-main #splus-home .splus-cme-info .splus-cme-info-p {
    width: 64%;
  }
}
#splus-main .splus-form-select {
  margin-bottom: 0.625rem;
}
#splus-main .splus-form-select .select-input {
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  font-size: 0.875rem;
  color: #474747;
  height: 100%;
  display: block;
  padding: 0.5625rem 0.625rem;
  height: 2.5rem;
  text-align: left;
}
#splus-main .splus-form-select .select-input::-moz-placeholder {
  color: #2a2b2e;
}
#splus-main .splus-form-select .select-input::placeholder {
  color: #2a2b2e;
}
#splus-main .splus-form-select .select-dropdown {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.875rem;
  color: #7c7f86;
  text-align: left;
}
#splus-main .splus-form-select .select-dropdown .select {
  cursor: pointer;
  display: block;
  padding: 0.6875rem 0.875rem;
  font-size: 0.9375rem;
  height: 2.75rem;
  box-shadow: none;
  outline: 0;
  background: #f2f2f4;
  color: #51545a;
}
#splus-main .splus-form-select .select-dropdown .select > i {
  font-size: 1rem;
  color: #2a2b2e;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 1.3125rem;
}
#splus-main .splus-form-select .select-dropdown .select-dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 9;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#splus-main .splus-form-select .select-dropdown .select-dropdown-menu li {
  padding: 9px 19px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#splus-main .splus-form-select .select-dropdown .select-dropdown-menu li.active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
#splus-main .splus-form-select .select-dropdown .select-dropdown-menu li:hover {
  background-color: #f2f2f4;
}
#splus-main .splus-form-select .select-dropdown .select-dropdown-menu li:active {
  background-color: #e2e2e2;
  font-weight: 600;
  color: #2a2b2e;
}
#splus-main .splus-form-select .select-dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
#splus-main .splus-form-select .select-dropdown.active:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
#splus-main .splus-form-select .select-dropdown.active .select > i {
  transform: rotate(-180deg);
}
#splus-main .splus-form-select .select-dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
#splus-main .splus-form-select .select-dropdown:active {
  background-color: #f8f8f8;
}
#splus-main .splus-form-select .form-error {
  text-align: left;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0.5rem;
  margin-top: 0.1875rem;
}

@media print, screen and (min-width: 40em) {
  #splus-footer .print-title .print-title-ul {
    float: right;
    width: 66%;
  }
}
#splus-footer .print-title .print-title-ul img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(5252%) hue-rotate(195deg) brightness(98%) contrast(80%);
}

.page-template-newsletter-php #splus-footer > * > * {
  width: 100% !important;
  margin-left: 0 !important;
}

.s-plus__feedback-page__header-text {
  margin-top: 40px;
  margin-bottom: 53px;
  color: white;
  text-align: left;
  font: normal normal normal 15px/20px Inter;
  letter-spacing: 0px;
}
.s-plus__feedback-page__header-text b {
  font-weight: 600;
}

.feedback-card__content {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.feedback-card__content h3 {
  text-align: left;
  font: normal normal bold 18px/26px Inter;
  letter-spacing: 0.09px;
  color: #333333;
  opacity: 1;
  margin-bottom: 20px;
}
.feedback-card__content div {
  text-align: left;
  font: italic normal normal 15px/22px Inter;
  letter-spacing: 0.07px;
  color: #333333;
  opacity: 1;
  margin-bottom: 30px;
}
.feedback-card__content span {
  text-align: left;
  font: normal normal normal 13px/30px Inter;
  letter-spacing: 0.07px;
  color: #7c7f86;
  opacity: 1;
}
.feedback-card__content p {
  margin: 0 !important;
}

.feedback-card__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .feedback-card__container {
    flex-direction: column;
    align-items: center;
    position: unset;
  }
  .feedback-card__container .feedback-card {
    margin-bottom: 28px !important;
    position: static !important;
    width: calc(100% - 4.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

.sort-search-and-filter__panel {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sort-search-and-filter__panel select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA0LjIxODc1IDEwLjc4MTI1IEwgMi43ODEyNSAxMi4yMTg3NSBMIDE1LjI4MTI1IDI0LjcxODc1IEwgMTYgMjUuNDA2MjUgTCAxNi43MTg3NSAyNC43MTg3NSBMIDI5LjIxODc1IDEyLjIxODc1IEwgMjcuNzgxMjUgMTAuNzgxMjUgTCAxNiAyMi41NjI1IFoiLz48L3N2Zz4=) !important;
  background-size: 13px !important;
  filter: brightness(0) invert(1);
  position: relative;
  border: none;
  background-position: 95% 12.5px !important;
}
.sort-search-and-filter__panel .sort__panel {
  min-width: 38.645%;
  display: flex;
  justify-content: space-between;
}
.sort-search-and-filter__panel .sort__panel label {
  display: flex;
  width: 100%;
  text-align: left;
  font: normal normal 600 13px/20px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  align-items: baseline;
}
.sort-search-and-filter__panel .sort__panel select {
  background: rgba(255, 255, 255, 0.25) 0% 0% no-repeat padding-box;
  border-radius: 3px;
  width: 73.45%;
  color: #ffffff;
  margin-left: 10px;
}
.sort-search-and-filter__panel .sort__panel select option {
  text-align: left;
  letter-spacing: 0px;
  color: #2a2b2e;
  font: normal normal 400 13px/36px Inter !important;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
}
.sort-search-and-filter__panel .sort__panel select option.selected {
  font: normal normal 600 13px/36px Inter !important;
}
.sort-search-and-filter__panel .sort__panel select option[selected] {
  background-color: #f2f2f4; /* Background color for selected option */
}
.sort-search-and-filter__panel .sort__panel select option[selected]:hover {
  background-color: #f2f2f4; /* Background color for selected option */
}
.sort-search-and-filter__panel .filter__panel {
  width: 51%;
  display: flex;
  justify-content: flex-start;
}
.sort-search-and-filter__panel .filter__panel label {
  display: flex;
  width: 100%;
  text-align: left;
  font: normal normal 600 13px/20px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  align-items: baseline;
  justify-content: flex-end;
}
.sort-search-and-filter__panel .filter__panel label select.time__selection {
  width: 30.7%;
}
.sort-search-and-filter__panel .filter__panel label select.status__selection {
  width: 43.96%;
}
.sort-search-and-filter__panel .filter__panel label select {
  background: rgba(255, 255, 255, 0.25) 0% 0% no-repeat padding-box;
  border-radius: 3px;
  width: 73.45%;
  color: #ffffff;
  margin-left: 10px;
}
.sort-search-and-filter__panel .filter__panel label select + select {
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  .sort-search-and-filter__panel {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sort-search-and-filter__panel .sort__panel,
  .sort-search-and-filter__panel .filter__panel {
    width: calc(100% - 2.5rem);
    justify-content: space-evenly;
  }
  .sort-search-and-filter__panel .sort__panel {
    padding-right: 0;
  }
  .sort-search-and-filter__panel .filter__panel label,
  .sort-search-and-filter__panel .sort__panel label {
    justify-content: space-between;
  }
  .sort-search-and-filter__panel .filter__panel label {
    margin-left: 0;
    align-items: center;
    justify-content: space-between;
  }
  .sort-search-and-filter__panel .filter__panel label select {
    margin-bottom: 0;
    margin-left: auto;
  }
}

.pseudo__checkbox {
  margin-left: 5px;
  cursor: pointer;
}

.wysiwyg-card__container,
.newsletter__content {
  background: #006eb4 0% 0% no-repeat padding-box;
  padding: 10px 20px 10px 20px;
  overflow: visible;
  border-radius: 10px;
  border: none;
  color: white;
  text-align: center;
  width: calc(33.3333333333% - 2.5rem);
  margin-left: 1.25rem;
}
.wysiwyg-card__container .wpcf7-response-output,
.newsletter__content .wpcf7-response-output {
  display: none !important;
  width: 0;
  height: 0;
}
.wysiwyg-card__container p,
.newsletter__content p {
  padding: 0;
  margin-bottom: 0;
}
.wysiwyg-card__container p:nth-last-of-type(2),
.newsletter__content p:nth-last-of-type(2) {
  height: 28px;
}
.wysiwyg-card__container .wpcf7-form-control-wrap,
.newsletter__content .wpcf7-form-control-wrap {
  display: flex;
}
.wysiwyg-card__container .checkbox__row,
.newsletter__content .checkbox__row {
  letter-spacing: -1.5px;
  align-items: center;
  color: white;
}
.wysiwyg-card__container .checkbox__row > *,
.newsletter__content .checkbox__row > * {
  color: white;
  align-items: center;
}
.wysiwyg-card__container .checkbox__row .wpcf7-form-control-wrap,
.newsletter__content .checkbox__row .wpcf7-form-control-wrap {
  justify-content: flex-start;
  margin-left: 5px;
  height: unset;
  display: flex;
}
.wysiwyg-card__container .checkbox__row .wpcf7-form-control-wrap .wpcf7-checkbox,
.newsletter__content .checkbox__row .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
}
.wysiwyg-card__container .checkbox__row span.first,
.newsletter__content .checkbox__row span.first {
  margin-left: 0;
}
.wysiwyg-card__container .checkbox__row span,
.newsletter__content .checkbox__row span {
  display: flex;
}
.wysiwyg-card__container .checkbox__row input,
.newsletter__content .checkbox__row input {
  margin-bottom: 0 !important;
}
.wysiwyg-card__container input,
.newsletter__content input {
  height: 25px;
}
.wysiwyg-card__container input[type=submit], .wysiwyg-card__container input.pseudo__submit,
.newsletter__content input[type=submit],
.newsletter__content input.pseudo__submit {
  background-color: #2a2b2e;
  height: 25px;
  width: 100%;
}
.wysiwyg-card__container label,
.newsletter__content label {
  height: unset;
  justify-content: flex-start !important;
}
.wysiwyg-card__container .checkbox__container,
.newsletter__content .checkbox__container {
  font-size: 12px;
  letter-spacing: -0.75px;
}
.wysiwyg-card__container .checkbox__container p,
.newsletter__content .checkbox__container p {
  display: flex;
}
.wysiwyg-card__container .checkbox__container .pseudo__checkbox,
.newsletter__content .checkbox__container .pseudo__checkbox {
  margin-left: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1475px) {
  .wysiwyg-card__container .checkbox__container p,
  .newsletter__content .checkbox__container p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wysiwyg-card__container span.wpcf7-list-item,
.newsletter__content span.wpcf7-list-item {
  position: relative;
  display: flex;
  height: 25px;
}
.wysiwyg-card__container span.wpcf7-list-item:first-of-type,
.newsletter__content span.wpcf7-list-item:first-of-type {
  margin-left: 0;
  padding-left: 25px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.wysiwyg-card__container span.wpcf7-list-item::before,
.newsletter__content span.wpcf7-list-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px; /* Adjust the size of the checkbox */
  height: 16px; /* Adjust the size of the checkbox */
  border: 2px solid white; /* Change the border color */
  background-color: transparent; /* Make the background transparent */
  transition: background-color 0.3s;
  font-size: 16px;
  line-height: 16px;
  color: white;
  content: "";
}
.wysiwyg-card__container span.wpcf7-list-item.checked::before,
.newsletter__content span.wpcf7-list-item.checked::before {
  content: "✓" !important;
}
.wysiwyg-card__container span.wpcf7-list-item input[type=checkbox],
.newsletter__content span.wpcf7-list-item input[type=checkbox] {
  margin-left: -20px;
}
.wysiwyg-card__container .wpcf7-spinner,
.newsletter__content .wpcf7-spinner {
  height: 0;
  width: 0;
  display: none;
}
@media screen and (max-width: 639px) {
  .wysiwyg-card__container,
  .newsletter__content {
    margin-left: 10px;
  }
}

@media screen and (max-width: 899px) {
  .card-text__last {
    flex-direction: column;
  }
}
.yarpp {
  margin: 0;
}
.yarpp .line__container {
  margin-top: 0 !important;
}
.yarpp .yarpp-thumbnails-horizontal {
  margin-top: 3rem;
  position: relative;
}
.yarpp .yarpp-thumbnails-horizontal .slick-track {
  display: flex !important;
}
.yarpp .yarpp-thumbnails-horizontal .slick-slide {
  height: inherit !important;
}
.yarpp .yarpp-thumbnails-horizontal .slick-slide > div {
  height: 100%;
}
.yarpp .yarpp-thumbnails-horizontal .teaser-wrapper {
  padding: 0 5px;
  height: 100%;
}
.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  background-color: white;
  padding: 1rem;
  border: none;
  margin: 0;
  width: 100%;
  height: 100%;
}
.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
  margin: 0;
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 207px;
  padding: 0;
}
.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.07px;
  color: #2a2b2e;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  overflow: visible;
  max-height: 100%;
  word-break: break-all;
  padding: 0;
}
.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail-subtitle {
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #7c7f86;
  margin-top: 0.875rem;
  min-height: 1.3125rem;
  padding: 0;
}
.yarpp .yarpp-thumbnails-horizontal .slick-prev {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  z-index: 5;
  color: #51545A;
  cursor: pointer;
}
.yarpp .yarpp-thumbnails-horizontal .slick-next {
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  z-index: 5;
  color: #51545A;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .yarpp .yarpp-thumbnails-horizontal {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .yarpp .yarpp-thumbnails-horizontal .teaser-wrapper {
    padding: 0 20px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    word-break: break-word;
  }
}
