/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import "../css/fonts/GN Elliot/stylesheet.css";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #ab162b;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #9d1428;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.42857143rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 1.4rem;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.22857143rem;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.22857143rem;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 1.94166667rem;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 2.99583333rem;
  }
}

.form-group {
  margin-bottom: 0px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 1.42857143rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-bottom: 0;
  min-height: 2.42857143rem;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 1.94166667rem;
  padding: 0.33333333rem 0.66666667rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 1.94166667rem;
  line-height: 1.94166667rem;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 1.94166667rem;
  padding: 0.33333333rem 0.66666667rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 1.94166667rem;
  line-height: 1.94166667rem;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 1.94166667rem;
  min-height: 2.27857143rem;
  padding: 1.33333333rem 0.66666667rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.input-lg {
  height: 2.99583333rem;
  padding: 0.66666667rem 1.06666667rem;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: 0;
}

select.input-lg {
  height: 2.99583333rem;
  line-height: 2.99583333rem;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 2.99583333rem;
  padding: 0.66666667rem 1.06666667rem;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 2.99583333rem;
  line-height: 2.99583333rem;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 2.99583333rem;
  min-height: 2.67857143rem;
  padding: 1.66666667rem 1.06666667rem;
  font-size: 1.25rem;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 2.78571429rem;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.22857143rem;
  height: 2.22857143rem;
  line-height: 2.22857143rem;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 2.99583333rem;
  height: 2.99583333rem;
  line-height: 2.99583333rem;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 1.94166667rem;
  height: 1.94166667rem;
  line-height: 1.94166667rem;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 6.42857143rem;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.4rem;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 2.82857143rem;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.4rem;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.66666667rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.33333333rem;
    font-size: 0.85rem;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ab162b;
}

.nav .nav-divider {
  height: 1px;
  margin: -0.28571429rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 0;
  border-bottom: 1px solid none;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 0;
}

.modal-footer {
  padding: 0;
  text-align: right;
  border-top: 1px solid none;
}

.modal-footer .btn + .btn,
.modal-footer .btn-c2a + .btn-c2a,
.modal-footer .scfForm .form-submit-border .form-submit + .scfForm .form-submit-border .form-submit {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .btn-c2a + .btn-c2a,
.modal-footer .btn-group .scfForm .form-submit-border .form-submit + .scfForm .form-submit-border .form-submit {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * Use em or rem font-size in Bootstrap 3
 */

html {
  font-size: 15px;
}

pre {
  font-size: 0.93333333rem;
}

.form-control-feedback {
  width: calc(2.22857143rem  + 2px);
  height: calc(2.22857143rem  + 2px);
}

.input-lg + .form-control-feedback {
  width: calc(2.99583333rem  + 2px);
  height: calc(2.99583333rem  + 2px);
}

.input-sm + .form-control-feedback {
  width: calc(1.94166667rem  + 2px);
  height: calc(1.94166667rem  + 2px);
}

.form-control {
  height: calc(2.22857143rem  + 2px);
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding: 0.4rem;
  border: 1px solid transparent;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: calc(1.82857143rem + 1px);
}

.form-horizontal .form-control-static {
  padding-top: 0.4rem;
  border-top: 1px solid transparent;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0.4rem;
    border-top: 1px solid transparent;
  }
}

/**********************************************************
*
*	THIS FILE IS AUTOGENERATED. DO NOT EDIT.
*	RUN `gulp spriteOtometrics` TO REGENERATE.
*
**********************************************************/

.ico {
  display: inline-block;
}

.ico-youtube {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -133px;
  width: 18px;
  height: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube {
    background-size: 72px 1812px;
  }
}

.ico-twitter {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -120px;
  width: 15px;
  height: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter {
    background-size: 72px 1812px;
  }
}

.ico-facebook {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -160px;
  width: 7px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook {
    background-size: 72px 1812px;
  }
}

.ico-facebook-linkedin {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -146px;
  width: 14px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-linkedin {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-linkedin {
    background-size: 72px 1812px;
  }
}

.ico-location {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1134px;
  width: 24px;
  height: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-location {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-location {
    background-size: 72px 1812px;
  }
}

.ico-arrow-red-rn-xs {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -84px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-xs {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-xs {
    background-size: 72px 1812px;
  }
}

.ico-arrow-red-rn-sm {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -174px;
  width: 15px;
  height: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-sm {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-sm {
    background-size: 72px 1812px;
  }
}

.ico-arrow-red-rn-md {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -271px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-md {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-md {
    background-size: 72px 1812px;
  }
}

.ico-arrow-red-rn-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -973px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-rn-lg {
    background-size: 72px 1812px;
  }
}

.ico-arrow-white-rn-xs {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -72px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-white-rn-xs {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-white-rn-xs {
    background-size: 72px 1812px;
  }
}

.ico-arrow-white-down-rn-xs {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -96px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-white-down-rn-xs {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-white-down-rn-xs {
    background-size: 72px 1812px;
  }
}

.ico-arrow-white-rn-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1158px;
  width: 25px;
  height: 25px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-white-rn-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-white-rn-lg {
    background-size: 72px 1812px;
  }
}

.ico-pin {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1655px;
  width: 30px;
  height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-pin {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-pin {
    background-size: 72px 1812px;
  }
}

.ico-arrow-grey-rn-xs {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -36px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-grey-rn-xs {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-grey-rn-xs {
    background-size: 72px 1812px;
  }
}

.ico-arrow-grey-down-rn-xs {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -48px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-grey-down-rn-xs {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-grey-down-rn-xs {
    background-size: 72px 1812px;
  }
}

.ico-arrow-red-xs {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -25px;
  width: 11px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-xs {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-red-xs {
    background-size: 72px 1812px;
  }
}

.ico-twitter-round-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1427px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter-round-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter-round-lg {
    background-size: 72px 1812px;
  }
}

.ico-facebook-round-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1465px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-round-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-round-lg {
    background-size: 72px 1812px;
  }
}

.ico-email-round-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1503px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email-round-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email-round-lg {
    background-size: 72px 1812px;
  }
}

.ico-googleplus-round-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1617px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-googleplus-round-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-googleplus-round-lg {
    background-size: 72px 1812px;
  }
}

.ico-youtube-round-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1541px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube-round-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube-round-lg {
    background-size: 72px 1812px;
  }
}

.ico-linkedin-round-lg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1579px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-linkedin-round-lg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-linkedin-round-lg {
    background-size: 72px 1812px;
  }
}

.ico-twitter-round-md {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1303px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter-round-md {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter-round-md {
    background-size: 72px 1812px;
  }
}

.ico-facebook-round-md {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1243px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-round-md {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-round-md {
    background-size: 72px 1812px;
  }
}

.ico-email-round-md {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1183px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email-round-md {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email-round-md {
    background-size: 72px 1812px;
  }
}

.ico-googleplus-round-md {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1273px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-googleplus-round-md {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-googleplus-round-md {
    background-size: 72px 1812px;
  }
}

.ico-youtube-round-md {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1213px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube-round-md {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube-round-md {
    background-size: 72px 1812px;
  }
}

.ico-linkedin-round-md {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1333px;
  width: 30px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-linkedin-round-md {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-linkedin-round-md {
    background-size: 72px 1812px;
  }
}

.ico-twitter-round-sm {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1111px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter-round-sm {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-twitter-round-sm {
    background-size: 72px 1812px;
  }
}

.ico-facebook-round-sm {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1065px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-round-sm {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-facebook-round-sm {
    background-size: 72px 1812px;
  }
}

.ico-email-round-sm {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1019px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email-round-sm {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email-round-sm {
    background-size: 72px 1812px;
  }
}

.ico-googleplus-round-sm {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1088px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-googleplus-round-sm {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-googleplus-round-sm {
    background-size: 72px 1812px;
  }
}

.ico-youtube-round-sm {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1042px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube-round-sm {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-youtube-round-sm {
    background-size: 72px 1812px;
  }
}

.ico-linkedin-round-sm {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -996px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-linkedin-round-sm {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-linkedin-round-sm {
    background-size: 72px 1812px;
  }
}

.ico-email {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -236px;
  width: 18px;
  height: 17px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email {
    background-size: 72px 1812px;
  }
}

.ico-phone {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -219px;
  width: 17px;
  height: 17px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-phone {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-phone {
    background-size: 72px 1812px;
  }
}

.ico-search {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -60px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search {
    background-size: 72px 1812px;
  }
}

.ico-search-red {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -951px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search-red {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search-red {
    background-size: 72px 1812px;
  }
}

.ico-search-white {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -929px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search-white {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search-white {
    background-size: 72px 1812px;
  }
}

.ico-search-black {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -907px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search-black {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-search-black {
    background-size: 72px 1812px;
  }
}

.ico-tick {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -204px;
  width: 19px;
  height: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-tick {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-tick {
    background-size: 72px 1812px;
  }
}

.ico-flag-int {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -676px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-int {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-int {
    background-size: 72px 1812px;
  }
}

.ico-flag-at {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -802px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-at {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-at {
    background-size: 72px 1812px;
  }
}

.ico-flag-au {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -382px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-au {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-au {
    background-size: 72px 1812px;
  }
}

.ico-flag-br {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -424px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-br {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-br {
    background-size: 72px 1812px;
  }
}

.ico-flag-ca {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -445px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-ca {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-ca {
    background-size: 72px 1812px;
  }
}

.ico-flag-ch {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -466px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-ch {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-ch {
    background-size: 72px 1812px;
  }
}

.ico-flag-cn {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -487px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-cn {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-cn {
    background-size: 72px 1812px;
  }
}

.ico-flag-de {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -529px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-de {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-de {
    background-size: 72px 1812px;
  }
}

.ico-flag-dk {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -550px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-dk {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-dk {
    background-size: 72px 1812px;
  }
}

.ico-flag-es {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -571px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-es {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-es {
    background-size: 72px 1812px;
  }
}

.ico-flag-fi {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -592px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-fi {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-fi {
    background-size: 72px 1812px;
  }
}

.ico-flag-fr {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -613px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-fr {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-fr {
    background-size: 72px 1812px;
  }
}

.ico-flag-gb {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -634px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-gb {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-gb {
    background-size: 72px 1812px;
  }
}

.ico-flag-in {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -655px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-in {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-in {
    background-size: 72px 1812px;
  }
}

.ico-flag-it {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -697px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-it {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-it {
    background-size: 72px 1812px;
  }
}

.ico-flag-jp {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -718px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-jp {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-jp {
    background-size: 72px 1812px;
  }
}

.ico-flag-kr {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -739px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-kr {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-kr {
    background-size: 72px 1812px;
  }
}

.ico-flag-nl {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -760px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-nl {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-nl {
    background-size: 72px 1812px;
  }
}

.ico-flag-no {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -781px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-no {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-no {
    background-size: 72px 1812px;
  }
}

.ico-flag-nz {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -361px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-nz {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-nz {
    background-size: 72px 1812px;
  }
}

.ico-flag-ru {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -823px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-ru {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-ru {
    background-size: 72px 1812px;
  }
}

.ico-flag-se {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -844px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-se {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-se {
    background-size: 72px 1812px;
  }
}

.ico-flag-us {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -886px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-us {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-us {
    background-size: 72px 1812px;
  }
}

.ico-flag-be {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -403px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-be {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-be {
    background-size: 72px 1812px;
  }
}

.ico-flag-cz {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -508px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-cz {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-cz {
    background-size: 72px 1812px;
  }
}

.ico-flag-sg {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -865px;
  width: 21px;
  height: 21px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-sg {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-flag-sg {
    background-size: 72px 1812px;
  }
}

.link-with-sprite-icon:before {
  vertical-align: -1px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -133px;
  width: 18px;
  height: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .link-with-sprite-icon:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .link-with-sprite-icon:before {
    background-size: 72px 1812px;
  }
}

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 40px;
  height: 40px;
  bottom: 5%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #333 solid;
  border-bottom: 2px #333 solid;
  position: fixed;
  z-index: 99;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrow;
  animation-name: arrow;
  z-index: 99;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@-webkit-keyframes intro {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes outro {
  to {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes outro {
  to {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

::placeholder {
  color: #666;
  opacity: 1;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

p {
  margin: 0 0 10px;
}

em {
  font-style: normal;
  color: #ab162b;
}

:focus {
  outline: 0;
}

.svg-overwrite {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
}

.ico-svg-overwrite {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-rn-svg--pseudo {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
}

.ico-arrow-down-svg--pseudo {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
}

.ico-arrow-svg--pseudo {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f061" !important;
}

.ico-arrow-white-rn-svg--before {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-rn-svg--before:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: white;
}

.ico-arrow-white-rn-svg--after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-rn-svg--after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: white;
}

.ico-arrow-red-rn-svg--before {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-rn-svg--before:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.ico-arrow-red-rn-svg--after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-rn-svg--after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.ico-arrow-blue-rn-svg--before {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-blue-rn-svg--before:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #0065a4;
}

.ico-arrow-blue-rn-svg--after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-blue-rn-svg--after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #0065a4;
}

.ico-arrow-grey-rn-svg--before {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-rn-svg--before:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #888;
}

.ico-arrow-grey-rn-svg--after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-rn-svg--after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #888;
}

.ico-arrow-grey-down-rn-svg--after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-down-rn-svg--after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: #888;
}

.ico-arrow-grey-down-rn-svg--before {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-down-rn-svg--before:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: #888;
}

.ico-arrow-white-down-svg--before {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-down-svg--before:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: white;
}

.ico-arrow-white-down-svg--after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-down-svg--after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: white;
}

.ico-arrow-red-rn-xs {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-rn-xs:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.ico-arrow-red-rn-xs:before {
  font-size: 14px;
}

.ico-arrow-red-rn-sm {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-rn-sm:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.ico-arrow-red-rn-sm:before {
  font-size: 18px;
}

.ico-arrow-red-rn-md {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-rn-md:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.ico-arrow-red-rn-md:before {
  font-size: 23px;
}

.ico-arrow-red-rn-lg {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-rn-lg:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.ico-arrow-red-rn-lg:before {
  font-size: 28px;
}

.ico-arrow-blue-rn-xs {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-blue-rn-xs:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #0065a4;
}

.ico-arrow-blue-rn-xs:before {
  font-size: 14px;
}

.ico-arrow-blue-rn-sm {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-blue-rn-sm:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #0065a4;
}

.ico-arrow-blue-rn-sm:before {
  font-size: 18px;
}

.ico-arrow-blue-rn-md {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-blue-rn-md:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #0065a4;
}

.ico-arrow-blue-rn-md:before {
  font-size: 23px;
}

.ico-arrow-blue-rn-lg {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-blue-rn-lg:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #0065a4;
}

.ico-arrow-blue-rn-lg:before {
  font-size: 28px;
}

.ico-arrow-white-rn-xs {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-rn-xs:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: white;
}

.ico-arrow-white-rn-xs:before {
  font-size: 14px;
}

.ico-arrow-white-rn-sm {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-rn-sm:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: white;
}

.ico-arrow-white-rn-sm:before {
  font-size: 18px;
}

.ico-arrow-white-rn-md {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-rn-md:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: white;
}

.ico-arrow-white-rn-md:before {
  font-size: 23px;
}

.ico-arrow-white-rn-lg {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-rn-lg:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: white;
}

.ico-arrow-white-rn-lg:before {
  font-size: 28px;
}

.ico-arrow-red-xs {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-xs:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f061" !important;
  color: #ab162b;
  font-size: 12px;
}

.ico-arrow-red-md {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-red-md:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f061" !important;
  color: #ab162b;
  font-size: 23px;
}

.ico-arrow-grey-rn-xs {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-rn-xs:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #888;
}

.ico-arrow-grey-rn-xs:before {
  font-size: 14px;
}

.ico-arrow-grey-rn-sm {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-rn-sm:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #888;
}

.ico-arrow-grey-rn-sm:before {
  font-size: 18px;
}

.ico-arrow-grey-rn-md {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-rn-md:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #888;
}

.ico-arrow-grey-rn-md:before {
  font-size: 23px;
}

.ico-arrow-grey-rn-lg {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-rn-lg:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #888;
}

.ico-arrow-grey-rn-lg:before {
  font-size: 28px;
}

.ico-arrow-grey-down-rn-xs {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-down-rn-xs:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: #888;
}

.ico-arrow-grey-down-rn-xs:before {
  font-size: 14px;
}

.ico-arrow-grey-down-rn-sm {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-down-rn-sm:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: #888;
}

.ico-arrow-grey-down-rn-sm:before {
  font-size: 18px;
}

.ico-arrow-grey-down-rn-md {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-down-rn-md:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: #888;
}

.ico-arrow-grey-down-rn-md:before {
  font-size: 23px;
}

.ico-arrow-grey-down-rn-lg {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-grey-down-rn-lg:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: #888;
}

.ico-arrow-grey-down-rn-lg:before {
  font-size: 28px;
}

.ico-arrow-white-down-rn-xs {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-down-rn-xs:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: white;
}

.ico-arrow-white-down-rn-xs:before {
  font-size: 14px;
}

.ico-arrow-white-down-rn-sm {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-down-rn-sm:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: white;
}

.ico-arrow-white-down-rn-sm:before {
  font-size: 18px;
}

.ico-arrow-white-down-rn-md {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-down-rn-md:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: white;
}

.ico-arrow-white-down-rn-md:before {
  font-size: 23px;
}

.ico-arrow-white-down-rn-lg {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.ico-arrow-white-down-rn-lg:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0ab" !important;
  color: white;
}

.ico-arrow-white-down-rn-lg:before {
  font-size: 28px;
}

.go,
.go-big,
.go-after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.go:before,
.go-big:before,
.go-after:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.go:before,
.go-big:before,
.go-after:before {
  font-size: 13px;
  background-image: none !important;
  vertical-align: 0px !important;
  color: #ab162b;
}

.go-after,
.go-big-after,
.go-after-after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.go-after:after,
.go-big-after:after,
.go-after-after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.go-after:after,
.go-big-after:after,
.go-after-after:after {
  font-size: 13px;
  background-image: none !important;
  vertical-align: 0px !important;
  color: #ab162b;
}

.go-big,
.go-big-big,
.go-after-big {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.go-big:before,
.go-big-big:before,
.go-after-big:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.go-big:before,
.go-big-big:before,
.go-after-big:before {
  background-image: none !important;
  font-size: 22px;
  color: #ab162b;
}

/*
*   Add margin-bottom, when stacked.
*/

@media (max-width: 991px) {
  .stack {
    margin-bottom: 8vmin;
  }
}

a.deep-anchor {
  visibility: hidden;
  position: absolute;
  top: 0;
  margin-top: -120px;
}

/*
*   Basic row list, which fixes wrapping issues.
*   Note: font size reset.
*/

.row-list {
  font-size: 0;
  line-height: 0;
  margin-bottom: -30px;
}

.row-list--item {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-bottom: 30px;
  margin-left: -1px;
}

@media (max-width: 465px) {
  .row-list--item {
    width: 100%;
  }
}

.row-list--item img {
  max-width: 100%;
}

/*
*   Links list
*/

.links {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.links li {
  margin-bottom: 5px !important;
}

/*
 *
 */

.nav-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav-dots li {
  display: inline-block;
  margin: 0 3px;
}

.nav-dots a {
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #ab162b;
  border-radius: 50%;
  text-indent: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  overflow: hidden;
}

.nav-dots a:hover {
  background: #ab162b;
}

.nav-dots .active {
  background: #ab162b;
}

/*
 *
 */

.nav-button {
  width: 50px;
  height: 100px;
  position: absolute;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  background: #212121;
}

.nav-button.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.nav-button:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1395px;
  width: 13px;
  height: 32px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -9px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav-button:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav-button:before {
    background-size: 72px 1812px;
  }
}

.nav-button:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.nav-button--prev {
  left: 1px;
  top: 0;
}

.nav-button--next {
  left: auto;
  right: 1px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.nav-button--next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -5px;
}

/*
*   Basic link with arrow.
*/

.go,
.go-big,
.go-after {
  text-transform: uppercase;
  font-size: 13px;
  color: #ab162b;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.go:before,
.go-big:before,
.go-after:before {
  display: inline-block;
  content: "";
  margin-right: 6px;
  vertical-align: -1px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -84px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .go:before,
  .go-big:before,
  .go-after:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .go:before,
  .go-big:before,
  .go-after:before {
    background-size: 72px 1812px;
  }
}

.go:focus,
.go:hover,
.go-big:focus,
.go-big:hover,
.go-after:focus,
.go-after:hover {
  color: #9d1428;
}

@media (min-width: 400px) {
  .go-big {
    font-size: 15px;
  }

  .go-big:before {
    margin-right: 12px;
    vertical-align: -3px;
    -webkit-transition: -webkit-transform .5s, -webkit-filter .5s, -webkit-transform .5s, filter .5s;
    transition: transform .5s, filter .5s;
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -271px;
    width: 18px;
    height: 18px;
  }

  .go-big:hover:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
}

@media (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 400px) and (min-resolution: 192dpi) {
  .go-big:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 400px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 400px) and (min-resolution: 192dpi) {
  .go-big:before {
    background-size: 72px 1812px;
  }
}

.go-after:before {
  display: none;
}

.go-after:after {
  display: inline-block;
  content: "";
  margin-left: 6px;
  vertical-align: middle;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -84px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .go-after:after {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .go-after:after {
    background-size: 72px 1812px;
  }
}

/*
*   Without icon version of the ".go".
*/

.go--txt:before {
  display: none;
}

/*
*   Inline list
*/

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

.inline-list li {
  margin: 0 0 5px;
}

.inline-list li:last-child {
  margin-right: 0;
}

@media (min-width: 480px) {
  .inline-list li {
    margin-right: 15px;
    display: inline-block;
  }
}

/*
*   Close button.
*   Based on bootstrap.
*/

.close {
  float: right;
  color: #ab162b;
  font-size: 53px;
  font-weight: 200;
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  /*
    *   Variants
    */
}

.close span {
  vertical-align: top;
  line-height: 25px;
  display: inline-block;
}

.close:focus,
.close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
}

.close:active {
  opacity: 0.2;
}

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

.close--small {
  font-size: 35px;
  width: auto;
}

.close--small span {
  line-height: 10px;
}

/*
*   Round cancel button
*/

.cancel {
  display: inline-block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -343px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cancel {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cancel {
    background-size: 72px 1812px;
  }
}

.cancel:hover {
  opacity: 0.8;
}

.cancel:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.cancel.is--loading {
  pointer-events: none;
  display: inline-block !important;
  background: url("../images/loading.gif") no-repeat scroll 0 0;
  background-size: 18px 18px;
}

/*
*   Default block, with bottom margin.
*/

.block {
  display: block;
  margin-bottom: 20px;
}

/*
*   Sections
*/

.section--alt {
  background: #ECECEC;
}

.section--spaced {
  padding: 6vmin 0;
}

.section__title {
  max-width: 745px;
  padding: 0 4vmin;
  margin: 0 0 4vmin;
}

/*
 * Flex equal rows, with javascript fallback.
 */

.equalRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

/*
*   Generic preview item, with image, headline, description and a link.
*/

.thumbPreview {
  margin-bottom: 30px;
}

.thumbPreview__img {
  display: block;
  width: 100%;
}

.thumbPreview__title {
  margin: 10px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
}

.thumbPreview__desc {
  margin-bottom: 15px;
}

.filter__results {
  background: #fff;
}

.categoryFilter__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categoryFilter__list li {
  margin: 0 0 10px;
}

@media (min-width: 480px) and (max-width: 700px) {
  .categoryFilter__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media (min-width: 700px) {
  .categoryFilter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categoryFilter__list li {
    display: inline-block;
    margin: 0 30px 10px 0;
  }
}

.brand-color {
  color: #ab162b;
}

.page-intro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-intro .lead {
  margin: 0;
  max-width: 800px;
}

.page-intro__img {
  float: right;
  margin: 0 0 0 15px;
}

@media (min-width: 992px) {
  .page-intro {
    padding-top: 8vmin;
    padding-bottom: 8vmin;
  }

  .page-intro__img {
    margin-top: -15px;
  }
}

.page-intro--alt {
  margin-bottom: 40px;
  margin-bottom: 4vmin;
  background: #ECECEC;
}

.page-intro--centered {
  text-align: center;
}

.page-intro--centered .lead {
  margin-left: auto;
  margin-right: auto;
}

.page-intro--slim {
  padding: 15px 0;
}

.page-intro--slim h1,
.page-intro--slim h2 {
  font-size: 22px;
}

@media (min-width: 992px) {
  .page-intro--slim {
    padding-top: 5vmin;
    padding-bottom: 0;
  }

  .page-intro--slim h1,
  .page-intro--slim h2 {
    font-size: 33px;
  }

  .page-intro--slim.page-intro--alt {
    padding-bottom: 5vmin;
  }
}

.page-footer .container-fluid,
.pre-footer .container-fluid {
  margin: 0 20px;
}

@media (min-width: 1200px) {
  .page-footer .container-fluid,
  .pre-footer .container-fluid {
    margin: 0 5%;
  }
}

.container,
.container-fluid {
  padding: 0;
}

.main {
  max-width: 1300px;
}

.main--fluid {
  max-width: none;
}

.page {
  position: relative;
}

.page .row {
  padding: 0;
  margin: 0;
}

.page .col {
  padding: 0;
  margin: 0;
}

.modal .main {
  padding: 0;
  margin: 0;
}

.modal .row {
  padding: 0;
  margin: 0;
}

.modal .col {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .main {
    padding-top: 0px;
  }

  .main .col {
    vertical-align: top;
    float: none;
    display: inline-block;
    margin-right: -5px;
  }

  .main .spot.large {
    min-height: 500px;
    max-height: 800px;
  }

  body.alternate .main {
    padding-top: 35px;
  }
}

/*
*   Header specifics and general header item specifics
*/

.page-header {
  position: relative;
  z-index: 1500;
  display: block;
  width: 100%;
  max-height: 100%;
  min-height: 55px;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.landing-page .page-header .main-navigation ul,
.landing-page .page-header .top-bar {
  display: none;
}

@media (min-width: 768px) {
  .page-header.affix .main-navigation .secondary-level--container {
    margin-top: 15px;
  }

  .page-header.affix .main-navigation .secondary-level--container ul.secondary-level {
    margin: 0;
  }
}

.page-header .level-expander {
  display: none;
}

.page-header .secondary-level--active {
  opacity: 1;
  visibility: visible;
  height: 60px;
  z-index: 50;
  -webkit-transition: opacity 0.2s ease, height 0.2s ease, visiblity 0s linear 0s, z-index 0s linear 0s;
  transition: opacity 0.2s ease, height 0.2s ease, visiblity 0s linear 0s, z-index 0s linear 0s;
}

.page-header .secondary-level--inactive {
  opacity: 0;
  height: 0;
  visibility: hidden;
  z-index: -99;
  -webkit-transition: opacity 0.2s ease, height 0.2s ease, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
  transition: opacity 0.2s ease, height 0.2s ease, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
}

.page-header li.multileveled:hover a.link:before {
  background-color: #ab162b;
}

@media (max-width: 767px) {
  .page-header .main-navigation ul {
    margin: 0 0 0 10px;
  }

  .page-header .level-expander {
    display: inline-block;
    font-size: 33px;
    cursor: pointer;
    position: relative;
    right: 18px;
    margin-top: -40px;
    padding: 0 20px;
    float: right;
    line-height: 0;
    top: 7px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }

  .page-header .level-expander.expanded {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .page-header .secondary-level--container {
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: 0;
    display: block;
  }

  .page-header .secondary-level--container ul.secondary-level {
    margin: 0;
    padding-left: 32px;
    display: block;
    margin-bottom: 10px;
  }

  .page-header .secondary-level--container ul.secondary-level li a {
    color: #333;
  }

  .page-header .secondary-level--container ul.secondary-level li a:focus,
  .page-header .secondary-level--container ul.secondary-level li a:hover {
    color: #ab162b;
  }
}

@media (min-width: 768px) {
  .page-header .professional-site ~ ul .secondary-level {
    padding-left: 200px;
  }

  .page-header .main-navigation > ul > li:active .secondary-level--container,
  .page-header .main-navigation > ul > li:focus .secondary-level--container,
  .page-header .main-navigation > ul > li:hover .secondary-level--container {
    opacity: 1;
    visibility: visible;
    height: 60px;
    z-index: 50;
    -webkit-transition: opacity 0.2s ease, height 0.2s ease, visiblity 0s linear 0s, z-index 0s linear 0s;
    transition: opacity 0.2s ease, height 0.2s ease, visiblity 0s linear 0s, z-index 0s linear 0s;
  }

  .page-header .secondary-level--container {
    position: fixed;
    display: block;
    width: 100vw;
    margin-top: 20px;
    left: 0;
    height: 60px !important;
    background-color: #333;
    line-height: 60px;
    padding-right: 65px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    opacity: 0;
    height: 0;
    visibility: hidden;
    z-index: -99;
    -webkit-transition: opacity 0.2s ease, height 0.2s ease, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
    transition: opacity 0.2s ease, height 0.2s ease, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
  }

  .page-header .secondary-level--container.active,
  .page-header .secondary-level--container:active,
  .page-header .secondary-level--container:focus,
  .page-header .secondary-level--container:hover {
    opacity: 1;
    visibility: visible;
    height: 60px;
    z-index: 50;
    -webkit-transition: opacity 0.2s ease, height 0.2s ease, visiblity 0s linear 0s, z-index 0s linear 0s;
    transition: opacity 0.2s ease, height 0.2s ease, visiblity 0s linear 0s, z-index 0s linear 0s;
  }

  .page-header .secondary-level--container:after,
  .page-header .secondary-level--container:before {
    content: "";
    display: block;
    position: fixed;
    height: 60px;
    width: 25px;
    z-index: 99;
  }

  .page-header .secondary-level--container:before {
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #333333 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #333333 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
  }

  .page-header .secondary-level--container:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,333333+100&0+0,1+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #333333 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #333333 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#333333', GradientType=1);
    /* IE6-9 */
  }

  .page-header .secondary-level--container ul.secondary-level {
    margin: 0;
    padding: 0 45px 0 65px;
    width: 100%;
    position: absolute;
    text-align: right;
  }

  .page-header .secondary-level--container ul.secondary-level li {
    float: none;
    display: inline-block;
    margin-left: 25px;
    padding: 0;
  }

  .page-header .secondary-level--container ul.secondary-level li:last-of-type {
    margin-right: 25px;
  }

  .page-header .secondary-level--container ul.secondary-level li a,
  .page-header .secondary-level--container ul.secondary-level li a:visited {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }

  .page-header .secondary-level--container ul.secondary-level li a.active,
  .page-header .secondary-level--container ul.secondary-level li a:focus,
  .page-header .secondary-level--container ul.secondary-level li a:hover {
    color: #ffffff;
  }
}

.page-header .top-menu a {
  -webkit-transition: -webkit-filter 0.2s, color 0.2s, filter 0.2s, color 0.2s;
  transition: filter 0.2s, color 0.2s;
  color: #909090;
}

.page-header .top-menu a:before {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.5;
}

.page-header .top-menu a:after {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.page-header .top-menu a:hover {
  color: #fff;
  text-decoration: none;
}

.page-header .top-menu a:hover:before {
  opacity: 1 !important;
}

.page-header .top-menu .active {
  position: relative;
  color: #fff;
}

.page-header .top-menu .active:before {
  opacity: 1 !important;
}

.page-header .top-menu .active:after {
  opacity: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #212121;
  z-index: 1000;
}

.page-header .outer-container {
  position: relative;
  display: table;
  width: 100%;
}

.page-header a.highlighted-item {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 10px 5px 0;
  display: block;
  float: left;
  border: none;
  background: #ab162b;
  color: #fff;
  width: 100%;
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.page-header a.highlighted-item:hover {
  background: #9d1428;
  text-decoration: none;
}

.page-header a.highlighted-item:before {
  font-family: "FontAwesome";
  font-style: initial;
  font-size: 13px;
  content: "\f0a9" !important;
  margin: 0 0.6em;
}

.sticky-highlight .page-header a.highlighted-item:not(.clone) {
  display: none;
}

@media (min-width: 768px) {
  .sticky-highlight .page-header a.highlighted-item:not(.clone) {
    display: block;
  }
}

.page-header li,
.page-header ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header ul li {
  display: block;
}

@media (max-width: 767px) {
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .page-header {
    position: relative;
    overflow: visible;
  }

  .page-header .main-navigation {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .page-header .logo {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .page-header.affix {
    position: fixed;
    left: 0;
    top: 0;
  }

  .page-header.affix ~ .main {
    padding-top: 160px;
  }

  .page-header.affix .top-bar {
    height: 0;
    display: none;
  }

  .page-header.affix .logo {
    width: 104px;
    margin-top: 5px;
  }

  .page-header.affix .main-navigation {
    height: 60px;
    padding-top: 12px;
  }

  .page-header.affix .main-navigation ul {
    margin: 7px 0 0;
  }

  .page-header.affix .main-navigation ul a.highlighted-item {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #CF0003;
    margin: 0;
    padding: 2px 0;
    font-size: 16px;
    line-height: 21px;
  }

  .page-header.affix .main-navigation ul a.highlighted-item:before {
    top: 2px;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border-radius: 0;
    border: none;
    background: #CF0003;
  }
}

a.highlighted-item.clone {
  display: none;
  visibility: hidden;
  pointer-events: none;
  z-index: -9999;
  line-height: 25px;
}

@media (max-width: 767px) {
  a.highlighted-item.clone {
    display: block;
    visibility: visible;
    pointer-events: initial;
    z-index: auto;
  }

  a.highlighted-item.clone.hide {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    z-index: -9999;
  }

  body {
    padding-top: 55px;
  }

  body.sticky-highlight {
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  .page-header.secondary-level--expanded.affix ~ .main .breadcrumb--container {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .page-header.secondary-level--expanded ~ .main {
    padding-top: 60px;
  }
}

.page-header:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.page-header .top-bar {
  width: 100%;
  display: table-footer-group;
  background: #212121;
  border-bottom: 1px solid #4A4A4A;
}

.page-header .top-bar .top-bar-slide {
  line-height: 0;
  height: 100%;
  display: none;
}

.page-header .inner-container {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.page-header .inner-container a {
  position: relative;
  line-height: 29.6px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 10px 5px 0;
}

.page-header .inner-container a:before {
  font-family: "FontAwesome";
  font-style: initial;
  content: "\f0a9" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 7px;
}

.page-header .inner-container li {
  width: 87.4%;
  border-right: solid 1px #494949;
  border-top: solid 1px #494949;
  display: table;
  position: relative;
}

.page-header .inner-container li:first-child {
  border-top: none;
}

.page-header .inner-container li.language-selector a:before {
  font-family: "FontAwesome";
  font-style: initial;
  content: "\f0ab" !important;
}

.page-header .inner-container li.search a:before {
  font-family: "FontAwesome";
  font-style: initial;
  content: "\f002" !important;
}

.page-header .inner-container li.link-social {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  height: 33%;
  right: 0;
  width: 13%;
  border-right: none;
  z-index: 900;
}

.page-header .inner-container li.link-social a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}

.page-header .inner-container li.link-social a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transition: -webkit-filter 0.3s, filter 0.3s;
  transition: filter 0.3s;
}

.page-header .inner-container li.link-social a:hover:before {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.page-header .inner-container li.link-YouTube,
.page-header .inner-container li.link-youtube {
  top: 0;
  border-top: none;
}

.page-header .inner-container li.link-YouTube a:before,
.page-header .inner-container li.link-youtube a:before {
  margin: -7.5px 0 0 -9px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -133px;
  width: 18px;
  height: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-YouTube a:before,
  .page-header .inner-container li.link-youtube a:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-YouTube a:before,
  .page-header .inner-container li.link-youtube a:before {
    background-size: 72px 1812px;
  }
}

.page-header .inner-container li.link-facebook {
  top: 33.3334%;
}

.page-header .inner-container li.link-facebook a:before {
  margin: -8px 0 0 -4px;
  width: 8px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -160px;
  width: 7px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-facebook a:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-facebook a:before {
    background-size: 72px 1812px;
  }
}

.page-header .inner-container li.link-twitter {
  top: 66.6667%;
}

.page-header .inner-container li.link-twitter a:before {
  margin: -8px 0 0 -7.5px;
  height: 14px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -120px;
  width: 15px;
  height: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-twitter a:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-twitter a:before {
    background-size: 72px 1812px;
  }
}

.page-header .inner-container li.link-linkedin {
  top: 66.6667%;
}

.page-header .inner-container li.link-linkedin a:before {
  margin: -8px 0 0 -6.5px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -146px;
  width: 14px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-linkedin a:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-header .inner-container li.link-linkedin a:before {
    background-size: 72px 1812px;
  }
}

.page-header .inner-container li.link-email {
  top: 66.6667%;
  width: 30px !important;
  display: none;
}

@media (min-width: 768px) {
  .page-header .inner-container li.link-email {
    display: block;
  }
}

.page-header .inner-container li.link-email a:before {
  margin: -15px 0 0 -7px;
  width: 18px;
  height: 13px;
  content: "\f003" !important;
  font-family: "FontAwesome";
  color: white;
  background: none;
  text-indent: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .page-header .top-bar {
    height: 30px;
    display: block;
  }

  .page-header .top-bar .top-bar-slide {
    display: block;
  }

  .page-header .top-bar .inner-container {
    float: none;
    display: inline-block;
    width: auto;
    text-align: center;
    border-right: solid 1px #494949;
  }

  .page-header .top-bar .inner-container ul {
    display: inline-block;
    float: right;
    width: auto;
  }

  .page-header .top-bar .inner-container li,
  .page-header .top-bar .inner-container li.link-YouTube,
  .page-header .top-bar .inner-container li.link-facebook,
  .page-header .top-bar .inner-container li.link-linkedin,
  .page-header .top-bar .inner-container li.link-twitter,
  .page-header .top-bar .inner-container li.link-youtube {
    float: left;
    position: relative;
    display: block;
    right: auto;
    width: auto;
    border: none;
    border-left: solid 1px #494949;
  }

  .page-header .top-bar .inner-container li a,
  .page-header .top-bar .inner-container li.link-YouTube a,
  .page-header .top-bar .inner-container li.link-facebook a,
  .page-header .top-bar .inner-container li.link-linkedin a,
  .page-header .top-bar .inner-container li.link-twitter a,
  .page-header .top-bar .inner-container li.link-youtube a {
    line-height: 30px;
  }

  .page-header .top-bar .inner-container li.link-YouTube .page-header .top-bar .inner-container li.link-facebook,
  .page-header .top-bar .inner-container li.link-linkedin,
  .page-header .top-bar .inner-container li.link-twitter,
  .page-header .top-bar .inner-container li.link-youtube {
    width: 38px;
  }

  .page-header .top-bar .inner-container li a {
    padding: 0 20px 0 0;
    /*&:before{
                    margin: 0 10px 0 20px;
                    }*/
  }

  .page-header .top-bar a.highlighted-item {
    float: right;
    display: block;
    width: 100%;
    line-height: 29.6px;
    padding: 0 20px 0 0;
    text-align: center;
  }

  .page-header .top-bar a.highlighted-item:before {
    margin: 0 10px 0 20px;
  }

  .float .top-bar {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-header .top-bar {
    text-align: right;
  }

  .page-header .top-bar .inner-container {
    border-right: none;
  }

  .page-header .top-bar a.highlighted-item {
    width: auto;
    text-align: left;
    display: block;
  }
}

.main-navigation {
  float: left;
  width: 100%;
  min-height: 55px;
  display: table-header-group;
}

.main-navigation .logo {
  position: relative;
  display: block;
  float: left;
  width: 75px;
  height: 17.5px;
  margin: 17.5px 0 0 20px;
  text-indent: -9999px;
  overflow: hidden;
}

.main-navigation .logo img {
  display: block;
}

.main-navigation .professional-site {
  display: none;
}

.main-navigation ul {
  display: none;
  margin: 25px 0 10px;
}

.main-navigation ul .link {
  display: block;
  padding: 6px 10px 6px 12px;
  color: #282828;
  font-size: 17px;
  line-height: 21px;
}

.main-navigation ul .link:hover:before {
  background: #ab162b;
}

.main-navigation ul .link:before {
  content: "";
  position: relative;
  display: block;
  background: #fff;
  border: solid 1px #ab162b;
  width: 10px;
  height: 10px;
  top: 6px;
  margin: 0 10px 0 0;
  float: left;
  border-radius: 5px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.main-navigation ul .highlighted-item {
  display: none;
  margin-left: 10px;
}

.main-navigation ul .highlighted-item .link {
  color: #ab162b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding-left: 25px;
  position: relative;
}

.main-navigation ul .highlighted-item .link:before {
  font-family: "FontAwesome";
  font-style: initial;
  content: "\f0a9" !important;
  border: none;
  background: none;
  top: 0;
  font-size: 1.6em;
  margin: 0 1em !important;
}

@media (max-width: 767px) {
  .main-navigation .btn-menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-navigation {
    padding: 30px 2% 20px 20px;
    position: relative;
    display: block;
    height: auto;
    vertical-align: top;
  }

  .main-navigation .professional-site {
    display: inline-block;
    background: #212121;
    color: #fff;
    padding: 2px 30px 2px 15px;
    line-height: 29px;
    font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: -20px;
    left: 0;
    line-height: 35px;
    padding-left: 20px;
    z-index: 99;
  }

  .affix .main-navigation .professional-site {
    line-height: 25px;
    bottom: -15px;
  }

  .main-navigation .logo {
    display: block;
    width: 148px;
    height: 35px;
    float: left;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
  }

  .main-navigation ul {
    position: relative;
    display: block;
    float: right;
    vertical-align: bottom;
    margin: 30px 0 -20px;
    width: auto;
  }

  .main-navigation li {
    float: left;
    width: auto;
    padding-bottom: 20px;
  }

  .main-navigation li a.link {
    display: block;
    padding: 2px 10px;
    color: #282828;
    font-size: 17px;
    line-height: 21px;
  }

  .main-navigation li a.link.highlighted-item {
    display: none;
  }

  .main-navigation li.active a.link:before {
    background: #ab162b;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .main-navigation .professional-site {
    padding-left: 5.3%;
  }
}

@media (min-width: 1200px) {
  .main-navigation {
    padding-left: 5%;
  }
}

@media (min-width: 1000px) {
  .main-navigation {
    padding-top: 45px;
  }

  .affix .main-navigation ul .highlighted-item {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main-navigation .highlighted-item .link {
    margin-left: 50px;
  }

  .main-navigation ul .link {
    margin-left: 25px;
  }
}

.page-header .panel {
  display: none;
  background: #212121;
}

.search-panel {
  float: left;
  width: 100%;
  height: 100px;
  height: 70px;
  position: relative;
}

.search-panel--inner {
  padding: 10px 10px 10px 70px;
  height: 100%;
}

.search-panel--inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 22px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -951px;
  width: 22px;
  height: 22px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .search-panel--inner:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .search-panel--inner:before {
    background-size: 72px 1812px;
  }
}

.search-panel--inner:after {
  content: "";
  position: absolute;
  left: 70px;
  background: #353535;
  width: 1px;
  height: 100%;
  top: 0;
}

.search-panel--query {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 15px;
  border: 0;
  color: #ab162b;
  font-size: 30px;
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  background: none;
}

.search-panel--query::-webkit-input-placeholder {
  color: currentColor;
}

.search-panel--query::-moz-placeholder {
  color: currentColor;
}

.search-panel--query:-ms-input-placeholder {
  color: currentColor;
}

.search-panel--query::placeholder {
  color: currentColor;
}

.search-panel .close {
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}

.language-panel .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}

.language-panel .languages-container {
  background: #212121;
}

.language-panel .languages-container div {
  position: relative;
  float: none;
  text-align: left;
}

.language-panel li,
.language-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.language-panel ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}

.language-panel li {
  width: 33%;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.language-panel li a {
  float: left;
  padding: 4px;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: left;
}

.language-panel li a:hover .country-name {
  text-decoration: underline;
}

.language-panel li a abbr {
  float: left;
  padding: 2px;
  margin: 2px 7px 0 0;
  line-height: 13px;
  color: #212121;
  font-size: 10px;
  border-radius: 50%;
  background: #fff;
}

.language-panel li a .ico {
  float: left;
  margin-right: 10px;
}

.language-panel li a span {
  display: block;
  float: left;
}

.language-panel li a span.country-name {
  display: none;
}

.language-panel li.language a span:before {
  display: block;
}

.language-panel li.country a:before {
  display: block;
}

@media (max-width: 768px) {
  .language-panel {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }

  .language-panel .languages-container {
    height: 100%;
  }

  .language-panel ul {
    height: 100%;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .language-panel {
    position: relative;
    text-align: left;
    float: left;
    width: 100%;
    max-height: none;
    background: transparent;
  }

  .language-panel .close {
    display: none;
  }

  .language-panel .languages-container {
    padding: 30px 0;
    overflow: auto;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-height: none;
    background: transparent;
  }

  .language-panel .languages-container div {
    padding: 0;
  }

  .language-panel li {
    width: 25%;
    max-width: 190px;
    margin-bottom: 10px;
  }

  .language-panel li a span.country-code {
    display: none;
  }

  .language-panel li a span.country-name {
    display: block;
  }
}

.btn-menu {
  display: none;
  float: right;
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  margin: 20px 30px;
}

.btn-menu i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 2px;
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.btn-menu:after,
.btn-menu:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.btn-menu:after {
  top: 100%;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.has--nav-open .btn-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.has--nav-open .btn-menu i {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.has--nav-open .btn-menu:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(-1px, 1px, 0);
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-1px, 1px, 0);
}

.has--nav-open .btn-menu:before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
}

.page-footer {
  padding: 30px 0 0;
  background: #212121;
}

.page-footer .logo {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 7px 0 20px 0;
}

.page-footer .logos {
  width: 100%;
  max-width: 320px;
}

.page-footer .logos img {
  max-width: 100%;
}

.page-footer ul,
.page-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-footer ul {
  display: inline-block;
  float: left;
}

.page-footer li {
  display: block;
  float: left;
}

.page-footer .social-links {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-footer .social-links .ico {
  margin: 0 0 0 10px;
  text-indent: 100%;
  overflow: hidden;
}

.page-footer .menu {
  margin: 0 0 10px 0;
}

.page-footer .menu li {
  width: 100%;
}

.page-footer .menu li a {
  display: block;
  font-size: 13px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #ab162b;
}

.page-footer p {
  float: left;
  color: #646464;
  font-size: 12px;
  margin: 0 0 40px 0;
}

@media (min-width: 768px) {
  .page-footer {
    min-height: 100px;
    padding: 50px 0 50px;
  }

  .page-footer .logo-ontop {
    width: 100%;
    clear: both;
  }

  .page-footer .logo-right,
  .page-footer .logo-left {
    width: 50%;
    height: auto;
  }

  .page-footer .logo-right img,
  .page-footer .logo-left img {
    max-width: 100%;
  }

  .page-footer .logo-right {
    float: right;
  }

  .page-footer .logo-left {
    float: left;
  }

  .page-footer .menu {
    margin: 0 0 5px 0;
  }

  .page-footer .menu li {
    width: auto;
    margin: 0 40px 0 0;
  }

  .page-footer p {
    width: 90%;
    margin: 0 0 20px 0;
  }
}

.pre-footer {
  background: #353535;
  position: relative;
  overflow: hidden;
}

.pre-footer:after {
  clear: both;
  content: "";
}

.pre-footer .col {
  position: relative;
}

.pre-footer .col:after {
  content: "";
  top: 0;
  left: -10%;
  background: #212121;
  height: 1px;
  width: 120%;
  position: absolute;
}

.pre-footer .col:first-child .spot {
  padding-left: 0;
}

.pre-footer .col:last-child .spot {
  padding-right: 0;
}

.pre-footer .col .spot {
  background: none !important;
}

.pre-footer .col .spot:before,
.pre-footer .col .spot:after {
  content: " ";
  display: table;
}

.pre-footer .col .spot:after {
  clear: both;
}

.pre-footer .col .spot:before,
.pre-footer .col .spot:after {
  content: " ";
  display: table;
}

.pre-footer .col .spot:after {
  clear: both;
}

.pre-footer .col .spot-newsletter .scfForm {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .pre-footer {
    position: relative;
  }

  .pre-footer .spot {
    padding: 20px;
  }

  .pre-footer .col {
    clear: none;
    border-right: 1px solid #212121;
    margin-bottom: -900px;
    padding-bottom: 900px;
  }

  .pre-footer .col:last-child {
    border: 0;
  }
}

@media (max-width: 1199px) {
  .pre-footer .col .spot {
    padding: 10% 5%;
  }
}

@media (max-width: 767px) {
  .pre-footer .col .spot {
    padding: 20px 0;
  }
}

.spot.var-23.hypenate,
.spot.var-24.hypenate,
.spot.var-7.hypenate,
.spot.var-8.hypenate,
.spot.var-9.hypenate {
  word-break: break-all;
}

/*
*   Backgrounds
*/

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

.spot--bg-light {
  background: #ECECEC !important;
}

.spot--bg-dark {
  color: #fff;
  background: #353535 !important;
}

.spot--bg-yellow {
  color: #fff;
  background: #D1B67B !important;
}

.spot--bg-green {
  color: #fff;
  background: #91A38E !important;
}

.spot--bg-cyan {
  color: #fff;
  background: #6BA6B5 !important;
}

.spot {
  height: 100%;
  background: #ECECEC;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .spot {
    min-height: 400px;
    float: none;
    width: auto;
  }
}

.spot img {
  width: auto;
  height: auto;
}

.spot .body {
  word-wrap: break-word;
}

.spot-type-a {
  background: #ECECEC;
  text-align: center;
  clear: both;
}

.spot-type-a:before {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  clear: both;
  float: left;
}

.spot-type-a h3,
.spot-type-a p {
  text-align: left;
}

.spot-type-a h2 em,
.spot-type-a h3 em,
.spot-type-a h4 em,
.spot-type-a p em,
.spot-type-a h2 i,
.spot-type-a h3 i,
.spot-type-a h4 i,
.spot-type-a p i {
  font-style: italic;
  color: inherit;
}

.spot-type-a h2 b,
.spot-type-a h3 b,
.spot-type-a h4 b,
.spot-type-a p b,
.spot-type-a h2 strong,
.spot-type-a h3 strong,
.spot-type-a h4 strong,
.spot-type-a p strong {
  font-weight: bold;
  color: inherit;
}

.spot-type-a .cover {
  position: absolute;
}

.spot-type-a .body {
  text-align: left;
}

.spot-type-a .body li,
.spot-type-a .body ul {
  text-align: left;
}

.spot-type-a .image .spot-video {
  display: none;
}

.spot-type-a .image .spot-video--link h3,
.spot-type-a .image .spot-video--overlay h3,
.spot-type-a .image .spot-video--link p,
.spot-type-a .image .spot-video--overlay p {
  text-align: center;
}

.spot-type-a .foot-note a,
.spot-type-a .foot-note p {
  font-size: 0.85rem;
}

.spot-type-a.right .image img {
  float: right;
}

.spot-type-a .image {
  position: relative;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spot-type-a.no-quotes div h4:after,
.spot-type-a.no-quotes div h4:before {
  display: none !important;
}

.spot-type-a .image-alt {
  display: none;
}

.spot-type-a a.go,
.spot-type-a a.go-big,
.spot-type-a a.go-after {
  position: relative;
}

.spot-type-a.var-13,
.spot-type-a.var-18.light {
  background: #353535;
}

.spot-type-a.var-13 div,
.spot-type-a.var-18.light div,
.spot-type-a.var-13 h3,
.spot-type-a.var-18.light h3,
.spot-type-a.var-13 p,
.spot-type-a.var-18.light p {
  color: #F4F4F4;
}

.spot-type-a.var-13 .foot-note p,
.spot-type-a.var-18.light .foot-note p {
  color: #545454;
}

.spot-type-a.var-1 .image .spot-video,
.spot-type-a.var-10 .image .spot-video,
.spot-type-a.var-13 .image .spot-video,
.spot-type-a.var-23 .image .spot-video,
.spot-type-a.var-24 .image .spot-video,
.spot-type-a.var-7 .image .spot-video,
.spot-type-a.var-8 .image .spot-video {
  display: block;
}

.spot-type-a.var-1,
.spot-type-a.var-12,
.spot-type-a.var-14,
.spot-type-a.var-15,
.spot-type-a.var-21,
.spot-type-a.var-22,
.spot-type-a.var-4,
.spot-type-a.var-4-alt {
  background: #fff;
  float: left;
  position: relative;
}

.spot-type-a.var-1 .body,
.spot-type-a.var-12 .body,
.spot-type-a.var-14 .body,
.spot-type-a.var-15 .body,
.spot-type-a.var-21 .body,
.spot-type-a.var-22 .body,
.spot-type-a.var-4 .body,
.spot-type-a.var-4-alt .body {
  display: block;
  float: none;
}

.spot-type-a.var-1 .image,
.spot-type-a.var-12 .image,
.spot-type-a.var-14 .image,
.spot-type-a.var-15 .image,
.spot-type-a.var-21 .image,
.spot-type-a.var-22 .image,
.spot-type-a.var-4 .image,
.spot-type-a.var-4-alt .image {
  display: block;
  position: relative;
}

.spot-type-a.var-1 .image div.quotes-text:before,
.spot-type-a.var-12 .image div.quotes-text:before,
.spot-type-a.var-14 .image div.quotes-text:before,
.spot-type-a.var-15 .image div.quotes-text:before,
.spot-type-a.var-21 .image div.quotes-text:before,
.spot-type-a.var-22 .image div.quotes-text:before,
.spot-type-a.var-4 .image div.quotes-text:before,
.spot-type-a.var-4-alt .image div.quotes-text:before {
  position: absolute;
  content: "";
  background: #3B3B3B;
  z-index: 1;
  opacity: 0.85;
}

.spot-type-a.var-1 .image h4,
.spot-type-a.var-12 .image h4,
.spot-type-a.var-14 .image h4,
.spot-type-a.var-15 .image h4,
.spot-type-a.var-21 .image h4,
.spot-type-a.var-22 .image h4,
.spot-type-a.var-4 .image h4,
.spot-type-a.var-4-alt .image h4 {
  position: relative;
  display: block;
  line-height: 25px;
  color: #fff;
  font-size: 20px;
  z-index: 2;
  font-family: Georgia, "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-style: italic;
  letter-spacing: 0.75px;
}

@media (min-width: 768px) {
  .spot-type-a.var-1 .image h4,
  .spot-type-a.var-12 .image h4,
  .spot-type-a.var-14 .image h4,
  .spot-type-a.var-15 .image h4,
  .spot-type-a.var-21 .image h4,
  .spot-type-a.var-22 .image h4,
  .spot-type-a.var-4 .image h4,
  .spot-type-a.var-4-alt .image h4 {
    font-size: 30px;
  }
}

.spot-type-a.var-1 .image h4:after,
.spot-type-a.var-12 .image h4:after,
.spot-type-a.var-14 .image h4:after,
.spot-type-a.var-15 .image h4:after,
.spot-type-a.var-21 .image h4:after,
.spot-type-a.var-22 .image h4:after,
.spot-type-a.var-4 .image h4:after,
.spot-type-a.var-4-alt .image h4:after,
.spot-type-a.var-1 .image h4:before,
.spot-type-a.var-12 .image h4:before,
.spot-type-a.var-14 .image h4:before,
.spot-type-a.var-15 .image h4:before,
.spot-type-a.var-21 .image h4:before,
.spot-type-a.var-22 .image h4:before,
.spot-type-a.var-4 .image h4:before,
.spot-type-a.var-4-alt .image h4:before {
  position: absolute;
  display: block;
}

.spot-type-a.var-1 .image h4:before,
.spot-type-a.var-12 .image h4:before,
.spot-type-a.var-14 .image h4:before,
.spot-type-a.var-15 .image h4:before,
.spot-type-a.var-21 .image h4:before,
.spot-type-a.var-22 .image h4:before,
.spot-type-a.var-4 .image h4:before,
.spot-type-a.var-4-alt .image h4:before {
  content: "";
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -289px;
  width: 22px;
  height: 18px;
  left: 0;
  top: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-1 .image h4:before,
  .spot-type-a.var-12 .image h4:before,
  .spot-type-a.var-14 .image h4:before,
  .spot-type-a.var-15 .image h4:before,
  .spot-type-a.var-21 .image h4:before,
  .spot-type-a.var-22 .image h4:before,
  .spot-type-a.var-4 .image h4:before,
  .spot-type-a.var-4-alt .image h4:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-1 .image h4:before,
  .spot-type-a.var-12 .image h4:before,
  .spot-type-a.var-14 .image h4:before,
  .spot-type-a.var-15 .image h4:before,
  .spot-type-a.var-21 .image h4:before,
  .spot-type-a.var-22 .image h4:before,
  .spot-type-a.var-4 .image h4:before,
  .spot-type-a.var-4-alt .image h4:before {
    background-size: 72px 1812px;
  }
}

.spot-type-a.var-1 .image h4:after,
.spot-type-a.var-12 .image h4:after,
.spot-type-a.var-14 .image h4:after,
.spot-type-a.var-15 .image h4:after,
.spot-type-a.var-21 .image h4:after,
.spot-type-a.var-22 .image h4:after,
.spot-type-a.var-4 .image h4:after,
.spot-type-a.var-4-alt .image h4:after {
  content: "";
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -307px;
  width: 22px;
  height: 18px;
  right: 0;
  bottom: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-1 .image h4:after,
  .spot-type-a.var-12 .image h4:after,
  .spot-type-a.var-14 .image h4:after,
  .spot-type-a.var-15 .image h4:after,
  .spot-type-a.var-21 .image h4:after,
  .spot-type-a.var-22 .image h4:after,
  .spot-type-a.var-4 .image h4:after,
  .spot-type-a.var-4-alt .image h4:after {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-1 .image h4:after,
  .spot-type-a.var-12 .image h4:after,
  .spot-type-a.var-14 .image h4:after,
  .spot-type-a.var-15 .image h4:after,
  .spot-type-a.var-21 .image h4:after,
  .spot-type-a.var-22 .image h4:after,
  .spot-type-a.var-4 .image h4:after,
  .spot-type-a.var-4-alt .image h4:after {
    background-size: 72px 1812px;
  }
}

.spot-type-a.var-1 .image p,
.spot-type-a.var-12 .image p,
.spot-type-a.var-14 .image p,
.spot-type-a.var-15 .image p,
.spot-type-a.var-21 .image p,
.spot-type-a.var-22 .image p,
.spot-type-a.var-4 .image p,
.spot-type-a.var-4-alt .image p {
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 2;
}

.spot-type-a.var-1 .image p strong,
.spot-type-a.var-12 .image p strong,
.spot-type-a.var-14 .image p strong,
.spot-type-a.var-15 .image p strong,
.spot-type-a.var-21 .image p strong,
.spot-type-a.var-22 .image p strong,
.spot-type-a.var-4 .image p strong,
.spot-type-a.var-4-alt .image p strong {
  display: block;
}

@media (min-width: 768px) {
  .spot-type-a.var-1 .body,
  .spot-type-a.var-12 .body,
  .spot-type-a.var-14 .body,
  .spot-type-a.var-15 .body,
  .spot-type-a.var-21 .body,
  .spot-type-a.var-22 .body,
  .spot-type-a.var-4 .body,
  .spot-type-a.var-4-alt .body {
    float: right;
    display: block;
  }

  .spot-type-a.var-1 .image,
  .spot-type-a.var-12 .image,
  .spot-type-a.var-14 .image,
  .spot-type-a.var-15 .image,
  .spot-type-a.var-21 .image,
  .spot-type-a.var-22 .image,
  .spot-type-a.var-4 .image,
  .spot-type-a.var-4-alt .image {
    position: absolute;
    display: block;
  }

  .spot-type-a.var-1 .image div.quotes-text,
  .spot-type-a.var-12 .image div.quotes-text,
  .spot-type-a.var-14 .image div.quotes-text,
  .spot-type-a.var-15 .image div.quotes-text,
  .spot-type-a.var-21 .image div.quotes-text,
  .spot-type-a.var-22 .image div.quotes-text,
  .spot-type-a.var-4 .image div.quotes-text,
  .spot-type-a.var-4-alt .image div.quotes-text {
    z-index: 1;
    position: absolute;
  }
}

.spot-type-a.var-23,
.spot-type-a.var-24,
.spot-type-a.var-7,
.spot-type-a.var-8,
.spot-type-a.var-9 {
  display: table;
}

.spot-type-a.var-23 .body,
.spot-type-a.var-24 .body,
.spot-type-a.var-7 .body,
.spot-type-a.var-8 .body,
.spot-type-a.var-9 .body {
  display: table-footer-group;
}

.spot-type-a.var-23 .image,
.spot-type-a.var-24 .image,
.spot-type-a.var-7 .image,
.spot-type-a.var-8 .image,
.spot-type-a.var-9 .image {
  display: table-header-group;
  text-align: center;
}

.spot-type-a.var-23 .image div.quotes-text,
.spot-type-a.var-24 .image div.quotes-text,
.spot-type-a.var-7 .image div.quotes-text,
.spot-type-a.var-8 .image div.quotes-text,
.spot-type-a.var-9 .image div.quotes-text {
  display: none;
}

.spot-type-a.var-23 .image p,
.spot-type-a.var-24 .image p,
.spot-type-a.var-7 .image p,
.spot-type-a.var-8 .image p,
.spot-type-a.var-9 .image p {
  text-align: center;
}

@media (min-width: 768px) {
  .spot-type-a.var-23,
  .spot-type-a.var-24,
  .spot-type-a.var-7,
  .spot-type-a.var-8,
  .spot-type-a.var-9 {
    display: block;
  }
}

.spot-type-a.var-1.right .body,
.spot-type-a.var-12 .body,
.spot-type-a.var-14.right .body,
.spot-type-a.var-15.right .body,
.spot-type-a.var-21 .body,
.spot-type-a.var-22.right .body,
.spot-type-a.var-4 .body,
.spot-type-a.var-4-alt .body {
  float: none;
}

@media (min-width: 768px) {
  .spot-type-a.var-1.right .body,
  .spot-type-a.var-12 .body,
  .spot-type-a.var-14.right .body,
  .spot-type-a.var-15.right .body,
  .spot-type-a.var-21 .body,
  .spot-type-a.var-22.right .body,
  .spot-type-a.var-4 .body,
  .spot-type-a.var-4-alt .body {
    float: left;
  }
}

.spot-type-a.var-1,
.spot-type-a.var-10,
.spot-type-a.var-14,
.spot-type-a.var-15,
.spot-type-a.var-22,
.spot-type-a.var-3 {
  background: #fff;
  float: left;
}

.spot-type-a.var-1 .body,
.spot-type-a.var-10 .body,
.spot-type-a.var-14 .body,
.spot-type-a.var-15 .body,
.spot-type-a.var-22 .body,
.spot-type-a.var-3 .body {
  width: auto;
}

.spot-type-a.var-1 .image,
.spot-type-a.var-10 .image,
.spot-type-a.var-14 .image,
.spot-type-a.var-15 .image,
.spot-type-a.var-22 .image,
.spot-type-a.var-3 .image {
  background-image: none !important;
}

.spot-type-a.var-1 .image .image-alt,
.spot-type-a.var-10 .image .image-alt,
.spot-type-a.var-14 .image .image-alt,
.spot-type-a.var-15 .image .image-alt,
.spot-type-a.var-22 .image .image-alt,
.spot-type-a.var-3 .image .image-alt {
  display: block;
}

@media (min-width: 768px) {
  .spot-type-a.var-1 .body,
  .spot-type-a.var-10 .body,
  .spot-type-a.var-14 .body,
  .spot-type-a.var-15 .body,
  .spot-type-a.var-22 .body,
  .spot-type-a.var-3 .body {
    position: relative;
    float: left;
    z-index: 2;
  }

  .spot-type-a.var-1 .image,
  .spot-type-a.var-10 .image,
  .spot-type-a.var-14 .image,
  .spot-type-a.var-15 .image,
  .spot-type-a.var-22 .image,
  .spot-type-a.var-3 .image {
    display: block;
    position: relative;
    float: right;
    z-index: 1;
  }
}

.spot-type-a.var-1,
.spot-type-a.var-10,
.spot-type-a.var-14,
.spot-type-a.var-15,
.spot-type-a.var-22 {
  background: #fff;
  overflow: hidden;
}

.spot-type-a.var-1 .image div.quotes-text,
.spot-type-a.var-10 .image div.quotes-text,
.spot-type-a.var-14 .image div.quotes-text,
.spot-type-a.var-15 .image div.quotes-text,
.spot-type-a.var-22 .image div.quotes-text {
  display: none;
}

@media (min-width: 768px) {
  .spot-type-a.var-1.left .body,
  .spot-type-a.var-10.left .body,
  .spot-type-a.var-14.left .body,
  .spot-type-a.var-15.left .body,
  .spot-type-a.var-22.left .body {
    float: right;
  }

  .spot-type-a.var-1.left .image,
  .spot-type-a.var-10.left .image,
  .spot-type-a.var-14.left .image,
  .spot-type-a.var-15.left .image,
  .spot-type-a.var-22.left .image {
    float: left;
  }
}

.spot-type-a.var-1.right .image div:before,
.spot-type-a.var-14 .image div:before {
  background: #D51E28;
}

.spot-type-a.var-1 .body,
.spot-type-a.var-14 .body,
.spot-type-a.var-15 .body,
.spot-type-a.var-22 .body {
  padding: 5% 0;
}

@media (min-width: 992px) {
  .spot-type-a.var-1 .body,
  .spot-type-a.var-14 .body,
  .spot-type-a.var-15 .body,
  .spot-type-a.var-22 .body {
    font-size: 20px;
    font-weight: 300;
  }
}

.spot-type-a.var-1 .image div.quotes-text,
.spot-type-a.var-14 .image div.quotes-text,
.spot-type-a.var-15 .image div.quotes-text,
.spot-type-a.var-22 .image div.quotes-text {
  display: block;
}

@media (max-width: 767px) {
  .spot-type-a.var-1 .image,
  .spot-type-a.var-12 .image {
    background: none !important;
  }

  .spot-type-a.var-1 .image .image-alt,
  .spot-type-a.var-12 .image .image-alt {
    display: block;
  }
}

.spot-type-a.var-21 .body,
.spot-type-a.var-4 .body,
.spot-type-a.var-4-alt .body {
  z-index: 2;
}

.spot-type-a.var-21 .body a,
.spot-type-a.var-4 .body a,
.spot-type-a.var-4-alt .body a,
.spot-type-a.var-21 .body h3,
.spot-type-a.var-4 .body h3,
.spot-type-a.var-4-alt .body h3,
.spot-type-a.var-21 .body p,
.spot-type-a.var-4 .body p,
.spot-type-a.var-4-alt .body p {
  position: relative;
  z-index: 3;
}

.spot-type-a.var-21 .body .cover,
.spot-type-a.var-4 .body .cover,
.spot-type-a.var-4-alt .body .cover {
  z-index: 2;
}

.spot-type-a.var-21 .image,
.spot-type-a.var-4 .image,
.spot-type-a.var-4-alt .image {
  z-index: 1;
  display: none;
}

@media (min-width: 768px) {
  .spot-type-a.var-21 .image,
  .spot-type-a.var-4 .image,
  .spot-type-a.var-4-alt .image {
    display: block;
  }
}

.spot-type-a.var-14 .image div.quotes-text,
.spot-type-a.var-15 .image div.quotes-text,
.spot-type-a.var-22 .image div.quotes-text {
  position: absolute;
}

.spot-type-a.var-1 .image div.quotes-text {
  display: none;
}

.spot-type-a.var-3 {
  overflow: hidden;
}

.spot-type-a.var-3 .image {
  position: relative;
}

.spot-type-a.var-3 .image div.quotes-text {
  display: none;
}

@media (min-width: 768px) {
  .spot-type-a.var-3 .body {
    position: absolute;
  }
}

.spot-type-a.var-6 {
  position: relative;
  display: table;
  background: #353535;
}

.spot-type-a.var-6 .body {
  display: none;
}

.spot-type-a.var-6:before {
  position: absolute;
  content: "";
  background: #353535;
  z-index: 1;
  opacity: 0.9;
}

.spot-type-a.var-6 .image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.spot-type-a.var-6 .image div.quotes-text {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.spot-type-a.var-6 h4,
.spot-type-a.var-6 p {
  position: relative;
  z-index: 2;
  color: #F4F4F4;
}

.spot-type-a.var-6 h4 {
  display: inline-block;
  line-height: 35px;
  font-size: 24px;
}

.spot-type-a.var-6 h4:after,
.spot-type-a.var-6 h4:before {
  position: absolute;
  display: block;
  font-size: 70px;
  line-height: 35px;
}

.spot-type-a.var-6 h4:after {
  content: "";
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -307px;
  width: 22px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-6 h4:after {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-6 h4:after {
    background-size: 72px 1812px;
  }
}

.spot-type-a.var-6 h4:before {
  content: "";
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -289px;
  width: 22px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-6 h4:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-type-a.var-6 h4:before {
    background-size: 72px 1812px;
  }
}

.spot-type-a.var-6 p {
  text-align: center;
}

.spot-type-a.var-6 p strong:after {
  content: ",";
  position: relative;
  display: inline;
}

.spot-type-a.var-23,
.spot-type-a.var-7 {
  background: #fff;
}

@media (min-width: 768px) {
  .spot-type-a.var-12 .body {
    position: relative;
    z-index: 2;
  }

  .spot-type-a.var-12 .image {
    z-index: 1;
  }
}

.spot-type-a.var-13 .image div.quotes-text {
  display: none;
}

.spot-type-a.var-18 {
  position: relative;
}

.spot-type-a.var-18 .body {
  position: relative;
  z-index: 2;
}

.spot-type-a.var-18 .image {
  position: absolute;
  z-index: 1;
}

.spot-type-a.var-18 .image:after {
  content: "";
  position: absolute;
  background: #3B3B3B;
  opacity: 0.9;
}

.spot-type-a.var-18.dark .image:after {
  background: #fff;
  opacity: 0.85;
}

.spot-type-a.var-21 .body {
  float: none;
  position: relative;
}

.spot-type-a.var-21 .image div.quotes-text {
  display: none;
}

@media (min-width: 768px) {
  .spot-type-a.var-21.left .body {
    float: right;
  }
}

@media (max-width: 767px) {
  .spot-type-a.var-21 .image {
    position: absolute;
    display: block;
    opacity: 0.2;
  }
}

.spot-type-a.var-22 .body,
.spot-type-a.var-22 .body a,
.spot-type-a.var-22 .body h2,
.spot-type-a.var-22 .body h3,
.spot-type-a.var-22 .body h4,
.spot-type-a.var-22 .body p {
  color: #fff;
}

.spot-type-a.var-22 .body p a {
  text-decoration: underline;
}

.spot-type-a.var-22 .body:before {
  content: "";
  position: absolute;
  background: #ab162b;
  background: rgba(214, 30, 42, 0.9);
  z-index: 2;
}

.spot-type-a.var-image {
  overflow: hidden;
}

.col .spot {
  padding: 20px 25px;
}

@media (min-width: 768px) {
  .col .spot {
    padding: 10% 15%;
  }
}

.col .spot-type-a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.col .spot-type-a h3 {
  margin: 3px 0 20px;
}

.col .spot-type-a .cover {
  bottom: -20px;
  right: 0;
  max-width: 60%;
  max-height: 80%;
}

.col .spot-type-a .body li,
.col .spot-type-a .body ul {
  margin: 0;
  padding: 0;
}

.col .spot-type-a .body ul {
  padding-left: 16px;
  margin: 0 0 20px;
}

.col .spot-type-a .body img {
  margin: 3px 0 20px;
  max-width: 100%;
}

.col .spot-type-a .body .links {
  margin: 20px 0 0;
  padding-left: 0;
}

.col .spot-type-a .body .links li {
  padding-left: 0;
}

.col .spot-type-a.var-1,
.col .spot-type-a.var-12,
.col .spot-type-a.var-14,
.col .spot-type-a.var-15,
.col .spot-type-a.var-21,
.col .spot-type-a.var-22,
.col .spot-type-a.var-4,
.col .spot-type-a.var-4-alt {
  width: 100%;
}

.col .spot-type-a.var-1 .image,
.col .spot-type-a.var-12 .image,
.col .spot-type-a.var-14 .image,
.col .spot-type-a.var-15 .image,
.col .spot-type-a.var-21 .image,
.col .spot-type-a.var-22 .image,
.col .spot-type-a.var-4 .image,
.col .spot-type-a.var-4-alt .image {
  background-position: top;
  padding: 0;
}

.col .spot-type-a.var-1 .image img,
.col .spot-type-a.var-12 .image img,
.col .spot-type-a.var-14 .image img,
.col .spot-type-a.var-15 .image img,
.col .spot-type-a.var-21 .image img,
.col .spot-type-a.var-22 .image img,
.col .spot-type-a.var-4 .image img,
.col .spot-type-a.var-4-alt .image img {
  width: 100%;
}

.col .spot-type-a.var-1 .image div.quotes-text,
.col .spot-type-a.var-12 .image div.quotes-text,
.col .spot-type-a.var-14 .image div.quotes-text,
.col .spot-type-a.var-15 .image div.quotes-text,
.col .spot-type-a.var-21 .image div.quotes-text,
.col .spot-type-a.var-22 .image div.quotes-text,
.col .spot-type-a.var-4 .image div.quotes-text,
.col .spot-type-a.var-4-alt .image div.quotes-text {
  padding: 7% 8%;
}

.col .spot-type-a.var-1 .image div.quotes-text:before,
.col .spot-type-a.var-12 .image div.quotes-text:before,
.col .spot-type-a.var-14 .image div.quotes-text:before,
.col .spot-type-a.var-15 .image div.quotes-text:before,
.col .spot-type-a.var-21 .image div.quotes-text:before,
.col .spot-type-a.var-22 .image div.quotes-text:before,
.col .spot-type-a.var-4 .image div.quotes-text:before,
.col .spot-type-a.var-4-alt .image div.quotes-text:before {
  top: 100px;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.col .spot-type-a.var-1 .image h4,
.col .spot-type-a.var-12 .image h4,
.col .spot-type-a.var-14 .image h4,
.col .spot-type-a.var-15 .image h4,
.col .spot-type-a.var-21 .image h4,
.col .spot-type-a.var-22 .image h4,
.col .spot-type-a.var-4 .image h4,
.col .spot-type-a.var-4-alt .image h4 {
  padding: 28px 0 25px;
  margin: 0 0 30px;
}

.col .spot-type-a.var-1 .image h4:before,
.col .spot-type-a.var-12 .image h4:before,
.col .spot-type-a.var-14 .image h4:before,
.col .spot-type-a.var-15 .image h4:before,
.col .spot-type-a.var-21 .image h4:before,
.col .spot-type-a.var-22 .image h4:before,
.col .spot-type-a.var-4 .image h4:before,
.col .spot-type-a.var-4-alt .image h4:before {
  left: 0;
  top: 0;
}

.col .spot-type-a.var-1 .image h4:after,
.col .spot-type-a.var-12 .image h4:after,
.col .spot-type-a.var-14 .image h4:after,
.col .spot-type-a.var-15 .image h4:after,
.col .spot-type-a.var-21 .image h4:after,
.col .spot-type-a.var-22 .image h4:after,
.col .spot-type-a.var-4 .image h4:after,
.col .spot-type-a.var-4-alt .image h4:after {
  right: 0;
  bottom: 0;
}

.col .spot-type-a.var-1 .image p,
.col .spot-type-a.var-12 .image p,
.col .spot-type-a.var-14 .image p,
.col .spot-type-a.var-15 .image p,
.col .spot-type-a.var-21 .image p,
.col .spot-type-a.var-22 .image p,
.col .spot-type-a.var-4 .image p,
.col .spot-type-a.var-4-alt .image p {
  margin: -20px 0 0;
}

@media (min-width: 768px) {
  .col .spot-type-a.var-1 .body,
  .col .spot-type-a.var-12 .body,
  .col .spot-type-a.var-14 .body,
  .col .spot-type-a.var-15 .body,
  .col .spot-type-a.var-21 .body,
  .col .spot-type-a.var-22 .body,
  .col .spot-type-a.var-4 .body,
  .col .spot-type-a.var-4-alt .body {
    width: 47%;
  }

  .col .spot-type-a.var-1 .image,
  .col .spot-type-a.var-12 .image,
  .col .spot-type-a.var-14 .image,
  .col .spot-type-a.var-15 .image,
  .col .spot-type-a.var-21 .image,
  .col .spot-type-a.var-22 .image,
  .col .spot-type-a.var-4 .image,
  .col .spot-type-a.var-4-alt .image {
    width: 45%;
    top: 20px;
    left: 0;
    bottom: 20px;
    padding: 0;
  }

  .col .spot-type-a.var-1 .image div.quotes-text,
  .col .spot-type-a.var-12 .image div.quotes-text,
  .col .spot-type-a.var-14 .image div.quotes-text,
  .col .spot-type-a.var-15 .image div.quotes-text,
  .col .spot-type-a.var-21 .image div.quotes-text,
  .col .spot-type-a.var-22 .image div.quotes-text,
  .col .spot-type-a.var-4 .image div.quotes-text,
  .col .spot-type-a.var-4-alt .image div.quotes-text {
    bottom: 6%;
    left: 5%;
    width: 105%;
    height: auto;
  }

  .col .spot-type-a.var-1 .image div.quotes-text:before,
  .col .spot-type-a.var-12 .image div.quotes-text:before,
  .col .spot-type-a.var-14 .image div.quotes-text:before,
  .col .spot-type-a.var-15 .image div.quotes-text:before,
  .col .spot-type-a.var-21 .image div.quotes-text:before,
  .col .spot-type-a.var-22 .image div.quotes-text:before,
  .col .spot-type-a.var-4 .image div.quotes-text:before,
  .col .spot-type-a.var-4-alt .image div.quotes-text:before {
    top: 0;
  }
}

@media (min-width: 768px) {
  .col .spot-type-a.var-1.right .image,
  .col .spot-type-a.var-12 .image,
  .col .spot-type-a.var-14.right .image,
  .col .spot-type-a.var-15.right .image,
  .col .spot-type-a.var-21 .image,
  .col .spot-type-a.var-22.right .image,
  .col .spot-type-a.var-4 .image,
  .col .spot-type-a.var-4-alt .image {
    left: auto;
    right: 0;
  }

  .col .spot-type-a.var-1.right .image div.quotes-text,
  .col .spot-type-a.var-12 .image div.quotes-text,
  .col .spot-type-a.var-14.right .image div.quotes-text,
  .col .spot-type-a.var-15.right .image div.quotes-text,
  .col .spot-type-a.var-21 .image div.quotes-text,
  .col .spot-type-a.var-22.right .image div.quotes-text,
  .col .spot-type-a.var-4 .image div.quotes-text,
  .col .spot-type-a.var-4-alt .image div.quotes-text {
    left: auto;
    right: 5%;
  }
}

@media (min-width: 768px) {
  .col .spot-type-a.var-1.left,
  .col .spot-type-a.var-14.left,
  .col .spot-type-a.var-15.left,
  .col .spot-type-a.var-22.left {
    padding: 10% 15% 10% 0;
  }

  .col .spot-type-a.var-1.right,
  .col .spot-type-a.var-14.right,
  .col .spot-type-a.var-15.right,
  .col .spot-type-a.var-22.right {
    padding: 10% 0 10% 15%;
  }
}

.col .spot-type-a.var-23,
.col .spot-type-a.var-24,
.col .spot-type-a.var-7,
.col .spot-type-a.var-8,
.col .spot-type-a.var-9 {
  width: 100%;
}

.col .spot-type-a.var-14,
.col .spot-type-a.var-15 {
  min-height: 400px;
}

@media (max-width: 767px) {
  .col .spot-type-a.var-14 .image,
  .col .spot-type-a.var-15 .image,
  .col .spot-type-a.var-22 .image {
    float: left;
    width: 100%;
  }

  .col .spot-type-a.var-14 .image div.quotes-text,
  .col .spot-type-a.var-15 .image div.quotes-text,
  .col .spot-type-a.var-22 .image div.quotes-text {
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.col .spot-type-a.var-1 .image,
.col .spot-type-a.var-12 .image {
  padding: 0;
}

@media (max-width: 767px) {
  .col .spot-type-a.var-1 .image .image-alt,
  .col .spot-type-a.var-12 .image .image-alt {
    width: 100%;
  }
}

.col .spot-type-a.var-21 .body,
.col .spot-type-a.var-4 .body,
.col .spot-type-a.var-4-alt .body {
  width: 50%;
}

.col .spot-type-a.var-21 .body .cover,
.col .spot-type-a.var-4 .body .cover,
.col .spot-type-a.var-4-alt .body .cover {
  right: 0;
  max-width: 60%;
}

.col .spot-type-a.var-21 .image,
.col .spot-type-a.var-4 .image,
.col .spot-type-a.var-4-alt .image {
  width: 60%;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .col .spot-type-a.var-21 .body,
  .col .spot-type-a.var-4 .body,
  .col .spot-type-a.var-4-alt .body {
    width: 30%;
  }

  .col .spot-type-a.var-21 .body .cover,
  .col .spot-type-a.var-4 .body .cover,
  .col .spot-type-a.var-4-alt .body .cover {
    right: auto;
    left: 28%;
    max-width: 32%;
    max-height: 85%;
  }
}

.col .spot-type-a.var-3 {
  width: 100%;
  padding: 0;
}

.col .spot-type-a.var-3 .body {
  padding: 20px 25px;
}

.col .spot-type-a.var-3 .image {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .col .spot-type-a.var-3 .body {
    padding: 0;
    margin: 0;
    top: 0;
    width: 35%;
  }

  .col .spot-type-a.var-3.right .body {
    left: 15%;
  }

  .col .spot-type-a.var-3.left .body {
    right: 15%;
  }
}

.col .spot-type-a.var-4-alt {
  background: #ECECEC;
}

.col .spot-type-a.var-6 {
  padding: 0;
  height: 100%;
  width: 100%;
}

.col .spot-type-a.var-6:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.col .spot-type-a.var-6 .image div.quotes-text {
  padding: 80px 20px 25px;
  width: 85%;
}

.col .spot-type-a.var-6 h4 {
  padding: 28px 0 25px;
  margin: -30px 0 10px;
}

.col .spot-type-a.var-6 h4:before {
  left: 0;
  top: 0;
}

.col .spot-type-a.var-6 h4:after {
  right: 0;
  bottom: 0;
}

.col .spot-type-a.var-23 img,
.col .spot-type-a.var-24 img,
.col .spot-type-a.var-7 img,
.col .spot-type-a.var-8 img {
  width: 100%;
}

.col .spot-type-a.var-10 {
  padding: 0;
  width: 100%;
}

.col .spot-type-a.var-10 .body {
  margin: 20px 25px;
}

.col .spot-type-a.var-10 .image {
  width: 100%;
  margin: 0;
}

.col .spot-type-a.var-10 .image .image-alt {
  width: 100%;
}

@media (min-width: 768px) {
  .col .spot-type-a.var-10 .body {
    width: 50%;
    margin: 0;
  }

  .col .spot-type-a.var-10 .image {
    width: 50%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .col .spot-type-a.var-12 .body {
    margin: 0;
    width: 27%;
  }

  .col .spot-type-a.var-12 .image {
    width: 75%;
  }
}

.col .spot-type-a.var-18 .image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.col .spot-type-a.var-18 .image:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.col .spot-type-a.var-21 .body {
  width: auto;
}

@media (min-width: 768px) {
  .col .spot-type-a.var-21 .body {
    width: 50%;
  }

  .col .spot-type-a.var-21.right .image {
    right: 0;
  }

  .col .spot-type-a.var-21.left .body {
    width: 32%;
  }

  .col .spot-type-a.var-21.left .image {
    left: 0;
  }
}

@media (max-width: 767px) {
  .col .spot-type-a.var-21 .image {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.col .spot-type-a.var-22 .go-big:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -253px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-type-a.var-22 .go-big:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-type-a.var-22 .go-big:before {
    background-size: 72px 1812px;
  }
}

.col .spot-type-a.var-22 .body {
  width: 65%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 5%;
  position: relative;
  z-index: 2;
}

.col .spot-type-a.var-22 .body h2,
.col .spot-type-a.var-22 .body h3,
.col .spot-type-a.var-22 .body p,
.col .spot-type-a.var-22 .body span,
.col .spot-type-a.var-22 .body ul {
  position: relative;
  z-index: 3;
}

.col .spot-type-a.var-22 .body:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.col .spot-type-a.var-22 .image {
  display: inline-block;
  float: none;
  vertical-align: middle;
  top: 0;
  width: 42%;
}

.col .spot-type-a.var-22.left {
  direction: rtl;
  text-align: left;
}

.col .spot-type-a.var-22.left .body,
.col .spot-type-a.var-22.left .image {
  direction: ltr;
}

.col .spot-type-a.var-22.left .image {
  margin: 0 -8% 0 0;
}

.col .spot-type-a.var-22.right {
  text-align: right;
}

.col .spot-type-a.var-22.right .image {
  margin: 0 0 0 -8%;
}

.col .spot-type-a.var-image {
  padding: 0;
}

.col .spot-type-a.var-image .image img {
  width: 100%;
}

@media (min-width: 768px) {

}

.col-sm-8 .spot-benefits,
.col-sm-8 .spot-intro-home {
  padding: 0;
}

@media (min-width: 768px) {
  .col-sm-8 .spot.var-3 .body {
    top: 15%;
    width: 43%;
  }

  .col-sm-8 .spot.var-3.right .body {
    left: 7%;
  }

  .col-sm-8 .spot.var-3.left .body {
    right: 7%;
  }
}

.col-sm-8 .spot.var-6 {
  padding: 0;
}

@media (min-width: 768px) {
  .col-sm-8 .spot.var-10 {
    padding: 0;
  }

  .col-sm-8 .spot.var-10 .body {
    width: 36%;
    padding: 5% 0 0;
  }

  .col-sm-8 .spot.var-10 .image {
    width: 50%;
  }

  .col-sm-8 .spot.var-10.right .body {
    left: 7%;
  }

  .col-sm-8 .spot.var-10.left .body {
    right: 7%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 .spot {
    padding: 5%;
  }
}

.col-sm-12 .spot-benefits,
.col-sm-12 .spot-gallery,
.col-sm-12 .spot-intro-home {
  padding: 0;
}

@media (min-width: 768px) {
  .col-sm-12 .spot.var-3 .body {
    width: 45%;
  }

  .col-sm-12 .spot.var-3.right .body {
    left: 5%;
  }

  .col-sm-12 .spot.var-3.left .body {
    right: 5%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 .spot.var-10 {
    padding: 0;
  }

  .col-sm-12 .spot.var-10 .body {
    width: 40%;
    padding: 5% 0;
  }

  .col-sm-12 .spot.var-10 .image {
    width: 50%;
  }

  .col-sm-12 .spot.var-10.right .body {
    left: 5%;
  }

  .col-sm-12 .spot.var-10.left .body {
    right: 5%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 .spot.var-1.left,
  .col-sm-12 .spot.var-14.left,
  .col-sm-12 .spot.var-15.left,
  .col-sm-12 .spot.var-22.left {
    padding: 5% 5% 5% 0;
  }

  .col-sm-12 .spot.var-1.right,
  .col-sm-12 .spot.var-14.right,
  .col-sm-12 .spot.var-15.right,
  .col-sm-12 .spot.var-22.right {
    padding: 5% 0 5% 5%;
  }
}

.col-sm-1 .spot-video,
.col-sm-2 .spot-video,
.col-sm-3 .spot-video,
.col-sm-4 .spot-video {
  min-height: 0;
  margin-bottom: 17px;
}

.col-sm-1 .spot-video--link h3,
.col-sm-2 .spot-video--link h3,
.col-sm-3 .spot-video--link h3,
.col-sm-4 .spot-video--link h3,
.col-sm-1 .spot-video--overlay h3,
.col-sm-2 .spot-video--overlay h3,
.col-sm-3 .spot-video--overlay h3,
.col-sm-4 .spot-video--overlay h3,
.col-sm-1 .spot-video--link p,
.col-sm-2 .spot-video--link p,
.col-sm-3 .spot-video--link p,
.col-sm-4 .spot-video--link p,
.col-sm-1 .spot-video--overlay p,
.col-sm-2 .spot-video--overlay p,
.col-sm-3 .spot-video--overlay p,
.col-sm-4 .spot-video--overlay p {
  display: none !important;
}

.col-sm-1 .spot-video--link .ico-btn-play,
.col-sm-2 .spot-video--link .ico-btn-play,
.col-sm-3 .spot-video--link .ico-btn-play,
.col-sm-4 .spot-video--link .ico-btn-play,
.col-sm-1 .spot-video--overlay .ico-btn-play,
.col-sm-2 .spot-video--overlay .ico-btn-play,
.col-sm-3 .spot-video--overlay .ico-btn-play,
.col-sm-4 .spot-video--overlay .ico-btn-play {
  margin: 0;
}

.col .spot-style-selector {
  background: #fff;
  padding: 0;
}

.col .spot-style-selector .body {
  text-align: center;
  padding: 50px 25px 25px;
}

@media (min-width: 768px) {
  .col .spot-style-selector .body {
    padding: 50px 15% 25px;
  }
}

.col .spot-style-selector .body h2 {
  margin: 25px 0;
}

.col .spot-style-selector .tabs-container {
  padding: 10px 25px 25px;
}

@media (min-width: 768px) {
  .col .spot-style-selector .tabs-container {
    padding: 10px 15% 25px;
  }
}

.col .spot-style-selector .tab-content {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.col .spot-style-selector .tab-content .styles-text {
  padding: 0 25px 20px;
}

@media (min-width: 768px) {
  .col .spot-style-selector .tab-content .styles-text {
    padding: 10px 15% 25px;
  }
}

.col .spot-style-selector .tab-content .styles-text p span {
  display: inline;
  line-height: 30px;
  padding: 0 10px;
}

.col .spot-style-selector .tab-content .styles-main {
  text-align: center;
}

.col .spot-style-selector .tab-content .styles-main a {
  display: inline-block;
}

.col .spot-style-selector .tab-content .images-container {
  position: relative;
}

.col .spot-style-selector .tab-content .images-container .nav-arrow,
.col .spot-style-selector .tab-content .images-container .spot-carrousel-container {
  display: none;
}

.col .spot-style-selector .tab-content .images-container .container1 {
  display: block;
}

.col .spot-style-selector .tab-content .images-container .navigation-container {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1;
}

.col .spot-style-selector .tab-content .images-container .spot-carrousel {
  position: relative;
  z-index: 2;
  background: #fff;
}

.col .spot-style-selector .tab-content .images-container .nav-container {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col .spot-style-selector .tab-content .images-container .nav-arrow {
  position: absolute;
  border-radius: 0;
  background: #212121;
  opacity: 1;
  border: none;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  top: 50%;
  height: 60px;
  margin: -30px 0 0;
  width: 15%;
  max-width: 60px;
}

@media (min-width: 651px) {
  .col .spot-style-selector .tab-content .images-container .nav-arrow {
    height: 90px;
    margin: -45px 0 0;
  }
}

@media (min-width: 768px) {
  .col .spot-style-selector .tab-content .images-container .nav-arrow {
    top: 50%;
    height: 120px;
    margin: -60px 0 0;
  }
}

.col .spot-style-selector .tab-content .images-container .nav-arrow:after {
  display: none;
}

.col .spot-style-selector .tab-content .images-container .nav-arrow:before {
  border: none 0;
}

.col .spot-style-selector .tab-content .images-container .nav-arrow.next,
.col .spot-style-selector .tab-content .images-container .nav-arrow.prev {
  left: auto;
  right: 1px;
}

.col .spot-style-selector .tab-content .images-container .nav-arrow.next:before,
.col .spot-style-selector .tab-content .images-container .nav-arrow.prev:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1395px;
  width: 13px;
  height: 32px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -9px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-style-selector .tab-content .images-container .nav-arrow.next:before,
  .col .spot-style-selector .tab-content .images-container .nav-arrow.prev:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-style-selector .tab-content .images-container .nav-arrow.next:before,
  .col .spot-style-selector .tab-content .images-container .nav-arrow.prev:before {
    background-size: 72px 1812px;
  }
}

.col .spot-style-selector .tab-content .images-container .nav-arrow.prev {
  left: 1px;
  right: auto;
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.col .spot-style-selector .tab-content .images-container .nav-arrow.next:before {
  margin-left: -5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.col .spot-style-selector .tab-content .carrousel-switch-container {
  padding: 30px 0;
}

.col .spot-style-selector .tab-content .carrousel-switch-container .carrousel-switcher {
  display: inline;
}

.col .spot-style-selector .tab-content .carrousel-switch-container .carrousel-switcher:first-child {
  display: none;
}

.col .spot-style-selector .tab-content .styles-selection {
  text-align: center;
  padding: 0 25px;
}

@media (min-width: 768px) {
  .col .spot-style-selector .tab-content .styles-selection {
    padding: 0 15%;
  }
}

.col .spot-style-selector .tab-content .styles-selection img {
  margin: 10px 0 0;
  max-width: 100%;
}

.col .spot-style-selector .images-container .gallery-container {
  position: relative;
}

.col .spot-style-selector .images-container .gallery-container .navigation-container {
  z-index: 99;
  visibility: visible;
  top: 0;
  bottom: 0;
  width: 100%;
}

.col .spot-style-selector .images-container .gallery-container .navigation {
  visibility: visible;
  position: absolute;
  right: 100%;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
}

.col .spot-style-selector .images-container .gallery-container .nav-dot {
  visibility: hidden;
}

.col .spot-rte,
.col .spot-rte-alt,
.col .spot-rte-alt-borderless,
.col .spot-rte-borderless {
  min-height: 0;
}

.col .spot-rte .body,
.col .spot-rte-alt .body,
.col .spot-rte-alt-borderless .body,
.col .spot-rte-borderless .body {
  text-align: left;
}

.col .spot-rte .body em,
.col .spot-rte-alt .body em,
.col .spot-rte-alt-borderless .body em,
.col .spot-rte-borderless .body em,
.col .spot-rte .body i,
.col .spot-rte-alt .body i,
.col .spot-rte-alt-borderless .body i,
.col .spot-rte-borderless .body i {
  color: inherit;
  font-style: italic;
}

.col .spot-rte .body b,
.col .spot-rte-alt .body b,
.col .spot-rte-alt-borderless .body b,
.col .spot-rte-borderless .body b,
.col .spot-rte .body strong,
.col .spot-rte-alt .body strong,
.col .spot-rte-alt-borderless .body strong,
.col .spot-rte-borderless .body strong {
  color: inherit;
  font-weight: bold;
}

.col .spot-rte .body img,
.col .spot-rte-alt .body img,
.col .spot-rte-alt-borderless .body img,
.col .spot-rte-borderless .body img {
  max-width: 100%;
}

.col .spot-rte .body li,
.col .spot-rte-alt .body li,
.col .spot-rte-alt-borderless .body li,
.col .spot-rte-borderless .body li,
.col .spot-rte .body ul,
.col .spot-rte-alt .body ul,
.col .spot-rte-alt-borderless .body ul,
.col .spot-rte-borderless .body ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

.col .spot-rte .body ul,
.col .spot-rte-alt .body ul,
.col .spot-rte-alt-borderless .body ul,
.col .spot-rte-borderless .body ul {
  padding-left: 16px;
  margin: 0 0 20px;
}

.col .spot-rte .body .iframe-video-wrapper,
.col .spot-rte-alt .body .iframe-video-wrapper,
.col .spot-rte-alt-borderless .body .iframe-video-wrapper,
.col .spot-rte-borderless .body .iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.20%;
  /* 16:9 */
  height: 0;
}

.col .spot-rte .body .iframe-video-wrapper iframe,
.col .spot-rte-alt .body .iframe-video-wrapper iframe,
.col .spot-rte-alt-borderless .body .iframe-video-wrapper iframe,
.col .spot-rte-borderless .body .iframe-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.col .spot-rte-alt-borderless {
  background: #fff;
  padding: 0;
}

.col .spot-rte-borderless {
  padding: 0;
}

.col .spot-rte-alt {
  background: #fff;
}

.col .spot-gallery,
.col .spot-intro-home {
  position: relative;
}

.col .spot-gallery .body,
.col .spot-intro-home .body {
  position: relative;
  z-index: 2;
}

.col .spot-gallery .image,
.col .spot-intro-home .image {
  position: relative;
  z-index: 1;
}

.col .spot-gallery .image .spot-carrousel,
.col .spot-intro-home .image .spot-carrousel {
  overflow: hidden;
  z-index: 1;
}

.col .spot-gallery .image .navigation-container .nav-dot,
.col .spot-intro-home .image .navigation-container .nav-dot {
  z-index: 2;
}

.col .spot-intro-home.with--cover .image .image-background,
.col .spot-intro-product.with--cover .image .image-background {
  background-size: cover;
}

.col .spot-intro-home.with--cover .image,
.col .spot-intro-product.with--cover .image {
  padding-top: 0;
}

.col .spot-intro-home .image .image-background,
.col .spot-intro-product .image .image-background,
.col .spot-intro-home .image .spot-carrousel,
.col .spot-intro-product .image .spot-carrousel {
  height: 85vh;
  min-height: 300px;
  max-height: 660px;
}

@media (max-width: 767px) {
  .col .spot-intro-home .image .image-background,
  .col .spot-intro-product .image .image-background,
  .col .spot-intro-home .image .spot-carrousel,
  .col .spot-intro-product .image .spot-carrousel {
    max-height: 70px;
  }
}

.col .spot-intro-home .image .spot-carrousel-container .nav-dot,
.col .spot-intro-product .image .spot-carrousel-container .nav-dot {
  display: none;
}

.col .spot-intro-home {
  /*
        *   Bold variant.
        */
}

.col .spot-intro-home--alternate-bars .body:before {
  content: none;
  display: none;
}

.col .spot-intro-home--alternate-bars .body:after {
  width: 4% !important;
}

.col .spot-intro-home--alternate-bars .body .text {
  margin: 0 !important;
}

.col .spot-intro-home--no-bars .body:after,
.col .spot-intro-home--no-bars .body:before {
  content: none !important;
}

.col .spot-intro-home--no-bars .body .text {
  background-color: transparent !important;
  margin: 0 !important;
}

.col .spot-intro-home--no-bars .body a.go:before,
.col .spot-intro-home--no-bars .body a.go-big:before,
.col .spot-intro-home--no-bars .body a.go-after:before {
  color: #ab162b !important;
}

.col .spot-intro-home--spot-link {
  position: absolute;
  background: #fff;
  opacity: 0.01;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.col .spot-intro-home .image .image-background {
  background-size: cover !important;
}

.col .spot-intro-home .body {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  margin-bottom: 120px;
}

.col .spot-intro-home .body:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  background: ;
  background: rgba(171, 22, 43, 0.95);
}

.col .spot-intro-home .body:empty {
  display: none;
}

.col .spot-intro-home .body .text {
  position: relative;
  float: left;
  width: 70%;
  min-width: 250px;
  padding: 10px;
  background: #ab162b;
  background: rgba(171, 22, 43, 0.95);
}

.col .spot-intro-home .body h1 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0;
}

.col .spot-intro-home .body .text * {
  color: #fff;
}

.col .spot-intro-home .body .text .go,
.col .spot-intro-home .body .text .go-big,
.col .spot-intro-home .body .text .go-after {
  font-weight: 600;
}

.col .spot-intro-home .body .text .go:before,
.col .spot-intro-home .body .text .go-big:before,
.col .spot-intro-home .body .text .go-after:before {
  font-size: 1.6em;
  margin-right: 0.6em;
  color: white;
}

@media (min-width: 768px) {
  .col .spot-intro-home .body h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .col .spot-intro-home .body .text {
    padding: 20px;
    width: 60%;
    margin: 0 0 0 10%;
    max-width: 700px;
  }

  .col .spot-intro-home .body .subtitle h4 {
    font-weight: 300;
  }

  .col .spot-intro-home .body:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 5%;
    height: 100%;
    z-index: 2;
    background: #ab162b;
    background: rgba(171, 22, 43, 0.95);
  }

  .col .spot-intro-home .body .go,
  .col .spot-intro-home .body .go-big,
  .col .spot-intro-home .body .go-after {
    font-weight: 400;
  }

  .col .spot-intro-home .body .go:before,
  .col .spot-intro-home .body .go-big:before,
  .col .spot-intro-home .body .go-after:before {
    -webkit-transition: -webkit-transform .5s, -webkit-filter .5s, -webkit-transform .5s, filter .5s;
    transition: transform .5s, filter .5s;
    vertical-align: -2px;
  }

  .col .spot-intro-home .body .go:hover:before,
  .col .spot-intro-home .body .go-big:hover:before,
  .col .spot-intro-home .body .go-after:hover:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
}

@media (min-width: 1200px) {
  .col .spot-intro-home .body .text {
    padding: 15px 30px 20px;
  }

  .col .spot-intro-home .body h1 {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 600;
  }

  .col .spot-intro-home .body .subtitle {
    font-weight: 200;
  }

  .col .spot-intro-home .body .text .go,
  .col .spot-intro-home .body .text .go-big,
  .col .spot-intro-home .body .text .go-after {
    font-weight: 400;
    margin-top: 20px;
    font-size: 20px;
  }

  .col .spot-intro-home .body .text .go:before,
  .col .spot-intro-home .body .text .go-big:before,
  .col .spot-intro-home .body .text .go-after:before {
    margin-right: 12px;
    position: relative;
    top: 3px;
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1158px;
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi) {
  .col .spot-intro-home .body .text .go:before,
  .col .spot-intro-home .body .text .go-big:before,
  .col .spot-intro-home .body .text .go-after:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi) {
  .col .spot-intro-home .body .text .go:before,
  .col .spot-intro-home .body .text .go-big:before,
  .col .spot-intro-home .body .text .go-after:before {
    background-size: 72px 1812px;
  }
}

.col .spot-intro-home .image .nav-dot {
  display: none;
}

.col .spot-intro-home .image .navigation {
  bottom: 40px;
}

.col .spot-intro-home .image .spot-carrousel-container {
  padding: 0 0 120px;
}

@media (max-width: 1199px) {
  .col .spot-intro-home .image .image-background {
    background-size: cover;
    background-position: top center;
  }
}

.col .spot-intro-home.single-item .body {
  bottom: 15%;
  margin-bottom: 0;
}

.col .spot-intro-home.single-item .spot-carrousel-container {
  padding: 0;
}

.col .spot-intro-home.single-item .spot-carrousel-container .item img {
  width: 100%;
}

.col .spot-intro-home--light .body h1 {
  font-weight: 200;
}

@media (min-width: 1200px) {
  .col .spot-intro-home--light .body .subtitle h4 {
    font-weight: 200;
  }
}

.col .spot-intro-product {
  position: relative;
  background: #ECECEC;
}

.col .spot-intro-product .body {
  padding-top: 50px;
}

.col .spot-intro-product .text {
  padding: 20px;
}

.col .spot-intro-product .image {
  position: relative;
  z-index: 1;
}

.col .spot-intro-product .image .nav-dot {
  display: none;
}

.col .spot-intro-product .image .navigation {
  bottom: 40px;
}

.col .spot-intro-product .image .spot-carrousel-container {
  padding: 0 0 120px;
}

.col .spot-intro-product .image .cover {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  margin: 0 0 120px;
}

.col .spot-intro-product .image .cover img {
  margin: 0 0 0 5%;
  width: 70%;
}

.col .spot-intro-product .image .cover:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: #ab162b;
  z-index: 2;
  opacity: 0.8;
}

.col .spot-intro-product .image.single-item .spot-carrousel-container {
  padding: 0;
}

.col .spot-intro-product .image.single-item .cover {
  margin-bottom: 0;
  bottom: 15%;
}

@media (min-width: 650px) {
  .col .spot-intro-product .body {
    padding-top: 150px;
  }
}

@media (min-width: 768px) {
  .col .spot-intro-product .body {
    padding-top: 200px;
    position: absolute;
    top: 10%;
    left: 7.5%;
    width: 40%;
    z-index: 3;
  }

  .col .spot-intro-product .text {
    margin: 0;
    padding: 20px 100px 20px 25px;
  }

  .col .spot-intro-product .text p {
    max-width: 300px;
  }

  .col .spot-intro-product .image .cover {
    bottom: 12.5%;
  }

  .col .spot-intro-product .image .cover img {
    float: right;
    width: 45%;
    margin: 0 15% 0 0;
  }

  .col .spot-intro-product .image .cover:after {
    width: 5%;
  }

  .col .spot-intro-product .image .cover:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 5%;
    height: 100%;
    background: #ab162b;
    z-index: 2;
    opacity: 0.8;
  }

  .col .spot-intro-product .spot-carrousel-container.single-item .cover {
    margin-bottom: 0;
  }
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot,
.col .spot-gallery .image .spot-carrousel-container .nav-dot,
.col .spot-style-selector .image .spot-carrousel-container .nav-dot,
.col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot,
.col .spot-gallery .tab-content .spot-carrousel-container .nav-dot,
.col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot {
  border-radius: 0;
  background: #212121;
  opacity: 1;
  border: none;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  top: 32%;
  height: 36%;
  width: 10%;
  margin: 0;
  max-width: 60px;
  max-height: 80px;
}

@media (min-width: 768px) {
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot,
  .col .spot-gallery .image .spot-carrousel-container .nav-dot,
  .col .spot-style-selector .image .spot-carrousel-container .nav-dot,
  .col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot,
  .col .spot-gallery .tab-content .spot-carrousel-container .nav-dot,
  .col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot {
    top: 50%;
    height: 120px;
    margin: -60px 0 0;
    max-height: 120px;
  }
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot:after,
.col .spot-gallery .image .spot-carrousel-container .nav-dot:after,
.col .spot-style-selector .image .spot-carrousel-container .nav-dot:after,
.col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot:after,
.col .spot-gallery .tab-content .spot-carrousel-container .nav-dot:after,
.col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot:after {
  display: none;
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot:before,
.col .spot-gallery .image .spot-carrousel-container .nav-dot:before,
.col .spot-style-selector .image .spot-carrousel-container .nav-dot:before,
.col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot:before,
.col .spot-gallery .tab-content .spot-carrousel-container .nav-dot:before,
.col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot:before {
  border: none 0;
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:before,
.col .spot-gallery .image .spot-carrousel-container .nav-dot.after:before,
.col .spot-style-selector .image .spot-carrousel-container .nav-dot.after:before,
.col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.after:before,
.col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.after:before,
.col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.after:before,
.col .spot-apps-list .image .spot-carrousel-container .nav-dot.before:before,
.col .spot-gallery .image .spot-carrousel-container .nav-dot.before:before,
.col .spot-style-selector .image .spot-carrousel-container .nav-dot.before:before,
.col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.before:before,
.col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.before:before,
.col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.before:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1395px;
  width: 13px;
  height: 32px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -9px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:before,
  .col .spot-gallery .image .spot-carrousel-container .nav-dot.after:before,
  .col .spot-style-selector .image .spot-carrousel-container .nav-dot.after:before,
  .col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.after:before,
  .col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.after:before,
  .col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.after:before,
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.before:before,
  .col .spot-gallery .image .spot-carrousel-container .nav-dot.before:before,
  .col .spot-style-selector .image .spot-carrousel-container .nav-dot.before:before,
  .col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.before:before,
  .col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.before:before,
  .col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.before:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:before,
  .col .spot-gallery .image .spot-carrousel-container .nav-dot.after:before,
  .col .spot-style-selector .image .spot-carrousel-container .nav-dot.after:before,
  .col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.after:before,
  .col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.after:before,
  .col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.after:before,
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.before:before,
  .col .spot-gallery .image .spot-carrousel-container .nav-dot.before:before,
  .col .spot-style-selector .image .spot-carrousel-container .nav-dot.before:before,
  .col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.before:before,
  .col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.before:before,
  .col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.before:before {
    background-size: 72px 1812px;
  }
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot.before,
.col .spot-gallery .image .spot-carrousel-container .nav-dot.before,
.col .spot-style-selector .image .spot-carrousel-container .nav-dot.before,
.col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.before,
.col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.before,
.col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.before {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:before,
.col .spot-gallery .image .spot-carrousel-container .nav-dot.after:before,
.col .spot-style-selector .image .spot-carrousel-container .nav-dot.after:before,
.col .spot-apps-list .tab-content .spot-carrousel-container .nav-dot.after:before,
.col .spot-gallery .tab-content .spot-carrousel-container .nav-dot.after:before,
.col .spot-style-selector .tab-content .spot-carrousel-container .nav-dot.after:before {
  margin-left: -5px;
}

.col .spot-apps-list,
.col .spot-gallery {
  display: table;
  width: 100%;
}

.col .spot-apps-list .body,
.col .spot-gallery .body {
  display: table-footer-group;
}

.col .spot-apps-list .body .text,
.col .spot-gallery .body .text {
  margin: 20px 12.5%;
}

.col .spot-apps-list .image,
.col .spot-gallery .image {
  display: table-header-group;
}

.col .spot-apps-list .image .spot-carrousel-container,
.col .spot-gallery .image .spot-carrousel-container {
  padding: 0 0 40px;
}

.col .spot-apps-list .image .spot-carrousel-container .navigation,
.col .spot-gallery .image .spot-carrousel-container .navigation {
  bottom: 0;
}

.col .spot-gallery--alt {
  background: #fff;
}

.col .spot-gallery .body .text {
  text-align: center;
}

.col .spot-apps-list {
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
  background: #ececec;
}

.col .spot-apps-list .body .ico {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

.col .spot-apps-list .image .spot-carrousel-container .item {
  text-align: right;
}

.col .spot-apps-list .image .spot-carrousel-container .item .app-container {
  margin: 0 10%;
  width: 80%;
  float: left;
  display: table;
}

.col .spot-apps-list .image .spot-carrousel-container .item .app-container:first-child .app-item {
  vertical-align: bottom;
}

.col .spot-apps-list .image .spot-carrousel-container .item .app-item {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.col .spot-apps-list .image .spot-carrousel-container .item .app-item div {
  min-height: 230px;
}

.col .spot-apps-list .image .spot-carrousel-container .item p {
  text-align: center;
  width: 90%;
  margin: 20px 5% 0;
  display: inline-block;
}

.col .spot-apps-list .image .spot-carrousel-container .item .go,
.col .spot-apps-list .image .spot-carrousel-container .item .go-big,
.col .spot-apps-list .image .spot-carrousel-container .item .go-after {
  display: inline-block;
  text-align: center;
  color: #000;
  font-weight: 300;
}

.col .spot-apps-list .image .spot-carrousel-container .item .go span,
.col .spot-apps-list .image .spot-carrousel-container .item .go-big span,
.col .spot-apps-list .image .spot-carrousel-container .item .go-after span {
  display: block;
}

.col .spot-apps-list .image .spot-carrousel-container .navigation {
  display: none;
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot {
  background: #fff;
  height: 80px;
  width: 40px;
  margin: -80px 0 0;
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot.before {
  left: 0;
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot.before:after,
.col .spot-apps-list .image .spot-carrousel-container .nav-dot.before:before {
  left: 45%;
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot.after {
  right: 0;
}

.col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:after,
.col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:before {
  right: 45%;
}

@media (min-width: 768px) {
  .col .spot-apps-list {
    background: #fff;
  }

  .col .spot-apps-list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 22.5%;
    bottom: 160px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #ececec;
  }

  .col .spot-apps-list .body {
    position: relative;
    float: right;
    display: block;
    width: 33%;
    z-index: 2;
  }

  .col .spot-apps-list .body .text {
    padding: 50px 0 140px;
    margin: 0;
  }

  .col .spot-apps-list .body .ico {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
  }

  .col .spot-apps-list .body .app-stores {
    width: 265px;
  }

  .col .spot-apps-list .image {
    position: relative;
    float: left;
    width: 63%;
    display: block;
    z-index: 3;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item {
    text-align: right;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item .app-container {
    margin: 0 10%;
    width: 80%;
    float: left;
    display: table;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item .app-container:first-child .app-item {
    vertical-align: bottom;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item .app-item {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item .app-item div {
    min-height: 230px;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item .app-item img {
    max-width: 100% !important;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item .go,
  .col .spot-apps-list .image .spot-carrousel-container .item .go-big,
  .col .spot-apps-list .image .spot-carrousel-container .item .go-after {
    display: inline-block;
    text-align: center;
    color: #000;
    font-weight: 300;
  }

  .col .spot-apps-list .image .spot-carrousel-container .item .go span,
  .col .spot-apps-list .image .spot-carrousel-container .item .go-big span,
  .col .spot-apps-list .image .spot-carrousel-container .item .go-after span {
    display: block;
  }

  .col .spot-apps-list .image .spot-carrousel-container .navigation {
    display: none;
  }

  .col .spot-apps-list .image .spot-carrousel-container .nav-dot {
    background: #fff;
    height: 80px;
    width: 40px;
    margin: -80px 0 0;
  }

  .col .spot-apps-list .image .spot-carrousel-container .nav-dot:after,
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot:before {
    border-right-color: #000;
  }

  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.before {
    left: 0;
  }

  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.before:after,
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.before:before {
    left: 45%;
  }

  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.after {
    right: 0;
  }

  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:after,
  .col .spot-apps-list .image .spot-carrousel-container .nav-dot.after:before {
    right: 45%;
  }

  .col .spot-apps-list.right .body {
    float: left;
  }

  .col .spot-apps-list.right .image {
    float: right;
  }
}

.col .spot-links li,
.col .spot-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.col .spot-links li {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .col .spot-links ul {
    margin-top: 20px;
  }

  .col .spot-links li {
    margin-bottom: 10px;
  }

  .col .spot-links .go,
  .col .spot-links .go-big,
  .col .spot-links .go-after {
    font-size: 14px;
  }

  .col .spot-links .go:before,
  .col .spot-links .go-big:before,
  .col .spot-links .go-after:before {
    margin-right: 7px;
  }
}

.col .spot-blog,
.col .spot-seminars {
  background: #353535;
}

.col .spot-blog h3,
.col .spot-seminars h3,
.col .spot-blog p,
.col .spot-seminars p {
  color: #F4F4F4;
  margin: 0;
}

.col .spot-blog h3,
.col .spot-seminars h3 {
  margin: 3px 0 15px;
}

.col .spot-blog div,
.col .spot-seminars div {
  background: #212121;
  padding: 15px 20px;
  margin: 0 0 5px;
}

.col .spot-blog div p,
.col .spot-seminars div p {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col .spot-blog div .published,
.col .spot-seminars div .published {
  color: #999;
  font-size: 12px;
}

.col .spot-blog div h4,
.col .spot-seminars div h4 {
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.col .spot-blog div a,
.col .spot-seminars div a {
  display: block;
  background-image: none;
  background-image: unset;
  background-position: unset;
  font-size: 13px;
  color: #ab162b;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: bold;
}

.col .spot-blog div a:before,
.col .spot-seminars div a:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.col .spot-blog div a:before,
.col .spot-seminars div a:before {
  font-size: 13px;
  background-image: none !important;
  vertical-align: 0px !important;
  color: #ab162b;
}

.col .spot-blog div a-after,
.col .spot-seminars div a-after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.col .spot-blog div a-after:after,
.col .spot-seminars div a-after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.col .spot-blog div a-after:after,
.col .spot-seminars div a-after:after {
  font-size: 13px;
  background-image: none !important;
  vertical-align: 0px !important;
  color: #ab162b;
}

.col .spot-blog div a-big,
.col .spot-seminars div a-big {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.col .spot-blog div a-big:before,
.col .spot-seminars div a-big:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.col .spot-blog div a-big:before,
.col .spot-seminars div a-big:before {
  background-image: none !important;
  font-size: 22px;
  color: #ab162b;
}

.col .spot-blog div a:before,
.col .spot-seminars div a:before {
  display: inline-block;
  content: "";
  margin-right: 6px;
  vertical-align: -1px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -84px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-blog div a:before,
  .col .spot-seminars div a:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-blog div a:before,
  .col .spot-seminars div a:before {
    background-size: 72px 1812px;
  }
}

.col .spot-blog div a:focus,
.col .spot-seminars div a:focus,
.col .spot-blog div a:hover,
.col .spot-seminars div a:hover {
  color: #9d1428;
}

.col .spot-blog .go,
.col .spot-blog .go-big,
.col .spot-blog .go-after {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  overflow: hidden;
  margin: 10px 0 20px;
}

.col .spot-blog .go:before,
.col .spot-blog .go-big:before,
.col .spot-blog .go-after:before {
  display: block;
}

.col .spot-seminars > div:first-of-type {
  margin: 25px 0 5px;
}

.col .spot-seminars .go,
.col .spot-seminars .go-big,
.col .spot-seminars .go-after {
  margin: 15px 0 5px;
  padding: 5px;
  position: relative;
  text-align: center;
  display: inline-block;
  background: none;
}

.col .spot-newsletter,
.col .spot-text {
  background: #353535;
}

.col .spot-newsletter h3,
.col .spot-text h3,
.col .spot-newsletter p,
.col .spot-text p {
  color: #F4F4F4;
  margin: 0;
}

.col .spot-newsletter h3,
.col .spot-text h3 {
  margin: 3px 0 15px;
}

.col .spot-newsletter div,
.col .spot-text div {
  margin: 20px 0 0;
  background: none;
  padding: 0;
}

.col .spot-newsletter .scfForm .field-border,
.col .spot-text .scfForm .field-border {
  margin-bottom: 5px;
}

.col .spot-newsletter .scfForm input.text-box,
.col .spot-text .scfForm input.text-box,
.col .spot-newsletter .scfForm input.textbox,
.col .spot-text .scfForm input.textbox {
  background: #212121 !important;
  padding: 5px 10px;
  width: 100%;
  color: #fff;
}

.col .spot-newsletter .scfForm input.text-box::-webkit-input-placeholder,
.col .spot-text .scfForm input.text-box::-webkit-input-placeholder,
.col .spot-newsletter .scfForm input.textbox::-webkit-input-placeholder,
.col .spot-text .scfForm input.textbox::-webkit-input-placeholder {
  color: #666;
}

.col .spot-newsletter .scfForm input.text-box:-moz-placeholder,
.col .spot-text .scfForm input.text-box:-moz-placeholder,
.col .spot-newsletter .scfForm input.textbox:-moz-placeholder,
.col .spot-text .scfForm input.textbox:-moz-placeholder {
  color: #666;
}

.col .spot-newsletter .scfForm input.text-box::-moz-placeholder,
.col .spot-text .scfForm input.text-box::-moz-placeholder,
.col .spot-newsletter .scfForm input.textbox::-moz-placeholder,
.col .spot-text .scfForm input.textbox::-moz-placeholder {
  color: #666;
}

.col .spot-newsletter .scfForm input.text-box:-ms-input-placeholder,
.col .spot-text .scfForm input.text-box:-ms-input-placeholder,
.col .spot-newsletter .scfForm input.textbox:-ms-input-placeholder,
.col .spot-text .scfForm input.textbox:-ms-input-placeholder {
  color: #666;
}

.col .spot-newsletter .scfForm input.text-box:focus,
.col .spot-text .scfForm input.text-box:focus,
.col .spot-newsletter .scfForm input.textbox:focus,
.col .spot-text .scfForm input.textbox:focus,
.col .spot-newsletter .scfForm input.text-box:hover,
.col .spot-text .scfForm input.text-box:hover,
.col .spot-newsletter .scfForm input.textbox:hover,
.col .spot-text .scfForm input.textbox:hover {
  background: #212121;
}

.col .spot-newsletter .form-submit-border,
.col .spot-text .form-submit-border {
  vertical-align: middle;
}

.col .spot-newsletter .button,
.col .spot-text .button,
.col .spot-newsletter .form-submit,
.col .spot-text .form-submit {
  padding: 5px 5px 5px 0;
  background: transparent;
  border: none;
  color: #D51E28;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.col .spot-newsletter h1 {
  display: none;
}

.col .spot-newsletter span {
  display: none;
}

.col .spot-newsletter div {
  margin: 0;
}

.col .spot-text div {
  min-height: 152px;
}

.col .spot-contact h3,
.col .spot-contact p {
  color: #F4F4F4;
  margin: 0;
}

.col .spot-contact h3 {
  margin: 3px 0 15px;
}

.col .spot-contact div > a,
.col .spot-contact div > span {
  position: relative;
  display: block;
  float: left;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 25px;
}

.col .spot-contact div > a:before,
.col .spot-contact div > span:before {
  content: "";
  position: relative;
  float: left;
  display: block;
  top: 3px;
  width: 19px;
  height: 19px;
  margin: 0 15px 0 0;
}

.col .spot-contact div {
  padding: 5px 10px;
  margin: 5px 0 15px;
  background: #212121;
}

.col .spot-contact div:before,
.col .spot-contact div:after {
  content: " ";
  display: table;
}

.col .spot-contact div:after {
  clear: both;
}

.col .spot-contact div:before,
.col .spot-contact div:after {
  content: " ";
  display: table;
}

.col .spot-contact div:after {
  clear: both;
}

.col .spot-contact div .email:before {
  top: 1px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -236px;
  width: 18px;
  height: 17px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-contact div .email:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-contact div .email:before {
    background-size: 72px 1812px;
  }
}

.col .spot-contact div .phone {
  color: #F4F4F4;
}

.col .spot-contact div .phone a {
  color: currentColor;
  padding: 0;
  margin: 0;
}

.col .spot-contact div .phone:before {
  top: 0;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -219px;
  width: 17px;
  height: 17px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-contact div .phone:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-contact div .phone:before {
    background-size: 72px 1812px;
  }
}

@media (min-width: 768px) {
  .col .spot-contact div {
    padding: 20px;
  }

  .col .spot-contact div .phone {
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .col .spot-contact div a,
  .col .spot-contact div span {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    margin: 5px 0;
  }

  .col .spot-contact div a:before,
  .col .spot-contact div span:before {
    top: 0;
  }

  .col .spot-contact div span {
    color: #F4F4F4;
  }
}

.col .spot-benefits {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: #fff;
}

.col .spot-benefits .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.col .spot-benefits .image .image-alt {
  width: 100%;
}

.col .spot-benefits .image:after {
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  display: block;
  position: absolute;
  clear: both;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAACWCAYAAAAonXpvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjcyRUE4RkJBQUVGMTFFNEIwQkZCNzFERkM4QjIxQTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjcyRUE4RkNBQUVGMTFFNEIwQkZCNzFERkM4QjIxQTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNzJFQThGOUFBRUYxMUU0QjBCRkI3MURGQzhCMjFBNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzJFQThGQUFBRUYxMUU0QjBCRkI3MURGQzhCMjFBNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkoawAcAAAJJSURBVHja7NsxDoQwEARBFvj/lxeEREg2gVlVSfcBktbYvuruDQD4t90nAABBBwAEHQAQdADgcd6/8hkAQNABAEEHAAQdABB0ABB0AEDQAYBc0P0XHQAsdABA0AEAQQcA3KEDgIUOAFjoAICFDgBY6ABgoQMAFjoAYKEDABY6AFjoAICFDgAIOgDwFXRH7gBgoQMAgg4ACDoA4A4dACx0AEDQAQBBBwAEHQAEHQAQdABA0AEAQQcAQQcABB0AEHQAQNABQNABAEEHAAQdABB0ABB0AGD9oB8+AwBY6ACAoAMAgg4ACDoATAm6R3EAYKEDAIIOAAg6ACDoADAm6B7FAYCFDgAIOgAg6ACAO3QAsNABAEEHAIJBd+QOABY6ACDoAEAk6I7cAcBCBwAEHQCIBN2ROwBY6ACAoAMAgg4AuEMHAAsdABB0ACAYdEfuAGChAwCCDgBEgu7IHQAsdABA0AEAQQcA3KEDgIUOAAg6ACDoAICgA8CwoHsUBwAWOgAg6ACAoAMAgg4AY4LuURwAWOgAgKADAIIOAAg6AAg6ACDoAICgAwCCDgCCDgAIOgAg6ACAoAOAoAMAgg4ACDoAIOgAIOgAwMpBL58BACx0AEDQAQBBBwDcoQOAhQ4ACDoAkAu6I3cAsNABAAsdALDQAQALHQAsdADAQgcALHQAwEIHAAsdALDQAQBBBwAEHQBGBt0dOgBY6ACAoAMAgg4ACDoACDoAIOgAgKADAC//QQcAQQcABB0AEHQAQNABQNABAEEHAIIuAQYAuNQGPHQc4S4AAAAASUVORK5CYII=');
  background-repeat: repeat-x;
  background-position: bottom;
  float: left;
}

.col .spot-benefits .outer {
  position: relative;
  float: left;
  width: 100%;
  z-index: 6;
  margin: 33% 0 0;
}

.col .spot-benefits .outer:before {
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: block;
  position: absolute;
  clear: both;
  background: #fff;
  float: left;
  opacity: 0.8;
}

.col .spot-benefits .body {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5%;
  width: 75%;
  max-width: 700px;
}

.col .spot-benefits .body h3 {
  margin: 10% 0 0;
  text-align: center;
}

.col .spot-benefits .body p {
  text-align: justify;
}

.col .spot-benefits .body .read-more {
  margin: 10% 0 10px;
  padding: 5px;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.col .spot-benefits .body .read-more:before {
  display: none;
}

.col .spot-benefits .body .read-more .collapsed {
  display: block;
}

.col .spot-benefits .body .read-more .expanded {
  display: none;
}

.col .spot-benefits .body .read-more .icon {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  top: 0;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -271px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-benefits .body .read-more .icon {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .col .spot-benefits .body .read-more .icon {
    background-size: 72px 1812px;
  }
}

.col .spot-benefits .body .read-more:hover .icon {
  top: 3px;
}

.col .spot-benefits .body .text {
  position: relative;
  text-align: left;
  height: 112px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .col .spot-benefits .body .text {
    font-size: 20px;
    font-weight: 300;
  }
}

.col .spot-benefits .body.auto .go,
.col .spot-benefits .body.no-expand .go,
.col .spot-benefits .body.auto .go-big,
.col .spot-benefits .body.no-expand .go-big,
.col .spot-benefits .body.auto .go-after,
.col .spot-benefits .body.no-expand .go-after {
  display: none;
}

.col .spot-benefits .body.no-expand {
  padding-bottom: 7%;
}

.col .spot-benefits .body.no-expand .text {
  height: auto;
}

.col .spot-benefits .body.expanded .go .icon,
.col .spot-benefits .body.expanded .go-big .icon,
.col .spot-benefits .body.expanded .go-after .icon {
  top: 3px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.col .spot-benefits .body.expanded .go .expanded,
.col .spot-benefits .body.expanded .go-big .expanded,
.col .spot-benefits .body.expanded .go-after .expanded {
  display: block;
}

.col .spot-benefits .body.expanded .go .collapsed,
.col .spot-benefits .body.expanded .go-big .collapsed,
.col .spot-benefits .body.expanded .go-after .collapsed {
  display: none;
}

.col .spot-benefits .body.expanded .go:hover .icon,
.col .spot-benefits .body.expanded .go-big:hover .icon,
.col .spot-benefits .body.expanded .go-after:hover .icon {
  top: 0;
}

.col .spot-products-triple,
.col .spot-products-triple-alt {
  background: #fff;
  float: left;
  width: 100%;
  padding: 20px 25px;
}

.col .spot-products-triple .spot,
.col .spot-products-triple-alt .spot {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .col .spot-products-triple,
  .col .spot-products-triple-alt {
    padding: 7.5%;
  }

  .col .spot-products-triple .spot,
  .col .spot-products-triple-alt .spot {
    padding: 5%;
    min-height: 0;
  }
}

.col .spot-products-triple-alt {
  background: #ececec;
}

.col .spot-benefit-b {
  background: #353535;
}

.col .spot-benefit-b .intro {
  float: left;
  width: 100%;
}

.col .spot-benefit-b .intro div,
.col .spot-benefit-b .intro h3,
.col .spot-benefit-b .intro p {
  color: #F4F4F4;
  font-size: 20px;
}

.col .spot-benefit-b .intro .left {
  position: relative;
  float: left;
  width: 70%;
}

.col .spot-benefit-b .intro .right {
  position: relative;
  float: right;
  width: 100px;
  margin-right: 70px;
}

.col .spot-benefit-b .intro .right a,
.col .spot-benefit-b .intro .right p {
  font-size: 0.85rem;
  text-align: right;
}

.col .spot-benefit-b .intro .right a img,
.col .spot-benefit-b .intro .right p img {
  position: absolute;
  top: 0;
  left: 109px;
  width: 60px;
}

.col .spot-benefit-b .spot {
  min-height: 0;
  padding: 25px;
}

.col .spot-benefit-b .spot .body {
  position: relative;
}

.col .spot-benefit-b .spot .body h3 {
  font-size: 30px;
}

.col .spot-benefit-b .spot .body:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 0;
  background: #F4F4F4;
  border-radius: 6px;
  top: 11px;
  left: -25px;
}

@media (min-width: 768px) {
  .col .spot-benefit-b .spot .body:before {
    left: -7%;
  }
}

@media (min-width: 1200px) {
  .col .spot-benefit-b .spot .body:before {
    left: -5%;
  }
}

.col .spot-support {
  background: #353535;
}

@media (min-width: 768px) {
  .col .spot-support .foot-note {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
  }

  .col .spot-support .foot-note p {
    margin: 0;
  }
}

.col .spot-support .image {
  display: none;
}

.col .spot-support .spot {
  background: transparent;
}

.spot-expandable-video {
  min-height: 0;
  background: #212121;
  margin: 0 auto;
  position: relative;
}

.spot-expandable-video .close {
  opacity: 0;
  z-index: 99;
}

.spot-expandable-video.is--expanded {
  background: #fff;
}

.spot-expandable-video.is--expanded .close {
  opacity: 1;
}

.spot-expandable-video.is--expanded .spot-video--link,
.spot-expandable-video.is--expanded .spot-video--overlay {
  opacity: 0;
  pointer-events: none;
}

.spot-expandable-video.is--expanded .soundbar {
  opacity: 0;
  pointer-events: none;
}

.spot-expandable-video .spot-video {
  max-width: 900px;
}

.spot-expandable-video .spot-video--link,
.spot-expandable-video .spot-video--overlay {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}

.col .spot-expandable-video {
  padding: 0;
}

.spot-expandable-video .left {
  color: #fff;
  -webkit-transition: width 0.5s 0.1s;
  transition: width 0.5s 0.1s;
}

.spot-expandable-video .left h3 {
  text-align: center;
  padding: 30px 15px;
}

.spot-expandable-video .right h3 {
  color: #000;
}

.spot-expandable-video .soundbar {
  bottom: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.spot-expandable-video .soundbar--content {
  pointer-events: auto;
  float: left;
  margin: 0;
  left: 18%;
}

.spot-expandable-video .soundbar--content:after {
  display: none;
}

@media (max-width: 1300px) {
  .spot-expandable-video .soundbar {
    height: 35%;
  }

  .spot-expandable-video .soundbar::after,
  .spot-expandable-video .soundbar::before {
    height: 100%;
  }

  .spot-expandable-video .soundbar--content {
    height: 100%;
    padding: 0;
    width: auto;
  }

  .spot-expandable-video .soundbar--content ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1000px) {
  .spot-expandable-video .soundbar {
    height: 100px;
  }

  .spot-expandable-video .soundbar::after,
  .spot-expandable-video .soundbar::before {
    height: 100px;
    width: 25px;
  }

  .spot-expandable-video .soundbar--content {
    left: 8%;
    padding: 10px;
    height: 100px;
    width: auto;
  }
}

@media (max-width: 800px) {
  .spot-expandable-video .soundbar {
    bottom: 20px;
  }

  .spot-expandable-video .soundbar::after,
  .spot-expandable-video .soundbar::before {
    display: none;
  }

  .spot-expandable-video .soundbar--content {
    left: 0;
  }
}

@media (max-width: 767px) {
  .spot-expandable-video .soundbar {
    position: static;
    max-width: 500px;
    margin-bottom: 15px;
  }

  .spot-expandable-video .soundbar--content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .spot-expandable-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .spot-expandable-video .left,
  .spot-expandable-video .right {
    width: 50%;
  }

  .spot-expandable-video .left h3 {
    padding-top: 12%;
  }

  .spot-expandable-video .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  .spot-expandable-video .left h3 {
    margin: 0;
    padding: 20px;
  }
}

.no-flexbox .spot-expandable-video {
  height: 100%;
}

.no-flexbox .spot-expandable-video .left {
  float: left;
}

.no-flexbox .spot-expandable-video .right {
  float: right;
}

.spot-video {
  position: relative;
  cursor: pointer;
}

.col .spot-video {
  padding: 0;
  min-height: 200px;
}

.spot-video--link,
.spot-video--overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
}

.spot-video--link:hover,
.spot-video--overlay:hover {
  text-decoration: none;
}

.spot-video--link .ico-btn-play,
.spot-video--overlay .ico-btn-play {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1740px;
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-video--link .ico-btn-play,
  .spot-video--overlay .ico-btn-play {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spot-video--link .ico-btn-play,
  .spot-video--overlay .ico-btn-play {
    background-size: 72px 1812px;
  }
}

.spot-video--link .ico-btn-play:active,
.spot-video--overlay .ico-btn-play:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.spot-video--link h3,
.spot-video--overlay h3,
.spot-video--link p,
.spot-video--overlay p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.spot-video--link h3,
.spot-video--overlay h3 {
  margin-bottom: 15px;
  -webkit-align-self: bottom;
  -ms-flex-item-align: bottom;
  align-self: bottom;
}

.spot-video--link h3 sup,
.spot-video--overlay h3 sup {
  top: 0.25em;
}

.spot-video--link h3 span,
.spot-video--overlay h3 span {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.spot-video--link h3 span sup,
.spot-video--overlay h3 span sup {
  top: -0.75em;
}

.spot-video--link p,
.spot-video--overlay p {
  font-size: 15px;
  color: #000;
  margin: 20px 0 0 !important;
}

.spot-video.light .spot-video--link,
.spot-video.light .spot-video--overlay {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}

.spot-video.dark .spot-video--link,
.spot-video.dark .spot-video--overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.spot-video.dark .spot-video--link h3,
.spot-video.dark .spot-video--overlay h3,
.spot-video.dark .spot-video--link p,
.spot-video.dark .spot-video--overlay p {
  color: #fff;
}

.spot-video--inner {
  position: relative;
}

.spot-video--container {
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.26%;
}

.spot-video--container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.spot-video--text,
.spot-video--text--dark,
.spot-video--text--light {
  position: relative;
  padding: 15px 10px;
  cursor: auto;
}

.spot-video--text,
.spot-video--text--dark,
.spot-video--text--light,
.spot-video--text *,
.spot-video--text--dark *,
.spot-video--text--light * {
  color: #333;
}

.spot-video--text--light {
  background: #fff;
}

.spot-video--text--dark {
  background: #353535;
}

.spot-video--text--dark,
.spot-video--text--dark * {
  color: #F4F4F4;
}

@media (max-width: 1000px) {
  .col-sm-8 .spot-video .ico-btn-play {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1695px;
    width: 45px;
    height: 45px;
  }

  .col-sm-8 .spot-video h3,
  .col-sm-8 .spot-video p {
    min-height: 0;
  }

  .col-sm-8 .spot-video h3 {
    margin-bottom: 10px;
  }

  .col-sm-8 .spot-video p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1000px) and (min-resolution: 192dpi) {
  .col-sm-8 .spot-video .ico-btn-play {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1000px) and (min-resolution: 192dpi) {
  .col-sm-8 .spot-video .ico-btn-play {
    background-size: 72px 1812px;
  }
}

@media (max-width: 1100px) {
  .col-sm-6 .spot-video .ico-btn-play {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1695px;
    width: 45px;
    height: 45px;
  }

  .col-sm-6 .spot-video h3,
  .col-sm-6 .spot-video p {
    min-height: 0;
  }

  .col-sm-6 .spot-video h3 {
    margin-bottom: 10px;
  }

  .col-sm-6 .spot-video p {
    margin-top: 10px;
  }
}

@media (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1100px) and (min-resolution: 192dpi) {
  .col-sm-6 .spot-video .ico-btn-play {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1100px) and (min-resolution: 192dpi) {
  .col-sm-6 .spot-video .ico-btn-play {
    background-size: 72px 1812px;
  }
}

@media (max-width: 600px) {
  .spot-video .ico-btn-play {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1695px;
    width: 45px;
    height: 45px;
  }

  .spot-video h3,
  .spot-video p {
    min-height: 0;
  }

  .spot-video h3 {
    margin-bottom: 10px;
  }

  .spot-video p {
    margin-top: 10px;
  }
}

@media (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 600px) and (min-resolution: 192dpi) {
  .spot-video .ico-btn-play {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 600px) and (min-resolution: 192dpi) {
  .spot-video .ico-btn-play {
    background-size: 72px 1812px;
  }
}

@media (max-width: 500px) {
  .spot-video p {
    font-size: 13px;
  }
}

.no-flexbox .col-sm-6 .spot-video--link,
.no-flexbox .col-sm-6 .spot-video--overlay {
  padding-top: 5%;
}

.no-flexbox .col-sm-8 .spot-video--link,
.no-flexbox .col-sm-8 .spot-video--overlay {
  padding-top: 10%;
}

.no-flexbox .col-sm-12 .spot-video--link,
.no-flexbox .col-sm-12 .spot-video--overlay {
  padding-top: 13%;
}

.col .spot {
  float: none;
}

/* custom spot padding - on/off jira GRE-18 */

body .page .col .spot.padding--none {
  padding: 0;
}

body .page .col .spot.padding--top {
  padding-top: 20px;
}

@media (min-width: 768px) {
  body .page .col .spot.padding--top {
    padding-top: 10%;
  }
}

body .page .col .spot.padding--bottom {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  body .page .col .spot.padding--bottom {
    padding-bottom: 10%;
  }
}

body .page .col .spot.padding--left {
  padding-left: 25px;
}

@media (min-width: 768px) {
  body .page .col .spot.padding--left {
    padding-left: 15%;
  }
}

body .page .col .spot.padding--right {
  padding-right: 25px;
}

@media (min-width: 768px) {
  body .page .col .spot.padding--right {
    padding-right: 15%;
  }
}

@media (min-width: 768px) {
  body .page .col-sm-12 .spot.padding--none {
    padding: 0;
  }

  body .page .col-sm-12 .spot.padding--top {
    padding-top: 5%;
  }

  body .page .col-sm-12 .spot.padding--bottom {
    padding-bottom: 5%;
  }

  body .page .col-sm-12 .spot.padding--left {
    padding-left: 5%;
  }

  body .page .col-sm-12 .spot.padding--right {
    padding-right: 5%;
  }
}

.pardot-iframe iframe {
  background-color: #ECECEC;
  margin-bottom: 10px;
  height: 70px;
  width: 100%;
}

.pardot-iframe .body {
  background-color: #353535;
  color: #ECECEC;
  padding: 20px;
}

.pardot-iframe .body:before,
.pardot-iframe .body:after {
  content: " ";
  display: table;
}

.pardot-iframe .body:after {
  clear: both;
}

.pardot-iframe .body:before,
.pardot-iframe .body:after {
  content: " ";
  display: table;
}

.pardot-iframe .body:after {
  clear: both;
}

.pardot-title {
  text-align: center;
  font-size: 1.66666667rem;
  padding-bottom: 20px;
}

.pardot-legattext {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .pardot-iframe iframe {
    width: 50%;
    height: 70px;
  }

  .pardot-iframe .body {
    padding: 20px 200px 30px 200px;
  }

  .pardot-legattext {
    padding-right: 10px;
    float: left;
    width: 50%;
  }

  .pardot-text {
    float: right;
    width: 50%;
  }
}

.spot-rte .body ~ .image-split,
.spot-rte-alt .body ~ .image-split,
[class|="spot-rte"] .body ~ .image-split {
  display: none;
}

@media (min-width: 768px) {
  .spot-rte .body.split,
  .spot-rte-alt .body.split,
  [class|="spot-rte"] .body.split {
    display: none;
  }

  .spot-rte .body.split ~ .image-split,
  .spot-rte-alt .body.split ~ .image-split,
  [class|="spot-rte"] .body.split ~ .image-split {
    display: block;
  }
}

.spot-gallery .body {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -30px;
  width: auto;
}

.spot-gallery--white {
  color: white;
}

.spot-gallery--black {
  color: #212121;
}

.spot-gallery--yellow-background .body {
  background-color: #D1B67B;
}

.spot-gallery--cyan-background .body {
  background-color: #6BA6B5;
}

.spot-gallery--green-background .body {
  background-color: #91A38E;
}

.spot-gallery--pantone-background {
  color: #fff;
}

.spot-gallery--pantone-background .body {
  background-color: #382E2C;
}

.spot-gallery--transparency-80.spot-gallery--pantone-background .body {
  background-color: rgba(56, 46, 44, 0.8);
}

.spot-gallery--transparency-80.spot-gallery--white-box .body {
  background-color: rgba(255, 255, 255, 0.8);
}

.spot-gallery--transparency-80.spot-gallery--black-box .body {
  background-color: rgba(56, 46, 44, 0.8);
}

.spot-gallery--transparency-80.spot-gallery--yellow-background .body {
  background-color: rgba(209, 182, 123, 0.8);
}

.spot-gallery--transparency-80.spot-gallery--green-background .body {
  background-color: rgba(145, 163, 142, 0.8);
}

.spot-gallery--transparency-80.spot-gallery--cyan-background .body {
  background-color: rgba(107, 166, 181, 0.8);
}

.spot-gallery--transparency-50.spot-gallery--pantone-background .body {
  background-color: rgba(56, 46, 44, 0.5);
}

.spot-gallery--transparency-50.spot-gallery--white-box .body {
  background-color: rgba(255, 255, 255, 0.5);
}

.spot-gallery--transparency-50.spot-gallery--black-box .body {
  background-color: rgba(56, 46, 44, 0.5);
}

.spot-gallery--transparency-50.spot-gallery--yellow-background .body {
  background-color: rgba(209, 182, 123, 0.5);
}

.spot-gallery--transparency-50.spot-gallery--green-background .body {
  background-color: rgba(145, 163, 142, 0.5);
}

.spot-gallery--transparency-50.spot-gallery--cyan-background .body {
  background-color: rgba(107, 166, 181, 0.5);
}

.spot-gallery--transparency-20.spot-gallery--pantone-background .body {
  background-color: rgba(56, 46, 44, 0.2);
}

.spot-gallery--transparency-20.spot-gallery--white-box .body {
  background-color: rgba(255, 255, 255, 0.2);
}

.spot-gallery--transparency-20.spot-gallery--black-box .body {
  background-color: rgba(56, 46, 44, 0.2);
}

.spot-gallery--transparency-20.spot-gallery--yellow-background .body {
  background-color: rgba(209, 182, 123, 0.2);
}

.spot-gallery--transparency-20.spot-gallery--green-background .body {
  background-color: rgba(145, 163, 142, 0.2);
}

.spot-gallery--transparency-20.spot-gallery--cyan-background .body {
  background-color: rgba(107, 166, 181, 0.2);
}

.spot-gallery--white-box .body {
  border-radius: 7px;
  color: #382E2C;
  background-color: #fff;
  border: 2px solid #382E2C;
}

.spot-gallery--black-box .body {
  border-radius: 7px;
  color: #fff;
  background-color: #382E2C;
  border: 1px solid #fff;
}

.spot-gallery--top-middle .body {
  top: 10%;
  bottom: auto;
  margin-top: 0px;
}

.spot-gallery--top-left .body {
  top: 10%;
  bottom: auto;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}

.spot-gallery--top-right .body {
  top: 10%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}

.spot-gallery--bottom-middle .body {
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: auto;
}

.spot-gallery--bottom-right .body {
  bottom: 10%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  top: auto;
  left: 50%;
  right: auto;
}

.spot-gallery--bottom-left .body {
  bottom: 10%;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  top: auto;
  right: 50%;
  left: auto;
}

.spot-single-image {
  position: relative;
  background-image: url("/src/assets/images/dummy/intro.jpg");
  background-position: center center;
  background-size: cover;
  height: 300px;
  min-height: unset;
  display: block;
}

[class^="col"] .spot-single-image {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .spot-single-image {
    height: 660px;
  }
}

@media (max-width: 767px) {
  .spot-single-image {
    background-size: 0;
    height: auto;
  }

  .spot-single-image:before {
    content: " ";
    display: block;
    height: 0px;
    width: 100%;
    padding-top: 50.8%;
    background-image: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .spot-single-image .spot-single-image__body {
    bottom: 0;
    top: auto;
    position: relative;
  }

  .spot-single-image .spot-single-image__body::before,
  .spot-single-image .spot-single-image__body:after {
    display: none;
  }

  .spot-single-image .spot-single-image__body__content {
    width: 100%;
    margin: 0 !important;
  }
}

.spot-single-image__body {
  position: absolute;
  bottom: 2%;
  width: 100%;
}

.spot-single-image__body:after,
.spot-single-image__body:before {
  content: " ";
  display: inline-block;
  display: none;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #ab162b;
}

.spot-single-image__body:before {
  left: 0;
  width: 5%;
  display: none;
}

.spot-single-image__body:after {
  right: 0;
  width: 10%;
}

.spot-single-image__body__content {
  width: 70%;
  background-color: #ab162b;
  color: white;
  padding: 10px;
}

@media (min-width: 768px) {
  .spot-single-image__body__content {
    margin-left: 1%;
    width: 50%;
    max-width: 700px;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .spot-single-image__body__content {
    padding: 15px 30px 20px;
  }
}

.spot-single-image__header {
  font-weight: 200;
  font-size: 25px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .spot-single-image__header {
    font-size: 45px;
    font-weight: 200;
  }
}

@media (min-width: 1200px) {
  .spot-single-image__header {
    font-size: 55px;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .spot-single-image__subtitle {
    font-weight: 200;
  }
}

.spot-single-image__link {
  color: white;
  font-weight: 200;
}

.spot-single-image__link:active,
.spot-single-image__link:focus,
.spot-single-image__link:hover,
.spot-single-image__link:visited {
  color: white;
}

.spot-single-image__link.go::before,
.spot-single-image__link.go-big::before,
.spot-single-image__link.go-after::before {
  color: white;
  display: inline-block;
  font-size: 1.6em;
  margin-right: 0.9em;
  position: relative;
  top: 3px;
}

@media (min-width: 768px) {
  .spot-single-image__link {
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .spot-single-image__link {
    margin-top: 20px;
    font-size: 20px;
  }
}

.spot-single-image--black {
  color: #212121;
}

.spot-single-image--black .spot-single-image__body__content {
  color: #212121;
}

.spot-single-image--black .spot-single-image__link,
.spot-single-image--black .spot-single-image__link a {
  color: #212121;
}

.spot-single-image--black .spot-single-image__link:hover,
.spot-single-image--black .spot-single-image__link a:hover,
.spot-single-image--black .spot-single-image__link:active,
.spot-single-image--black .spot-single-image__link a:active,
.spot-single-image--black .spot-single-image__link:visited,
.spot-single-image--black .spot-single-image__link a:visited,
.spot-single-image--black .spot-single-image__link:before,
.spot-single-image--black .spot-single-image__link a:before {
  color: #212121;
}

.spot-single-image--white {
  color: #fff;
}

.spot-single-image--white .spot-single-image__body__content {
  color: #fff;
}

.spot-single-image--white .spot-single-image__link,
.spot-single-image--white .spot-single-image__link a {
  color: #fff;
}

.spot-single-image--white .spot-single-image__link:hover,
.spot-single-image--white .spot-single-image__link a:hover,
.spot-single-image--white .spot-single-image__link:active,
.spot-single-image--white .spot-single-image__link a:active,
.spot-single-image--white .spot-single-image__link:visited,
.spot-single-image--white .spot-single-image__link a:visited,
.spot-single-image--white .spot-single-image__link:before,
.spot-single-image--white .spot-single-image__link a:before {
  color: #fff;
}

.spot-single-image--yellow-background .spot-single-image__body:before,
.spot-single-image--yellow-background .spot-single-image__body:after {
  background-color: #D1B67B;
}

.spot-single-image--yellow-background .spot-single-image__body__content {
  color: #fff;
  background-color: #D1B67B;
}

.spot-single-image--yellow-background .spot-single-image__link,
.spot-single-image--yellow-background .spot-single-image__link a {
  color: #fff;
}

.spot-single-image--yellow-background .spot-single-image__link:hover,
.spot-single-image--yellow-background .spot-single-image__link a:hover,
.spot-single-image--yellow-background .spot-single-image__link:active,
.spot-single-image--yellow-background .spot-single-image__link a:active,
.spot-single-image--yellow-background .spot-single-image__link:visited,
.spot-single-image--yellow-background .spot-single-image__link a:visited,
.spot-single-image--yellow-background .spot-single-image__link:before,
.spot-single-image--yellow-background .spot-single-image__link a:before {
  color: #fff;
}

.spot-single-image--green-background .spot-single-image__body:before,
.spot-single-image--green-background .spot-single-image__body:after {
  background-color: #91A38E;
}

.spot-single-image--green-background .spot-single-image__body__content {
  color: #fff;
  background-color: #91A38E;
}

.spot-single-image--green-background .spot-single-image__link,
.spot-single-image--green-background .spot-single-image__link a {
  color: #fff;
}

.spot-single-image--green-background .spot-single-image__link:hover,
.spot-single-image--green-background .spot-single-image__link a:hover,
.spot-single-image--green-background .spot-single-image__link:active,
.spot-single-image--green-background .spot-single-image__link a:active,
.spot-single-image--green-background .spot-single-image__link:visited,
.spot-single-image--green-background .spot-single-image__link a:visited,
.spot-single-image--green-background .spot-single-image__link:before,
.spot-single-image--green-background .spot-single-image__link a:before {
  color: #fff;
}

.spot-single-image--cyan-background .spot-single-image__body:before,
.spot-single-image--cyan-background .spot-single-image__body:after {
  background-color: #6BA6B5;
}

.spot-single-image--cyan-background .spot-single-image__body__content {
  color: #fff;
  background-color: #6BA6B5;
}

.spot-single-image--cyan-background .spot-single-image__link,
.spot-single-image--cyan-background .spot-single-image__link a {
  color: #fff;
}

.spot-single-image--cyan-background .spot-single-image__link:hover,
.spot-single-image--cyan-background .spot-single-image__link a:hover,
.spot-single-image--cyan-background .spot-single-image__link:active,
.spot-single-image--cyan-background .spot-single-image__link a:active,
.spot-single-image--cyan-background .spot-single-image__link:visited,
.spot-single-image--cyan-background .spot-single-image__link a:visited,
.spot-single-image--cyan-background .spot-single-image__link:before,
.spot-single-image--cyan-background .spot-single-image__link a:before {
  color: #fff;
}

.spot-single-image--pantone-background {
  color: #fff;
}

.spot-single-image--pantone-background .spot-single-image__body:before,
.spot-single-image--pantone-background .spot-single-image__body:after {
  background-color: #382E2C;
}

.spot-single-image--pantone-background .spot-single-image__body__content {
  color: #fff;
  background-color: #382E2C;
}

.spot-single-image--pantone-background .spot-single-image__link,
.spot-single-image--pantone-background .spot-single-image__link a {
  color: #fff;
}

.spot-single-image--pantone-background .spot-single-image__link:hover,
.spot-single-image--pantone-background .spot-single-image__link a:hover,
.spot-single-image--pantone-background .spot-single-image__link:active,
.spot-single-image--pantone-background .spot-single-image__link a:active,
.spot-single-image--pantone-background .spot-single-image__link:visited,
.spot-single-image--pantone-background .spot-single-image__link a:visited,
.spot-single-image--pantone-background .spot-single-image__link:before,
.spot-single-image--pantone-background .spot-single-image__link a:before {
  color: #fff;
}

.spot-single-image--transparency-80 .spot-single-image__body:before,
.spot-single-image--transparency-80 .spot-single-image__body:after {
  background-color: rgba(171, 22, 43, 0.8);
}

.spot-single-image--transparency-80 .spot-single-image__body__content {
  background-color: rgba(171, 22, 43, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--pantone-background .spot-single-image__body:before,
.spot-single-image--transparency-80.spot-single-image--pantone-background .spot-single-image__body:after {
  background-color: rgba(56, 46, 44, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--pantone-background .spot-single-image__body__content {
  background-color: rgba(56, 46, 44, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--white-box .spot-single-image__body:before,
.spot-single-image--transparency-80.spot-single-image--white-box .spot-single-image__body:after {
  background-color: rgba(255, 255, 255, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--white-box .spot-single-image__body__content {
  background-color: rgba(255, 255, 255, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--yellow-background .spot-single-image__body:before,
.spot-single-image--transparency-80.spot-single-image--yellow-background .spot-single-image__body:after {
  background-color: rgba(209, 182, 123, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--yellow-background .spot-single-image__body__content {
  background-color: rgba(209, 182, 123, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--green-background .spot-single-image__body:before,
.spot-single-image--transparency-80.spot-single-image--green-background .spot-single-image__body:after {
  background-color: rgba(145, 163, 142, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--green-background .spot-single-image__body__content {
  background-color: rgba(145, 163, 142, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--cyan-background .spot-single-image__body:before,
.spot-single-image--transparency-80.spot-single-image--cyan-background .spot-single-image__body:after {
  background-color: rgba(107, 166, 181, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--cyan-background .spot-single-image__body__content {
  background-color: rgba(107, 166, 181, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--white-box .spot-single-image__body:before,
.spot-single-image--transparency-80.spot-single-image--white-box .spot-single-image__body:after {
  background-color: rgba(56, 46, 44, 0.8);
}

.spot-single-image--transparency-80.spot-single-image--white-box .spot-single-image__body__content {
  background-color: rgba(56, 46, 44, 0.8);
}

.spot-single-image--transparency-50 .spot-single-image__body:before,
.spot-single-image--transparency-50 .spot-single-image__body:after {
  background-color: rgba(171, 22, 43, 0.5);
}

.spot-single-image--transparency-50 .spot-single-image__body__content {
  background-color: rgba(171, 22, 43, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--pantone-background .spot-single-image__body:before,
.spot-single-image--transparency-50.spot-single-image--pantone-background .spot-single-image__body:after {
  background-color: rgba(56, 46, 44, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--pantone-background .spot-single-image__body__content {
  background-color: rgba(56, 46, 44, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--white-box .spot-single-image__body:before,
.spot-single-image--transparency-50.spot-single-image--white-box .spot-single-image__body:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--white-box .spot-single-image__body__content {
  background-color: rgba(255, 255, 255, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--yellow-background .spot-single-image__body:before,
.spot-single-image--transparency-50.spot-single-image--yellow-background .spot-single-image__body:after {
  background-color: rgba(209, 182, 123, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--yellow-background .spot-single-image__body__content {
  background-color: rgba(209, 182, 123, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--green-background .spot-single-image__body:before,
.spot-single-image--transparency-50.spot-single-image--green-background .spot-single-image__body:after {
  background-color: rgba(145, 163, 142, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--green-background .spot-single-image__body__content {
  background-color: rgba(145, 163, 142, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--cyan-background .spot-single-image__body:before,
.spot-single-image--transparency-50.spot-single-image--cyan-background .spot-single-image__body:after {
  background-color: rgba(107, 166, 181, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--cyan-background .spot-single-image__body__content {
  background-color: rgba(107, 166, 181, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--black-box .spot-single-image__body:before,
.spot-single-image--transparency-50.spot-single-image--black-box .spot-single-image__body:after {
  background-color: rgba(56, 46, 44, 0.5);
}

.spot-single-image--transparency-50.spot-single-image--black-box .spot-single-image__body__content {
  background-color: rgba(56, 46, 44, 0.5);
}

.spot-single-image--transparency-20 .spot-single-image__body:before,
.spot-single-image--transparency-20 .spot-single-image__body:after {
  background-color: rgba(171, 22, 43, 0.2);
}

.spot-single-image--transparency-20 .spot-single-image__body__content {
  background-color: rgba(171, 22, 43, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background .spot-single-image__body:before,
.spot-single-image--transparency-20.spot-single-image--pantone-background .spot-single-image__body:after {
  background-color: rgba(56, 46, 44, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background .spot-single-image__body__content {
  background-color: rgba(56, 46, 44, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--white-box .spot-single-image__body:before,
.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--white-box .spot-single-image__body:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--white-box .spot-single-image__body__content {
  background-color: rgba(255, 255, 255, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--yellow-background .spot-single-image__body:before,
.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--yellow-background .spot-single-image__body:after {
  background-color: rgba(209, 182, 123, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--yellow-background .spot-single-image__body__content {
  background-color: rgba(209, 182, 123, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--green-background .spot-single-image__body:before,
.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--green-background .spot-single-image__body:after {
  background-color: rgba(145, 163, 142, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--green-background .spot-single-image__body__content {
  background-color: rgba(145, 163, 142, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--cyan-background .spot-single-image__body:before,
.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--cyan-background .spot-single-image__body:after {
  background-color: rgba(107, 166, 181, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--cyan-background .spot-single-image__body__content {
  background-color: rgba(107, 166, 181, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--black-box .spot-single-image__body:before,
.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--black-box .spot-single-image__body:after {
  background-color: rgba(56, 46, 44, 0.2);
}

.spot-single-image--transparency-20.spot-single-image--pantone-background.spot-single-image--black-box .spot-single-image__body__content {
  background-color: rgba(56, 46, 44, 0.2);
}

.spot-single-image--white-box {
  color: #382E2C;
}

.spot-single-image--white-box .spot-single-image__body:before,
.spot-single-image--white-box .spot-single-image__body:after {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.spot-single-image--white-box .spot-single-image__body__content {
  border-radius: 7px;
  border: 2px solid #382E2C;
  color: #382E2C;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .spot-single-image--white-box .spot-single-image__body__content {
    border-radius: 0px;
    border: none;
  }
}

.spot-single-image--white-box .spot-single-image__link,
.spot-single-image--white-box .spot-single-image__link a {
  color: #382E2C;
}

.spot-single-image--white-box .spot-single-image__link:hover,
.spot-single-image--white-box .spot-single-image__link a:hover,
.spot-single-image--white-box .spot-single-image__link:active,
.spot-single-image--white-box .spot-single-image__link a:active,
.spot-single-image--white-box .spot-single-image__link:visited,
.spot-single-image--white-box .spot-single-image__link a:visited,
.spot-single-image--white-box .spot-single-image__link:before,
.spot-single-image--white-box .spot-single-image__link a:before {
  color: #382E2C;
}

.spot-single-image--black-box {
  color: #fff;
}

.spot-single-image--black-box .spot-single-image__body:before,
.spot-single-image--black-box .spot-single-image__body:after {
  display: none;
  background-color: rgba(56, 46, 44, 0.8);
}

.spot-single-image--black-box .spot-single-image__body__content {
  border-radius: 7px;
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(56, 46, 44, 0.8);
}

@media (max-width: 767px) {
  .spot-single-image--black-box .spot-single-image__body__content {
    border-radius: 0px;
    border: none;
  }
}

.spot-single-image--black-box .spot-single-image__link,
.spot-single-image--black-box .spot-single-image__link a {
  color: #fff;
}

.spot-single-image--black-box .spot-single-image__link:hover,
.spot-single-image--black-box .spot-single-image__link a:hover,
.spot-single-image--black-box .spot-single-image__link:active,
.spot-single-image--black-box .spot-single-image__link a:active,
.spot-single-image--black-box .spot-single-image__link:visited,
.spot-single-image--black-box .spot-single-image__link a:visited,
.spot-single-image--black-box .spot-single-image__link:before,
.spot-single-image--black-box .spot-single-image__link a:before {
  color: #fff;
}

.spot-single-image--top-left .spot-single-image__body {
  top: 2%;
  bottom: auto;
}

.spot-single-image--top-middle .spot-single-image__body {
  top: 2%;
  bottom: auto;
}

.spot-single-image--top-middle .spot-single-image__body__content {
  margin: 0 auto !important;
}

.spot-single-image--top-right .spot-single-image__body {
  top: 2%;
  bottom: auto;
}

.spot-single-image--top-right .spot-single-image__body::before {
  right: 0;
  left: auto;
}

.spot-single-image--top-right .spot-single-image__body::after {
  left: 0;
  right: auto;
}

.spot-single-image--top-right .spot-single-image__body__content {
  float: right;
  margin-left: auto;
  margin-right: 1%;
}

.spot-single-image--bottom-right .spot-single-image__body::before {
  right: 0;
  left: auto;
}

.spot-single-image--bottom-right .spot-single-image__body::after {
  left: 0;
  right: auto;
}

.spot-single-image--bottom-right .spot-single-image__body__content {
  float: right;
  margin-left: auto;
  margin-right: 1%;
}

.spot-single-image--no-bars .spot-single-image__body:after,
.spot-single-image--no-bars .spot-single-image__body:before {
  display: none;
}

.spot-single-image--no-bars .spot-single-image__body__content {
  background-color: transparent;
}

@media (max-width: 767px) {
  .spot-single-image--no-bars .spot-single-image__body__content {
    color: #212121;
  }
}

@media (min-width: 768px) {
  .spot-single-image--no-bars .spot-single-image__body__content {
    margin-left: 1%;
  }
}

@media (max-width: 767px) {
  .spot-single-image--no-bars .spot-single-image__link.go,
  .spot-single-image--no-bars .spot-single-image__link.go-big,
  .spot-single-image--no-bars .spot-single-image__link.go-after {
    color: #212121;
  }
}

.spot-single-image--no-bars .spot-single-image__link.go:before,
.spot-single-image--no-bars .spot-single-image__link.go-big:before,
.spot-single-image--no-bars .spot-single-image__link.go-after:before {
  color: #ab162b;
}

.spot-single-image--no-bars.spot-single-image--bottom-right .spot-single-image__body__content,
.spot-single-image--no-bars.spot-single-image--top-right .spot-single-image__body__content {
  margin-right: 0;
}

.spot-single-image--no-bars.spot-single-image--top-middle .spot-single-image__body__content {
  margin: 0 auto !important;
}

.spot-single-image--alternate-bars .spot-single-image__body:before {
  display: none;
}

.spot-single-image--alternate-bars .spot-single-image__body:after {
  width: 4%;
}

@media (min-width: 768px) {
  .spot-single-image--alternate-bars .spot-single-image__body .spot-single-image__body__content {
    margin-left: 1%;
  }
}

.spot-single-image--alternate-bars.spot-single-image--bottom-right .spot-single-image__body__content,
.spot-single-image--alternate-bars.spot-single-image--top-right .spot-single-image__body__content {
  margin-right: 0;
}

@media (max-width: 767px) {
  .spot-single-image--mobile-break {
    background-size: 0;
    height: auto;
  }

  .spot-single-image--mobile-break:before {
    content: " ";
    display: block;
    height: 0px;
    width: 100%;
    padding-top: 50.79%;
    background-image: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .spot-single-image--mobile-break .spot-single-image__body {
    bottom: 0;
    top: auto;
    position: relative;
  }

  .spot-single-image--mobile-break .spot-single-image__body::before,
  .spot-single-image--mobile-break .spot-single-image__body:after {
    display: none;
  }

  .spot-single-image--mobile-break .spot-single-image__body__content {
    width: 100%;
    margin: 0;
  }
}

/* custom spot padding - on/off jira GRE-18 */

.image.single-item .spot-carrousel {
  width: 100% !important;
  display: table;
}

.image.single-item .spot-carrousel .item {
  display: table-cell !important;
  width: 100% !important;
}

.spot-carrousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.spot-carrousel-container ul,
.spot-carrousel-container li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spot-carrousel-container .spot-carrousel {
  position: relative;
  display: table;
  left: 0;
  height: 100%;
}

.spot-carrousel-container .spot-carrousel .item {
  display: block;
  position: absolute;
  text-align: center;
  display: none;
}

.spot-carrousel-container .spot-carrousel .item img {
  max-width: 100%;
  max-height: 100%;
}

.spot-carrousel-container .spot-carrousel .item .image-background {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.spot-carrousel-container .spot-carrousel .item:first-child {
  position: relative;
  display: block;
}

.spot-carrousel-container .spot-carrousel.loaded {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.spot-carrousel-container .spot-carrousel.loaded .item {
  display: table-cell;
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.spot-carrousel-container .spot-carrousel.loaded.use-fade .item-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spot-carrousel-container .spot-carrousel.loaded.use-fade .item {
  opacity: 0;
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.spot-carrousel-container .spot-carrousel.loaded.use-fade .item.active {
  opacity: 1;
}

.spot-carrousel-container .navigation-container ul {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.spot-carrousel-container .navigation-container .nav-dot,
.spot-carrousel-container .navigation-container li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  line-height: 20px;
  padding: 10px;
  padding: 0;
  opacity: 0.9;
  top: 0;
}

.spot-carrousel-container .navigation-container .nav-dot:before,
.spot-carrousel-container .navigation-container li:before {
  content: "";
  border: solid 1px #000;
  background: transparent;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.spot-carrousel-container .navigation-container .nav-dot:hover:before,
.spot-carrousel-container .navigation-container li:hover:before {
  background: #B6B6B6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.spot-carrousel-container .navigation-container .nav-dot.active:before,
.spot-carrousel-container .navigation-container li.active:before,
.spot-carrousel-container .navigation-container .nav-dot.active:hover:before,
.spot-carrousel-container .navigation-container li.active:hover:before {
  background: #000;
}

.spot-carrousel-container .navigation-container .nav-dot {
  position: absolute;
  top: 0;
  left: 0;
}

.spot-carrousel-container .navigation-container .nav-dot.after:before,
.spot-carrousel-container .navigation-container .nav-dot.before:before {
  border: 0;
  border-radius: 0;
}

.spot-carrousel-container .navigation-container .nav-dot.after:hover:before,
.spot-carrousel-container .navigation-container .nav-dot.before:hover:before {
  background: none;
}

.spot-carrousel-container .navigation-container .nav-dot.after {
  left: auto;
  right: 0;
}

.spot-carrousel-container .navigation-container .nav-dot.after:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.external-arrows .nav-dot,
.external-arrows .nav-arrow {
  position: absolute;
  border-radius: 0px;
  background: #212121;
  opacity: 1;
  border: none;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
  height: 60px;
  margin: -30px 0 0;
  width: 15%;
  max-width: 60px;
}

@media (min-width: 651px) {
  .external-arrows .nav-dot,
  .external-arrows .nav-arrow {
    height: 90px;
    margin: -45px 0 0;
  }
}

@media (min-width: 768px) {
  .external-arrows .nav-dot,
  .external-arrows .nav-arrow {
    top: 50%;
    height: 120px;
    margin: -60px 0 0;
  }
}

.external-arrows .nav-dot:after,
.external-arrows .nav-arrow:after {
  display: none;
}

.external-arrows .nav-dot:before,
.external-arrows .nav-arrow:before {
  border: none 0px;
}

.external-arrows .nav-dot.before,
.external-arrows .nav-arrow.before,
.external-arrows .nav-dot.after,
.external-arrows .nav-arrow.after,
.external-arrows .nav-dot.prev,
.external-arrows .nav-arrow.prev,
.external-arrows .nav-dot.next,
.external-arrows .nav-arrow.next {
  left: auto;
  right: 1px;
}

.external-arrows .nav-dot.before:before,
.external-arrows .nav-arrow.before:before,
.external-arrows .nav-dot.after:before,
.external-arrows .nav-arrow.after:before,
.external-arrows .nav-dot.prev:before,
.external-arrows .nav-arrow.prev:before,
.external-arrows .nav-dot.next:before,
.external-arrows .nav-arrow.next:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1363px;
  width: 13px;
  height: 32px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -9px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .external-arrows .nav-dot.before:before,
  .external-arrows .nav-arrow.before:before,
  .external-arrows .nav-dot.after:before,
  .external-arrows .nav-arrow.after:before,
  .external-arrows .nav-dot.prev:before,
  .external-arrows .nav-arrow.prev:before,
  .external-arrows .nav-dot.next:before,
  .external-arrows .nav-arrow.next:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .external-arrows .nav-dot.before:before,
  .external-arrows .nav-arrow.before:before,
  .external-arrows .nav-dot.after:before,
  .external-arrows .nav-arrow.after:before,
  .external-arrows .nav-dot.prev:before,
  .external-arrows .nav-arrow.prev:before,
  .external-arrows .nav-dot.next:before,
  .external-arrows .nav-arrow.next:before {
    background-size: 72px 1812px;
  }
}

.external-arrows .nav-dot.before:hover:before,
.external-arrows .nav-arrow.before:hover:before,
.external-arrows .nav-dot.after:hover:before,
.external-arrows .nav-arrow.after:hover:before,
.external-arrows .nav-dot.prev:hover:before,
.external-arrows .nav-arrow.prev:hover:before,
.external-arrows .nav-dot.next:hover:before,
.external-arrows .nav-arrow.next:hover:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1363px;
  width: 13px;
  height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .external-arrows .nav-dot.before:hover:before,
  .external-arrows .nav-arrow.before:hover:before,
  .external-arrows .nav-dot.after:hover:before,
  .external-arrows .nav-arrow.after:hover:before,
  .external-arrows .nav-dot.prev:hover:before,
  .external-arrows .nav-arrow.prev:hover:before,
  .external-arrows .nav-dot.next:hover:before,
  .external-arrows .nav-arrow.next:hover:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .external-arrows .nav-dot.before:hover:before,
  .external-arrows .nav-arrow.before:hover:before,
  .external-arrows .nav-dot.after:hover:before,
  .external-arrows .nav-arrow.after:hover:before,
  .external-arrows .nav-dot.prev:hover:before,
  .external-arrows .nav-arrow.prev:hover:before,
  .external-arrows .nav-dot.next:hover:before,
  .external-arrows .nav-arrow.next:hover:before {
    background-size: 72px 1812px;
  }
}

.external-arrows .nav-dot.before,
.external-arrows .nav-arrow.before,
.external-arrows .nav-dot.prev,
.external-arrows .nav-arrow.prev {
  left: 1px;
  right: auto;
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.external-arrows .nav-dot.after:before,
.external-arrows .nav-arrow.after:before,
.external-arrows .nav-dot.next:before,
.external-arrows .nav-arrow.next:before {
  margin-left: -5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body {
  letter-spacing: 0.5px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0 0 0.71428571rem;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 0.71428571rem;
  font-weight: 400;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

@media (max-width: 500px) {
  h1,
  .h1 {
    font-size: 2rem;
    font-weight: 300;
  }

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

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

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

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

@media (min-width: 500px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 2.71428571rem;
  }

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

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

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

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

h1 .sup,
.h1 .sup {
  font-size: 50%;
  vertical-align: 20px;
  margin-left: 3px;
}

.page.container-fluid {
  overflow: hidden;
}

.row-bg {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.row-bg:before,
.row-bg:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000px;
  content: "";
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
}

.row-bg--before:before {
  left: -2000px;
}

.row-bg--after:after {
  right: -2000px;
}

.row-bg--grey.row-bg--before:before {
  background: #ececec;
}

.row-bg--grey.row-bg--after:after {
  background: #ececec;
}

.row-bg--dark.row-bg--before:before {
  background: #353535;
}

.row-bg--dark.row-bg--after:after {
  background: #353535;
}

.tabs {
  position: relative;
  list-style: none;
  padding: 0;
  border: solid #E0E0E0;
  border-width: 0 2px 3px 0;
  margin-bottom: 25px;
}

.tabs:after {
  content: "";
  top: 0;
  right: -2px;
  position: absolute;
  height: 3px;
  width: 2px;
  background: #ECECEC;
}

.tabs li {
  position: relative;
  vertical-align: top;
}

.tabs li:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 1px;
  height: 3px;
  width: 1px;
  background: #ECECEC;
  z-index: 1;
}

.tabs li:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 2px;
  height: 3px;
  background: #ECECEC;
}

.tabs li:last-child a {
  border-right: 0;
}

.tabs a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  position: relative;
  padding: 20px;
  color: #212121;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background .2s;
  transition: background .2s;
  border-right: 1px solid #E0E0E0;
  background: #fff;
}

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

.tabs a:hover strong,
.tabs a:focus strong {
  text-decoration: none;
  color: #ab162b;
}

.tabs a:before,
.tabs a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  margin-left: -12px;
  -webkit-transition: border .2s;
  transition: border .2s;
  border-top-color: transparent;
}

.tabs a:before {
  border-width: 14px;
}

.tabs a:after {
  border-width: 12px;
}

.tabs a strong {
  margin-bottom: 2px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.tabs a span {
  display: block;
}

.tabs .active a {
  color: #fff;
  background: #212121;
}

.tabs .active a:before {
  border-top-color: #E0E0E0;
}

.tabs .active a:after {
  border-top-color: #212121;
}

.tabs .active a strong {
  color: currentColor;
}

.no-flexbox .tabs a {
  display: block;
}

@media (max-width: 767px) {
  .tabs {
    border: 0;
  }

  .tabs a {
    height: auto;
  }

  .tabs a:before,
  .tabs a:after {
    display: none;
  }
}

.tabs--compact {
  width: 100%;
  margin: 5px auto 15px;
  border: none;
}

@media (min-width: 768px) {
  .tabs--compact {
    width: 75%;
  }
}

.tabs--compact:after {
  display: none;
}

.tabs--compact a {
  color: #E9E9E9;
  background: #212121;
  height: 60px;
  padding: 0;
}

.tabs--compact a strong {
  font-size: 15px;
}

@media (min-width: 500px) {
  .tabs--compact a strong {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .tabs--compact a strong {
    font-size: 20px;
  }
}

.tabs--compact a:hover strong,
.tabs--compact a:focus strong {
  border-bottom-color: transparent;
}

.tabs--compact li {
  background: transparent;
}

.tabs--compact li a {
  border-right-color: #fff;
}

.tabs--compact li:before,
.tabs--compact li:after {
  display: none;
}

@media (min-width: 768px) {
  .tabs--compact li:first-child a {
    border-radius: 5px 0 0 0;
  }

  .tabs--compact li:last-child a {
    border-radius: 0 5px 0 0;
  }
}

.tabs--compact li.active a {
  background: #D61E2A;
}

.tabs--compact li.active a:before {
  border-top-color: transparent;
}

.tabs--compact li.active a:after {
  border-top-color: #D61E2A;
}

@media (max-width: 767px) {
  .tabs--compact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs--compact li {
    width: 33%;
  }
}

.tabs-collapsed {
  display: none;
  padding: 20px 0;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-collapsed span {
  margin-right: 15px;
}

.tabs-collapsed select {
  padding: 5px;
}

@media (max-width: 767px) {
  .tabs-collapsed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.box {
  background: #fff;
  border: solid #E0E0E0;
  border-width: 0 2px 3px 0;
  position: relative;
}

.box:before,
.box:after {
  content: " ";
  display: table;
}

.box:after {
  clear: both;
}

.box:before,
.box:after {
  content: " ";
  display: table;
}

.box:after {
  clear: both;
}

.box:before,
.box:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 3px;
}

.box:before {
  top: 0;
  right: -2px;
  background: #ECECEC;
}

.box:after {
  bottom: -3px;
  left: 0;
  background: #ECECEC;
}

.box .accordion {
  margin-bottom: 0;
}

/*
*	Styling of the default bootstrap accordian.
*	Just a group of .panel's
*/

.accordion {
  margin-bottom: 20px;
}

.accordion .panel {
  border-bottom: 1px solid #E0E0E0;
}

.accordion .panel-body {
  padding: 5px 20px;
}

@media (min-width: 768px) {
  .accordion .panel-body {
    padding: 20px;
  }
}

.accordion .panel .collapsed:before {
  background: #212121;
}

.accordion .panel .collapsed:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion .panel-title a {
  padding: 18px 18px 18px 60px;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.accordion .panel-title a:hover {
  color: #ab162b;
}

.accordion .panel-title a:hover:before {
  background: #ab162b;
}

.accordion .panel-title a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  margin-top: -15px;
  border-radius: 50%;
  background: #ECECEC;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.accordion .panel-title a:after {
  position: absolute;
  top: 50%;
  left: 27px;
  margin-top: -3px;
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center 2.5px 0;
  transform-origin: center 2.5px 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -8px;
  width: 16px;
  height: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .accordion .panel-title a:after {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .accordion .panel-title a:after {
    background-size: 72px 1812px;
  }
}

.accordion .panel:last-child {
  border-bottom: 0;
}

@media (min-width: screen-xs-min) {
  .accordion .panel-inner {
    vertical-align: top;
    display: inline-block;
    margin-right: -4px;
    margin-left: 4%;
    width: 46%;
  }

  .accordion .panel-inner img {
    margin: 0 5px 10px 0;
  }
}

.panel-title {
  margin: 0;
}

.panel-title a {
  color: #212121;
  font-weight: bold;
  font-size: 18px;
  padding: 15px;
  display: block;
}

.panel-title a:focus {
  text-decoration: none;
}

.panel-body {
  padding: 0 20px 20px;
}

.custom-checkbox {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /*
	&:not(:checked) + label:after
	{
		opacity: 0;
		transform: scale(0);
	}
	&:checked + label:after
	{
		opacity: 1;
		transform: scale(1);
	}
	*/
  /* disabled checkbox */
  /* accessibility */
}

.custom-checkbox + label {
  margin: 0;
  font-weight: normal;
  line-height: 26px;
}

.custom-checkbox:not(:checked),
.custom-checkbox:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox:not(:checked) + label,
.custom-checkbox:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.custom-checkbox:not(:checked) + label:before,
.custom-checkbox:checked + label:before {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #ECECEC;
}

.custom-checkbox:checked + label:before {
  background: #222;
}

.custom-checkbox:not(:checked) + label:after,
.custom-checkbox:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -204px;
  width: 19px;
  height: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .custom-checkbox:not(:checked) + label:after,
  .custom-checkbox:checked + label:after {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .custom-checkbox:not(:checked) + label:after,
  .custom-checkbox:checked + label:after {
    background-size: 72px 1812px;
  }
}

.custom-checkbox + label:before,
.custom-checkbox + label:after {
  -webkit-transition: -webkit-transform .2s, opacity .2s, background .2s;
  transition: transform .2s, opacity .2s, background .2s;
}

.custom-checkbox:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-checkbox:disabled:not(:checked) + label:before,
.custom-checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.custom-checkbox:disabled:checked + label:after {
  color: #999;
}

.custom-checkbox:disabled + label {
  color: #aaa;
}

.custom-checkbox:not(:checked) + label:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-checkbox:not(:checked) + label:hover:before {
  background: silver;
}

/* hover style just for information */

.modal {
  z-index: 2000;
}

.modal-dialog {
  z-index: 2000;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 10vmin;
  }
}

.modal-header {
  position: relative;
  z-index: 99;
  padding: 35px 50px 0;
  margin-bottom: 25px;
}

.modal-header.nopadding {
  padding: 0;
}

.modal-header .close {
  margin-top: 10px;
}

.modal-body {
  padding: 10px 0;
}

.modal-iframe {
  display: block;
}

.modal-content {
  border: 0;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-content .close {
  z-index: 9999;
}

.modal-iframe {
  width: 100%;
  border: 0;
}

@media (max-width: 500px) {
  .modal-iframe {
    height: 100%;
  }
}

.modal-backdrop {
  z-index: 1500;
}

.modal .close {
  position: absolute;
  top: 13px;
  right: 20px;
}

.breadcrumb--spacer {
  display: none;
}

.has--fixed-header .breadcrumb--spacer {
  display: block;
}

.breadcrumb--container {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
}

.breadcrumb--container.is--static {
  position: static !important;
  margin-bottom: -130px;
}

.breadcrumb--container.is--static .breadcrumb--links {
  float: none !important;
}

.has--fixed-header .breadcrumb--container.is--static {
  margin-top: 180px;
  margin-bottom: -290px;
}

.has--fixed-header .breadcrumb--container {
  position: fixed;
  top: 70px;
  z-index: 1000;
  width: 100%;
}

@media (max-width: 767px) {
  .breadcrumb--container {
    position: fixed;
  }
}

@media (min-width: 650px) {
  .breadcrumb--container {
    margin-top: 20px;
  }

  .has--fixed-header .breadcrumb--container {
    margin-top: 10px;
  }
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 20px 20px 20px;
  position: relative;
  z-index: 900;
}

.breadcrumb.only--chapters .breadcrumb--links,
.breadcrumb.only--chapters .breadcrumb--share {
  display: none !important;
}

.breadcrumb:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F2F2F2;
}

.breadcrumb--inner {
  width: 100%;
  background: #fff;
  position: relative;
}

.breadcrumb--inner:before,
.breadcrumb--inner:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
}

.breadcrumb--inner:before {
  left: 2px;
  bottom: -3px;
  height: 3px;
  width: 100%;
  width: calc(100% - 2px);
}

.breadcrumb--inner:after {
  width: 2px;
  height: 100%;
  right: -2px;
  top: 3px;
}

.breadcrumb--links {
  color: #000;
  display: inline-block;
  padding: 18px 0 18px 18px;
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1;
  white-space: nowrap;
}

.breadcrumb--links a {
  color: #ab162b;
}

.breadcrumb--links .ico-x-arrow {
  position: relative;
  top: -1px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -15px;
  width: 6px;
  height: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--links .ico-x-arrow {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--links .ico-x-arrow {
    background-size: 72px 1812px;
  }
}

.breadcrumb--chapters {
  clear: both;
  border-top: 1px solid #E0E0E0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.breadcrumb--chapters li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #E0E0E0;
}

.breadcrumb--chapters li:last-child {
  border-right: 0;
}

.breadcrumb--chapters a:focus {
  text-decoration: none;
}

.breadcrumb--chapters .active a {
  color: #212121;
  text-decoration: none;
  opacity: 1;
}

.breadcrumb--chapters .active a:after {
  display: none;
}

.breadcrumb--chapters a {
  position: relative;
  display: block;
  padding: 13px 5px 18px;
  font-size: 15px;
  color: #444;
  opacity: .3;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.breadcrumb--chapters a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9px;
  margin-left: -3.5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px 0px;
  width: 9px;
  height: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--chapters a:after {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--chapters a:after {
    background-size: 72px 1812px;
  }
}

.breadcrumb--chapters a:hover {
  opacity: 1;
  text-decoration: none;
}

.no-flexbox .breadcrumb--chapters {
  width: 100% !important;
  border-top: 1px solid #e0e0e0 !important;
  text-align: justify;
}

.no-flexbox .breadcrumb--chapters li {
  display: inline-block;
}

.breadcrumb--share {
  float: right;
  padding: 15px 20px 15px 0;
}

.breadcrumb--share--label {
  display: none;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
}

.breadcrumb--share .ico {
  overflow: hidden;
  vertical-align: middle;
  margin-left: 5px;
  text-indent: 100%;
}

.breadcrumb--share .ico span {
  display: none !important;
}

.breadcrumb--share .ico-x-facebook {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1065px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-facebook {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-facebook {
    background-size: 72px 1812px;
  }
}

.breadcrumb--share .ico-x-twitter {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1111px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-twitter {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-twitter {
    background-size: 72px 1812px;
  }
}

.breadcrumb--share .ico-x-email {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1019px;
  width: 23px;
  height: 23px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-email {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-email {
    background-size: 72px 1812px;
  }
}

.breadcrumb--support {
  float: right;
}

.breadcrumb--support .ico-x-arrow {
  vertical-align: -4px;
  margin-right: 5px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -271px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--support .ico-x-arrow {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--support .ico-x-arrow {
    background-size: 72px 1812px;
  }
}

.breadcrumb--support.is--stacked .breadcrumb--support--link {
  height: auto;
  line-height: 1.5;
  padding: 5px 10px;
  font-size: 70%;
  display: inline-block;
  float: right;
}

.breadcrumb--support.is--stacked .breadcrumb--support--link .ico-x-arrow {
  vertical-align: -2px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -84px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--support.is--stacked .breadcrumb--support--link .ico-x-arrow {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .breadcrumb--support.is--stacked .breadcrumb--support--link .ico-x-arrow {
    background-size: 72px 1812px;
  }
}

.breadcrumb--support--link {
  white-space: nowrap;
  display: block;
  color: #fff;
  font-size: 90%;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  position: relative;
  background: #212121;
}

.breadcrumb--support--link:before,
.breadcrumb--support--link:after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #212121;
}

.breadcrumb--support--link:after {
  top: auto;
  bottom: -1px;
}

.breadcrumb--support--link:hover {
  text-decoration: none;
  color: #ab162b;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 0;
  }

  .breadcrumb--container {
    padding: 0;
  }
}

@media (min-width: 650px) {
  .breadcrumb--support--link {
    height: 56px;
    line-height: 56px;
  }

  .breadcrumb--links {
    font-size: 20px;
  }
}

@media (max-width: 650px) {
  .has--fixed-header .breadcrumb--container {
    width: 100%;
  }

  .has--fixed-header .breadcrumb,
  .breadcrumb--container {
    position: fixed;
    width: 100%;
    top: 56px;
    padding: 0;
  }

  .breadcrumb--share {
    display: none;
  }

  .breadcrumb--chapters {
    display: none;
  }

  .breadcrumb--links {
    padding: 15px 0 15px 10px;
  }
}

@media (max-width: 650px) {
  .breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb--chapters {
    display: none;
  }
}

@media (max-width: 700px) {
  .breadcrumb--share--label {
    display: none;
  }

  .breadcrumb--chapters li {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 800px) {
  .has--fixed-header .breadcrumb--chapters a:after {
    opacity: 0;
  }
}

@media (min-width: 850px) {
  .breadcrumb--links {
    padding: 30px 0 30px 50px;
    font-size: 32px;
  }

  .breadcrumb--links .ico-x-arrow {
    margin: 0 5px;
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -325px;
    width: 11px;
    height: 18px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--links {
    float: left;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--links,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--links {
    display: inline-block;
    padding: 18px 20px 18px 18px;
    font-size: 20px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--links .ico-x-arrow,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--links .ico-x-arrow {
    position: relative;
    top: -1px;
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -15px;
    width: 6px;
    height: 10px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--support--link,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--support--link {
    height: 56px;
    line-height: 56px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share {
    padding: 15px;
    width: auto;
    float: right;
    white-space: nowrap;
    text-align: right;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico {
    margin-left: 3px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-facebook,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-facebook {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1065px;
    width: 23px;
    height: 23px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-twitter,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-twitter {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1111px;
    width: 23px;
    height: 23px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-email,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-email {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1019px;
    width: 23px;
    height: 23px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-youtube,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-youtube {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1042px;
    width: 23px;
    height: 23px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-linkedin,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-linkedin {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -996px;
    width: 23px;
    height: 23px;
  }

  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share--label,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share--label {
    display: none;
  }

  .breadcrumb--share {
    padding: 30px 30px 30px 0;
  }

  .breadcrumb--share .ico-x-facebook {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1243px;
    width: 30px;
    height: 30px;
  }

  .breadcrumb--share .ico-x-twitter {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1303px;
    width: 30px;
    height: 30px;
  }

  .breadcrumb--share .ico-x-email {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1183px;
    width: 30px;
    height: 30px;
  }

  .breadcrumb--share .ico-x-youtube {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1213px;
    width: 30px;
    height: 30px;
  }

  .breadcrumb--share .ico-x-linkedin {
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -1333px;
    width: 30px;
    height: 30px;
  }

  .breadcrumb--support .ico-x-arrow {
    vertical-align: -6px;
    margin-right: 10px;
    background-image: url(img/resound-icons@1x.png);
    background-position: 0px -973px;
    width: 23px;
    height: 23px;
  }

  .breadcrumb--support--link {
    padding: 0 25px;
    height: 92px;
    line-height: 92px;
    font-size: 100%;
  }

  .breadcrumb--chapters a {
    padding: 18px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--links .ico-x-arrow {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--links .ico-x-arrow {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--links .ico-x-arrow,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--links .ico-x-arrow {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--links .ico-x-arrow,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--links .ico-x-arrow {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-facebook,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-facebook {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-facebook,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-facebook {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-twitter,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-twitter {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-twitter,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-twitter {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-email,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-email {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-email,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-email {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-youtube,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-youtube {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-youtube,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-youtube {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-linkedin,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-linkedin {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .has--fixed-header .breadcrumb.has--chapters .breadcrumb--share .ico-x-linkedin,
  .has--fixed-header .breadcrumb--container.is--sticky .breadcrumb--share .ico-x-linkedin {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-facebook {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-facebook {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-twitter {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-twitter {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-email {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-email {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-youtube {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-youtube {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-linkedin {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--share .ico-x-linkedin {
    background-size: 72px 1812px;
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--support .ico-x-arrow {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (min-width: 850px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 850px) and (min-resolution: 192dpi) {
  .breadcrumb--support .ico-x-arrow {
    background-size: 72px 1812px;
  }
}

@media (min-width: 1200px) {
  .breadcrumb {
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumb--share--label {
    display: inline;
  }
}

@media (min-width: 1100px) {
  .breadcrumb {
    /*
		*	Fixed state
		*/
  }

  .breadcrumb--chapters {
    clear: none;
  }

  .has--fixed-header .breadcrumb--chapters {
    float: none;
    border-top: 0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
  }

  .has--fixed-header .breadcrumb--chapters li {
    -webkit-transition: width 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .has--fixed-header .breadcrumb--chapters a:after {
    display: none;
  }
}

.cookiebar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  color: #fff;
  background: rgba(128, 128, 128, 0.9);
  opacity: 0;
  font-size: 13px;
  -webkit-transition: -webkit-transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  height: 0;
}

.cookiebar--inner {
  margin-right: 40px;
  line-height: 1.3;
  margin: 5px 50px 5px 5px;
}

.cookiebar.show {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cookiebar .container {
  position: relative;
}

.cookiebar .close {
  padding-top: 9px;
  background: transparent;
  border: none;
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  color: #000;
}

@media (min-width: 768px) {
  .cookiebar {
    font-size: 14px;
  }

  .cookiebar--inner {
    margin: 15px 60px 15px 20px;
  }
}

@media (min-width: 992px) {
  .cookiebar {
    font-size: 16px;
  }
}

/*
*	Default form.
*/

.form-input,
.scfForm .text-box.single-line,
.scfForm .text-box.multi-line {
  padding: 5px 15px;
  border: 0;
  height: 40px;
  background: #ECECEC;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.form-input:hover,
.scfForm .text-box.single-line:hover,
.scfForm .text-box.multi-line:hover {
  background: #e4e4e4;
}

.form-input:focus,
.scfForm .text-box.single-line:focus,
.scfForm .text-box.multi-line:focus {
  background: #d8d8d8;
}

label[for] {
  cursor: pointer;
}

/*
*	Flat button with arrow icon to the left.
*/

.btn,
.btn-c2a,
.scfForm .form-submit-border .form-submit {
  height: 30px;
  display: inline-block;
  padding: 5px 6px 5px 18px;
  position: relative;
  color: #ab162b;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  background: none;
  line-height: 19px;
}

.btn:before,
.btn-c2a:before,
.scfForm .form-submit-border .form-submit:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -84px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  content: "";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn:before,
  .btn-c2a:before,
  .scfForm .form-submit-border .form-submit:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn:before,
  .btn-c2a:before,
  .scfForm .form-submit-border .form-submit:before {
    background-size: 72px 1812px;
  }
}

.btn:hover,
.btn-c2a:hover,
.scfForm .form-submit-border .form-submit:hover {
  text-decoration: underline;
  color: #ab162b;
}

input.btn,
input.btn-c2a,
input.scfForm .form-submit-border .form-submit {
  padding-left: 6px;
}

.btn-c2a {
  color: #fff;
  font-size: 14px;
  padding-left: 37px;
  padding-right: 37px;
  background: #ab162b;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.btn-c2a:before {
  left: 17px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -72px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn-c2a:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn-c2a:before {
    background-size: 72px 1812px;
  }
}

.btn-c2a:hover,
.btn-c2a:focus {
  color: #fff;
  text-decoration: none;
  background: #9d1428;
}

.btn-c2a:active {
  position: relative;
  top: 1px;
}

input.btn-c2a {
  padding-left: 10px;
  padding-right: 10px;
}

/*
*	Sitecore forms.
*/

.scfForm {
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .scfForm {
    float: left;
    width: 100%;
  }
}

.main .scfForm {
  margin: 40px 0;
  margin: 4vmin 0;
}

.scfForm .form-validation-summary {
  margin-bottom: 20px;
}

.scfForm .form-title {
  font-weight: 200;
}

.scfForm .form-introduction {
  margin-bottom: 20px;
}

.scfForm .form-introduction h2 {
  font-weight: 200;
}

.scfForm .form-footer {
  margin-bottom: 10px;
}

.scfForm .display-section-legend {
  display: none;
}

.scfForm .display-section-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.scfForm .form-title,
.scfForm .form-introduction,
.scfForm .display-section-content,
.scfForm .form-footer {
  max-width: 500px;
}

.scfForm .field-border,
.scfForm .checkbox-border {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}

.scfForm .field-border:before,
.scfForm .checkbox-border:before,
.scfForm .field-border:after,
.scfForm .checkbox-border:after {
  content: " ";
  display: table;
}

.scfForm .field-border:after,
.scfForm .checkbox-border:after {
  clear: both;
}

.scfForm .field-border:before,
.scfForm .checkbox-border:before,
.scfForm .field-border:after,
.scfForm .checkbox-border:after {
  content: " ";
  display: table;
}

.scfForm .field-border:after,
.scfForm .checkbox-border:after {
  clear: both;
}

.scfForm .field-border .field-required,
.scfForm .checkbox-border .field-required {
  position: absolute;
  top: 0;
  right: 0;
}

.scfForm .field-info {
  color: grey;
  display: inline-block;
  margin-top: 3px;
  font-size: 13px;
}

.scfForm .list-content input[type=radio],
.scfForm .list-content input[type=checkbox] {
  margin-right: 10px;
}

.scfForm .field-title {
  margin-bottom: 5px;
}

.scfForm .scfSingleLineTextBorder .field-panel,
.scfForm .scfEmailBorder .field-panel {
  position: relative;
}

.scfForm .scfSingleLineTextBorder .text-box,
.scfForm .scfEmailBorder .text-box {
  padding-right: 30px;
}

.scfForm .scfSingleLineTextBorder .text-box::-ms-clear,
.scfForm .scfEmailBorder .text-box::-ms-clear {
  display: none;
}

.scfForm .scfSingleLineTextBorder .field-required,
.scfForm .scfEmailBorder .field-required {
  height: 40px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 100;
  line-height: 45px;
}

.scfForm .scfSingleLineTextBorder .field-validation-error,
.scfForm .scfEmailBorder .field-validation-error {
  margin-top: 5px;
  display: block;
}

.js.placeholder .scfForm .scfSingleLineTextBorder .field-required,
.js.placeholder .scfForm .scfEmailBorder .field-required {
  top: 0;
}

.js.placeholder .scfForm .scfSingleLineTextBorder .field-title,
.js.placeholder .scfForm .scfEmailBorder .field-title {
  display: none;
}

.scfForm .scfCheckboxBorder input[type=checkbox] {
  margin-right: 10px;
}

.scfForm .scfCheckboxBorder label {
  display: inline;
}

.scfForm .checkbox-content input[type=checkbox] {
  margin-right: 5px;
}

.scfForm table.scfCheckBoxListBorder,
.scfForm table.scfRadioButtonListBorder {
  display: inline-block;
}

.scfForm table.scfCheckBoxListBorder.required .field-title:after,
.scfForm table.scfRadioButtonListBorder.required .field-title:after {
  content: "*";
  font-weight: bold;
  font-size: 20px;
  color: #888;
  margin-left: 5px;
}

.scfForm table.scfCheckBoxListBorder.required .field-required,
.scfForm table.scfRadioButtonListBorder.required .field-required {
  display: none !important;
}

.scfForm table.scfCheckBoxListBorder--justify tr,
.scfForm table.scfRadioButtonListBorder--justify tr {
  min-width: 120px;
}

.scfForm table.scfCheckBoxListBorder--justify table,
.scfForm table.scfRadioButtonListBorder--justify table {
  max-width: 400px;
}

.scfForm table.scfCheckBoxListBorder .field-title,
.scfForm table.scfRadioButtonListBorder .field-title {
  float: none;
  width: auto;
  display: block;
  cursor: default;
  padding-right: 10px;
}

.scfForm table.scfCheckBoxListBorder .field-panel,
.scfForm table.scfRadioButtonListBorder .field-panel {
  display: block;
}

.scfForm table.scfCheckBoxListBorder table,
.scfForm table.scfRadioButtonListBorder table {
  width: 100%;
}

.scfForm table.scfCheckBoxListBorder tr,
.scfForm table.scfRadioButtonListBorder tr {
  display: inline-block;
  padding-right: 20px;
}

.scfForm table.scfCheckBoxListBorder td label,
.scfForm table.scfRadioButtonListBorder td label,
.scfForm table.scfCheckBoxListBorder td input,
.scfForm table.scfRadioButtonListBorder td input {
  font-weight: normal;
  cursor: pointer;
}

.scfForm table.scfCheckBoxListBorder td input,
.scfForm table.scfRadioButtonListBorder td input {
  margin-right: 10px;
}

.scfForm .scfCheckBoxListBorder table label,
.scfForm .scfRadioButtonListBorder table label {
  font-weight: normal;
  cursor: pointer;
}

.scfForm .scfRadioButtonListBorder tr {
  min-width: 0;
}

.scfForm .field-title {
  width: auto;
  float: none;
  display: block;
  font-weight: bold;
}

.scfForm .field-content {
  padding: 0;
}

.scfForm .field-required {
  font-weight: bold;
  font-size: 20px;
  color: #888;
}

.scfForm .field-panel {
  width: 100%;
  position: relative;
}

.scfForm .text-box.single-line,
.scfForm .text-box.multi-line {
  width: 100%;
}

.scfForm .text-box.multi-line {
  height: auto;
  padding: 10px;
}

.scfForm p:empty {
  display: none;
}

.scfForm .form-submit-border .form-submit {
  margin-left: -21px;
  padding: 10px 10px 10px 20px !important;
}

.scfForm .form-submit-border {
  background-image: none;
  background-image: unset;
  background-position: unset;
  font-size: 13px;
  color: #ab162b;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: bold;
}

.scfForm .form-submit-border:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.scfForm .form-submit-border:before {
  font-size: 13px;
  background-image: none !important;
  vertical-align: 0px !important;
  color: #ab162b;
}

.scfForm .form-submit-border-after {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.scfForm .form-submit-border-after:after {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.scfForm .form-submit-border-after:after {
  font-size: 13px;
  background-image: none !important;
  vertical-align: 0px !important;
  color: #ab162b;
}

.scfForm .form-submit-border-big {
  background-image: none;
  background-image: unset;
  background-position: unset;
}

.scfForm .form-submit-border-big:before {
  height: 0;
  width: 0;
  background-image: unset;
  background-position: unset;
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f0a9" !important;
  color: #ab162b;
}

.scfForm .form-submit-border-big:before {
  background-image: none !important;
  font-size: 22px;
  color: #ab162b;
}

.scfForm .form-submit-border:before {
  display: inline-block;
  content: "";
  margin-right: 6px;
  vertical-align: -1px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -84px;
  width: 12px;
  height: 12px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .scfForm .form-submit-border:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .scfForm .form-submit-border:before {
    background-size: 72px 1812px;
  }
}

.scfForm .form-submit-border:focus,
.scfForm .form-submit-border:hover {
  color: #9d1428;
}

.scfForm .form-submit-border .form-submit {
  padding: 0;
  height: auto;
  vertical-align: middle;
}

.scfForm .form-submit-border:before {
  font-size: 17px;
  vertical-align: -2px !important;
}

.scfForm .form-submit-border {
  width: 100%;
  float: left;
}

.scfForm .validation-summary-errors {
  color: #D61E28;
  padding-left: 0;
}

.scfForm .validation-summary-errors ul {
  padding-left: 15px;
}

.scfForm .input-validation-error {
  border: 1px solid #D61E28 !important;
}

.scfForm .field-validation-error {
  display: block;
  color: #D61E28;
}

@media (min-width: 992px) {
  .scfForm .field-required {
    top: 25px;
  }

  .scfForm .display-section-fieldset.fieldset--align-left,
  .scfForm .display-section-fieldset.fieldset--align-right {
    width: 45%;
  }

  .scfForm .display-section-fieldset.fieldset--align-left {
    clear: left;
    float: left;
  }

  .scfForm .display-section-fieldset.fieldset--align-right {
    clear: right;
    float: right;
  }

  .scfForm .form-title {
    margin-bottom: 30px;
  }

  .scfForm .form-introduction h2 {
    margin-bottom: 20px;
    font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    margin: 0 0 0.71428571rem;
    font-size: 2.2rem;
    font-weight: 300;
  }

  .scfForm .form-introduction h2 small,
  .scfForm .form-introduction h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }

  .scfForm .form-introduction h2 small,
  .scfForm .form-introduction h2 .small {
    font-size: 65%;
  }
}

.breadcrumb--share .ico span {
  display: none;
  background: none;
  text-indent: -9999;
  overflow: hidden;
}

.addthiscontainer {
  text-align: right;
}

.addthistoolbox {
  display: inline-block;
  width: auto;
  text-align: left;
}

.addthistoolbox .addthis-title {
  display: inline-block;
  float: left;
  padding: 0 5px 0 0;
  line-height: 38px;
}

.addthistoolbox a {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  width: 38px;
  height: 38px;
}

.addthistoolbox a span {
  display: none !important;
}

.addthis_button_facebook {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1465px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_facebook {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_facebook {
    background-size: 72px 1812px;
  }
}

.addthis_button_twitter {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1427px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_twitter {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_twitter {
    background-size: 72px 1812px;
  }
}

.addthis_button_email {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1503px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_email {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_email {
    background-size: 72px 1812px;
  }
}

.addthis_button_youtube {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1541px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_youtube {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_youtube {
    background-size: 72px 1812px;
  }
}

.addthis_button_linkedin {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1579px;
  width: 38px;
  height: 38px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_linkedin {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .addthis_button_linkedin {
    background-size: 72px 1812px;
  }
}

.map {
  min-height: 300px;
  max-height: 600px;
  height: 600px;
  height: calc(100vh - 120px);
  position: relative;
}

.map__inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1000;
  top: 10px;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .map__inner {
    top: 50px;
    margin: 0 65px;
  }
}

@media (min-width: 1260px) {
  .map__inner {
    width: 100%;
    margin: auto;
  }
}

.map__zoom {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  -webkit-transition: color .2s;
  transition: color .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #212121;
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.map__zoom:active {
  color: #510a14;
}

.map__zoom--in {
  bottom: 42px;
}

.map__canvas {
  min-height: 300px;
  max-height: 600px;
  height: 600px;
  height: calc(100vh - 120px);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.map__canvas .cluster > img {
  width: 100%;
}

.infobox {
  width: 215px;
  position: relative;
  padding: 15px;
  color: #fff;
  -webkit-transition: opacity .2s, -webkit-transform .3s;
  transition: opacity .2s, transform .3s;
  background: #000;
  font-size: 12px;
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.infobox .close {
  padding-left: 10px;
}

.infobox__userDistance {
  float: right;
  color: #8F8F8F;
  font-size: 13px;
  font-weight: 400;
}

.infobox__title {
  font-size: 16px;
  font-weight: 400;
}

.infobox__address {
  display: block;
  color: #fff;
  margin-bottom: 0;
}

.infobox__address:hover {
  color: currentColor;
}

.infobox__addressLinks {
  margin-bottom: 5px;
}

.infobox__phone {
  display: block;
  margin-bottom: 10px;
}

.infobox__phone::before {
  padding-left: 27px;
  display: inline-block;
  content: "";
  margin-top: 1px;
  vertical-align: -3px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -219px;
  width: 17px;
  height: 17px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .infobox__phone::before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .infobox__phone::before {
    background-size: 72px 1812px;
  }
}

.infobox__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.infobox__links__email::before,
.infobox__links__website::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  padding-left: 30px;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -236px;
  width: 18px;
  height: 17px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .infobox__links__email::before,
  .infobox__links__website::before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .infobox__links__email::before,
  .infobox__links__website::before {
    background-size: 72px 1812px;
  }
}

.infobox__links__website::before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -189px;
  width: 20px;
  height: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .infobox__links__website::before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .infobox__links__website::before {
    background-size: 72px 1812px;
  }
}

.infobox__links > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

@media (min-width: 600px) {
  .infobox {
    width: 260px;
    font-size: 14px;
    padding: 20px;
  }

  .infobox__title {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .infobox__addressLinks {
    margin-bottom: 15px;
  }

  .infobox__phone {
    margin-bottom: 20px;
  }
}

.no-flexbox .infobox__links {
  width: 100%;
  display: inline-block;
}

.no-flexbox .infobox__links > li {
  width: 45%;
  float: left;
}

.infobox-overlay .infobox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.infobox-overlay .infobox:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 95px;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-left-color: #000;
  border-width: 8px;
  margin-top: -8px;
}

.infobox-overlay .infobox.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.dispensers__search {
  float: left;
  width: 100%;
  background: #212121;
}

.dispensers__search__title {
  color: #fff;
  background: #353535;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1;
  font-weight: 200;
}

.dispensers__search__title .ico {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 15px 0 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dispensers__search__title span {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dispensers__search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  padding-left: 50px;
  background: #212121;
}

.dispensers__search__form .ico {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 14px;
}

.dispensers__search__form input {
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  font-size: 18px;
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  border: 0;
  border-left: 1px solid #353535;
  background: none;
}

.dispensers__search__form input::-webkit-input-placeholder {
  color: currentColor;
}

.dispensers__search__form input::-moz-placeholder {
  color: currentColor;
}

.dispensers__search__form input:-ms-input-placeholder {
  color: currentColor;
}

.dispensers__search__form input::placeholder {
  color: currentColor;
}

.dispensers__search__form input::-ms-clear {
  display: none;
}

.dispensers__search__form .cancel {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 16px;
}

@media (min-width: 650px) {
  .dispensers__search .row {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dispensers__search__title {
    font-size: 20px;
    padding-right: 20px;
  }

  .dispensers__search__title .ico {
    margin: 0 20px;
  }

  .dispensers__search__form {
    padding-left: 70px;
    border-bottom: 1px solid #353535;
  }

  .dispensers__search__form .ico {
    left: 24px;
  }

  .dispensers__search__form input {
    font-size: 30px;
    padding: 5px 30px 5px 20px;
  }
}

@media (min-width: 1150px) {
  .dispensers__search__title {
    font-size: 30px;
  }

  .dispensers__search__title .ico {
    margin: 0 30px 0 20px;
  }
}

.dispensers__layout {
  display: none;
  float: left;
  width: 100%;
}

@media (min-width: 650px) {
  .dispensers__layout {
    display: block;
  }
}

.dispensers__layout__option {
  text-transform: uppercase;
  color: #ab162b;
  padding: 14px 20px 14px 20px;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-right: 1px solid #353535;
}

.dispensers__layout__option::before {
  display: inline-block;
  vertical-align: text-top;
  content: "";
  margin-right: 7px;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s, background-image 0.3s;
  transition: color 0.3s, transform 0.3s, background-image 0.3s;
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -271px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dispensers__layout__option::before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dispensers__layout__option::before {
    background-size: 72px 1812px;
  }
}

.dispensers__layout__option.active {
  color: #fff;
  cursor: default;
}

.dispensers__layout__option.active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -253px;
  width: 18px;
  height: 18px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dispensers__layout__option.active::before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dispensers__layout__option.active::before {
    background-size: 72px 1812px;
  }
}

.dispensers__layout__results {
  display: none;
  color: #fff;
  float: right;
  padding: 14px 20px 14px 20px;
}

.map--dispensers.is--listview::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.65);
}

.map--dispensers .nav-button {
  top: 50%;
  margin-top: 15px;
  z-index: 9999;
  /* on large screen, set max width on list paging arrows.
		
		@media (min-width: 1600px)
		{
			@edge-offset: ~"calc((100vw / 2) - 700px)";

			&--prev
			{
				left: 5%;
				left: @edge-offset;
			}
			&--next
			{
				right: 5%;
				right: @edge-offset;
			}
		}
		*/
}

.map--dispensers .locations {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

.map--dispensers .locations__list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  position: relative;
}

.map--dispensers .locations .page {
  display: none;
  margin-left: -25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map--dispensers .locations .page.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map--dispensers .locations .infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 240px;
  max-width: 320px;
  margin-left: 25px;
  background: #212121;
}

@media (min-width: 1200px) {
  .map--dispensers .locations .infobox {
    max-width: 281px;
  }
}

.map--dispensers .locations .infobox__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map--dispensers .locations .infobox__title {
  margin: 20px 0;
}

.map--dispensers .locations .infobox__address {
  display: block;
  line-height: 1.2;
  margin-bottom: 3px;
}

.map--dispensers .locations .infobox__gotoMap {
  display: inline-block;
}

.map--dispensers .locations .infobox__phone {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-flexbox .map--dispensers .locations .page.active {
  display: block;
}

.no-flexbox .map--dispensers .locations .infobox {
  float: left;
  width: 200px;
  max-width: auto;
}

.no-flexbox .map--dispensers .dispensers__search__title {
  height: 70px;
  line-height: 50px;
}

.no-flexbox .map--dispensers .dispensers__search__form {
  height: 70px;
}

.no-flexbox .map--dispensers .dispensers__search__form input {
  height: 100%;
}

.no-flexbox .wwl__countries {
  float: left;
  width: 100%;
}

.no-flexbox .wwl__country {
  float: left;
}

.wwl .tabs {
  margin-bottom: 0;
}

.wwl .tabs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 200px;
}

.wwl .tabs a {
  padding: 15px 10px;
  margin-bottom: 1px;
}

@media (max-width: 991px) {
  .wwl .tabs a {
    height: 45px;
  }

  .wwl .tabs strong {
    font-size: 14px;
  }
}

.wwl__countries {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto;
  margin: 3vw auto;
}

.wwl__country {
  width: 33%;
  max-width: 190px;
  margin: 5px 0;
}

.wwl__office__title {
  font-size: 13px;
}

.wwl__offices {
  list-style: none;
  padding: 0;
  margin: 5px 0 15px;
}

.wwl .active {
  color: #212121;
}

@media (max-width: 991px) {
  .wwl__countries {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .wwl__countries {
    width: 75%;
  }

  .wwl__country {
    width: 50%;
  }

  .wwl__country__title {
    font-size: 20px;
  }

  .wwl__office__title {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .wwl__countries {
    width: 85%;
  }
}

.soundbar {
  pointer-events: none;
  position: absolute;
  bottom: 25%;
  left: 0;
  z-index: 999;
  width: 100%;
}

.soundbar--content {
  background: rgba(171, 22, 43, 0.95);
  padding: 15px 5px;
  margin-left: 20px;
  margin-right: 50px;
  width: 80%;
  max-width: 400px;
  float: right;
}

.soundbar--content:after {
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  content: "";
  right: 0;
  background: rgba(171, 22, 43, 0.95);
}

.soundbar--content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.soundbar--content ul p {
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}

.soundbar--content ul li {
  text-align: center;
  padding: 0;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.soundbar--content ul img {
  max-height: 25px;
  max-width: 35px;
}

@media (min-width: 768px) {
  .soundbar--content {
    max-width: 500px;
    height: 150px;
    top: 0;
    padding: 38px 40px;
    position: relative;
    margin-right: 150px;
  }

  .soundbar--content ul {
    font-size: 11px;
  }

  .soundbar--content ul img {
    max-width: none;
    max-height: none;
  }

  .soundbar--content ul p {
    min-height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .soundbar:after {
    background: rgba(171, 22, 43, 0.95);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .soundbar--content {
    width: 500px;
    height: 150px;
    padding: 38px 40px;
    margin-right: 15%;
  }

  .soundbar--content ul li {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }

  .soundbar:before,
  .soundbar:after {
    background: rgba(171, 22, 43, 0.95);
    position: absolute;
    content: "";
    top: 0;
    width: 50px;
    height: 150px;
  }

  .soundbar:before {
    left: 0;
  }

  .soundbar:after {
    right: 0;
  }
}

.product-selector-page {
  background: #ececec;
}

.product-selector-page h1 {
  padding-left: 20px;
  margin-bottom: 35px;
}

.product-selector-page .main {
  padding: 20px 0;
  padding: 5vmin 0;
}

@media (min-width: 768px) {
  .product-selector-page h1 {
    padding-left: 50px;
  }
}

.product-family {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

.product-family .scroll {
  width: 50px;
  height: 100px;
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  background: #fff;
}

.product-family .scroll.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.product-family .scroll:before {
  background-image: url(img/resound-icons@1x.png);
  background-position: 0px -1363px;
  width: 13px;
  height: 32px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -9px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product-family .scroll:before {
    background-image: url("img/resound-icons@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product-family .scroll:before {
    background-size: 72px 1812px;
  }
}

.product-family .scroll-right {
  left: auto;
  right: 1px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.product-family .scroll-right:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -5px;
}

.product-family .scroll:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.product-family--header {
  display: block;
  text-align: center;
  position: relative;
  color: #212121;
}

.product-family--header:hover p {
  color: #212121;
}

.product-family--header h2 {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.product-family--header em {
  font-size: 15px;
  display: inline-block;
  font-family: "GN Elliot Web", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none !important;
}

.product-family--header p {
  margin: 0 20px;
}

.product-family--viewport {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-family--viewport.has-scrolling {
  cursor: grab;
}

.product-family--viewport.is-dragging * {
  cursor: grabbing !important;
}

.product-family--viewport:before {
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #fff;
}

.product-family--styles {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.product-family--styles * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-family--styles > li {
  display: inline-block;
}

.product-family--style {
  display: block;
  padding: 20px;
  color: #212121;
  text-align: center;
}

.product-family--style img {
  max-width: 320px;
  max-width: calc(100vw - 40px);
}

.product-family--style p {
  margin: 20px 0 15px;
}

.product-family--style .ico {
  -webkit-transition: -webkit-transform .5s, -webkit-filter .5s, -webkit-transform .5s, filter .5s;
  transition: transform .5s, filter .5s;
  margin-bottom: 10px;
}

.product-family--style:hover,
.product-family--style:focus {
  color: currentColor;
}

.product-family--style:hover .ico,
.product-family--style:focus .ico {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

@media (min-width: 480px) {
  .product-family--styles {
    padding: 0;
  }

  .product-family--style {
    min-width: 220px;
  }

  .product-family--header em {
    font-size: 19px;
    white-space: nowrap;
    width: 0;
  }
}

@media (min-width: 768px) {
  .product-family {
    padding: 40px 0;
  }

  .product-family .scroll {
    top: 125px;
  }

  .product-family--header {
    padding-bottom: 70px;
  }

  .product-family--style {
    padding: 0 40px;
  }

  .product-family--styles > li:first-child {
    margin-left: 80px;
  }

  .product-family--styles > li:last-child {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  .product-family {
    padding-bottom: 80px;
  }

  .product-family--header {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .product-family .scroll {
    top: 125px;
  }
}

@media (max-width: 600px) {
  .product-family .scroll {
    display: none;
  }
}

@media (min-width: 600px) {
  .product-family--style img {
    max-width: none;
  }

  .product-family--viewport {
    height: 336px;
  }

  .product-family--viewport:before {
    height: 170px;
  }

  .product-family--styles {
    height: 350px;
  }
}

.product-filters {
  margin-bottom: 40px;
}

.product-filters--list {
  padding: 0;
  list-style: none;
}

.product-filters--list li {
  margin-bottom: 15px;
}

.product-filters--criteria .panel-body {
  padding: 10px 20px;
}

.product-filters--criteria .filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-filters--criteria .filters-group {
  min-width: 200px;
}

.product-filters--criteria .filters-group .go,
.product-filters--criteria .filters-group .go-big,
.product-filters--criteria .filters-group .go-after {
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.product-filters--criteria .clear-filters {
  margin: 0 0 20px;
}

.product-filters--sum {
  text-align: center;
  padding: 40px 0 30px;
  margin: 0;
}

.product-filters--sum--count {
  min-width: 50px;
  display: inline-block;
  text-align: right;
}

@media (min-width: 480px) {
  .product-filters--criteria .panel-body {
    padding: 25px 50px;
  }
}

@media (min-width: 991px) {
  .product-families {
    margin-left: 80px;
  }
}

.product-family-thumb {
  color: #212121;
}

.product-family-thumb--header {
  -webkit-transition: color .2s;
  transition: color .2s;
}

.product-family-thumb--header span {
  display: block;
}

.product-family-thumb .ico {
  -webkit-transition: -webkit-transform .5s, -webkit-filter .5s, -webkit-transform .5s, filter .5s;
  transition: transform .5s, filter .5s;
}

.product-family-thumb:hover,
.product-family-thumb:focus {
  color: currentColor;
  text-decoration: none;
}

.product-family-thumb:hover .product-family-thumb--header,
.product-family-thumb:focus .product-family-thumb--header {
  color: #9d1428;
}

.product-family-thumb:hover .ico,
.product-family-thumb:focus .ico {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.sitemap {
  background: #fff;
  padding-top: 100px;
}

.sitemap h1 {
  padding: 0 0 0 25px;
  margin: 0 0 50px;
}

.sitemap section {
  position: relative;
  background: #F5F5F5;
  float: left;
  width: 100%;
}

.sitemap section:nth-child(2n) {
  background: transparent;
}

.sitemap h2,
.sitemap h3,
.sitemap h4 {
  margin: 0;
  padding: 0;
}