@font-face {
  font-family: 'Rockwell';
  src: url('../../../fonts/Rockwell/Rockwell.otf');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #003353;
}

a:active {
  color: #c00;
}

a:active:not(.button) {
  background-color: transparent;
}

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

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

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

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

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

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

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

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

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

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

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

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

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

/* Newsletter freshmail */
.block-side-slide {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
  max-width: 300px;
  z-index: 20;
}
.block-side-slide.slide-out {
  right: -300px;
}
.block-side-slide.slide-in {
  right: 0;
  box-shadow: 2px 2px 10px rgba(0,0,0,1);
}
.block-side-slide .block-side-slide-button {
  position: absolute;
  top: 78px;
  left: -140px;
  /*background-color: #73b702;*/
  background-color: #25772b;
  transform: rotate(90deg);
}
@media only screen and (max-width: 372px) {
  .block-side-slide {
    top: auto;
    bottom: -380px;
    right: 0px;
    max-width: 100vw;
    transform: unset;
  }
  .block-side-slide .block-side-slide-button {
    top: -70px;
    right: 0px;
    left: auto;
    transform: unset;
  }
  .block-side-slide.slide-out {
    right: 0;
    bottom: -380px;
  }
  .block-side-slide.slide-in {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 373px) and (max-width: 624px) {
  .block-side-slide {
    top: auto;
    bottom: -375px;
    right: 0px;
    max-width: 100vw;
    transform: unset;
  }
  .block-side-slide .block-side-slide-button {
    top: -70px;
    right: 0px;
    left: auto;
    transform: unset;
  }
  .block-side-slide.slide-out {
    right: 0;
    bottom: -375px;
  }
  .block-side-slide.slide-in {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 625px) and (max-width: 716px) {
  .block-side-slide {
    top: auto;
    bottom: -268px;
    right: 0px;
    max-width: 100vw;
    transform: unset;
  }
  .block-side-slide .block-side-slide-button {
    top: -70px;
    right: 0px;
    left: auto;
    transform: unset;
  }
  .block-side-slide.slide-out {
    right: 0;
    bottom: -268px;
  }
  .block-side-slide.slide-in {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 717px) and (max-width: 991px) {
  .block-side-slide {
    top: auto;
    bottom: -295px;
    right: 0px;
    max-width: 100vw;
    transform: unset;
  }
  .block-side-slide .block-side-slide-button {
    top: -70px;
    right: 0px;
    left: auto;
    transform: unset;
  }
  .block-side-slide.slide-out {
    right: 0;
    bottom: -295px;
  }
  .block-side-slide.slide-in {
    right: 0;
    bottom: 0;
  }
}
.block-side-slide.slide-in .block-side-slide-button {
  display:none;
}
.block-side-slide .block-side-slide-button button {
  /*background-color: #73b702;*/
  background-color: #25772b;
  border: none;
  padding: 16px 38px;
  font-size: 1.6rem;
  color: #ffffff;
  /*box-shadow: 0px 3px 15px #c6c6c6;*/
}
.block-side-slide.slide-in .block-side-slide-close {
  width: 72px;
  height: 73px;
  position: absolute;
  right: 0;
  top: -73px;
  background-color: #fff;
}
.block-side-slide.slide-in .block-side-slide-close .line1 {
  height: 35px;
  width: 2px;
  margin-left: 30px;
  margin-top: 20px;
  background-color: black;
  transform: rotate(45deg);
  z-index: 1;
  cursor: pointer;
}
.block-side-slide.slide-in .block-side-slide-close .line2 {
  height: 35px;
  width: 2px;
  margin-left: 0px;
  background-color: black;
  transform: rotate(90deg);
  z-index: 2;
}
.block-side-slide .block-side-slide-wrapper {
  background: #fff;
  min-height: 204px;
  padding: 22px 10px;
}
.block-side-slide .block-side-footer-info {
  display: none;
}
.block-side-slide #freshmail-block-form label {
  font-size: 1rem;
  padding-bottom: 5px;
}

.block-side-slide #freshmail-block-form .form-item {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.block-side-slide #freshmail-block-form .form-submit {
  width: 100%;
  padding: 0.5em 2em;
}
.freshmail-alert {
  margin-top: 15px;
  margin-left: 5px;
}
.freshmail-alert .messages--error {
  padding: 3px;
}
.freshmail-alert .messages__icon {
  display: none;
}
.freshmail-alert .messages__list {
  margin-left: 30px;
}
.freshmail-alert .messages__item {
  line-height: 1rem;
  margin: 5px 0;
}
.freshmail-info {
  font-size: 0.8rem;
  padding: 0 0px 10px;
}
.block-side-slide .block-side-slide-button .disable-newsletter {
  padding-left: 20px;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #ffffff;
}

.newsletter-footer {
  width: 100% !important;
}
.block-footer-slide {
  display: block;
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  z-index: unset;
  max-width: unset;
  box-shadow: unset;
  background-color: #013840;
}
.block-footer-slide:after {
  content: '';
  background: url('../../../images/newsletter-flags.png');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: 0;
  height: 25px;
  width: 100%;
}

.block-footer-slide .block-side-slide-button, .block-footer-slide .block-side-slide-close  {
  display: none;
}

.block-footer-slide .block-side-footer-info {
  display: inline-block;
  width: 40%;
  min-height: 250px;
  color: #fffde9;
}
.block-footer-slide .block-side-footer-info .title {
  font-size: 4rem;
  line-height: 4.3rem;
  font-family: 'Rockwell', sans-serif;
  word-spacing: 100vw;
  margin-left: 44px;
  transform: translateY(-20px);
}
.block-footer-slide .block-side-footer-info .subtitle {
  font-size: 8rem;
  font-weight: 400;
  line-height: 8rem;
  opacity: 0.2;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 0 0 12px 35px;
}

.block-footer-slide .block-side-slide-wrapper {
  background: none;
  min-height: unset;
  padding: 22px 10px;
  display: inline-block;
  width: 55%;
  color: #fffde9;
}

.block-footer-slide .block-side-slide-wrapper .form-item {
  width: 33%;
  display: inline-block;
}
.block-footer-slide .block-side-slide-wrapper .form-submit {
  transform: translateY(-2px);
  width: 33%;
  display: inline-block;
}
.block-footer-slide .block-side-slide-wrapper .form-item label {
  font-weight: normal;
}
.block-footer-slide .block-side-slide-wrapper .form-item input {
  padding: 10px 12px;
  max-width: 90%;
  font-weight: 600;
  font-size: 1.4rem;
  color: #013840;
}
.block-footer-slide .block-side-slide-wrapper .freshmail-instruction {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin-top: 10px;
}
.block-footer-slide .block-side-slide-wrapper .freshmail-info {
  position: absolute;
  bottom: 30px;
  font-size: 1rem;
  width: 50%;
}
@media only screen and (min-width: 840px) and (max-width: 1344px) {
  .block-footer-slide .block-side-slide-wrapper .form-item {
    width: 49.6%;
  }
  .block-footer-slide .block-side-slide-wrapper .form-submit {
    width: 100%;
  }
  .block-footer-slide .block-side-slide-wrapper .form-item input {
    max-width: 100%;
  }

  .block-footer-slide .block-side-slide-wrapper .freshmail-info {
    position: relative;
    width: 100%;
    bottom: unset;
  }
  .block-footer-slide .block-side-footer-info .title {
    transform: translateY(-210px);
  }
}

@media only screen and (min-width: 2001px) {
  .block-footer-slide .block-side-footer-info {
    min-height: 350px;
  }
  .block-footer-slide .block-side-slide-wrapper .freshmail-info {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 1234px) and (max-width: 1344px) {
  .block-footer-slide .block-side-footer-info .title {
    transform: translateY(-160px);
  }
}

@media only screen and (max-width: 839px) {
  .block-footer-slide .block-side-slide-wrapper {
    transform: translateY(-40px);
    width: 100%;
    padding: 0 25px;
  }

  .block-footer-slide .block-side-footer-info {
    min-height: unset;
    padding: 20px 0;
    width: 100%;
    padding: 0 24px;
  }

  .block-footer-slide .block-side-footer-info .title {
    margin-top: 50px;
    margin-left: 0px;
  }
  .block-footer-slide .block-side-footer-info .subtitle {
    font-size: 5rem;
    line-height: 5rem;
    left: -15px;
    bottom: 4px;
  }

  .block-footer-slide .block-side-slide-wrapper .freshmail-block-form {
    margin-bottom: 60px;
  }

  .block-footer-slide .block-side-slide-wrapper .form-item input {
    max-width: 100%;
  }

  .block-footer-slide .block-side-slide-wrapper .form-item, .block-footer-slide .block-side-slide-wrapper .form-submit {
    width: 100%;
    display: block;
  }

  .block-footer-slide .block-side-slide-wrapper .freshmail-info {
    position: relative;
    width: 100%;
    bottom: unset;
  }
}
