@charset "UTF-8";
/*
   Site: The Ocean Rarce

   Qiu Template System
   Base style sheet
   Version: 2.0
   Author: Albano Manganelli
   Mueva el Volante!
   	
   Table of Contents
   
   * Google Web Fonts and Icons
   * Normalization
   * Variables
   * Base styles: opinionated defaults
   * Site Styles
     * Type, Colors, Backgrounds
     * General Styles & Common Elements
     * Section: Home
     * Section: News 
     * Single: Article
     * Section: Landing
     * Single: Generic
     * Section: Gallery
     * Section: Contact, Login, Register
     * Error Page
   * Widgets
   * Plugins 
   * Helpers
   * Media Queries
   * Print
   
*/
/* ==========================================================
   GOOGLE WEB FONTS
   ========================================================== */
   @import url(fonts/ionicons.css);
   @import url(fonts/remixicon.css);
   @import url(fonts/icomoon.css);
   @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
   
   @font-face {
       font-family: 'Cera Ocean';
       src: url('fonts/CeraOcean-Regular.eot');
       src: url('fonts/CeraOcean-Regular.eot?#iefix') format('embedded-opentype'),
            url('fonts/CeraOcean-Regular.woff2') format('woff2'),
            url('fonts/CeraOcean-Regular.woff') format('woff');
       font-weight: normal;
       font-style: normal;
   }
   @font-face {
       font-family: 'Cera Ocean';
       src: url('fonts/CeraOcean-RegularItalic.eot');
       src: url('fonts/CeraOcean-RegularItalic.eot?#iefix') format('embedded-opentype'),
            url('fonts/CeraOcean-RegularItalic.woff2') format('woff2'),
            url('fonts/CeraOcean-RegularItalic.woff') format('woff');
       font-weight: normal;
       font-style: italic;
   }
   @font-face {
       font-family: 'Cera Ocean';
       src: url('fonts/CeraOcean-SemiBold.eot');
       src: url('fonts/CeraOcean-SemiBold.eot?#iefix') format('embedded-opentype'),
            url('fonts/CeraOcean-SemiBold.woff2') format('woff2'),
            url('fonts/CeraOcean-SemiBold.woff') format('woff');
       font-weight: bold;
       font-style: normal;
   }
   @font-face {
       font-family: 'Cera Ocean';
       src: url('fonts/CeraOcean-SemiBoldItalic.eot');
       src: url('fonts/CeraOcean-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
            url('fonts/CeraOcean-SemiBoldItalic.woff2') format('woff2'),
            url('fonts/CeraOcean-SemiBoldItalic.woff') format('woff');
       font-weight: bold;
       font-style: italic;
   }


   :root {
    --row1-height:74px;
    --row2-height:48px;
    --header-extra:4px;
    --header-height:calc(var(--row1-height) + var(--row2-height) + var(--header-extra));
    --max-width-column:1280px;
    --max-width-column-small:960px;
    --body-h-padding: 100px;
    --related-content-width:350px;
    --lightblue: rgb(56, 143, 255);
    --blue:#1a73e7;
    --darkgreen:rgb(0, 59, 71);
    --lightgreen:#00dc9c;
    --lightgrey:rgb(240, 240, 240);
    --darkgrey:#76888c;
    --culture-grey: rgb( 157, 157, 156);
    --orange:rgb(250, 85, 45);
    --salmon:#EF7873;
    --dark:#434343;
    --white:#fff;
    --r4n:#5CC098;
    --yellow:#FFCC00;
    --red:#da2529;
    --blog:#605E88;
    --darkblue:#003399;
    --gap:25px;
    --border-radius:4px;
    --border-radius-md:10px;
    --border-radius-lg:16px;
    --font-family:"Cera Ocean", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    --easing:cubic-bezier(0.77, 0, 0.18, 1);
    --top-bottom-gap-list:30px;

    --team-11HRT:#ffbb01;
    --team-MALIZ:#808891;
    --team-BIOTH:#0f4c64;
    --team-GUYOT:#66cc33;
    --team-HOLCIM:#41B6E6;

    --team-WHSPR:#FF0000;
    --team-TJAJO:#082659;
    --team-AMBR2:#FFA400;
    --team-MFRTP:#55BECD;
    --team-VIMEX:#da2529;
    --team-AUSOR:#1A1A1A;
  }


/* ==========================================================
   NORMALIZATION - http://necolas.github.com/normalize.css/
   ========================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* ==========================================================
   VARIABLES
   ========================================================== */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

.icon-close:before {
  content: "\eb98";
  font-family: 'remixicon';
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {

  background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
  line-height: inherit;
}
body,
input,
textarea {
  font-family: var(--font-family);
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}
a {
  color: var(--lightblue);
  text-decoration: none;
  -o-transition: all var(--easing) 0.1s;
  transition: all var(--easing) 0.1s;
  -webkit-transition: all var(--easing) 0.1s;
  -moz-transition: all var(--easing) 0.1s;
  cursor: pointer;
}
a:hover {
  color: #2361DB;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-top: 16px;
  clear: both;
  color: #444444;
  word-wrap: break-word;
  letter-spacing: .5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;

}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {

}
h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  position: relative;
}
h2 {
  text-transform: none;
  font-size: 22px;
  line-height: 1.1;
}
h3 {
  font-size: 18px;
  text-transform: none;
  line-height: 1.1;
}
h4 {
  font-size: 16px;
  letter-spacing: 0px;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}
h6 {
  font-size: 12px;
  text-transform: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #838d8f;
  line-height: 0;
}
.subheader {
  line-height: 1.3;
  color: #838d8f;
  font-weight: 300;
  margin-bottom: 24px;
}
p {
  margin-bottom: 30px;
  margin-top:0;
  text-rendering: optimizelegibility;
}
#content p:empty {
  padding: 0;
  margin: 0;
  display: none;
}
aside,
aside p {
  font-size: 14px;
}
ul,
ol {
  margin: 1.825em 0 1.825em 2.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.825em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: 700;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-weight: 400;
  padding: 24px 0;
  margin: 44px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-style: normal;
  font-size: 32px;
  text-transform: none;
  color: #3b3d40;
}
blockquote p {
  margin-bottom: 0;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  font-size: 18px;
}
pre {
  background: #f0f0f0;
  background-size: 38px 38px;
  font: 12px Consolas, "Liberation Mono", Courier, monospace;
  line-height: 19px;
  margin: 0 0 1.825em;
  overflow: auto;
  padding: 0 0 0 4px;
}
code,
kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #838d8f;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 16px;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  background: #ffffff;
  border: 0 solid transparent;
  color: #3b3d40;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #3b3d40;
  border-color: transparent;
  background: #F1F1F1;
}
select {
  padding: 3px 7px;
  height: 45px;
  border: 1px solid #838d8f;
  color: #838d8f;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-transition: border-color var(--easing) 0.1s;
  -o-transition: border-color var(--easing) 0.1s;
  transition: border-color var(--easing) 0.1s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  color: #3b3d40;
  border-color: #3b3d40;
}
textarea {
  padding: 14px 11px;
  width: 100%;
  line-height: 18px;
  resize: none;
}
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  padding: 3px 11px;
  height: 45px;
  line-height: 18px;
}
input.form-control,
input,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  -webkit-transition: border-color var(--easing) 0.1s, background-color var(--easing) 0.1s;
  -o-transition: border-color var(--easing) 0.1s, background-color var(--easing) 0.1s;
  transition: border-color var(--easing) 0.1s, background-color var(--easing) 0.1s;
}
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
}
input {
  -webkit-transition: background-color var(--easing) 0.1s;
  -o-transition: background-color var(--easing) 0.1s;
  transition: background-color var(--easing) 0.1s;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 30px;
}
::-webkit-input-placeholder {
  color: #818183;
}
:-moz-placeholder {
  color: #818183;
}
::-moz-placeholder {
  color: #818183;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #818183;
}
:input-placeholder {
  color: #818183;
}
.white-bg input,
.md-content input {
  background-color: #eeeeee;
}
.control-group,
.formly-field {
  margin: 0 auto 25px auto;
}
.control-group label,
.form-group label {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4;
}
.control-group label > *,
.form-group label > * {
  display: inline-block;
}
.control-group .controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.control-group .controls label {
  margin-bottom: 10px;
  text-transform: none;
}
.control-group .controls a,
.md-content .col2 .control-group,
.md-content .col3 .control-group {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(4, 4, 4, 0.7);
  margin: 5px 0;
}
.control-group .controls a:hover {
  color: #000000;
}
.formly > * > *:not(.form-buttons) {
  margin-left: auto;
  margin-right: auto;
}
.formly > *:not(.formly-field) {
  display: inline-block;
}
.formly-field .separator {
  border-bottom: none;
  font-size: 18px;
}
.formly > :not(.formly-field) .form-buttons > span {
  display: block;
}
.separator {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.form-group .checkbox label > span,
.form-group .checkbox label > span > div {
  display:inline;
} 
.formly-field-multiCheckbox .form-group label {
  margin-bottom: 15px;
  display: block;
}
.formly-field .input-group {
  margin: 0;
}
.formly-field-datepicker .input-group-btn button {
  display: none;
}
.validation {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.form-group.has-error .form-control {
  border: 1px solid red;
}
.form-group.has-error label {
  color: red;
}
.formly-error {
  display: none;
}
.form-messages {
  margin-top: 20px;
    padding: 10px 20px;
    color: #fff;
    background: var(--lightblue);
    border-radius: var(--border-radius);
    font-weight: bold;
}
.form-messages.message-error {
  background: red;
}
.btn,
.link-button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: var(--border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
transition: -webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
-o-transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
transition: transform 0.2s var(--easing), -webkit-transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
}
.link-button a {
  font-size: 20px;
  padding: 10px 25px;
}
.small-button .link-button a {
  font-size: 16px;
  padding: 6px 18px;
}
.right-button .link-button {
margin-left:auto;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
  -webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color:var(--lightblue);
  border-color: var(--lightblue);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: var(--lightblue);
  border-color: var(--lightblue);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--lightblue);
  border-color: var(--lightblue);
}
.btn-primary .badge {
  color: var(--lightblue);
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: var(--lightgreen);
  border-color: var(--lightgreen);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: var(--lightgreen);
  border-color: var(--lightgreen);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: var(--lightgreen);
  border-color: var(--lightgreen);
}
.btn-success .badge {
  color: var(--lightgreen);
  background-color: #ffffff;
}
.btn-empty,
.link-button a {
  border-color: transparent;
  color: #ffffff;
  background-color: var(--lightblue);
  transition: background-color .3s var(--easing);
}
.btn-empty:hover,
.btn-empty:focus,
.btn-empty.focus,
.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty,
.link-button a:hover {
  color: #ffffff;
  background-color:rgb(43 126 233);
  border-color: transparent;
  transition: background-color .3s var(--easing);

}
.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
  background-image: none;
}
.btn-empty.disabled,
.btn-empty[disabled],
fieldset[disabled] .btn-empty,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-empty:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-empty:focus,
.btn-empty.disabled.focus,
.btn-empty[disabled].focus,
fieldset[disabled] .btn-empty.focus,
.btn-empty.disabled:active,
.btn-empty[disabled]:active,
fieldset[disabled] .btn-empty:active,
.btn-empty.disabled.active,
.btn-empty[disabled].active,
fieldset[disabled] .btn-empty.active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-empty .badge {
  color: #ffffff;
  background-color: transparent;
}
.btn-lg {
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1.3333333;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.is-mobile {
  display: none !important;
}

.slide-content p,
.article-view-body table {
  font-family: var(--font-family);
}
.more-items-text,
.more-items-short-text,
.more-items-long-text,
.wrapper > p {
  font-size:16px;
  font-family: var(--font-family);
}
.wrapper > p,
.more-items-short-text {
  color: var(--darkgrey);
}
time {
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.date-time {
  display:none;
}
table {
  text-align: left;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-spacing: 0;
}
table td,
table th {
  padding: 5px 10px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table tr:nth-child(even) td {
  background-color: #faf9f9;
}
/* DARK */
body.dark {
  color: rgba(255, 255, 255, 0.56);
  background-color: #161717;
}
.dark #header {
  background: #000000;
}
.dark .row-fluid,
.dark .widget,
.dark.widget,
.dark .md-content {
  background-color: #161717;
}
.dark .related-content {
  background-color: transparent;
}
.dark .md-content a {
  color: #ffffff;
}
.dark .img-aside .more-items-item,
.dark.img-aside .more-items-item,
.dark .widget:not(.text-over) .more-items-item .wrapper,
.dark.widget:not(.text-over) .more-items-item .wrapper,
.dark .video-view header,
.dark .primary-content .widget.article-view,
.primary-content .widget.article-view.dark,
.dark .primary-content .widget.article-view > .article,
.primary-content .widget.article-view.dark .article {
  background-color: #161717;
  color: #ffffff;
}
.dark header .widget {
  background-color: inherit;
}
.dark .video-view header,
.dark.video-view header {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark .section-title a,
.dark .widget-title a {
  color: #ffffff;
}
.dark.boxed .slide-content,
.dark .boxed .slide-content {
  background-color: #161717 !important;
}
.dark.boxed .slide-content *,
.dark .boxed .slide-content * {
  color: #ffffff !important;
}
.dark .scoreboard ul li * {
  color: rgba(255, 255, 255, 0.56);
}
.dark .tabs li a.active {
  color: #ffffff;
  border-color: #ffffff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark h1 *,
.dark h2 *,
.dark h3 *,
.dark h4 *,
.dark h5 *,
.dark h6 *,
.dark .socialstream-item-username,
.dark .more-items-category,
.dark .more-items-subsection,
.dark .article-view-time {
  color: #fff;
}
.dark h1 a:hover,
.dark h2 a:hover,
.dark h3 a:hover,
.dark h4 a:hover,
.dark h5 a:hover,
.dark h6 a:hover {
  color: #fff;
}
.dark input.form-control,
.dark input[type=text],
.dark input[type=password],
.dark input[type=email],
.dark input[type=tel],
.dark textarea {
  background: #57595c;
  border-color: #57595c;
  color: #fff;
}
.dark input.form-control:focus,
.dark input[type=text]:focus,
.dark input[type=password]:focus,
.dark input[type=email]:focus,
.dark input[type=number]:focus,
.dark input[type=tel]:focus,
.dark textarea:focus {
  color: #fff;
  background: #5a5c5e;
  border-color: #5a5c5e;
}
.dark::-webkit-input-placeholder {
  color: #aaa;
}
.dark:-moz-placeholder {
  color: #aaa;
}
.dark::-moz-placeholder {
  color: #aaa;
}
.dark:-ms-input-placeholder {
  color: #aaa;
}
.dark:input-placeholder {
  color: #ababab;
}
.dark .control-group label,
.dark .form-group label {
  color: #ffffff;
}
.dark p,
.dark .socialstream-item-message {
  color: rgba(255, 255, 255, 0.56);
}
.dark table tr:nth-child(even) td {
  background-color: rgba(222, 222, 222, 0.13);
}
.dark table,
.dark table td,
.dark table th {
  border-color: rgba(221, 221, 221, 0.36);
}
.dark .dropdown-menu {
  background-color: #161717;
}


.dark-text .wrapper > p, .dark-text .more-items-short-text {
  color: var(--darkgreen);
}

/* Green Theme */

.theme-green #header .row1::after,
.theme-green .border-bottom-60-right::after,
.theme-green .border-bottom-60-left::after,
.theme-green .border-top-60-right::before,
.theme-green .border-top-60-left::before,
.theme-green .border-bottom-half-right::after,
.theme-green .border-bottom-half-left::after,
.theme-green .border-top-half-right::before,
.theme-green .border-top-half-left::before,
.theme-green .border-bottom-offset-right::after,
.theme-green .border-bottom-offset-left::after,
.theme-green .border-top-offset-right::before,
.theme-green .border-top-offset-left::before,
.theme-green .line-after-title .article-view-title::after, 
.theme-green .line-after-title .widget-title::after, 
.theme-green .line-after-title .more-items-group > .wrapper h2::after,
.theme-green .line-after-title-wrapper .wrapper h2::after, 
.theme-green .line-after-title > div > .bg-vid .slide-content h2:after,
.line-after-title > div > .fotorama .slide-content h2::after,
body.news.theme-green .article-view-body figure:after,
.theme-green .article-view header figure:after,
.theme-green .article-view:not(.simple-article) header figure:after,
.theme-green .article-view-body figure:after {
  background-color: var(--lightgreen);
}
.theme-green .btn-empty, 
.theme-green .link-button a {
  background-color: var(--lightgreen);
  color: var(--darkgreen);
  border:none;
}
.theme-green #navigation-more > .menu.menu-featured {
  border-bottom-color:var(--lightgreen);
}
.theme-green .submenu-list li a:hover, 
.theme-green .submenu-list li:hover > a,
.theme-green .submenu-list ul li.active > a, 
.theme-green .submenu-list ul li.active .wrapper h2 a,
.theme-r4n .submenu-list li a:hover, 
.theme-r4n .submenu-list li:hover > a,
.theme-r4n .submenu-list ul li.active > a, 
.theme-r4n .submenu-list ul li.active .wrapper h2 a {
  color: var(--lightblue);
}

body.theme-green .files-list li>a,
body.theme-green .files-list li>a:hover {
  
  color: var(--lightblue);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
body.theme-green .files-list li>a:hover {
  color: var(--blue);
}
/* R4N Theme */

.theme-r4n #header .row1::after,
.theme-r4n .border-bottom-60-right::after,
.theme-r4n .border-bottom-60-left::after,
.theme-r4n .border-top-60-right::before,
.theme-r4n .border-top-60-left::before,
.theme-r4n .border-bottom-half-right::after,
.theme-r4n .border-bottom-half-left::after,
.theme-r4n .border-top-half-right::before,
.theme-r4n .border-top-half-left::before,
.theme-r4n .border-bottom-offset-right::after,
.theme-r4n .border-bottom-offset-left::after,
.theme-r4n .border-top-offset-right::before,
.theme-r4n .border-top-offset-left::before,
.theme-r4n .line-after-title .article-view-title::after, 
.theme-r4n .line-after-title .widget-title::after, 
.theme-r4n .line-after-title .more-items-group > .wrapper h2::after, 
.theme-r4n .line-after-title-wrapper .wrapper h2::after, 
.theme-r4n .line-after-title > div > .bg-vid .slide-content h2:after,
.line-after-title > div > .fotorama .slide-content h2::after,
body.news.theme-r4n .article-view-body figure:after,
.theme-r4n .article-view header figure:after {
  background-color: var(--r4n);
}
.theme-r4n .btn-empty, 
.theme-r4n .link-button a {
  background-color: var(--r4n);
  color: #ffffff;
  border:none;
}
.theme-r4n #navigation-more > .menu.menu-featured {
  border-bottom-color:var(--r4n);
}

/* R4N Theme */

.theme-europe #header .row1::after,
.theme-europe .border-bottom-60-right::after,
.theme-europe .border-bottom-60-left::after,
.theme-europe .border-top-60-right::before,
.theme-europe .border-top-60-left::before,
.theme-europe .border-bottom-half-right::after,
.theme-europe .border-bottom-half-left::after,
.theme-europe .border-top-half-right::before,
.theme-europe .border-top-half-left::before,
.theme-europe .border-bottom-offset-right::after,
.theme-europe .border-bottom-offset-left::after,
.theme-europe .border-top-offset-right::before,
.theme-europe .border-top-offset-left::before,
.theme-europe .line-after-title .article-view-title::after, 
.theme-europe .line-after-title .widget-title::after, 
.theme-europe .line-after-title .more-items-group > .wrapper h2::after, 
.theme-europe .line-after-title-wrapper .wrapper h2::after, 
.theme-europe .line-after-title > div > .bg-vid .slide-content h2:after,
body.news.theme-europe .article-view-body figure:after,
body.theme-europe .article-view-body figure:after,
.theme-europe .article-view header figure:after{
  background-color: var(--yellow);
}
.theme-europe .btn-empty, 
.theme-europe .link-button a {
  background-color: var(--yellow);
  color: #ffffff;
  border:none;
}
.theme-europe #navigation-more > .menu.menu-featured {
  border-bottom-color:var(--yellow);
}
.theme-europe .article-view-body h4,
.theme-europe #header {
  background-color: var(--darkblue);
}
body.theme-europe #header .wrapper.row1 {
  background-image: url(https://theoceanrace.s3.amazonaws.com/original/m123924_TOR_EUROPE_LOGO_negative-01.png);
  background-size: auto 57%;
  background-position: 20px center;
  background-repeat: no-repeat;
}
body.theme-europe #header #site-logo{
 opacity: 0;
}
.theme-europe .article-view-body h4 {
  color: var(--yellow);
}

.no-wrapper .more-items-list .wrapper {
  display:none;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.p-9{
  padding: 2.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-12{
  padding: 3rem;
}

.p-14{
  padding: 3.5rem;
}

.p-16{
  padding: 4rem;
}

.p-20{
  padding: 5rem;
}

.p-24{
  padding: 6rem;
}

.p-28{
  padding: 7rem;
}

.p-32{
  padding: 8rem;
}

.p-36{
  padding: 9rem;
}

.p-40{
  padding: 10rem;
}

.p-44{
  padding: 11rem;
}

.p-48{
  padding: 12rem;
}

.p-52{
  padding: 13rem;
}

.p-56{
  padding: 14rem;
}

.p-60{
  padding: 15rem;
}

.p-64{
  padding: 16rem;
}

.p-72{
  padding: 18rem;
}

.p-80{
  padding: 20rem;
}

.p-96{
  padding: 24rem;
}

.p-px{
  padding: 1px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-36{
  padding-top: 9rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-44{
  padding-top: 11rem;
}

.pt-48{
  padding-top: 12rem;
}

.pt-52{
  padding-top: 13rem;
}

.pt-56{
  padding-top: 14rem;
}

.pt-60{
  padding-top: 15rem;
}

.pt-64{
  padding-top: 16rem;
}

.pt-72{
  padding-top: 18rem;
}

.pt-80{
  padding-top: 20rem;
}

.pt-96{
  padding-top: 24rem;
}

.pt-px{
  padding-top: 1px;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-11{
  padding-right: 2.75rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-24{
  padding-right: 6rem;
}

.pr-28{
  padding-right: 7rem;
}

.pr-32{
  padding-right: 8rem;
}

.pr-36{
  padding-right: 9rem;
}

.pr-40{
  padding-right: 10rem;
}

.pr-44{
  padding-right: 11rem;
}

.pr-48{
  padding-right: 12rem;
}

.pr-52{
  padding-right: 13rem;
}

.pr-56{
  padding-right: 14rem;
}

.pr-60{
  padding-right: 15rem;
}

.pr-64{
  padding-right: 16rem;
}

.pr-72{
  padding-right: 18rem;
}

.pr-80{
  padding-right: 20rem;
}

.pr-96{
  padding-right: 24rem;
}

.pr-px{
  padding-right: 1px;
}

.pr-0\.5{
  padding-right: 0.125rem;
}

.pr-1\.5{
  padding-right: 0.375rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pr-3\.5{
  padding-right: 0.875rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pb-36{
  padding-bottom: 9rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pb-44{
  padding-bottom: 11rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pb-52{
  padding-bottom: 13rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.pb-60{
  padding-bottom: 15rem;
}

.pb-64{
  padding-bottom: 16rem;
}

.pb-72{
  padding-bottom: 18rem;
}

.pb-80{
  padding-bottom: 20rem;
}

.pb-96{
  padding-bottom: 24rem;
}

.pb-px{
  padding-bottom: 1px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-3\.5{
  padding-bottom: 0.875rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-20{
  padding-left: 5rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-28{
  padding-left: 7rem;
}

.pl-32{
  padding-left: 8rem;
}

.pl-36{
  padding-left: 9rem;
}

.pl-40{
  padding-left: 10rem;
}

.pl-44{
  padding-left: 11rem;
}

.pl-48{
  padding-left: 12rem;
}

.pl-52{
  padding-left: 13rem;
}

.pl-56{
  padding-left: 14rem;
}

.pl-60{
  padding-left: 15rem;
}

.pl-64{
  padding-left: 16rem;
}

.pl-72{
  padding-left: 18rem;
}

.pl-80{
  padding-left: 20rem;
}

.pl-96{
  padding-left: 24rem;
}

.pl-px{
  padding-left: 1px;
}

.pl-0\.5{
  padding-left: 0.125rem;
}

.pl-1\.5{
  padding-left: 0.375rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-3\.5{
  padding-left: 0.875rem;
}


.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 1.5rem;
}

.m-7{
  margin: 1.75rem;
}

.m-8{
  margin: 2rem;
}

.m-9{
  margin: 2.25rem;
}

.m-10{
  margin: 2.5rem;
}

.m-11{
  margin: 2.75rem;
}

.m-12{
  margin: 3rem;
}

.m-14{
  margin: 3.5rem;
}

.m-16{
  margin: 4rem;
}

.m-20{
  margin: 5rem;
}

.m-24{
  margin: 6rem;
}

.m-28{
  margin: 7rem;
}

.m-32{
  margin: 8rem;
}

.m-36{
  margin: 9rem;
}

.m-40{
  margin: 10rem;
}

.m-44{
  margin: 11rem;
}

.m-48{
  margin: 12rem;
}

.m-52{
  margin: 13rem;
}

.m-56{
  margin: 14rem;
}

.m-60{
  margin: 15rem;
}

.m-64{
  margin: 16rem;
}

.m-72{
  margin: 18rem;
}

.m-80{
  margin: 20rem;
}

.m-96{
  margin: 24rem;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

.m-0\.5{
  margin: 0.125rem;
}

.m-1\.5{
  margin: 0.375rem;
}

.m-2\.5{
  margin: 0.625rem;
}

.m-3\.5{
  margin: 0.875rem;
}

.-m-0{
  margin: 0px;
}

.-m-1{
  margin: -0.25rem;
}

.-m-2{
  margin: -0.5rem;
}

.-m-3{
  margin: -0.75rem;
}

.-m-4{
  margin: -1rem;
}

.-m-5{
  margin: -1.25rem;
}

.-m-6{
  margin: -1.5rem;
}

.-m-7{
  margin: -1.75rem;
}

.-m-8{
  margin: -2rem;
}

.-m-9{
  margin: -2.25rem;
}

.-m-10{
  margin: -2.5rem;
}

.-m-11{
  margin: -2.75rem;
}

.-m-12{
  margin: -3rem;
}

.-m-14{
  margin: -3.5rem;
}

.-m-16{
  margin: -4rem;
}

.-m-20{
  margin: -5rem;
}

.-m-24{
  margin: -6rem;
}

.-m-28{
  margin: -7rem;
}

.-m-32{
  margin: -8rem;
}

.-m-36{
  margin: -9rem;
}

.-m-40{
  margin: -10rem;
}

.-m-44{
  margin: -11rem;
}

.-m-48{
  margin: -12rem;
}

.-m-52{
  margin: -13rem;
}

.-m-56{
  margin: -14rem;
}

.-m-60{
  margin: -15rem;
}

.-m-64{
  margin: -16rem;
}

.-m-72{
  margin: -18rem;
}

.-m-80{
  margin: -20rem;
}

.-m-96{
  margin: -24rem;
}

.-m-px{
  margin: -1px;
}

.-m-0\.5{
  margin: -0.125rem;
}

.-m-1\.5{
  margin: -0.375rem;
}

.-m-2\.5{
  margin: -0.625rem;
}

.-m-3\.5{
  margin: -0.875rem;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.-mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

.-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

.-mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.-my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

.-my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-28{
  margin-top: 7rem;
}

.mt-32{
  margin-top: 8rem;
}

.mt-36{
  margin-top: 9rem;
}

.mt-40{
  margin-top: 10rem;
}

.mt-44{
  margin-top: 11rem;
}

.mt-48{
  margin-top: 12rem;
}

.mt-52{
  margin-top: 13rem;
}

.mt-56{
  margin-top: 14rem;
}

.mt-60{
  margin-top: 15rem;
}

.mt-64{
  margin-top: 16rem;
}

.mt-72{
  margin-top: 18rem;
}

.mt-80{
  margin-top: 20rem;
}

.mt-96{
  margin-top: 24rem;
}

.mt-auto{
  margin-top: auto;
}

.mt-px{
  margin-top: 1px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-3\.5{
  margin-top: 0.875rem;
}

.-mt-0{
  margin-top: 0px;
}

.-mt-1{
  margin-top: -0.25rem;
}

.-mt-2{
  margin-top: -0.5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-mt-7{
  margin-top: -1.75rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mt-9{
  margin-top: -2.25rem;
}

.-mt-10{
  margin-top: -2.5rem;
}

.-mt-11{
  margin-top: -2.75rem;
}

.-mt-12{
  margin-top: -3rem;
}

.-mt-14{
  margin-top: -3.5rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-24{
  margin-top: -6rem;
}

.-mt-28{
  margin-top: -7rem;
}

.-mt-32{
  margin-top: -8rem;
}

.-mt-36{
  margin-top: -9rem;
}

.-mt-40{
  margin-top: -10rem;
}

.-mt-44{
  margin-top: -11rem;
}

.-mt-48{
  margin-top: -12rem;
}

.-mt-52{
  margin-top: -13rem;
}

.-mt-56{
  margin-top: -14rem;
}

.-mt-60{
  margin-top: -15rem;
}

.-mt-64{
  margin-top: -16rem;
}

.-mt-72{
  margin-top: -18rem;
}

.-mt-80{
  margin-top: -20rem;
}

.-mt-96{
  margin-top: -24rem;
}

.-mt-px{
  margin-top: -1px;
}

.-mt-0\.5{
  margin-top: -0.125rem;
}

.-mt-1\.5{
  margin-top: -0.375rem;
}

.-mt-2\.5{
  margin-top: -0.625rem;
}

.-mt-3\.5{
  margin-top: -0.875rem;
}

.mr-0{
  margin-right: 0px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-7{
  margin-right: 1.75rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-9{
  margin-right: 2.25rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-11{
  margin-right: 2.75rem;
}

.mr-12{
  margin-right: 3rem;
}

.mr-14{
  margin-right: 3.5rem;
}

.mr-16{
  margin-right: 4rem;
}

.mr-20{
  margin-right: 5rem;
}

.mr-24{
  margin-right: 6rem;
}

.mr-28{
  margin-right: 7rem;
}

.mr-32{
  margin-right: 8rem;
}

.mr-36{
  margin-right: 9rem;
}

.mr-40{
  margin-right: 10rem;
}

.mr-44{
  margin-right: 11rem;
}

.mr-48{
  margin-right: 12rem;
}

.mr-52{
  margin-right: 13rem;
}

.mr-56{
  margin-right: 14rem;
}

.mr-60{
  margin-right: 15rem;
}

.mr-64{
  margin-right: 16rem;
}

.mr-72{
  margin-right: 18rem;
}

.mr-80{
  margin-right: 20rem;
}

.mr-96{
  margin-right: 24rem;
}

.mr-auto{
  margin-right: auto;
}

.mr-px{
  margin-right: 1px;
}

.mr-0\.5{
  margin-right: 0.125rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

.-mr-0{
  margin-right: 0px;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mr-3{
  margin-right: -0.75rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mr-5{
  margin-right: -1.25rem;
}

.-mr-6{
  margin-right: -1.5rem;
}

.-mr-7{
  margin-right: -1.75rem;
}

.-mr-8{
  margin-right: -2rem;
}

.-mr-9{
  margin-right: -2.25rem;
}

.-mr-10{
  margin-right: -2.5rem;
}

.-mr-11{
  margin-right: -2.75rem;
}

.-mr-12{
  margin-right: -3rem;
}

.-mr-14{
  margin-right: -3.5rem;
}

.-mr-16{
  margin-right: -4rem;
}

.-mr-20{
  margin-right: -5rem;
}

.-mr-24{
  margin-right: -6rem;
}

.-mr-28{
  margin-right: -7rem;
}

.-mr-32{
  margin-right: -8rem;
}

.-mr-36{
  margin-right: -9rem;
}

.-mr-40{
  margin-right: -10rem;
}

.-mr-44{
  margin-right: -11rem;
}

.-mr-48{
  margin-right: -12rem;
}

.-mr-52{
  margin-right: -13rem;
}

.-mr-56{
  margin-right: -14rem;
}

.-mr-60{
  margin-right: -15rem;
}

.-mr-64{
  margin-right: -16rem;
}

.-mr-72{
  margin-right: -18rem;
}

.-mr-80{
  margin-right: -20rem;
}

.-mr-96{
  margin-right: -24rem;
}

.-mr-px{
  margin-right: -1px;
}

.-mr-0\.5{
  margin-right: -0.125rem;
}

.-mr-1\.5{
  margin-right: -0.375rem;
}

.-mr-2\.5{
  margin-right: -0.625rem;
}

.-mr-3\.5{
  margin-right: -0.875rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-11{
  margin-bottom: 2.75rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-28{
  margin-bottom: 7rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-36{
  margin-bottom: 9rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.mb-44{
  margin-bottom: 11rem;
}

.mb-48{
  margin-bottom: 12rem;
}

.mb-52{
  margin-bottom: 13rem;
}

.mb-56{
  margin-bottom: 14rem;
}

.mb-60{
  margin-bottom: 15rem;
}

.mb-64{
  margin-bottom: 16rem;
}

.mb-72{
  margin-bottom: 18rem;
}

.mb-80{
  margin-bottom: 20rem;
}

.mb-96{
  margin-bottom: 24rem;
}

.mb-auto{
  margin-bottom: auto;
}

.mb-px{
  margin-bottom: 1px;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

.-mb-0{
  margin-bottom: 0px;
}

.-mb-1{
  margin-bottom: -0.25rem;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.-mb-3{
  margin-bottom: -0.75rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.-mb-5{
  margin-bottom: -1.25rem;
}

.-mb-6{
  margin-bottom: -1.5rem;
}

.-mb-7{
  margin-bottom: -1.75rem;
}

.-mb-8{
  margin-bottom: -2rem;
}

.-mb-9{
  margin-bottom: -2.25rem;
}

.-mb-10{
  margin-bottom: -2.5rem;
}

.-mb-11{
  margin-bottom: -2.75rem;
}

.-mb-12{
  margin-bottom: -3rem;
}

.-mb-14{
  margin-bottom: -3.5rem;
}

.-mb-16{
  margin-bottom: -4rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-mb-24{
  margin-bottom: -6rem;
}

.-mb-28{
  margin-bottom: -7rem;
}

.-mb-32{
  margin-bottom: -8rem;
}

.-mb-36{
  margin-bottom: -9rem;
}

.-mb-40{
  margin-bottom: -10rem;
}

.-mb-44{
  margin-bottom: -11rem;
}

.-mb-48{
  margin-bottom: -12rem;
}

.-mb-52{
  margin-bottom: -13rem;
}

.-mb-56{
  margin-bottom: -14rem;
}

.-mb-60{
  margin-bottom: -15rem;
}

.-mb-64{
  margin-bottom: -16rem;
}

.-mb-72{
  margin-bottom: -18rem;
}

.-mb-80{
  margin-bottom: -20rem;
}

.-mb-96{
  margin-bottom: -24rem;
}

.-mb-px{
  margin-bottom: -1px;
}

.-mb-0\.5{
  margin-bottom: -0.125rem;
}

.-mb-1\.5{
  margin-bottom: -0.375rem;
}

.-mb-2\.5{
  margin-bottom: -0.625rem;
}

.-mb-3\.5{
  margin-bottom: -0.875rem;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-7{
  margin-left: 1.75rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-9{
  margin-left: 2.25rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-11{
  margin-left: 2.75rem;
}

.ml-12{
  margin-left: 3rem;
}

.ml-14{
  margin-left: 3.5rem;
}

.ml-16{
  margin-left: 4rem;
}

.ml-20{
  margin-left: 5rem;
}

.ml-24{
  margin-left: 6rem;
}

.ml-28{
  margin-left: 7rem;
}

.ml-32{
  margin-left: 8rem;
}

.ml-36{
  margin-left: 9rem;
}

.ml-40{
  margin-left: 10rem;
}

.ml-44{
  margin-left: 11rem;
}

.ml-48{
  margin-left: 12rem;
}

.ml-52{
  margin-left: 13rem;
}

.ml-56{
  margin-left: 14rem;
}

.ml-60{
  margin-left: 15rem;
}

.ml-64{
  margin-left: 16rem;
}

.ml-72{
  margin-left: 18rem;
}

.ml-80{
  margin-left: 20rem;
}

.ml-96{
  margin-left: 24rem;
}

.ml-auto{
  margin-left: auto;
}

.ml-px{
  margin-left: 1px;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-3\.5{
  margin-left: 0.875rem;
}

.-ml-0{
  margin-left: 0px;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-ml-2{
  margin-left: -0.5rem;
}

.-ml-3{
  margin-left: -0.75rem;
}

.-ml-4{
  margin-left: -1rem;
}

.-ml-5{
  margin-left: -1.25rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-ml-7{
  margin-left: -1.75rem;
}

.-ml-8{
  margin-left: -2rem;
}

.-ml-9{
  margin-left: -2.25rem;
}

.-ml-10{
  margin-left: -2.5rem;
}

.-ml-11{
  margin-left: -2.75rem;
}

.-ml-12{
  margin-left: -3rem;
}

.-ml-14{
  margin-left: -3.5rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-ml-24{
  margin-left: -6rem;
}

.-ml-28{
  margin-left: -7rem;
}

.-ml-32{
  margin-left: -8rem;
}

.-ml-36{
  margin-left: -9rem;
}

.-ml-40{
  margin-left: -10rem;
}

.-ml-44{
  margin-left: -11rem;
}

.-ml-48{
  margin-left: -12rem;
}

.-ml-52{
  margin-left: -13rem;
}

.-ml-56{
  margin-left: -14rem;
}

.-ml-60{
  margin-left: -15rem;
}

.-ml-64{
  margin-left: -16rem;
}

.-ml-72{
  margin-left: -18rem;
}

.-ml-80{
  margin-left: -20rem;
}

.-ml-96{
  margin-left: -24rem;
}

.-ml-px{
  margin-left: -1px;
}

.-ml-0\.5{
  margin-left: -0.125rem;
}

.-ml-1\.5{
  margin-left: -0.375rem;
}

.-ml-2\.5{
  margin-left: -0.625rem;
}

.-ml-3\.5{
  margin-left: -0.875rem;
}

.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.block{
  display:block;
}
.relative {
  position:relative;
}
.absolute {
  position:absolute;
}
/* TEXT BORDER */

.border-text {
  color:white;
  -webkit-text-stroke-width: 1.5px;
  letter-spacing: 4px;
}
.blue-title .border-text {
  -webkit-text-stroke-color: var(--lightblue);
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
}
.green-all-bg .border-text,
.green-bg .border-text {
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: var(--darkgreen);
}
.blue-all-bg .border-text,
.blue-bg .border-text {
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: var(--lightblue);
}
.grey-bg .border-text {
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: var(--lightgrey);
}


/* Border Radius */

.border-radius:not(.full-width):not(.slider-widget) .fotorama,
.border-radius,
.border-radius-img img {
  border-radius:var(--border-radius);
}
.border-radius-md,
.border-radius-md-img img {
  border-radius:var(--border-radius-md);
}
.border-radius-lg,
.border-radius-lg-img img {
  border-radius:var(--border-radius-lg);
}
.border-radius-0,
.border-radius-img-0 img {
  --border-radius:0;
  --border-radius-md:0;
  --border-radius-lg:0;
}




/* ==========================================================
   QIU GRID
   ========================================================== */

.full-height.widget,
.full-height #main {
  height:calc((var(--vh, 1vh) * 100) - var(--header-height));
}
.full-height.transparent-header #main {
  height:calc(var(--vh, 1vh) * 100);
}
.row-fluid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.row-fluid.primary-related,
.row-fluid.two,
.row-fluid.three {
  display:block;
  background-color: #fff;
  padding-left:calc((100vw - var(--max-width-column)) / 2);
  padding-right:calc((100vw - var(--max-width-column)) / 2);
}
.primary-related-large .row-fluid.primary-related,
.primary-related-large .row-fluid.two,
.primary-related-large .row-fluid.three {
  padding-left: var(--body-h-padding);
  padding-right: var(--body-h-padding);
}
.primary-related-large .primary-content {
  width: calc(100% - var(--related-content-width));
}
.primary-related-large .primary-content .tabs-content {
  --max-width-column:100%
}
.column,
.widget {
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 auto;
  *overflow: visible;
}
.one-of-one {
  width: 100%;
}
.one-one .more-items-item,
.one-one .more-video-item,
.one-one .galleries-item,
.one-one .socialstream-item,
.one-one .control-group,
.one-one .formly > * > *:not(.form-buttons),
.one-one.img-aside .more-items-item,
.one-one.landing li {
  width: calc(100% -  var(--gap));
}
.one-one.full-width .more-items-item,
.one-one.full-width .more-video-item,
.one-one.full-width .galleries-item,
.one-one.full-width .socialstream-item,
.one-one.full-width.img-aside .more-items-item,
.one-one.full-width.landing li {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.one-of-two {
  width: 50%;
}
.one-two .more-items-item,
.one-two .more-video-item,
.one-two .galleries-item,
.one-two .socialstream-item,
.one-two .control-group,
.one-two .formly > *,
.one-two.img-aside .more-items-item,
.one-two.landing li {
  width: calc(50% -  var(--gap));
}
.one-two .slide-content {
  padding-bottom:30px;
}
.one-two .slide-content > * {
  max-width: 46%;
}
.one-three .slide-content > * {
  max-width: 33.33333%;
}
.one-four .slide-content > * {
  max-width: 25%;
}
.one-of-three {
  width: 33.33333333%;
}
.one-three .more-items-item,
.one-three .more-video-item,
.one-three .galleries-item,
.one-three .socialstream-item,
.one-three .control-group,
.one-three .formly > *,
.one-three.img-aside .more-items-item,
.one-three.landing li {
  width: calc(33.33333333% -  var(--gap));
}
.two-of-three {
  width: 66.66666667%;
}
.one-of-four {
  width: 25%;
}
.one-four .more-items-item,
.one-four .more-video-item,
.one-four .galleries-item,
.one-four .socialstream-item,
.one-four .control-group,
.one-four .formly > *,
.one-four.img-aside .more-items-item,
.one-four.landing li {
  width: calc(25% -  var(--gap));
}
.three-of-four {
  width: 75%;
}
.one-of-five {
  width: 20%;
}
.one-five .more-items-item,
.one-five .more-video-item,
.one-five .galleries-item,
.one-five .socialstream-item,
.one-five .control-group,
.one-five .formly > *,
.one-five.img-aside .more-items-item,
.one-five.landing li {
  width: calc(20% -  var(--gap));
}
.two-of-five {
  width: 40%;
}
.three-of-five {
  width: 60%;
}
.four-of-five {
  width: 80%;
}
.one-of-six {
  width: 16.6666667%;
}
.one-six .more-items-item,
.one-six .more-video-item,
.one-six .galleries-item,
.one-six .socialstream-item,
.one-six .control-group,
.one-six .formly > * > *:not(.form-buttons),
.one-six.img-aside .more-items-item,
.one-six.landing li {
  width: calc(16.5666667% -  var(--gap));
}
.one-of-seven {
  width: 14.28571429%;
}
.one-seven {
  padding: 0;
}
.one-seven .more-items-item,
.one-seven .more-video-item,
.one-seven .galleries-item,
.one-seven .socialstream-item,
.one-seven .control-group,
.one-seven .formly > * > *:not(.form-buttons),
.one-seven.img-aside .more-items-item,
.one-seven.landing li {
  width: calc(14.1857142857% -  var(--gap));
}

.full-width ~ .primary-related .related-content {
  /*border-top:10px solid var(--orange);*/
}
.primary-content {
  margin: 0;
  width:calc(var(--max-width-column) - var(--related-content-width));
  display:inline-block;
  padding-right: var(--body-h-padding);
}
.related-on-left .primary-content {
  padding-left: var(--body-h-padding);
  padding-right:0;
}
.related-content {
  width: var(--related-content-width);
  background-color: #fff;
  margin: 0;
  flex:none;
  --max-width-column: 85%;
  display:inline-block;
  position: sticky;
  top: var(--header-height);
}
.related-content >.widget:not(:last-child),
.column.related-content >.widget:not(:last-child) {
  padding-bottom:0 !important;
}
.hidden-related .related-content {
  margin-right: -100%;
}

.related-on-left .related-content {
  float: left;
}
.secondary-content {
  width: 50%;
}
.secondary-content > * {
  width: 675px;
}
.row-fluid .secondary-content:first-child > * {
  margin-right: 0;
}
.row-fluid .secondary-content:last-child > * {
  margin-left: 0;
}

.primary-content .more-items-list,
.primary-content .widget.full-width .more-items-list{
  margin-left:calc(var(--gap) * -0.5);
}
/* Image styles */
.img-right,
.img-Right {
  float: right;
  margin-left: 3%;
  margin-bottom: 30px;
}
article figure,
.img-left,
.img-Left {
  float: left;
  margin-right: 3%;
  margin-bottom: 50px;
}
.img-center {

  margin-bottom: 50px;
}
.img-25 {
  width: 22%;
}
.img-50 {
  width: 47%;
}
.img-75 {
  width: 72%;
}
.img-100 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.img-text {
  width: 100%;
}
.article-view-body figure:after {
  content: "";
  height: 10px;
  background-color: var(--orange);
  width: 75%;
  position: absolute;
  right: 0;
  bottom: -10px;
}
body.news .article-view-body .img-25 {
  margin-top:8px;
  margin-bottom:0;
}
body.news .article-view-body .img-75 {
  width:62.5%;
  margin-top:8px;
  margin-bottom:50px;
}
body.news .article-view-body .article-view-data ~ .img-75:nth-child(2),
body.news .article-view-body .article-view-data ~ .img-100:nth-child(2) {
  padding-left: 25%;
  width: 100%;
  float: none;
  margin-bottom: 45px;
  margin-top:0;
}
body.news .article-view-body .article-view-data ~ .img-75:nth-child(2) figcaption,
body.news .article-view-body .article-view-data ~ .img-100:nth-child(2) figcaption {
  padding-left: calc(10px + 25%);
}
body.news .article-view-body .article-view-data ~ .img-75:nth-child(2):after,
body.news .article-view-body .article-view-data ~ .img-100:nth-child(2):after {
  width: 37.5%;
}
body.news .article-view-body .img-50 {
  margin-left: 25%;
  width: auto;
  float: none;
  margin-bottom: 45px;
  margin-right:0;
}
body.news .article-view-body .img-100 {
  margin-bottom:55px;
}
body.news .article-view-body .img-25:after {
  width: 50%;
  height: 6px;
  bottom: -6px;
}
body.news .article-view-body .img-75:after {
  width: 60%;
}
body.news .article-view-body .img-50:after {
  width: 37.5%;
}
body.news .article-view-body .img-50 figcaption {
  padding-left: calc(10px + 25%);
}
body.news .simple-article .article-view-body .img-50 {
  margin-left: 0;
  width: 47%;
  float: left;
  margin-right: 4%;
}
body.news .simple-article .article-view-body .img-25 {
  margin-left: 0;
  width: 22%;
  float: left;
  margin-right: 3%;
}
body.news .article-view-body .img-100:after {
  width: 75%;
}
.article figure {
  position:relative;
}
.article figure.video-figure {
  aspect-ratio: 16/9;
}
.article figure.video-figure > .vidPlayer {
  position:absolute;
  top:0;
  width:100%;
  left:0;
  height: 100% !important;
}
figure iframe {
  display:block;
}
figure iframe ~ figcaption {
  display:none;
}
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 3px 7px;
  font-weight: 400;
  font-size: 11px;
  text-shadow: 0 0 2px rgba(0,0,0,0.4);
  text-align: left;
  z-index: 1;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  opacity: .8;
}
.pdf-icon {
  background: url("../img/icon_pdf.png") no-repeat;
  background-size: 25px;
  padding: 5px 0 10px 30px;
  margin: 5px;
}
.section-title,
.widget-title,
.more-items-group > .wrapper h2 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 30px;
  margin-top:6px;
  color: var(--darkgreen);
}
.widget-title:empty {
  display: none !important;
}
.x-small-title .section-title,
.x-small-title .widget-title,
.x-small-title .more-items-group > .wrapper h2 {
  font-size: 18px;
}
.small-title .section-title,
.small-title .widget-title,
.small-title .more-items-group > .wrapper h2 {
  font-size: 24px;
}
.medium-title .section-title,
.medium-title .widget-title,
.medium-title .more-items-group > .wrapper h2 {
  font-size: 42px;
}
.large-title .section-title,
.large-title .widget-title,
.largetitle .more-items-group > .wrapper h2 {
  font-size: 80px;
}
.xl-title .section-title,
.xl-title .widget-title,
.xl-title .more-items-group > .wrapper h2 {
  font-size: 100px;
  line-height: 1;
}
.xxl-title .section-title,
.xxl-title .widget-title,
.xxl-title .more-items-group > .wrapper h2 {
  font-size: 120px;
  line-height: 1;   
}

.left-title .widget-title,
.left-title.center-text .widget-title,
.left-title.center-text .more-items-group > .wrapper h2 {
  text-align: left;
}
.right-title .widget-title,
.right-title.center-text .widget-title,
.right-title.center-text .more-items-group > .wrapper h2   {
  text-align: right;
}
.center-title .widget-title,
.center-title .more-items-group > .wrapper h2 {
  text-align: center;
}

.white-title .widget-title, 
.white-title .section-title,
.white-title .widget-title a, 
.white-title .section-title a  {
  color:#fff;
}


.section-title a,
.widget-title a {
  color: var(--darkgreen);
}
.related-content .widget-title {
  text-align: left;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.all-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.no-all-box-link .all-box-link {
  display: none;
}
.shadow-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.white-bg,
.white-wrapper-bg .wrapper {
  background-color: #ffffff;
}
.dark-bg {
  background-color: #3b3d40;
}

.grey-bg {
  background-color: var(--lightgrey);
}

.grey-all-bg,.grey-all-bg li.more-items-item {
  background-color: var(--lightgrey);
}

.blue-bg {
  background-color: var(--lightblue);
}
.blue-bg.widget.article-view > .article * {
  color:#fff;
}
.blue-bg.widget.article-view > .article:before {
  opacity:.4;
}


.blue-all-bg,.blue-all-bg li.more-items-item {
  background-color: var(--lightblue);
}
.blue-all-bg .wrapper * {
  color:#ffffff;
}
.blue-all-bg .tabs li a {
  color: #fff;
  opacity: .5;
}
.blue-all-bg .tabs li a:hover,
.blue-all-bg .tabs li.active a {
  opacity: 1;
  color: #fff;
}

.blue-img img{
  filter: sepia(90%) hue-rotate(185deg) saturate(700%);
  opacity: .4 !important;
}
.blue-img .more-items-item > a:not(.all-box-link), 
.blue-img .more-items-item .more-items-img-container{
  position:relative;
}
.blue-img .fotorama__stage__frame:before,
.blue-img .more-items-item > a:not(.all-box-link):before, 
.blue-img .more-items-item .more-items-img-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #005ca8;
  z-index: 0;
}




.darkblue-bg.widget.article-view > .article {
  background-color: var(--blue);
}



.green.bg .more-items-group > .wrapper h2,
.green-bg .widget-title,
.green-bg .widget-title *,
.green-all-bg *,
.green-all-bg .widget-title *,
.green-all-bg .wrapper *,
.green-wrapper-bg .wrapper * ,
.green-items .more-items-group > .wrapper h2  {
  color:#ffffff;
}
.transparent-bg .more-items-group > .wrapper h2,
.transparent-bg,
.transparent-bg.widget.article-view > .article,
.transparent li.more-items-item,
.transparent li.more-items-item .wrapper,
.transparent-bg li.more-items-item,
.transparent-bg li.more-items-item .wrapper{
  background-color:transparent;
}
.green-bg,
.green-all-bg,
.green-all-bg li.more-items-item,
.green-wrapper-bg li.more-items-item .wrapper {
  background-color: var(--darkgreen);
}
.lightgreen-bg,
.lightgreen-all-bg,
.lightgreen-all-bg li.more-items-item,
.lightgreen-wrapper-bg li.more-items-item .wrapper {
  background-color: var(--lightgreen);
}
.green-bt .link-button a,
.green-bt .btn {
  color:#ffffff;
  background-color: var(--darkgreen);
  border:none;
}
.blue-bt .link-button a,
.blue-bt .btn {
  color:#ffffff;
  background-color: var(--lightblue);
  border:none;
}
.lightgreen-bt .link-button a,
.lightgreen-bt .btn {
  color:var(--darkgreen);
  background-color: var(--lightgreen);
  border:none;
}
.orange-bt .link-button a,
.orange-bt .btn {
  color:#ffffff;
  background-color: var(--orange);
  border:none;
}
.salmon-bt .link-button a,
.salmon-bt .btn {
  color:#ffffff;
  background-color: var(--salmon);
  border:none;
}
.white-bt .link-button a,
.white-bt .btn {
  color:var(--lightblue);
  background-color: #ffffff;
  border:none;
}

.blue-items .more-items-item *,
.green-items .more-items-item *,
.orange-items .more-items-item * {
  color:#fff;
}

.blue-items li.more-items-item {
  background-color: var(--lightblue);
}
.green-items li.more-items-item {
  background-color: var(--darktgreen);
}
.orange-items li.more-items-item {
  background-color: var(--orange);
}
.transparent-items li.more-items-item {
  background-color: transparent;
}
.banner-bg .fotorama__html:before{
  background: url(../img/banner-bg.png) left center no-repeat transparent;
  background-size: auto 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .6;
}

.blue-title .more-items-group > .wrapper h2,
.blue-title .widget-title,
.blue-title .widget-title *,
.blue-title .wrapper h2,
.blue-title .wrapper h2 *,
.blue-text {
  color:var(--lightblue);
}
.lightgreen .more-items-group > .wrapper h2,
.lightgreen-title .widget-title,
.lightgreen-title .widget-title *,
.lightgreen-title .wrapper h2,
.lightgreen-title .wrapper h2 *,
.lightgreen-text {
  color:var(--lightgreen);
}
.green-title .more-items-group > .wrapper h2,
.green-title .widget-title,
.green-title .widget-title *,
.green-title .wrapper h2,
.green-title .wrapper h2 *,
.green-text {
  color:var(--green);
}

.text-right,
.text-right .widget-title,
.text-right .more-items-group > .wrapper h2,
.text-right .section-title,
.text-right .wrapper,
.text-right .wrapper .link-button a,
.img-end-start.img-aside.text-right .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.text-right .wrapper,
.img-start-end.img-aside.text-right .more-items-item:nth-child(even) .wrapper,
.right-text,
.right-text .widget-title,
.right-text .more-items-group > .wrapper h2,
.right-text .section-title,
.right-text .wrapper,
.right-text .wrapper .link-button a,
.img-end-start.img-aside.right-text .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.right-text .wrapper,
.img-start-end.img-aside.right-text .more-items-item:nth-child(even) .wrapper {
  text-align: right;
}
.text-left .more-items-group > .wrapper h2,
.text-left,
.text-left .widget-title,
.text-left .section-title,
.text-left .wrapper,
.text-left .wrapper .link-button a,
.img-end-start.img-aside.text-left .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.text-left .wrapper,
.img-start-end.img-aside.text-left .more-items-item:nth-child(even) .wrapper,
.left-text,
.left-text .more-items-group > .wrapper h2,
.left-text .widget-title,
.left-text .section-title,
.left-text .wrapper,
.left-text .wrapper .link-button a,
.img-end-start.img-aside.left-text .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.left-text .wrapper,
.img-start-end.img-aside.left-text .more-items-item:nth-child(even) .wrapper  {
  text-align: left;
}
.text-center,
.text-center .widget-title,
.text-center .section-title,
.text-center .wrapper,
.text-center .wrapper .link-button a,
.img-end-start.img-aside.text-center .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.text-center .wrapper,
.img-start-end.img-aside.text-center .more-items-item:nth-child(even) .wrapper,
.center-text,
.center-text .widget-title,
.center-text .more-items-group > .wrapper h2,
.center-text .section-title,
.center-text .wrapper,
.center-text .wrapper .link-button a,
.img-end-start.img-aside.center-text .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside.center-text .wrapper,
.img-start-end.img-aside.center-text .more-items-item:nth-child(even) .wrapper {
  text-align: center;
}
.layout-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.layout-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-content-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

[layout-align="start stretch"],[layout-align]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
[layout-align="start stretch"],[layout-align=start],[layout-align="start start"],[layout-align="start center"],[layout-align="start end"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
[layout-align=center],[layout-align="center start"],[layout-align="center center"],[layout-align="center end"],[layout-align="center stretch"]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
[layout-align=end],[layout-align="end center"],[layout-align="end start"],[layout-align="end end"],[layout-align="end stretch"]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
[layout-align=space-around],[layout-align="space-around center"],[layout-align="space-around start"],[layout-align="space-around end"],[layout-align="space-around stretch"]{-ms-flex-pack:distribute;justify-content:space-around}
[layout-align=space-between],[layout-align="space-between center"],[layout-align="space-between start"],[layout-align="space-between end"],[layout-align="space-between stretch"]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
[layout-align="start start"],[layout-align="center start"],[layout-align="end start"],[layout-align="space-around start"],[layout-align="space-between start"]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}
[layout-align="start center"],[layout-align="center center"],[layout-align="end center"],[layout-align="space-around center"],[layout-align="space-between center"]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}
[layout-align="start center"]>*,[layout-align="center center"]>*,[layout-align="end center"]>*,[layout-align="space-around center"]>*,[layout-align="space-between center"]>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
[layout-align="start end"],[layout-align="center end"],[layout-align="end end"],[layout-align="space-around end"],[layout-align="space-between end"]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}
[layout-align="start stretch"],[layout-align="center stretch"],[layout-align="end stretch"],[layout-align="space-around stretch"],[layout-align="space-between stretch"]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}

[layout=row],[layout=column],[layout]{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}[layout=column]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[layout=row]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}



.wrapper-padding-0 .wrapper,
.padding-0,
.widget.padding-0,
.column > .widget.padding-0 {
  padding: 0 !important;
}
.wrapper-padding-top-0 .wrapper{
  padding-top: 0 !important;
}
.wrapper-padding-left-0 .wrapper{
  padding-left: 0 !important;
}
.wrapper-padding-right-0 .wrapper{
  padding-right: 0 !important;
}
.wrapper-padding-bottom-0 .wrapper{
  padding-bottom: 0 !important;
}
.pb-0.widget.article-view > .article,
.primary-content .widget.article-view.pb-0 .article {
  padding-bottom:0;
  overflow: auto;
}
.pt-0.widget.article-view > .article,
.primary-content .widget.article-view.pt-0 .article {
  padding-top:0;
  overflow: auto;
}
.margin-0,
.widget.margin-0,
.column > .widget.margin-0 {
  margin: 0 !important;
}
.img-background .more-items-list {
  height:100%;
}
.img-background .more-items-item > a,
.img-background .more-items-item > .fotorama {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.img-background .more-items-item > a img,
.img-background .more-items-item > .fotorama img {
  opacity: 0;
}
.img-background .more-items-item > .fotorama .fotorama__wrap--video {
  width: 100%;
  min-width: 0px;
  max-width: 100%;
  height: 100%;
}
.img-background .more-items-item > .fotorama .fotorama__wrap--video .fotorama__stage {
  min-height: 100%;
  top: 0px;
  bottom: 0px;
}
.img-background.text-over .more-items-item {

}
.img-background.text-over .more-items-item > a,
.img-background.text-over .more-items-item > .fotorama {
  position: absolute;
  width: 100%;
  height: 100%;
}
.img-background.text-over .more-items-item > a img,
.img-background.text-over .more-items-item > .fotorama img {
  display: none;
}
.img-background.text-over .more-items-item .wrapper {
  position: relative;
  height:100%;
}


#navigation .menu-hidden {
  display: none !important;
}




/* ==========================================================
   SITE STYLES
   ========================================================== */
/* General Layout & Common Elements
   ========================================================== */


/* HEADER */
#header,
#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--lightblue);
  -webkit-transition: height 0.2s, background 0.2s;
  -o-transition: height 0.2s, background 0.2s;
  transition: height 0.2s, background 0.2s;
}
#header {
  box-shadow: 0 3px 11px rgba(0,0,0,0.1);
}
#header .row1 {
  height:var(--row1-height);
  position:relative;
  margin-bottom: var(--header-extra);
}
#header .row1:after {
  height: var(--header-extra);
  background: var(--orange);
  content: "";
  width: 100%;
  bottom: calc(var(--header-extra) * -1) ;
  left: 0;
  position: absolute;
  z-index: 1;
}
#header .row2 {
  height:var(--row2-height);
  background-color: var(--lightgrey);
}

.wrapper-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#header > .wrapper-group > .wrapper,
#footer > .wrapper-group > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
}
#footer > .wrapper-group > .wrapper.row2 {
  flex-direction: column;
}
#header > .wrapper-group > .wrapper > *,
#header > .wrapper-group > .wrapper .header-footer-zone > *,
#right-navigation,
header .widget,
#header .social-icons,
nav,
#languages-menu,
.logo-link,
#footer > .wrapper-group > .wrapper .header-footer-zone > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#footer #footer-zone4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top:1px solid rgba(255,255,255,0.2);
  border-bottom:1px solid rgba(255,255,255,0.2);
}

.logo-img {
  height: 45%;
  margin: auto 0;
  width:auto;
  object-fit: contain;
  object-position: left center;
}
.logo-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 20px;
}
.header-lg #header-zone7 .logo-img,
.header-lg #header-zone8 .logo-img {
  height: 120px;
}
.header-lg #header {
  height: 120px;
}
.show-header #header {
  display:flex !important;
}
.fixed-header #header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
}
.fixed-header #content {
  margin-top: var(--header-height);
}
.fixed-header.header-lg #content {
  margin-top: 120px;
}
.transparent-header.scroll-top #header {
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.transparent-header #content {
  margin-top: 0;
}
.transparent-header.header-lg #content,
.transparent-header.header-lg .bg-vid {
  margin-top: 0;
}
.transparent-header.header-lg .slide.top-box .slide-content {
  padding-top: 160px;
}
.transparent-header .slide.top-box .slide-content {
  padding-top: 100px;
}

#header-zone1.header-footer-zone,
#header-zone4.header-footer-zone,
#header-zone7.header-footer-zone,
#footer > .wrapper-group > .wrapper-group #footer-zone1,
#footer > .wrapper-group > .wrapper-group #footer-zone4 {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#header-zone3.header-footer-zone,
#header-zone6.header-footer-zone,
#header-zone8.header-footer-zone,
#footer > .wrapper-group > .wrapper-group #footer-zone3,
#footer > .wrapper-group > .wrapper-group #footer-zone6 {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#header-zone2.header-footer-zone,
#header-zone5.header-footer-zone,
#footer > .wrapper-group > .wrapper-group #footer-zone2,
#footer > .wrapper-group > .wrapper-group #footer-zone5 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-footer-zone {
  height: 100%;

}
#footer .header-footer-zone{
  width:100%;
}
.empty-zone {
  display:none !important;
}
/* Scrolled header */
.scroll-not-top #header {
  background: var(--lightblue);
}
.scroll-not-top #header > .wrapper-group > .wrapper-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.scroll-not-top #header > .wrapper-group > .wrapper.row2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
}
.scroll-not-top #header > .wrapper-group > .wrapper.row1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.scroll-not-top #header > .wrapper-group > .wrapper .header-footer-zone {
  width: auto;
}
.scroll-not-top #header > .wrapper-group > .wrapper .header-footer-zone#header-zone2 {
  width: 100%;
}
.scroll-not-top.header-lg #header {
  height: 60px;
}
.scroll-not-top.header-lg.fixed-header:not(.transparent-header) #content {
  margin-top: 60px;
}
.scroll-not-top #header-zone3,
.scroll-not-top #header-zone4,
.scroll-not-top #header-zone6,
.scroll-not-top .header-footer-zone.empty-zone {
  display: none;
}
/* Navigation */
#navigation {
  z-index: 1;
}
#navigation .menu > li > a {
  text-transform: uppercase;
}
#navigation .submenu,
#navigation .menu .dropdown > a:after {
  display:none !important;
}
#navigation-more{
  position: fixed;
  top: var(--header-height);
  width: 100%;
  left: 0;
  bottom: 0;
  justify-content: flex-start !important;
  background: linear-gradient(to top, #003b47 36.68%, rgba(0, 38, 46, 0.97));
}
html.touch #navigation-more > .menu li.dropdown > a {
  pointer-events: none;
}

#navigation-more > .menu li a {
  color:#ffffff;
  padding: 15px 40px 15px 0;
  font-size: 20px;
  font-weight: normal;
  width:100%;
  letter-spacing: 0;
  text-align: left;
  background-color: transparent;
  position: relative;
}
#navigation-more > .menu:hover > li > a,
#navigation-more .submenu:hover > li > a {
  opacity:.4;
}
#navigation-more > .menu:hover > li:hover > a,
#navigation-more > .menu > li:hover > a,
#navigation-more .submenu:hover > li:hover > a,
#navigation-more .submenu > li:hover > a  {
  opacity:1
}
#navigation-more > .menu > li {
  width:50%;
  border-right: 1px solid rgba(255,255,255,0.2);
  position: initial;
}
#navigation-more > .menu > li.dropdown > a:after {
  content: "\ea6e";
  position:absolute;
  right: 10px;
  top: 50%;
  margin-top:-11px;
}
#navigation-more > .menu > li.dropdown .submenu {
  background: transparent;
  box-shadow: none;
  margin: 0 0 0 calc(25% - 53px);
  width: 24%;
  top: calc(113px + var(--header-height));
  left: auto;
  bottom: 6px;
  right: auto;
  overflow: auto;
  position: fixed;
}
#navigation-more > .menu > li.dropdown .submenu a {
  padding-left: 25px;
  padding-right:40px;
  font-size:18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#navigation-more > .menu > li.dropdown .submenu a:hover {
  color:#ffffff;
  background:transparent;
}
#navigation-more > .menu > li.dropdown .submenu li:first-child:before {
  display:none;
}
#navigation-more > .menu {
  width:50%;
  
  padding: 110px 40px 50px 65px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: auto;
}

html.no-touch #navigation-more > .menu > li.dropdown.rwp .submenu .racing-with-purpose {
  display: none;
}


#navigation-more > .menu.menu-featured {
  width:50%;
}

#navigation-more:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:70px;  
  width:100%;
  background:url(../img/submenu-back.png) left top no-repeat transparent;
  background-size:contain;
  opacity:.4;
  z-index: 1;
}
/*
#navigation-more:after {
  content:"";
  position:fixed;
  top:var(--header-height);
  left:0;
  bottom:0;
  width:100%;
  background-color: rgba(0,0,0,0.8);
  z-index: -1;
}
*/
#navigation-more > .menu > li > a small{
  color: #A3A3A3;
  font-size: 15px;
  display: block;
  line-height: 1;
  width: 100%;
  text-transform: none;
}
#navigation .menu > li > a small,
#navigation-store .menu > li > a small{
  display:none;
}
#navigation-store .menu > li > a {
  text-transform: uppercase;
}
#header #navigation-toggle {
  display: none;
  order:1;
}
.navigation.burger-nav {
  display: none;
}

#navigation-e-race .menu li a {
  text-transform: uppercase;
}

#navigation-store .dropdown:not(#languages) .submenu {
  justify-content: space-between;
  width: auto;
  right: 0;
  left: auto;
  margin: 0;
}
#navigation-store .dropdown .submenu li a img {
  width:80px;
}
#navigation-store .dropdown .submenu li a:hover {
  background-color: var(--lightgrey);
}
#navigation-store .dropdown .submenu li:first-child:before {
  display: none;
}
#navigation-store .dropdown .submenu li:first-child:before {
  right:40px;
  left: auto;
  margin-left: 0;
}
html.touch #navigation-store .dropdown.active .submenu {
  display: flex ;
}
html.no-touch #navigation-store .dropdown:hover .submenu {
  display: flex !important;
}
.navigation > ul,
nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.menu > li > a {
  color: var(--darkgreen);
  font-weight: bold;
  padding: 0 16px;
  font-size: 14px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  line-height: 1.1;
}
.menu > li > a:hover,
.menu li.active a {
  text-decoration: none;
  color:var(--lightblue);
}
.blue .menu a {
  color: var(--lightblue);
}
.menu > li.shop > a {
  padding-left:0;
}
.menu > li.burger {
  border-right: 0.5px solid var(--darkgreen);
  margin: auto 10px auto 0;
  height: 50%;
}
.menu > li.burger > a {
  width: 65px;
  background: var(--darkgreen);
  padding: 0;
  height: 100%;
  margin: 0;
  -webkit-mask-image: url(../img/burger.svg);
  mask-image: url(../img/burger.svg);
  -webkit-mask-size: auto 85%;
  mask-size: auto 85%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 20px center;
  mask-position: 20px center;
  color: transparent;
}
.menu > li.burger > a:hover {
  background:var(--lightblue);
}
.menu > li.burger.active > a {
  -webkit-mask-image: url(../img/burger-close.svg);
  mask-image: url(../img/burger-close.svg);
  color: transparent;

}

body.racing .menu > li.racing > a,
body.route .menu > li.route > a,
body.teams .menu > li.teams > a,
body.home .menu > li.home > a {
  color: var(--lightblue);
}





#languages-menu #languages {
  padding: 0 18px 0 5px;
  display: flex;
  align-items: center;
  width: 57px;
  justify-content: center;

}

#languages-menu #languages > a {
  opacity: 1;
  color: var(--lightblue);
  padding: 1px 2px;
  z-index: 1;
  font-size: 9px;
  margin-left: 23px;
  margin-top: 9px;
  background: var(--lightgrey);
  line-height: 1;
  border-radius: 3px;

}
#languages-menu li#languages:before {
  content: "\edcf";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: var(--lightblue);
  margin-top: -3px;
  font-size: 20px;
}
#languages-menu #languages > a:after {
  display:none;
}
#languages-menu #languages > a.active,
#languages-menu #languages > a:hover {
  opacity: 0.8;
}
#languages-menu #languages .submenu {
  right: 0;
  left: 0;
  z-index: 1;
}
#languages .submenu li.lang_pt_br, 
#languages .submenu li.lang_nl_nl, 
#languages .submenu li.lang_da_da, 
#languages .submenu li.lang_pt_pt, 
#languages .submenu li.lang_de_de {
  display: none;
}
#content {
  width: 100%;
}
#footer {
  background-color: var(--darkgreen);
  color: #ffffff;
  height: auto;
  padding:0 var(--body-h-padding);
  z-index: 1;
  position: relative;
  background-image: url(../img/footer-texture.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
#footer > .wrapper-group > .wrapper {
  height: auto !important;
}
body:not(.app) #footer a {
  color: #ffffff;
}
#footer .social-icons .social-tiktok a::before {
  background-color:#ffffff;
}
.jump-top {
  display: none;
}
#footer-logo {
  max-height: 60px;
  margin: 20px 0;
}
#footer-nav {
  text-align: center;
  list-style: none;
  display: block;
  margin: 0;
}
#footer-nav li {
  display: inline-block;
}
#footer-nav a {
  color: #e8ecf4;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 7px;
  font-size: 18px;
  line-height: normal;
}
#footer-nav a:hover,
#footer-nav li.active a {
  text-decoration: none;
  color: #ffffff;
}
#copyright {
  font-size: 12px;
  opacity: .3;
}
#copyright p {
  font-family: var(--font-family);
  font-size: 12px;
}
/* Cookies */
#cookiesbar {
  text-align: center;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: auto;
  background: red;
  color: #ffffff;
  z-index: 99999999;
}
#cookiesbar a {
  color: #ffffff;
  padding: 0 10px;
}
/* USER MENU */
#user-menu {
  padding: 0 ;
  color: #ffffff;
  font-family: var(--font-family);
  text-transform: uppercase;
  pointer-events: all;
}
#navigation-login,
#user-menu {
  border-left:1px solid #ddd;
  padding-left:5px;
  margin-left:5px;
}
#user-menu:hover .dropdown .submenu {
  display: block;
}
#user-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}
#user-menu .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
#user-menu .menu > li:first-child {
  display:none;
}
#user-menu .menu > li:not(.dropdown) > *:not(a) {
  padding-left: 0;
  padding-right: 0;
}
#user-menu .menu > li:not(.dropdown) span {
  margin-right: 5px;
  margin-left: 0;
  padding-left: 20px;
}
#user-menu .menu > li.dropdown #user {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#user-menu .menu > li.dropdown > a:after {
  color: #ffffff;
}
#user-menu .menu > li.dropdown a:after {
  display:none;
}
#user-menu .menu > li.dropdown a i:before {
  content: "\f261";
  font-family: 'remixicon' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.4;
}
#user-menu .menu > li.dropdown div.dropdown > a {
  padding: 13px 8px;
  font-size: 20px;
}


/* Widgets
  ========================================================== */

.column > .widget:not(.full-width) > .more-items-list,
.column > .widget:not(.full-width) .tabs-content {
  max-width: calc(var(--max-width-column) + var(--gap)) !important;
  width:100%;
}
.column > .widget:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > *:not(.widget) {
  width: 100%;
  max-width: var(--max-width-column);
  margin-left: auto;
  margin-right: auto;
}
.column > .widget:not(.full-width).widget-wrapper {
  padding-left: calc((100% - var(--max-width-column)) / 2);
  padding-right: calc((100% - var(--max-width-column)) / 2);
}
.column > .widget:not(.full-width).widget-wrapper.small-column {
  padding-left: calc((100% - var(--max-width-column-small)) / 2);
  padding-right: calc((100% - var(--max-width-column-small)) / 2);
}
.column > .widget,
.column > .widget.slide-items {
  padding-top: 80px;
  padding-bottom: 80px;
}
.column > .widget.pt-0 {
  padding-top: 0;
  overflow:auto;
}
.column > .widget.pb-0 {
  padding-bottom: 0;
  overflow:auto;
}
.column > .widget.p-0 {
  padding:0;
  overflow:auto;
}
.widget .more-items-item img,
article img,
.widget.top-stories img,
.widget.slide-items img
 {
  width: 100%;
}
.widget.full-width {
  --max-width-column: calc(100vw - (var(--body-h-padding) * 2));
}
.primary-content .widget.full-width {
  --max-width-column: calc((100vw - var(--related-content-width)) - (var(--body-h-padding) * 2));
}
.widget.full-width,
.full-width,
.span-grid,
.full-content {
  width: 100%;
  max-width: 100%;
}
.widget.full-width .more-items-list,
.widget.full-width .widget-title {
  width: 100%;
  max-width: calc(100vw - var(--gap) * 2);
  margin-left: auto;
  margin-right: auto;
}
.widget.full-width .more-items-list {
  max-width:calc(100vw - var(--gap));
}

.line-after-title .article-view-title,
.line-after-title .widget-title,
.line-after-title .more-items-group > .wrapper h2,
.line-after-title-wrapper .wrapper h2,
.line-after-title > div > .bg-vid .slide-content h2,
.line-after-title > div > .fotorama .slide-content h2 {
  padding-bottom:15px;
  margin-bottom:10px;
  display:flex;
  flex-direction:column;
  position:relative;
}
.line-after-title .more-items-group > .wrapper h2,
.line-after-title .widget-title,
.line-after-title .section-title,
.line-after-title > div > .bg-vid .slide-content h2,
.line-after-title > div > .fotorama .slide-content h2,
.line-after-title.tabs-view > header,
.line-after-title .tabs-view > header{
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.line-after-title .article-view-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.line-after-title.widget.article-view > .article-view-title ~ .article-view-intro,
.line-after-title.widget.article-view > .article-view-title ~ .article-view-subheader {
  margin-top: 0;
}
.line-after-title .more-items-group > .wrapper h2:after,
.line-after-title .article-view-title:after,
.line-after-title .widget-title:after,
.line-after-title-wrapper .wrapper h2:after,
.line-after-title > div > .bg-vid .slide-content h2:after,
.line-after-title > div > .fotorama .slide-content h2:after,
.line-after-title > div > .bg-vid .slide-content h2:after {
  content:"";
  height:3px;
  width:45px;
  background-color:var(--orange);
  position:absolute;
  bottom:0
}
.line-after-title > div > .fotorama .topstory-text-center .slide-content h2:after,
.line-after-title.topstory-text-center > div > .fotorama .slide-content h2:after,
.line-after-title.text-center > div > .fotorama .slide-content h2:after,
.line-after-title.center-text > div > .fotorama .slide-content h2:after {
  left: 50%;
  margin-left: -22.5px;
}
.line-after-title .more-items-group > .wrapper h2:after,
.line-after-title .widget-title:after {
  width:30px;
  background-color: var(--lightblue);
}
.line-after-title.large-line .more-items-group > .wrapper h2:after,
.line-after-title.large-line .widget-title:after,
.line-before-title.large-line .widget-title:before,
.line-after-title-wrapper.large-line .wrapper h2:after,
.line-before-title-wrapper.large-line .wrapper h2:before {
  width:130px;
}
.line-after-title .widget-title span,
.line-after-title .section-title span {
  font-size: 70%;
  font-weight: normal;
  line-height: 1.6;
}

.line-after-title.orange-line .widget-title:after,
.line-before-title.orange-line .widget-title:before,
.line-after-title-wrapper.orange-line .wrapper h2:after,
.line-before-title-wrapper.orange-line .wrapper h2:before {
  background-color:var(--orange);
}
.line-after-title.blue-line .more-items-group > .wrapper h2:after,
.line-after-title.blue-line .widget-title:after,
.line-before-title.blue-line .widget-title:before,
.line-after-title-wrapper.blue-line .wrapper h2:after,
.line-before-title-wrapper.blue-line .wrapper h2:before {
  background-color:var(--lightblue);
}
.line-after-title.green-line .more-items-group > .wrapper h2:after,
.line-after-title.green-line .widget-title:after,
.line-before-title.green-line .widget-title:before,
.line-after-title-wrapper.green-line .wrapper h2:after,
.line-before-title-wrapper.green-line .wrapper h2:before {
  background-color:var(--darktblue);
}
.line-after-title.lightgreen-line .more-items-group > .wrapper h2:after,
.line-after-title.lightgreen-line .widget-title:after,
.line-before-title.lightgreen-line .widget-title:before,
.line-after-title-wrapper.lightgreen-line .wrapper h2:after,
.line-before-title-wrapper.lightgreen-line .wrapper h2:before {
  background-color:var(--lightgreen);
}
.line-after-title:not(.topstory-text-right) .slide-content h2 ~ p {
  display: inline-block;
}


.line-before-title .article-view-title,
.line-before-title .more-items-group > .wrapper h2,
.line-before-title .widget-title,
.line-before-title-wrapper .wrapper h2,
.line-before-title .slide-content h2 {
  padding-top:15px;
  margin-top:10px;
  display:flex;
  flex-direction:column;
  position:relative;
}
.line-before-title .more-items-group > .wrapper h2,
.line-before-title .widget-title,
.line-before-title .section-title,
.line-before-title .slide-content h2{
  padding-top:20px;
  margin-top:15px;
}
.line-before-title .article-view-title {
  padding-top:30px;
  margin-top: 20px;
}
.line-before-title .more-items-group > .wrapper h2:before,
.line-before-title .article-view-title:before,
.line-before-title .widget-title:before,
.line-before-title-wrapper .wrapper h2:before,
.line-before-title .slide-content h2:before {
  content:"";
  height:3px;
  width:45px;
  background-color:var(--orange);
  position:absolute;
  top:0
}
.line-before-title .more-items-group > .wrapper h2:before,
.line-before-title .widget-title:before {
  width:30px;
  background-color: var(--lightblue);
}

.border-grey,
.border-grey .wrapper {
  border-color:var(--lightgrey);
}
.border-lightgreen,
.border-lightgreen .wrapper {
  border-color:var(--lightgreen);
}
.border-salmon,
.border-salmon .wrapper {
  border-color:var(--salmon);
}
.border-orange,
.border-orange .wrapper {
  border-color:var(--orange);
}
.border-blue,
.border-blue .wrapper {
  border-color:var(--lightblue);
}
.border-top,
.border-top-wrapper .wrapper {
  border-top-width:10px;
  border-top-style: solid;
}
.border-bottom,
.border-bottom-wrapper .wrapper {
  border-bottom-width:10px;
  border-bottom-style: solid;
}
.border-bottom-thin,
.border-bottom-wrapper-thin .wrapper {
  border-bottom-width:6px;
  border-bottom-style: solid;
}

.grow-hover {
  -webkit-transition: -webkit-transform 0.2s var(--easing);
  transition: -webkit-transform 0.2s var(--easing);
  -o-transition: transform 0.2s var(--easing);
  transition: transform 0.2s var(--easing);
  transition: transform 0.2s var(--easing), -webkit-transform 0.2s var(--easing);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.grow-hover:hover {
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.grow-hover-item .more-items-item {
  -webkit-transition: -webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  transition: -webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  -o-transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing), -webkit-transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.grow-hover-item.text-over .more-items-item > a:not(.all-box-link) img,
.grow-hover-item.text-over .more-items-item .more-items-img-container img {
  -webkit-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
  -webkit-transition: -webkit-transform 0.4s var(--easing);
  transition: -webkit-transform 0.4s var(--easing);
  -o-transition: transform 0.4s var(--easing);
  transition: transform 0.4s var(--easing);
  transition: transform 0.4s var(--easing), -webkit-transform 0.4s var(--easing);
}
.grow-hover-item .more-items-item:hover {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.grow-hover-item.slide-items-events .more-items-item:hover,
.grow-hover-item.slide-items .more-items-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.grow-hover-item.text-over .more-items-item:hover > a img,
.grow-hover-item.text-over .more-items-item:hover .more-items-img-container img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.4s var(--easing);
  transition: -webkit-transform 0.4s var(--easing);
  -o-transition: transform 0.4s var(--easing);
  transition: transform 0.4s var(--easing);
  transition: transform 0.4s var(--easing), -webkit-transform 0.4s var(--easing);
}

.white-texture {
  position:relative;
}
.white-texture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: url(../img/landing-texture-white.png) left top no-repeat transparent;
  background-size: auto;
  background-size: contain;
  opacity: .1;

}
.offset-image-bottom,
.offset-image-top,
.border-bottom-half-right,
.border-bottom-half-left,
.border-top-half-right,
.border-top-half-left,
.border-bottom-60-right,
.border-bottom-60-left,
.border-top-60-right,
.border-top-60-left,
.border-bottom-offset-right,
.border-bottom-offset-left,
.border-top-offset-right,
.border-top-offset-left  {
  position:relative;
}
.border-bottom-60-right::after,
.border-bottom-60-left::after,
.border-top-60-right::before,
.border-top-60-left::before,
.border-bottom-half-right::after,
.border-bottom-half-left::after,
.border-top-half-right::before,
.border-top-half-left::before,
.border-bottom-offset-right::after,
.border-bottom-offset-left::after,
.border-top-offset-right::before,
.border-top-offset-left::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 50%;
  background: var(--orange);
  right: 0;
}
.border-blue.border-bottom-60-right::after,
.border-blue.border-bottom-60-left::after,
.border-blue.border-top-60-right::before,
.border-blue.border-top-60-left::before,
.border-blue.border-bottom-half-right::after,
.border-blue.border-bottom-half-left::after,
.border-blue.border-top-half-right::before,
.border-blue.border-top-half-left::before,
.border-blue.border-bottom-offset-right::after,
.border-blue.border-bottom-offset-left::after,
.border-blue.border-top-offset-right::before,
.border-blue.border-top-offset-left::before {
  background: var(--lightblue);
}
.border-bottom-60-right::after,
.border-bottom-60-left::after,
.border-top-60-right::before,
.border-top-60-left::before {
  width: 60%;
}
.border-bottom-offset-right::after,
.border-bottom-offset-left::after,
.border-top-offset-right::before,
.border-top-offset-left::before {
  width:auto;
}
.border-bottom-offset-left::after,
.border-top-offset-left::before {
  right:calc((100% - var(--max-width-column)) / 2);
}
.border-bottom-offset-right::after,
.border-top-offset-right::before{
  left:calc((100% - var(--max-width-column)) / 2);
}

.border-bottom-60-right::after,
.border-bottom-60-left::after,
.border-bottom-half-right::after,
.border-bottom-half-left::after,
.border-bottom-offset-right::after,
.border-bottom-offset-left::after {
  bottom: 0;  
  top: auto;
}
.border-top-60-right::before,
.border-top-60-left::before,
.border-top-half-right::before,
.border-top-half-left::before,
.border-top-offset-right::before,
.border-top-offset-left::before {
  top: 0;
  bottom: auto;
}
.border-bottom-60-left::after,
.border-top-60-left::before,
.border-bottom-half-left::after,
.border-top-half-left::before,
.border-top-offset-left::before,
.border-bottom-offset-left::after {
  left:0;
}
.offset-image-bottom > .more-items-list,
.offset-image-top > .more-items-list,
.offset-wrapper-bottom > .more-items-list,
.offset-wrapper-top > .more-items-list {
  margin:0;
}
.offset-image-bottom .more-items-item,
.offset-image-top .more-items-item,
.offset-wrapper-bottom .more-items-item,
.offset-wrapper-top .more-items-item {
  overflow: visible;
}
.offset-image-top .more-items-item > .slides,
.offset-image-top .more-items-item > a:not(.all-box-link),
.offset-wrapper-top .wrapper {
  flex:none;
  margin-top:-8vw;
}
.offset-image-bottom .more-items-item > .slides,
.offset-image-bottom .more-items-item > a:not(.all-box-link),
.offset-wrapper-bottom .wrapper {
  flex:none;
  margin-bottom:-8vw;
}

.offset-image-top.img-end.img-aside.center-box .wrapper,
.offset-image-top.img-end.img-aside .wrapper{
  padding:60px 100px 60px 0;
  
}
.offset-image-top.img-start.img-aside.center-box .wrapper,
.offset-image-top.img-start.img-aside .wrapper {
  padding:60px 0 60px 100px;
}
.offset-wrapper-top.img-aside .more-items-item .wrapper,
.offset-wrapper-bottom.img-aside .more-items-item .wrapper {
  background-color:white;
  padding:60px 100px;
}
.offset-wrapper-top.img-aside:not(.full-width-wrapper) .more-items-item .wrapper,
.offset-wrapper-bottom.img-aside:not(.full-width-wrapper) .more-items-item .wrapper {
  width:50%;
}
.offset-image-top .wrapper,
.offset-image-bottom .wrapper {
  position: relative;
}
.offset-image-top.img-end .wrapper > *,
.offset-image-bottom.img-end .wrapper > * {
  z-index: 1;
}
.offset-image-top .more-items-item > a:not(.all-box-link) img,
.offset-image-bottom .more-items-item > a:not(.all-box-link) img {
  height: 100%;
  object-fit: cover;
}
.offset-image-bottom .more-items-item > .slides img ,
.offset-image-top .more-items-item > .slides img {
  height: 100% !important;
  top:0 !important;
  left: 0 !important;
  object-fit: cover;
}
.offset-image-bottom .more-items-item > .slides .fotorama__wrap ,
.offset-image-top .more-items-item > .slides .fotorama__wrap,
.offset-image-bottom .more-items-item > .slides .fotorama__stage ,
.offset-image-top .more-items-item > .slides .fotorama__stage {
  height:100% !important;
}

.small-column .offset-wrapper-top.img-aside .more-items-item .wrapper,
.small-column .offset-wrapper-bottom.img-aside .more-items-item .wrapper,
.small-column.offset-wrapper-top.img-aside .more-items-item .wrapper,
.small-column.offset-wrapper-bottom.img-aside .more-items-item .wrapper {
  padding-left:80px;
  padding-right:80px;
}
.left-image-texture .more-items-item > a:not(.all-box-link)::before,
.right-image-texture .more-items-item > a:not(.all-box-link)::before,
.left-wrapper-texture .wrapper::before,
.right-wrapper-texture .wrapper::before{
  position: absolute;
  width: 300px;
  height: 287px;
  content: "";
  background: url(../img/article-right-texture.png) center bottom no-repeat transparent;
  background-size: cover;
  top: 0;
  left: -158px;
  z-index: 0;
  opacity: .15;
}
.right-wrapper-texture .wrapper::before,
.right-image-texture .more-items-item > a:not(.all-box-link)::before {
  left: auto;
  right: -150px;
}
.left-image-texture.image-only-50 .more-items-item > a:not(.all-box-link)::before {
  margin-left: -150px;
  left: 12.5%;
}
.right-image-texture.image-only-50 .more-items-item > a:not(.all-box-link)::before {
  margin-right: -150px;
  right: 12.5%;
}
.left-image-texture .more-items-item > a:not(.all-box-link) > img,
.right-image-texture .more-items-item > a:not(.all-box-link) > img {
  position:relative;
  z-index: 1;;
}
.widget[data-label] {
  position: relative;
  padding-top: 5vw ;
  overflow: hidden;
  background-image: url(../img/large-label-bg.png);
  background-position: top left;
  background-size:75% auto;
  background-repeat: no-repeat;
  padding-bottom: 5vw;
}
.widget[data-label]:before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25vw;
  color: var(--darkgreen);
  opacity: .05;
  font-weight: bold;
  line-height: 0.65;
  margin-top: 0;
  z-index: 1;
  width:max-content;
}
.widget[data-label] .widget-title {
  margin-bottom: 40px;
}
.widget[data-label] > .widget-title,
.widget[data-label] > ul,
.widget[data-label] > .tabs-content {
  z-index: 1;
  position: relative;
}
.data-label-white[data-label]:before {
  color: #ffffff;
  opacity: 0.1;
}

.title-on-left .slide-content,
.title-on-right .slide-content{
  flex-wrap: wrap;
  
}
.title-on-left .slide-content h2,
.title-on-right .slide-content h2  {
  height: 100%;
  display: flex;
  max-width:50%;
  position:absolute;
  margin-left:0 !important;
  margin-right:0 !important;
}
.title-on-left .slide-content h2 {
  left: var(--body-h-padding);
}
.title-on-right .slide-content h2  {
  order:1;
  right: var(--body-h-padding);
}
.title-on-left.center-box .slide-content,
.title-on-right.center-box .slide-content,
.title-on-left.center-box .slide-content h2,
.title-on-right.center-box .slide-content h2 {
  justify-content: center;
}
.title-on-left.center-box .slide-content h2 a,
.title-on-right.center-box .slide-content h2 a{
  margin:auto;
}
/* Top Stories */

.top-stories .fotorama__nav__shaft {
padding: 0 calc((100vw - var(--max-width-column)) / 2);
width: 100%;
display: flex;
justify-content: space-between;
margin: 0 auto;
}
.top-stories .fotorama__dot {
  border-radius:0;
}
.slider-widget {
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}
.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
}
.full-width > div > .fotorama .slide-content,
.slider-widget > div > .fotorama .slide-content {
  padding: 40px calc((100vw - var(--max-width-column)) / 2);
}
.slide-content {
  z-index: 3;
  padding: 40px var(--body-h-padding);
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#top-stories-wrapper #home-top-stories,
#top-stories-wrapper .home-top-stories {
  height: 100%;
}
#top-stories-wrapper .bg-vid iframe {
  position: absolute;
  display: block;
  left: 50% !important;
  width: auto !important;
  height: calc(var(--vh, 1vh) * 90) !important;
  aspect-ratio: 16/9;
  top: calc(var(--vh, 1vh) * -10) !important;
  margin-left: calc((((var(--vh, 1vh) * 45) * 16) / 9) * -1);
}
#top-stories-wrapper .slide.topstory-text-LIVE:before {
  background-image: url(../img/live-texture.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
#top-stories-wrapper .slide.topstory-text-LIVE:after {
  background: #1a73e7;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  z-index: 0;
  opacity: .5;
}
#top-stories-wrapper .slide.topstory-text-LIVE .slide-category {
  background-color: var(--orange);
  padding: 2px 7px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
#home-top-stories .slide-content {
  padding-bottom: 70px;
}
.slide-content > * {
  max-width:55%;
  margin-left: 0;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fotorama__stage__frame:not(.fotorama__stage__frame--video) .topstory-text-center .slide-content > *,
.bg-vid .topstory-text-center .slide-content > * {
  margin-right: auto;
  margin-left: auto;
}
.topstory-text-center .slide-content,
.fotorama__stage__frame:not(.fotorama__stage__frame--video) .topstory-text-center .slide-content,
.bg-vid .topstory-text-center .slide-content {
  align-items: center;
}
.topstory-text-right .slide-content {
  align-items: flex-end;
}
.text-left.topstory-text-right .slide-content > *,
.text-left .topstory-text-right .slide-content > *{
  text-align: left;
  margin-left: 55%;
  margin-right: auto;
}
.text-left.topstory-text-right.one-two .slide-content > *,
.text-left.one-two .topstory-text-right .slide-content > *{
  margin-left: 50%;
}
.text-left.topstory-text-right.one-three .slide-content > *,
.text-left.one-three .topstory-text-right .slide-content > *,
.text-left.topstory-text-right.one-four .slide-content > *,
.text-left.one-four .topstory-text-right .slide-content > *  {
  margin-left: 66.666666%;
}

.bottom-box .slide-content {
  bottom: 0;
}
.top-box.slide-content {
  top: 0;
}
.center-box .slide {
  justify-content: center;
}
.center-box .slide-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  background: none;
}
.slides .slide .slide-content:before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  z-index: -1;
  display: none;
}
.bottom-box .slide-content{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
}
.top-box .slide-content {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
}
.widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
  max-width: 43%;
}
.slide-content .slide-title {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 52px;
  text-shadow: 0 0 13px rgba(0,0,0,0.3);
}
.slide-content .slide-title a,
.slide-content .slide-title a small {
  color: #ffffff;

}
.slide-content .slide-title a small {
  display: block;
  line-height: 1.2;
}
.slide-content .slide-category {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.slide-content p {
  color: #fff;
  margin-bottom:15px;
}
.slide-content .btn {
  text-shadow: none;
  margin-top: 20px;
  border-radius: var(--border-radius);
  padding: 7px 20px;
  font-size: 20px;
}
.topstory-text-hide-box .slide-content {
  display: none;
}
.slides .fotorama__nav-wrap {
  position: absolute;
  bottom: 20px;
}
.slides .fotorama__nav--dots .fotorama__nav__frame {
  width: 100%;
  position: relative;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.slides .fotorama__dot {
  width: 100%;
  height: 5px;
  border-width: 1px;
  background-color: #fff;
  border-color: #ffffff;
  left: 0;
}
.slides .fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 100%;
  height: 5px;
  background-color: var(--orange);
  border-width: 1px;
  border-color: var(--orange);
}
.widget .fotorama__arr {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
}
.widget .fotorama__arr--next {
  right: 15px;
}
.widget .fotorama__arr--prev {
  left: 15px;
}
.widget.no-arrows .fotorama__arr--next,
.widget.no-arrows .fotorama__arr--prev {
  display:none !important;
} 
.widget .slides .fotorama__video-play {
  background: var(--lightblue);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget .slides .fotorama__video-play:before {
  content: "\f488";
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-left: 7px;
}
.boxed .slide-content {
  background: #ffffff !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 70%;
  padding: 40px !important;
  border-radius: 0px;
}
.boxed .slide-content * {
  color: #3b3d40 !important;
}
.boxed .bottom-box .slide-content {
  margin-bottom: 5%;
}
.boxed .top-box .slide-content {
  margin-top: 5%;
}
.boxed .topstory-text-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.boxed .topstory-text-left .slide-content {
  margin-left: 5%;
}
.boxed .fotorama__stage__frame.fotorama__stage__frame--video .slide-content {
  max-width: 38%;
  margin-left: 60px !important;
  margin-right: auto !important;
}
.boxed .slide {
  background: none;
}
.YTPlayer {
  height:100%;
}
.bg-vid {
  position: relative;
  height: 100%;
}
.bg-vid video {
  width:100% !important;
  height:100%;
  -o-object-fit: cover;
  object-fit: cover;
  display:block;
}
.bg-vid iframe {
  position: relative;
  display: block;
}
.top-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.YTPlayer[video-id=""] .ytplayer-container {
  display: none;
}
.header-lg .bg-vid {
  margin-top: -120px;
}
/* More Items */
.more-items-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  max-width:calc(var(--max-width-column) + var(--gap));
  margin:0 auto;
  padding:0;
}
.small-column .widget-title {
  max-width:calc(var(--max-width-column-small)) !important;
  margin-left: auto;
  margin-right: auto;

}
.small-column .more-items-list,
.column > .widget.small-column:not(.full-width) > .more-items-list, 
.column > .widget.small-column:not(.full-width) .tabs-content{
  max-width:calc(var(--max-width-column-small) + var(--gap)) !important;
  
}
.nowrap .more-items-list {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nowrap .more-items-list .more-items-item {

}

.more-items-groups {
  padding:0;
  margin:0;
  list-style: none;
}
.more-items-group {
  margin-bottom: 20px;
}
.more-items-group > .wrapper {
  margin-bottom: 20px;
}
.more-items-group > .wrapper h2{
  padding-left:calc(var(--gap) / 2);
  padding-right:calc(var(--gap) / 2);
}
.more-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: 0 calc(var(--gap) / 2) var(--gap);
  background-color: #ffffff;
  border-radius: var(--border-radius);
  overflow: hidden;
  
}
.more-items-item img {
  padding: 0px;
  display:block;
}
.more-items-item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 20px;
  word-break: break-word;
}
.more-items-item .wrapper > * {
  margin-top: 5px;
  margin-bottom:5px;
  z-index: 1;
}
.more-items-item .wrapper > .link-button {
  margin-top:20px;
}
.more-items-item > a:not(.all-box-link),
.more-items-item .more-items-img-container {
  overflow: hidden;
  width: 100%;
}
.more-items-item > a:not(.all-box-link) img,
.more-items-item .more-items-img-container img {
  overflow: hidden;
  padding: 0px 0px 0;
}
.more-items-item > a:not(.all-box-link) video,
.more-items-item .more-items-img-container video {
  width:100%;
}
.more-items-item h2,
.more-items-item h2 a {
  color: var(--darkgreen);
}
.more-items-item h2 {
  line-height:1.15;
  font-size:20px;
}
.more-items-category,
.more-items-subsection {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0 !important;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: var(--darkgrey);
}
.widget:not(.line-before-title-wrapper) > ul > li> .wrapper .more-items-category ~ h2,
.widget:not(.line-before-title-wrapper) > ul > li > .wrapper .more-items-subsection ~ h2,
.widget:not(.line-before-title-wrapper) .video-items time ~ h2 {
  margin-top: 5px !important;
}
.center-items .more-items-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.center-items-vertical .more-items-list {
align-items: center;
}
.end-items .more-items-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.start-items .more-items-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.space-between-items .more-items-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.no-image .more-items-item > a:not(.all-box-link) img,
.no-image .more-items-item .more-items-img-container img,
.no-wrapper .more-items-item .wrapper {
  display: none !important;
}

.elements-inline .more-items-item .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.elements-wrap .more-items-item .wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elements-wrap .more-items-item .wrapper .link-button {
  margin-right: 10px;
}

.large-wrapper-padding .more-items-item .wrapper,
.large-wrapper-padding .slide-content{
  padding-top:80px ;
  padding-left: var(--body-h-padding) !important;
  padding-bottom:80px ;
  padding-right: var(--body-h-padding) !important;
}
.medium-wrapper-padding .more-items-item .wrapper,
.medium-wrapper-padding .slide-content{
  padding-top:40px ;
  padding-left: 40px !important;
  padding-bottom:40px ;
  padding-right: 40px !important;
}
.small-wrapper-padding .more-items-item .wrapper,
.small-wrapper-padding .slide-content{
  padding:8px;
}



/* More items Gap */

.gap-50 {
  --gap: 50px;
}
.gap-49 {
  --gap: 49px;
}
.gap-48 {
  --gap: 48px;
}
.gap-47 {
  --gap: 47px;
}
.gap-46 {
  --gap: 46px;
}
.gap-45 {
  --gap: 45px;
}
.gap-44 {
  --gap: 44px;
}
.gap-43 {
  --gap: 43px;
}
.gap-42 {
  --gap: 42px;
}
.gap-41 {
  --gap: 41px;
}
.gap-40 {
  --gap: 40px;
}
.gap-39 {
  --gap: 39px;
}
.gap-38 {
  --gap: 38px;
}
.gap-37 {
  --gap: 37px;
}
.gap-36 {
  --gap: 36px;
}
.gap-35 {
  --gap: 35px;
}
.gap-34 {
  --gap: 34px;
}
.gap-33 {
  --gap: 33px;
}
.gap-32 {
  --gap: 32px;
}
.gap-31 {
  --gap: 31px;
}
.gap-30 {
  --gap: 30px;
}
.gap-29 {
  --gap: 29px;
}
.gap-28 {
  --gap: 28px;
}
.gap-27 {
  --gap: 27px;
}
.gap-26 {
  --gap: 26px;
}
.gap-25 {
  --gap: 25px;
}
.gap-24 {
  --gap: 24px;
}
.gap-23 {
  --gap: 23px;
}
.gap-22 {
  --gap: 22px;
}
.gap-21 {
  --gap: 21px;
}
.gap-20 {
  --gap: 20px;
}
.gap-19 {
  --gap: 19px;
}
.gap-18 {
  --gap: 18px;
}
.gap-17 {
  --gap: 17px;
}
.gap-16 {
  --gap: 16px;
}
.gap-15 {
  --gap: 15px;
}
.gap-14 {
  --gap: 14px;
}
.gap-13 {
  --gap: 13px;
}
.gap-12 {
  --gap: 12px;
}
.gap-11 {
  --gap: 11px;
}
.gap-10 {
  --gap: 10px;
}
.gap-9 {
  --gap: 9px;
}
.gap-8 {
  --gap: 8px;
}
.gap-7 {
  --gap: 7px;
}
.gap-6 {
  --gap: 6px;
}
.gap-5 {
  --gap: 5px;
}
.gap-4 {
  --gap: 4px;
}
.gap-3 {
  --gap: 3px;
}
.gap-2 {
  --gap: 2px;
}
.gap-1 {
  --gap: 1px;
}
.gap-0 {
  --gap: 0.05px;
}

.column .full-width.tabs-end:not(.icon-tabs) header,
.column .full-width.tabs-start:not(.icon-tabs) header,
.column .full-width.tabs-end .widget-title,
.column .full-width.tabs-start .widget-title,
.column .full-width.tabs-end .section-title,
.column .full-width.tabs-start .section-title {
  padding-left: var(--gap);
  padding-right: var(--gap);
}

.column.primary-content .full-width.tabs-end:not(.icon-tabs) header,
.column.primary-content .full-width.tabs-start:not(.icon-tabs) header,
.column.primary-content .full-width.tabs-end .widget-title,
.column.primary-content .full-width.tabs-start .widget-title,
.column.primary-content .full-width.tabs-end .section-title,
.column.primary-content .full-width.tabs-start .section-title {
  padding-left: 0;
  padding-right: 0;
}

.column .gap-50:not(.full-width).tabs-col.slide-items-events > .tabs-content,
.column .gap-50:not(.full-width).tabs-col.slide-items-events > .more-items-list {
  max-width: 1000px !important;
}

/* Image aside */
.img-aside .more-items-item {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0;
}
.image-only-50 .more-items-item > a:not(.all-box-link) > img,
.image-only-50 .more-items-item .more-items-img-container > img,
.img-aside .more-items-item > .slides,
.img-aside .more-items-item > a:not(.all-box-link),
.img-aside .more-items-item .more-items-img-container {
  width: 50%;
  flex: none;
}
.image-only-50 .more-items-item > a:not(.all-box-link) > img,
.image-only-50 .more-items-item .more-items-img-container > img,
.image-only-25 .more-items-item > a:not(.all-box-link) > img,
.image-only-25 .more-items-item .more-items-img-container > img,
.image-only-30 .more-items-item > a:not(.all-box-link) > img,
.image-only-30 .more-items-item .more-items-img-container > img{
  display:block;
  margin:0 auto;
  object-fit: contain;
}
.image-only-start .more-items-item > a:not(.all-box-link) > img,
.image-only-start .more-items-item .more-items-img-container > img{
  margin-left:0;
}
.image-only-end .more-items-item > a:not(.all-box-link) > img,
.image-only-end .more-items-item .more-items-img-container > img{
  margin-right:0;
}
.image-only-50 .more-items-item > .slides,
.image-only-25 .more-items-item > .slides,
.image-only-30 .more-items-item > .slides,
.image-only-50 .more-items-item > a:not(.all-box-link),
.image-only-50 .more-items-item .more-items-img-container,
.image-only-25 .more-items-item > a:not(.all-box-link),
.image-only-25 .more-items-item .more-items-img-container,
.image-only-30 .more-items-item > a:not(.all-box-link),
.image-only-30 .more-items-item .more-items-img-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.img-aside.image-70 .more-items-item > .slides,
.img-aside.image-70 .more-items-item > a:not(.all-box-link),
.img-aside.image-70 .more-items-item .more-items-img-container {
  width: 70%;
}
.img-aside.image-60 .more-items-item > .slides,
.img-aside.image-60 .more-items-item > a:not(.all-box-link),
.img-aside.image-60 .more-items-item .more-items-img-container {
  width: 60%;
}
.img-aside.image-50 .more-items-item > .slides,
.img-aside.image-50 .more-items-item > a:not(.all-box-link),
.img-aside.image-50 .more-items-item .more-items-img-container {
  width: 50%;
}
.img-aside.image-40 .more-items-item > .slides,
.img-aside.image-40 .more-items-item > a:not(.all-box-link),
.img-aside.image-40 .more-items-item .more-items-img-container {
  width: 40%;
}
.image-only-30 .more-items-item > a:not(.all-box-link) > img,
.image-only-30 .more-items-item .more-items-img-container > img,
.img-aside.image-30 .more-items-item > .slides,
.img-aside.image-30 .more-items-item > a:not(.all-box-link),
.img-aside.image-30 .more-items-item .more-items-img-container {
  width: 30%;
}
.img-aside.image-25 .more-items-item > .slides,
.img-aside.image-25 .more-items-item > a:not(.all-box-link),
.img-aside.image-25 .more-items-item .more-items-img-container,
.image-only-25 .more-items-item > a:not(.all-box-link) > img,
.image-only-25 .more-items-item .more-items-img-container > img {
  width: 25%;
}
.img-aside.image-20 .more-items-item > .slides,
.img-aside.image-20 .more-items-item > a:not(.all-box-link),
.img-aside.image-20 .more-items-item .more-items-img-container {
  width: 20%;
}
.img-aside.image-10 .more-items-item > .slides,
.img-aside.image-10 .more-items-item > a:not(.all-box-link),
.img-aside.image-10 .more-items-item .more-items-img-container {
  width: 10%;
}
.img-aside.image-5 .more-items-item > .slides,
.img-aside.image-5 .more-items-item > a:not(.all-box-link),
.img-aside.image-5 .more-items-item .more-items-img-container {
  width: 5%;
}
.img-aside .more-items-item > a:not(.all-box-link) img,
.img-aside .more-items-item .more-items-img-container img {
  padding: 0px 0 0px 0px;
}
.img-end.img-aside .more-items-item > a:not(.all-box-link) img,
.img-end.img-aside .more-items-item .more-items-img-container img,
.img-end-start.img-aside .more-items-item:nth-child(odd) > a img,
.img-end-start.img-aside .more-items-item:nth-child(odd) .more-items-img-container img,
.img-start-end.img-aside .more-items-item:nth-child(even) > a img,
.img-start-end.img-aside .more-items-item:nth-child(even) .more-items-img-container img {
  padding: 0px 0px 0px 0;
}
.img-start-end:not(.img-aside) .more-items-item:nth-child(even) > a img,
.img-start-end:not(.img-aside) .more-items-item:nth-child(even) .more-items-img-container img,
.img-end-start:not(.img-aside) .more-items-item:nth-child(odd) > a img,
.img-end-start:not(.img-aside) .more-items-item:nth-child(odd) .more-items-img-container img {
  padding: 0 0px 0px 0px;
}
.img-aside .more-items-item .wrapper {
  background-color: transparent;
  padding: 20px 20px 0 20px;
}
.img-aside.top-box .more-items-item .wrapper {
  padding-bottom: 0;
}
.img-aside.bottom-box .more-items-item .wrapper {
  padding-top: 0;
  padding-bottom: 20px;
}
.img-aside.center-box .more-items-item .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.img-aside.img-max-w .more-items-item > .slides,
.img-aside.img-max-w .more-items-item > a:not(.all-box-link),
.img-aside.img-max-w .more-items-item .more-items-img-container {
  max-width: 200px;
}
.related-content .img-aside .more-items-item {
  background-color: transparent;
}
.related-content .img-aside .more-items-item .wrapper {
  padding: 5px 10px;
}
.related-content .img-aside .more-items-item h2 {
  font-size: 18px;
}
.related-content .img-aside .more-items-item > .slides,
.related-content .img-aside .more-items-item > a:not(.all-box-link),
.related-content .img-aside .more-items-item .more-items-img-container {
  max-width: 100px;
}
.img-end-start.img-aside .more-items-item:nth-child(odd),
.img-end.img-aside .more-items-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.img-end-start.img-aside .more-items-item:nth-child(odd) .wrapper,
.img-end.img-aside .wrapper,
.img-start-end.img-aside .more-items-item:nth-child(even) .wrapper {
  text-align: right;
}
.img-start-end.img-aside .more-items-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.img-start-end .more-items-item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.img-end-start .more-items-item:nth-child(odd),
.img-end .more-items-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.bottom-box .more-items-item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.boxed.bottom-box .wrapper {
  margin-bottom: 5%;
  bottom: 0;
}
.top-box .more-items-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.boxed.top-box .wrapper {
  margin-top: 5%;
}
.center-box .more-items-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.right-box .more-items-item {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.boxed.right-box .wrapper {
  margin-right: 5%;
  width: 50%;
}
.left-box .more-items-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.boxed.left-box .wrapper {
  margin-left: 5%;
  width: 50%;
}
.center-h-box .more-items-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.space-between-box .more-items-item,
.space-between-box-wrapper .more-items-item .wrapper {
  justify-content: space-between;
}
.boxed .wrapper {
  position: absolute;
  width: 70%;
  max-width: 500px;
  border-radius: 0px;
  background-color: #ffffff;
}
.one-one.boxed .wrapper {
  max-width: 600px;
}
.boxed .btn-empty,
.boxed .link-button a {
  border: none;
  color: #ffffff;
  background-color: var(--lightblue);
}
.boxed .btn-empty:hover,
.boxed .link-button a:hover {
  background-color: #1857d4;
}
/* Text over */
.text-over .more-items-item {
  display: block;
}
.text-over .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 40px;
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.text-over .wrapper h2 {
  min-height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.text-over .wrapper h2 a:hover {
  opacity: 1;
}
.text-over .wrapper * {
  color: #ffffff;
}
.text-over .more-items-item > .slides,
.text-over .more-items-item > a:not(.all-box-link),
.text-over .more-items-item .more-items-img-container {
  display: block;
  background-color: #000000;
}
.text-over .more-items-item > a:not(.all-box-link) img,
.text-over .more-items-item .more-items-img-container img,
.boxed .more-items-item > a:not(.all-box-link) img,
.boxed .more-items-item .more-items-img-container img,
.rounded .more-items-item > a:not(.all-box-link) img,
.rounded .more-items-item .more-items-img-container img,
.no-wrapper .more-items-item > a:not(.all-box-link) img,
.no-wrapper .more-items-item .more-items-img-container img {
  padding: 0;
}
.transparent-wrapper .wrapper,
.text-over.transparent-wrapper .wrapper,
.transparent-wrapper .slide.center-box ,
.center-box.transparent-wrapper .slide,
.transparent-wrapper .slide.cover-box .slide-content,
.cover-box.transparent-wrapper .slide .slide-content,
.transparent-wrapper .slide-content {
  background:transparent;
}
.text-over.center-box .wrapper,
.slide.center-box,
.center-box .slide,
.slide.cover-box .slide-content,
.cover-box .slide .slide-content  {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.2s;
  /* Safari */
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.center-box .wrapper,
.slide.center-box,
.center-box .slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-over.center-box .more-items-item:hover .wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
.text-over.bottom-box .wrapper,
.slide.bottom-box .slide-content,
.bottom-box .slide .slide-content {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  top: auto;
}
.bottom-box:not(.boxed) .wrapper,
.slide.bottom-box,
.bottom-box:not(.boxed) .slide {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: none;
}
.text-over.top-box .wrapper,
.slide.top-box .slide-content,
.top-box .slide .slide-content {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  bottom: auto;
}
.top-box:not(.boxed) .wrapper,
.slide.top-box,
.top-box:not(.boxed) .slide {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: none;
}
.text-over.bottom-box .more-items-item > a:not(.all-box-link) .more-items-img,
.text-over.top-box .more-items-item > a:not(.all-box-link) .more-items-img {
  opacity: 1;
}
.top-box .more-items-item .wrapper > *,
.center-box .more-items-item .wrapper > *,
.bottom-box .more-items-item .wrapper > * {
  -webkit-box-flex: none;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
.cover-box .wrapper,
.slide.cover-box .slide-content,
.cover-box .slide .slide-content{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide.cover-box .slide-content,
.cover-box .slide .slide-content {
  height:100%;
  background:transparent

}
.cover-box > div {
  height:100%;
}
/* Rounded image */
.rounded:not(.img-aside) {
  text-align: center;
}
.rounded ul li {
  background-color: transparent !important;
}
.rounded ul li .wrapper,
.rounded .wrapper {
  background-color: transparent !important;
}
.rounded img {
  border-radius: 50% !important;
}

/* Extra Large */


.xxl-text .more-items-item .wrapper h2,
.xxl-text .slide-content .slide-title {
  font-size: 120px;
  line-height: 0.8;
}
.xxl-text .more-items-item .wrapper h3 {
  font-size: 70px;
  line-height: 1;
}
.xxl-text .more-items-item .wrapper h4 {
  font-size: 34px;
}
.xl-text .more-items-item .wrapper h2,
.xl-text .slide-content .slide-title {
  font-size: 100px;
  line-height: 0.8;
}
.xl-text .more-items-item .wrapper h3 {
  font-size: 64px;
}
.xl-text .more-items-item .wrapper h4 {
  font-size: 28px;
}

.xl-text.bold-text .more-items-text, 
.xl-text.bold-text .more-items-short-text, 
.xl-text.bold-text .more-items-long-text, 
.xl-text.bold-text .slide-content p, 
.xl-text.bold-text .wrapper > p {
  font-size: 24px;
}

/* Large */

.large-text .more-items-item .wrapper h2,
.large-text .slide-content .slide-title {
  font-size: 80px;
  line-height: 1;
}
.large-text .more-items-item .wrapper h3 {
  font-size: 36px;
}
.large-text .more-items-item .wrapper h4 {
  font-size: 24px;
}
.large-text .more-items-item .wrapper time {
  font-size: 24px;
}
.large-text .more-items-item .wrapper .more-items-category,
.large-text .more-items-item .wrapper .more-items-subsection {
  font-size: 16px;
}

.large-text.img-aside .more-items-item .wrapper h2 {
  font-size: 42px;
}
.large-text:not(.img-aside) .more-items-item .wrapper > p,
.large-text:not(.img-aside) .slide-content p,
.large-text:not(.img-aside) .wrapper .more-items-text,
.large-text:not(.img-aside) .wrapper .more-items-short-text,
.large-text:not(.img-aside) .wrapper .more-items-long-text{
  font-size: 26px;
}

.large-text.bold-text .more-items-text, 
.large-text.bold-text .more-items-short-text, 
.large-text.bold-text .more-items-long-text, 
.large-text.bold-text .slide-content p, 
.large-text.bold-text .wrapper > p {
  font-size: 20px;
}
/* Medium text */

.medium-text .more-items-item .wrapper h2,
.medium-text .slide-content .slide-title {
  font-size: 64px;
}
.medium-text .more-items-item .wrapper h3 {
  font-size: 24px;
}
.medium-text .more-items-item .wrapper h4 {
  font-size: 22px;
}

/* Small */
.small-text .more-items-item .wrapper h2,
.small-text .slide-content .slide-title {
  font-size: 14px;
}
.small-text .more-items-item .wrapper h3 {
  font-size: 12px;
}
.small-text .more-items-item .wrapper h4 {
  font-size: 10px;
}
.text-normal .more-items-item .wrapper h2,
.text-normal,
.normal-text .more-items-item .wrapper h2,
.normal-text {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}


/* Bold text */

.bold-text .more-items-text, 
.bold-text .more-items-short-text, 
.bold-text .more-items-long-text, 
.bold-text .slide-content p, 
.bold-text .wrapper > p{
  font-weight:bold;
  font-size: 24px;
}
/* Salmon text */

.salmon-text .more-items-text, 
.salmon-text .more-items-short-text, 
.salmon-text .more-items-long-text, 
.salmon-text .slide-content p, 
.salmon-text .wrapper > p{
  color:var(--salmon);
}
/* Overlay */
.ov-content {
  display: none;
}
/* Slide items */
.slide-items .more-items-item {
  width: 100% !important;
}
.slide-items .more-items-list {
  display: none ;
}
.slide-items .showmore-inline.pagination .pagination-page.next,
.slide-items .pagination.more .pagination-more {
  display: none;
}
.column > .slide-items.widget {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slide-items .more-items-item {
  opacity: 0;
}
.slide-items .owl-item .more-items-item {
  opacity: 1;
}
.slide-items.grow-hover-item .more-items-list {
  padding: 40px 0;
  overflow: hidden;
}
.slide-items.grow-hover-item .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.slide-items-mobile-home ul li{
  width: 100vw !important;
  margin:0;
}
/* Video */
.more-video-items {
  width: 100%;
  margin-bottom: 0;
}
.video-items .wrapper time {
  margin-bottom: 0;
}


/* Photo galleries */

.media-info {
  width: calc((var(--max-width-column) / 100) * 40);
  padding-left: calc(var(--body-h-padding) / 2);
}

.media-view .article .media-info > * {
  padding:0;
  border: none;
  text-align: left;
  }
  .media-view .article .article-view-footer {
  text-align: left;
  margin-top: 40px;
  display: none;
  }
  .media-view .article .media-info > .slide-content {
    display:none;
  }
  .media-view .article-view-title {
    margin-right: 0;
    margin-top:0;
    }
    .media-view .article-view-time{
      margin-top:20px;
      color: var(--lightblue);
      font-weight: bold;
      font-size: 16px;
    }
.full-content #gallery .media-info {
  position: fixed;
  margin-right: calc((100vw - var(--max-width-column)) / 2);
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  }
  .media-container {
    width: 60%;
    z-index: 1;
    position: relative;
    
    }
    .full-content #gallery .media-container {
      min-height: 600px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left:0;
      }
      .photo-gallery {
        padding-bottom: 0;
        }
          .full-content #gallery #tabs-gal2 .loading-container {
            padding-top: 0;
            }
            .media-view .isotope .item {
              width: 33.3333%;
              margin-bottom: var(--gap);
            }
.media-view .isotope .item img {
  padding:0 calc(var(--gap) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  }
  .fotorama1.photo-gallery-slide .slide-content {
    padding: 20px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-shadow: 0 0 4px rgba(0,0,0,1);
    position:absolute;
    bottom:0;
    font-size:16px;
    }
    .fotorama1.photo-gallery-slide .slide-content p {
      margin-bottom:0;
      font-size: 16px;
    }
    .fotorama1.photo-gallery-slide .fotorama__wrap--no-controls .slide-content {
      opacity: 0;
      }
      .media-view .article .media-info .tabs {
        margin-top: 20px;
        }
        .tabs#galleries-view {
          width: auto;
          text-align: left;
          display: flex;
          margin-top: 35px;
          justify-content: flex-start;
          }
        .tabs#galleries-view li a {
          margin: 0 10px 0 0;
          border: none;
          font-size: 28px;
          padding: 0;
          opacity: 0.5;
          padding-left: 10px;
          }
          .tabs#galleries-view li:first-child a {
            padding-left: 0;
          }
          .tabs#galleries-view li.active a {
            opacity: 1;
            }
            .tabs#galleries-view li a i {
              font-family: "Remixicon";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
            }
            .tabs#galleries-view li a i.fa-th:before {
              content: "\edde";
            }
            .tabs#galleries-view li a i.fa-picture-o:before {
              content: "\ee4b";
            }



/* Submenu list */



.submenu-list li {
  display: block;
  text-align: left;
  margin-right:0;
  margin-bottom: 10px;
  width:100%;
    }
    .submenu-list li h2 {
      margin: 0;
    }

    .submenu-list ul li.active a {
      
      position: relative;

    }
    .submenu-list ul li.active > a,
    .submenu-list ul li.active .wrapper h2 a {
      color: var(--orange);
      font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      /*
    .submenu-list:not(.route-list-col) > ul > li > a:after,
    .submenu-list:not(.route-list-col) > ul > li .wrapper h2 a:after {
      content: "";
      width: 3px;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      position: absolute;
    }
    .submenu-list:not(.route-list-col) li.active > a:after,
    .submenu-list:not(.route-list-col) li.active .wrapper h2 a:after {
      background-color: #fa552d;
    }
    */
    .submenu-list ul li .wrapper {
      padding:0;
    }
    .submenu-list > ul > li a {
      text-transform: none;
      color: var(--darkgreen);
      font-weight: 400;
      font-size: 16px;
      padding: 0;
      display: block;
      line-height: 1.5;
      -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        margin: 0 0 0 0;

    }
    .submenu-list li a {
      margin-bottom: 14px;
      -moz-osx-font-smoothing: none;
        -webkit-font-smoothing:auto;
    }
    .submenu-list li a:hover, .submenu-list li:hover > a {
      color: var(--orange);
    }
    .submenu-list ul li .wrapper > ul {
      padding:0
    }
    .submenu-list ul li .wrapper > ul li a {
      font-size: 14px;
    }

.submenu-list > ul > li ul{
  margin-left: 20px;
}
.submenu-list .submenu {
  position: relative;
}


.submenu-list.large-list li {
  display: inline-block;
  width: auto;
}
.submenu-list.large-list li a {
  padding:10px 0;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
      -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.submenu-list.large-list li.active a {
    font-weight: 300;
}
.large-list.submenu-list:not(.route-list-col) > ul > li > a:after, 
.large-list.submenu-list:not(.route-list-col) > ul > li .wrapper h2 a:after {
  width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: 3px;
}
.submenu-list li.top-line {
  position: relative;
  padding-top: 20px;
  margin-top:20px;
}
.submenu-list li.top-line:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  top: 0;
  background-color: #ddd;
}

/* Colapsed-list */

.colapsed-list .widget-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.colapsed-list .widget-title:after {
  content: "\ee57";
  font-family: "Remixicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.colapsed-list.closed .widget-title:after {
  content: "\ea11";
}
.colapsed-list.closed .more-items-list{
  height:0;
  overflow: hidden;
}
.colapsed-list.closed .widget-title {
  margin-bottom:0;
}




/* Video Element */
.video-view header {
  padding: 20px;
  background-color: #ffffff;
}
.video-element .vidPlayer {
  width: 100%;
  display: block;
}
.video-element-title {
  color: #3b3d40;
  display: inline-block;
}
.video-element-time {
  padding-bottom: 10px;
  display: block;
}
/* Galleries list */
.galleries-items .galleries-item .galleries-item-count {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a7adb1;
}
/* Social stream */
.widget.social-stream,
.full-content .widget.social-stream {
  position: relative;
  padding-bottom: 100px;
}
.social-stream .socialstream-item {
  position: relative;
  min-height: 65px;
}
.social-stream .socialstream-item img {
  padding: 0;
}
.social-stream.text-over .socialstream-item {
  padding-bottom: 0;
}
.social-stream.text-over .socialstream-item .wrapper {
  position: absolute;
  width: inherit;
  left: 0;
  right: 0;
  padding-bottom: 10px;
}
.social-stream.text-over .socialstream-item .wrapper .socialstream-item-message {
  display: none;
}
.social-stream.text-over .socialstream-item .socialstream-item-username-image img {
  left: 10px;
  top: 18px;
}
.social-stream.text-over .socialstream-item .socialstream-item-username,
.social-stream.text-over .socialstream-item .socialstream-item-time {
  padding-left: 40px;
}
.social-stream.text-over .socialstream-item .wrapper:after {
  color: #ffffff !important;
  top: 25px;
}
.social-stream .socialstream-item .wrapper {
  position: relative;
  -webkit-transition: background-color 0.2s;
  /* Safari */
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.social-stream .socialstream-item .wrapper:after {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  /* background-color: #dddddd; */
  width: 32px;
  height: 32px;
  font-family: "FontAwesome";
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
}
.social-stream .socialstream-item .wrapper > a {
  color: #3b3d40;
  margin: 0;
}
.social-stream.color .socialstream-item.socialstream-Instagram {
  background-color: #517fa4;
}
.social-stream.color .socialstream-item.socialstream-Instagram:hover {
  background-color: #477294;
}
.social-stream .socialstream-item.socialstream-Instagram .wrapper:after {
  content: "\f16d";
  color: #517fa4;
}
.social-stream.color .socialstream-item.socialstream-Twitter {
  background-color: #00aced;
}
.social-stream.color .socialstream-item.socialstream-Twitter:hover {
  background-color: #0090c6;
}
.social-stream .socialstream-item.socialstream-Twitter .wrapper:after {
  content: "\f099";
  color: #00aced;
}
.social-stream.color .socialstream-item.socialstream-Facebook {
  background-color: #3b5998;
}
.social-stream.color .socialstream-item.socialstream-Facebook:hover {
  background-color: #324d85;
}
.social-stream .socialstream-item.socialstream-Facebook .wrapper:after {
  content: "\f082";
  color: #3b5998;
}
.social-stream.color .socialstream-item.socialstream-Google {
  background-color: #dd4b39;
}
.social-stream.color .socialstream-item.socialstream-Google:hover {
  background-color: #af382a;
}
.social-stream .socialstream-item.socialstream-Google .wrapper:after {
  content: "\f0d4";
  color: #dd4b39;
}
.social-stream .socialstream-item .socialstream-item-username-image,
.social-stream.list-view .socialstream-item .socialstream-item-username-image {
  width: 40px;
  margin: 0;
  border-radius: 50%;
  padding: 0;
  min-width: inherit;
  max-width: none;
  top: 18px;
  position: absolute;
  left: 20px;
}
.social-stream .socialstream-item .socialstream-item-username-image img,
.social-stream.list-view .socialstream-item .socialstream-item-username-image img {
  border-radius: 50%;
}
.social-stream .socialstream-item .socialstream-item-username {
  display: block;
  font-weight: bold;
  text-align: left;
  padding-left: 50px;
  font-size: 16px;
  padding-right: 50px;
}
.social-stream .socialstream-item .socialstream-item-time {
  text-align: left;
  display: block;
  padding-left: 50px;
  font-size: 12px;
  padding-right: 50px;
}
.social-stream .socialstream-item .socialstream-item-message {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.social-stream.list-view .socialstream-item {
  width: 100%;
  margin: 10px 0;
}
.social-stream.list-view .socialstream-item img {
  padding: 0 20px 0 0;
  float: left;
  width: 30%;
  min-width: 100px;
  max-width: 300px;
}
.social-stream.color .socialstream-item .wrapper *,
.social-stream.color .socialstream-item .wrapper:after {
  color: #ffffff;
}
/* Article */


.widget.article-view > .article {
  max-width: 1024px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 0;
  
}
.white-texture.widget.article-view > .article {
  padding-top: 80px;
}
.widget.article-view > .article .article-view-body {
  line-height: 1.7;
  overflow: auto;
}

.widget.article-view.article-header-left .article {
  display: flex;
  align-items: flex-start;
}

.widget.article-view,
.column .widget.article-view {
  --gap:0;
  overflow: hidden;
  padding:0;
}
.widget.article-view > *,
.column .widget.article-view > * {
  position:relative;
  z-index: 1;
}

.widget.article-view > .article {
  max-width: 100%;
  position:relative;
}
.widget.article-view > .article:before {
  position:absolute;
  width: 300px;
  height: 500px;
  content: "";
  background: url(../img/article-right-texture.png) center center no-repeat transparent;
  background-size: contain;
  top:20px;
  right:calc((100% - 1024px) / 2);
  margin-right: -150px;
  z-index: -1;
}
.primary-content .widget.article-view > .article:before {
  display:none;
}
.widget.article-view > .article header {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;

}
.widget.article-view > .article header:empty {
  display: none;
}
.article-view header > * {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: calc(25 * 1024px / 100);
}
.article-view header > *:first-child {
  margin-top:0;
}
.primary-content .widget.article-view {
  background-color: #ffffff;
  overflow: visible;
}
.primary-content .widget.article-view > .article .article-view-body {
  overflow: visible;
}
.primary-content .widget.article-view > .article {
  padding: 80px 0;
  background: transparent;
}
.article-aside, 
.article-view-title, 
.article-view-time, 
.article-view-subheader,
.article-view-category, 
.article-view-intro, 
.article-view-body, 
.article-view header figure, 
.article-view #slideshow-gallery{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-column-small);
  width:100%;
}
.article-view-body {
  padding-bottom: 20px;
  overflow: auto;
}
.article-view-body h4 {
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  padding: 1rem 2rem 2rem 2rem;
  background: #388FFF;
  margin-bottom: 3.5rem;
  position: relative;
  text-transform: uppercase;
}
.article-view-body h4::after {
  content: "";
  position: absolute;
  left: 2rem;
  top: auto;
  right: 0;
  background: url(../img/grey-texture.png) left center repeat-x transparent;
    background-size: auto;
  background-size: contain;
  height: 55px;
  z-index: 0;
  bottom: -1.5rem;
}
.article-view-title {
  margin: 30px auto;
  color:var(--darkgreen)
}
.article-view-time {

  font-size: 18px;
  display: block;
}
.article-view-body p iframe {
  width: 100%;
  }
.widget.article-view > .article header time.article-view-time {
  display:none;
}
.widget.no-slideshow-captions .fotorama__caption {
  display: none;
}
.article-view-data {
  float: left;
  margin-right: 3%;
  width: 22%;
  margin-bottom:30px;
  z-index: 2;
  position: relative;
}
.share-buttons {
  display: flex;
  
}
.share-buttons.active .share {
  opacity:1;
}
.share-buttons .share {
  margin-left: 20px;
  opacity:0;
  display: flex;
  flex-wrap: wrap;
    height: 76px;
    width: 80px;
}
.share-buttons .share a {
  width:30px;
  height:30px;
  border:2px solid var(--lightblue);
  border-radius:50%;
  margin-right: 5px;
  text-align: center;
  line-height: 26px;
}
.share-buttons .share a:hover {
  background: var(--lightblue);
  color: #fff;
}
.share-buttons .share a i:before {
  font-family: "Remixicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share-buttons .share a i.facebook:before {
  content: "\ecbc";
}
.share-buttons .share a i.twitter:before {
  content: "\f3e7";
}
.share-buttons .share a i.linkedin:before {
  content: "\eeb5";
}
.share-buttons .share a i.whatsapp:before {
  content: "\f2bb";
}
.share-buttons .share a i.email:before {
  content: "\eef6";
}
.share-buttons .share a i.clipboard:before {
  content: "\ea84";
}
.share-buttons .share a.google,
.share-buttons .share a.pinterest {
  display:none;
}
.share-text {
  text-transform: uppercase;
  color: var(--lightblue);
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.share-buttons.active .share-text:before {
  content: "\eb98";
}
.share-text:before {
  content: "\f0fe";
  font-family: "Remixicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 43px;
  width: 70px;
  height: 70px;
  border: 4px solid var(--lightblue);
  border-radius: 50%;
  flex: none;
  margin: 0 auto 10px;
  line-height: 63px;
}
.article-view-data .article-view-time {
  width:100%;
  font-weight: bold;
  color: var(--lightblue);
  font-size:20px;
}
.article-view-data .article-view-time::after {
  display: flex;
  width: 100%;
  height: 350px;
  content: "";
  background:url(../img/article-left-texture.png) left center no-repeat transparent;
  background-size: contain;
  margin: 40px 0;
}
.article-view-data .article-view-time .date-time {
  display: block;
}
.widget.article-view > .article header .article-view-intro .credits {
  display:none;
}
.article-view-data .credits {
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--darkgreen);
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-right: 27px;
  line-height: 1.5;
}
.credits:empty {
  display: none !important;
}
.article-view-time .date-time:after {
  content:" UTC"
}
.article-view-category {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--darkgrey);
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom:0;
}
.article-view header .article-view-category  {
  margin-bottom:0;
}
.article-view header figure,
.article-view #slideshow-gallery {
  margin-bottom: 40px;
  position: relative;
  order:1;
  padding-right: 0;
}
.article-view:not(.simple-article) header figure:after {
  content: "";
  height: 10px;
  background-color: var(--orange);
  width: 75%;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 75%;
}

.article-view-intro p,
.article-view-subheader p {
  margin:0;
}

.article-view-intro p,
.article-view-subheader p,
.article-view-subheader {
  font-weight: bold;
  font-size: 20px;
  
}
.article-view-intro,
.article-view-subheader {
  color:var(--darkgrey) ;
}
.article-view-subheader p:empty,
.article-view-intro p:empty,
.article-view-body p:empty {
  display:none;
}
.full-content .article-view-body > p,
.full-content .article-view-body > ul,
.full-content .article-view-body > a:not(.article-link),
.full-content .article-view-body > .twitter-tweet{
  padding-left:25%;
}
.full-content .article-view-body > a.article-link {
  margin-left:25%;
}
.full-content .simple-article .article-view-body > p,
.full-content .simple-article .article-view-body > ul,
.full-content .simple-article .article-view-body > a,
.full-content .simple-article .article-view-body > .twitter-tweet {
  padding-left:0;
}
.full-content .simple-article .article-view-body > a.article-link {
  margin-left:0;
}
.full-content .article-view-body > .twitter-tweet {
  max-width: 100% !important;
  margin-bottom: 30px !important;
}
.widget.article-view.simple-article .article::before {
  display:none;
}
.simple-article .article-view-data {
  width:100%;
}
.widget.article-view.simple-article .article header {
  margin-bottom:20px;
}
.simple-article.article-view header > * {
  padding-right:0
}
.article-view-body ul {
  margin: 0 0 0 18px;
}
.article-view-body table {
  width: 100%;
}
.article-view-footer {
  text-align: center;
  padding: 20px 0;
}



.article-view-body .files-list {
  margin-left: 0;
  padding-left:0;
}
.files-list {
  list-style: none;
}

.full-text .files-list li {
  margin-left: 0;
}
.files-list li {
  position: relative;
  margin-bottom: 15px;
}
.files-list li > a {
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid transparent;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    }
    .files-list-item > a:hover {
      text-decoration: underline;
    }
.files-list li > a:before {
  font-family: "Remixicon";
  margin-right: 11px;
  font-size: 23px;
  margin-top: -6px;
  content: "\ed0f";
  font-weight: normal;
}

.files-list li .share-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
    position: relative;
    }
    .files-list li .share-buttons .share-more {
      position: absolute;
        width: 300px;
        top: 0;
        margin-left: 32px;
        } 
    .files-list li:hover .share-buttons,
    .touch .files-list li .share-buttons,
    .files-list li .share-buttons .active .share-more,
    .files-list li .share-buttons .active .bt-less  {
      display: inline-block;
    }
    

    
    
.pdf-icon,
.files-list-item .pdf-icon:hover,
.pdf-icon-li .share-buttons .bt-more i,
.pdf-icon-li .share-buttons .bt-less i {
  color: red;
}
.pdf-icon-li .share-buttons .bt-more i,
.pdf-icon-li .share-buttons .bt-less i  {
  color: #ffffff;
}
.doc-icon,
.files-list-item .doc-icon:hover,
.doc-icon-li .share-buttons .bt-more i,
.doc-icon-li .share-buttons .bt-less i {
  color: #007bc7;
}
.doc-icon-li .share-buttons .bt-more i,
.doc-icon-li .share-buttons .bt-less i  {
  border-color: #007bc7;
}
.zip-icon,
.files-list-item .zip-icon:hover,
.zip-icon-li .share-buttons .bt-more i,
.zip-icon-li .share-buttons .bt-less i {
  color: #388eff;
}
.zip-icon-li .share-buttons .bt-more i,
.zip-icon-li .share-buttons .bt-less i  {
  border-color: #b7b7b7;
}



.share-button {
  display: inline-block;
  vertical-align: top;
}
.share-button.addthis_default_style > iframe {
  width: 112px !important;
}
.fb_iframe_widget {
  padding-right: 20px;
  padding-left: 30px;
}
/* Pagination */
.pagination {
  text-align: center;
  position: relative;
  font-weight: normal;
}
.pagination:hover a,
.pagination a:hover {
  background-color: #fafafa;
}
.pagination.more .pagination-more:hover,
.pagination.showmore-inline .pagination-page:hover,
.load-more-bt:hover,
.widget-link > a:hover {
  background-color: rgb(25, 125, 255);
  color: #ffffff;
}
.pagination-page,
.pagination.more .pagination-more,
.pagination.showmore-inline .pagination-page,
.load-more-bt,
.widget-link > a {
  padding: 10px;
  line-height: 1.4;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: var(--lightblue);
  width: 170px;
  margin: 20px auto;
  color: #ffffff;
  border: none;
  border-radius: var(--border-radius);
  display: block;
  font-weight: bold;
}
.load-more-bt {
  display: flex;
justify-content: center;
align-items: center;
}
.load-more-bt > i {
  display:none;
}
.load-more-bt:before {
  content: "+";
  font-size: 45px;
  margin-right: 10px;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
}
.pagination-page:before {
  text-indent: 0;
  position: absolute;
}
.pagination-page.next {
  right: 0;
  top: 0;
  z-index: 1;
}
.pagination-page.next:before {
  content: "\f061";
  font-family: "FontAwesome";
  right: 10px;
}
.pagination-page.previous {
  left: 0;
  top: 0;
  z-index: 1;
}
.pagination-page.previous:before {
  content: "\f060";
  font-family: "FontAwesome";
  left: 10px;
}
.pagination-page.current {
  position: relative;
  padding: 10px;
  text-indent: 0;
  display: block;
}
.showmore-inline.pagination .pagination-page.next,
.pagination.more .pagination-more {
  text-indent: 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.showmore-inline.pagination .pagination-page.next:before {
  display: none;
}
.pagination-page:after {
  position: absolute;
  content: "\f021";
  font-family: "FontAwesome";
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  display: none;
  font-size: 30px;
  top: 3px;
  text-indent: 0;
}
.loading.showmore-inline .pagination-page,
.loading.showmore-inline.pagination .pagination-page.next {
  text-indent: -99999px;
}
@-webkit-keyframes spinner{
  0%{-webkit-transform:rotate(0);transform:rotate(0)}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spinner{
  0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}
  100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}
}
.loading > .pagination-page:after,
.loading-container i,
.item-loading i {
-webkit-animation:spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation:spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  }
.item-loading {
  text-align: center;
  margin-left: 10px;
  color: #388fff;
}
.item-loading i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.loading-container.spinner {
width: auto;  
  -webkit-animation: none;
  animation: none;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  border: none;
  border-radius: 0;
}
.loading-container {
text-align: center;
height: 10px;
  padding: 30px 0;
  min-height: 200px;
}
.loading-container i {
font-size: 50px;
}
.loading-container i:before{
content:"\f459";
display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}




.loading > .pagination-page:after {
  -webkit-animation: spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.no-results-container {
  text-align: center;
  display: block;
  padding: 73px 0;
  font-weight: bold;
  font-size: 25px;
  color: #092357;
  background-color: #fff;
}



/* Scoreboard */



body:not(.home) .ranking-bottom-link {
  display: none;
}

.tabs-content .scoreboard .widget-title {
  display: none;
}
.tabs-content .scoreboard {
  margin-bottom: 0;
  padding-bottom: 0;
}
.scoreboard {
  font-size: 30px;
}
.scoreboard > ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.scoreboard ul li {
  position: relative;
  margin: 0;
  border-top: 1px solid rgba(127, 127, 127, 0.2);
  padding: 12px 0;
  font-size: 24px;
}
.scoreboard ul li * {
  color: #3b3d40;
}
.scoreboard ul li:hover {
  color: #999999;
}
.scoreboard ul li:first-child {
  border: none;
}
.scoreboard ul li .field-position {
  margin-right: 10px;
}
.scoreboard ul li .field-points {
  position: absolute;
  right: 10px;
  top: 13px;
}
.scoreboard li img {
  width: 7%;
  margin-right: 10px;
}
.tabs-view .scoreboard > ul {
  padding-left: 0;
  padding-right: 0;
}

.scoreboard-home.scoreboard-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

body:not(.home) .ranking-bottom-link {
  display: none;
}
.scoreboard-home.scoreboard-tabs .widget {
  padding-right: 0;
  padding-left: 0;
  margin:0;
}

body.scoreboard .scoreboard-bottom-link {
  display: none;
}
.scoreboard-bottom-link a{
  font-size: 20px;
  color: #ffffff;
}
.scoreboard-bottom-link i{
color:#818892;
margin-right: 10px;
width: 34px;
text-align: center;
}
.scoreboard-home.angular-news {
  background-color: #202932;
  overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.scoreboard-home {
  padding: 30px calc(var(--body-h-padding) / 2) 20px calc(var(--body-h-padding) / 2) !important;
}

.scoreboard-home .ranking-list {
  display: none;
}

.scoreboard-home .ranking-team.is-desktop {
  display: none;
}
.scoreboard-home .ranking-team.is-mobile {
  display: block;
}
.scoreboard-home .table-header {
  display: none;
}
.scoreboard-home.scoreboard-tabs table {
  font-size: 16px;
}
.scoreboard-home.scoreboard-tabs .tabs-content {
  min-height: 100px;
  overflow: auto;
}
.scoreboard-home.scoreboard-tabs table .ranking-team {

    }
    .scoreboard-home.scoreboard-tabs table .ranking-team > span:before {
      content: "";
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
    }
.scoreboard-home.scoreboard-tabs table .ranking-team > span:before {
  display: none !important;
}
.scoreboard-home.scoreboard-tabs table td.ranking-number {
  display: none;
  width: 30px;
}

.scoreboard-home.scoreboard-tabs table td:last-child {
  display: table-cell;
}
.table-results {
  overflow: auto;
}
.app #ranking .table-results {
  margin-top: 0;
}
#scoreboard .tabs-content > *,
#ranking .table-results {
      padding-left: 0;
      padding-right: 0;
    }
.home #scoreboard .tabs-content > .widget {
  padding-bottom: 0;
}

#scoreboard .tabs-content > section.active {
  display:inline-block !important;
}

.scoreboard-tabs table {
  border:none;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
    }
    .scoreboard-tabs table .table-header {
      font-size: 14px;
      font-weight: bold;
    }
    .scoreboard .scoreboard-tabs .is-desktop table .table-header td:nth-child(5):after,
    .scoreboard .scoreboard-tabs .is-mobile table .table-header td:nth-child(4):after{
      content:" *";
    }
    .scoreboard-tabs table .table-header span {
      font-weight: 300;
      font-size: 12px;
      padding-left: 4px;
    }
    .scoreboard-tabs table td {
      padding: 10px;
      border-right: none;
      border-left: none;
      position: relative;
        }
    .primary-content .scoreboard-tabs table td:not(.scoreboard-text) {
      padding: 10px 7px;
    }
    .scoreboard-tabs table td.ranking-number {
      color: rgba(0,0,0,0.7);
    }
    .scoreboard-tabs table td.ranking-number:hover {
      font-weight: bold;
    }
    .scoreboard-tabs table td.ranking-number.extras,.scoreboard-tabs table td.ranking-number.total {
      font-weight: bold;

    }
    .scoreboard-tabs table .ranking-team {
      text-align: left;
      font-weight: bold;
      width: auto;
      line-height: 1.2;
        }
        .scoreboard-tabs table td a {

          position: relative;
        }
    .scoreboard-tabs table td.ranking-number,
    .scoreboard-tabs table .table-header td:not(:first-child) {
      width: 62px;
    }
    .scoreboard-tabs table td.ranking-number.elapsed {
      text-align: left;
    }
    .scoreboard-tabs table td.ranking-number.eta {
      font-size: 16px;
      text-align: left;
    }
    
.scoreboard-tabs table.leaderboard-footer td:nth-child(2) {
  display: none;
}

.scoreboard-tabs .more-items .widget {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
.scoreboard-tabs .class-title {
  font-size: 28px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.scoreboard-text,.ranking-explain,.scoreboard-text p {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
    }

.scoreboard-tabs table .scoreboard-text{
  padding: 30px 5px;
}

.ranking-avatar {
  width: 40px;
    padding: 5px !important;
}
.ranking-avatar img {
  width: 100%;
}
.scoreboard-tabs .ranking-position {
  width: 30px;
  padding-left: 2px;
  padding-right: 2px;
}

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



.ranking-label>div, .ranking-number>div {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    margin-right: -.25em;
    text-align: center;
    position: relative;
    width: 29%;
}
.status-dot {
  background-color: red;
  height: 8px;
  position: absolute;
  width: 8px;
  right: -17px;
  top: -2px;
  transform: rotateZ(45deg);
}
.ranking-list .status-dot {
  position: relative;
  bottom: auto;
  margin: 10px auto;
  left: auto;
  right: auto;
  top:auto;
  width: 11px;
  height: 11px;
  transform: rotateZ(45deg);
}

.scoreboard-tabs table td.ranking-explain {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px;
    }
    .ranking-explain .status-text {
      font-weight: normal;
    }
.status-dot.status-DNS{background-color:var(--orange)}
.status-dot.status-DNS ~ span {
  color:var(--orange)
}

.status-dot.status-DNF{background-color:var(--r4n)}
.status-dot.status-DNF ~ span {
  color:var(--r4n)
}

.status-dot.status-RET{background-color:var(--blue)}
.status-dot.status-RET ~ span {
  color:var(--blue)
}
.status-dot.status-DIS{background-color:var(--yellow)}
.status-dot.status-DIS ~ span {
  color:var(--yellow)
}
.status-dot.status-RED{background-color:var(--darkgrey)}
.status-dot.status-RED ~ span {
  color:var(--darkgrey)
}
.status-dot.status-PRV{background-color:var(--salmon)}
.status-dot.status-PRV ~ span {
  color:var(--salmon)
}
.status-dot.status-SUS{background-color:var(--darkgreen)}
.status-dot.status-SUS ~ span {
  color:var(--darkgreen)
}


:root {
  --microtip-transition-duration: 0.5s;
  --microtip-transition-delay: 0s;
  --microtip-transition-easing: ease;
  --microtip-font-size: 12px;
  --microtip-font-weight: 100;
  --microtip-text-transform: none;
 }
 .scoreboard-tabs table td .tooltipsters .status-dot ~ span {
   position: relative;
 }
 
 .scoreboard-tabs table td .tooltipsters .status-dot ~ span::before,
 .scoreboard-tabs table td .tooltipsters .status-dot ~ span::after {
   -webkit-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   will-change: transform;
   opacity: 0;
   pointer-events: none;
   -webkit-transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
   -o-transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
   transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
   position: absolute;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   z-index: 10;
   -webkit-transform-origin: top;
       -ms-transform-origin: top;
           transform-origin: top;
   line-height: 1.3;
 }
 
 .scoreboard-tabs table td .tooltipsters .status-dot ~ span::before {
   background-size: 100% auto !important;
   content: "";
 }
 
 .scoreboard-tabs table td .tooltipsters .status-dot ~ span::after {
   background: #000000;
   border-radius: 4px;
   color: #ffffff;
   content: attr(data-title);
   font-size: var(--microtip-font-size, 13px);
   font-weight: var(--microtip-font-weight, normal);
   text-transform: var(--microtip-text-transform, none);
   padding: .5em 1em;
   -webkit-box-sizing: content-box;
           box-sizing: content-box;
   white-space: initial;
   word-break: break-word;
   width: 150px;
   text-align: center;
 }
 
 .scoreboard-tabs table td:hover .tooltipsters .status-dot ~ span::before,
 .scoreboard-tabs table td:hover .tooltipsters .status-dot ~ span::after,
 .scoreboard-tabs table td .tooltipsters .status-dot ~ span:focus::before,
 .scoreboard-tabs table td .tooltipsters .status-dot ~ span:focus::after {
   opacity: 1;
   pointer-events: auto;
 }

 .scoreboard-tabs table td .tooltipsters .status-dot ~ span::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 6px;
}

.scoreboard-tabs table td .tooltipsters .status-dot ~ span::after {
  margin-bottom: 11px;
}

.scoreboard-tabs table td .tooltipsters .status-dot ~ span::before {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

.scoreboard-tabs table td .tooltipsters .status-dot ~ span:hover::before {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.scoreboard-tabs table td .tooltipsters .status-dot ~ span::after {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

.scoreboard-tabs table td .tooltipsters .status-dot ~ span:hover::after {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}
 
.scoreboard-tabs table td .tooltipsters .status-dot.status-DNS ~ span::after {
  content: "DID NOT START";
}
.scoreboard-tabs table td .tooltipsters .status-dot.status-DNF ~ span::after {
  content: "DID NOT FINISH";
}
.scoreboard-tabs table td .tooltipsters .status-dot.status-RET ~ span::after {
  content: "RETIRED";
}
.scoreboard-tabs table td .tooltipsters .status-dot.status-DIS ~ span::after {
  content: "DISQUALIFIED";
}
.scoreboard-tabs table td .tooltipsters .status-dot.status-RED ~ span::after {
  content: "GIVEN REDRESS";
}
.scoreboard-tabs table td .tooltipsters .status-dot.status-PRV ~ span::after {
  content: "PROVISIONAL";
}
.scoreboard-tabs table td .tooltipsters .status-dot.status-SUS ~ span::after {
  content: "SUSPENDED";
}




.widgets .scoreboard-tabs table.ranking-list {
  display: none;
}



.home-leaderboard {
    position: absolute;
    right: 100px;
    top: 100px;
    background-color: #1f2933;
    padding: 40px;
    width: 50%;
    bottom: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.home-leaderboard .widget-title {
  display: block !important;
  text-align: left;
  margin: 0 0 20px 0;
}
.leaderboard-time {
    position: absolute;
    top: auto;
    vertical-align: text-bottom;
    display: inline-block;
    text-align: right;
    right: 0;
    font-size: 19px;
    bottom: 16px;
    }
.home-leaderboard.scoreboard-tabs table .table-header {
  font-size: 14px;
}

.home-leaderboard.scoreboard-tabs table {
  font-size: 18px;
}
.home-leaderboard .ranking-list .status-dot {
  margin: auto;
}
.home-leaderboard.scoreboard-tabs table td {
  padding: 16px 10px;
}
.topstory-text-left.dark .slide-content {
  padding-right: 56% !important;
}

/* Home Scoreboard / Tracker */

.ranking-bottom-link {
  padding: 12px 10px;
  color: #fff;
  font-size: 20px;
  text-align: left;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
}

.home .ranking-bottom-link,
.home .scoreboard-bottom-link {
width: auto;
  padding: 14px 0 ;
  margin-top: 0;
  margin-right:auto;
  position: relative;
  z-index: 2;
}
.home .scoreboard-bottom-link {
width: 100%;
padding-left: 0;
}
.home .ranking-only .ranking-bottom-link {
width: 100%;
  border-top: 1px solid rgba(85,95,102,.43);
  margin-top: 10px;
  display: none;
}
.ranking-bottom-link.finished {
display: none;
}
.home .ranking-only .ranking-bottom-link.finished {
display: block;
}
.ranking-bottom-link a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  background-color: var(--orange);
  width: auto;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.ranking-bottom-link a:hover span {
color:#ffffff;
}
.ranking-bottom-link i {
  color:#fff;
  margin-left:7px;
  font-size: 22px;
  line-height: 20px;
}
.ranking-bottom-link i:before {
  content: "\ea6e";
  font-family: "Remixicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#home-wrapper {
  display: flex;
  background: var(--darkgreen);
}
#top-stories-wrapper .slides .slide-content {
  padding-left: calc(var(--body-h-padding) / 2);
  padding-right: calc(var(--body-h-padding) / 2);
}
#top-stories-wrapper .top-stories .fotorama__nav__shaft {
  padding-left: calc((var(--body-h-padding) / 2) - 10px);
  padding-right: calc((var(--body-h-padding) / 2) - 10px);
}
#top-stories-wrapper:not(.normal-text) .slides .slide-content .slide-title {
  font-size: 36px;
  margin-bottom: 15px;
}

#top-stories-wrapper .slide-content .slide-title {
  margin-bottom: 20px;
}
#top-stories-wrapper .widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
  max-width: 43%;
}
.ranking,
#ranking {
  background-color: #202125;
}

.ranking .full-content {
  padding-bottom: 0 !important;
}

.ranking .widget-header{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    padding: 15px 10px;
    text-align: right;
}
.ranking.app .widget-header{
    top: 0;
    z-index: 99999999;
    left: 0;
    background-color: #2e3137;
    padding: 7px 15px 4px;
    text-align: left;
    position: relative;
    }
    .ranking.app .widget-header .widget-title {
      text-align: left;
      max-width: 100%;
    }
.widgets.ranking .widget-header {
  padding-right: 50px;
}
.ranking .widget-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: right;
}
.home #ranking {
  padding: 30px 0 0 calc(var(--body-h-padding) / 2)  !important;
  width:45%;
  display: block;
  margin-right: -0.25em;
  background: linear-gradient(270deg, #1f2a3a00 0%, #1f2a3af5 50%);
  position: absolute;
  height: 100%;
  overflow: auto;
}
.home #ranking > * {
  width: 100%;
  min-height: 0;
}
.home #ranking > header {
  margin: 0 ;
  display: flex;
    justify-content: flex-start;
}
.home #ranking > header .tabs li:first-child a {
  padding-left: 0;
}
.home #ranking > header .tabs li a {
  color: #717983;
  font-size: 18px;
}
.home #ranking > header .tabs li.active a {
  color: #fff;
}
.home #ranking .table-results {
  width: 100%;
  margin-top: 0;
  background-color: transparent;
    padding:  0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: 2px 0 0 rgba(0, 0, 0, 0.4) -2px 0 0 rgba(0, 0, 0, 0.4) 0 2px 0 rgba(0, 0, 0, 0.4) 0 -2px 0 rgba(0, 0, 0, 0.4) 1px 1px rgba(0, 0, 0, 0.4) -1px -1px 0 rgba(0, 0, 0, 0.4) 1px -1px 0 rgba(0, 0, 0, 0.4) -1px 1px 0 rgba(0, 0, 0, 0.4);
}
.home #ranking .tabs-content .widget {
  padding-right: 0;
  padding-bottom: 10px;

}
.home #ranking .tabs-content .widget .loading-container {
  display: none;
}
.home #ranking .table-results table {
  width: 100%;
  border: none;
  font-size: 14px;
}
.home #ranking .table-results td {
  padding: 7px 5px;
  color: #ffffff;
  line-height: 1;
  background: transparent;
  border: none;
}
#ranking .table-results .ranking-item.status-ARV {
  font-weight: bold;
}
.home #ranking .table-results td.positions-status {
  font-weight: bold;
  color: var(--lightblue);
}

.home #ranking .table-results td.positions-status.status-ARV {
  color: var(--r4n);
}
.home #ranking .table-results td:last-child {
  padding-right: 0;
  text-align: right;
}
.home #ranking .table-results td.ranking-avatar{
  width: 20px;
  padding: 0 !important;
} 
.home #ranking .table-results td.ranking-team {
  width: auto;
}
.home #ranking .table-results .table-header td.dtl,
.home #ranking .table-results .table-header td.speed,
.home #ranking .table-results td.positions-dtl,
.home #ranking .table-results td.positions-speed {
  width: 50px;
  text-align: right;
}
.home #ranking .table-results td.ranking-position {
  width: 15px;
}
.home #ranking .tabs {
  padding-bottom: 0;
}
.home #ranking .tabs li:last-child {
}
.home #ranking .tabs li {
  border:none;
}
body.europe.home #ranking.angular-news li.tab.active a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.home #ranking  .table-results .ranking-position{
  padding-right: 0;
  padding-left: 0;
  width: auto;
  text-align: left;
}
.home .scoreboard-tabs {
  background-color:var(--darkgreen);
}
#scoreboard-wrapper .scoreboard-tabs {
  background:transparent;
  margin: 15px 0 10px;
}
#scoreboard-wrapper .scoreboard-tabs .widget-title:after {
  display:none;
}
#scoreboard-wrapper .scoreboard-tabs .widget-title {
  padding-bottom:0;
}
#scoreboard-wrapper .scoreboard-tabs#imoca-scoreboard .widget-title {
  margin-bottom: -8px;
}
#scoreboard-wrapper {
  background:url(../img/home-scoreboard-texture.png) top right no-repeat var(--darkgreen);
  background-size: cover;
  overflow: auto;
  height: calc(var(--vh, 1vh) * 70 - 20px);
}
.scoreboard-home.scoreboard-tabs .widget-title {
  color: #ffffff;
  margin-bottom: 10px;
}
#scoreboard-title {
  /*border-top: 1px solid #dddddd52;*/
  padding-top:0;
}
.home .scoreboard-tabs table thead{

}
.home .scoreboard-tabs table thead th {
  border:none;
  color: #fff;
}
.home #ranking .scoreboard-tabs table .ranking-team .is-desktop {
    display:none !important;
}
.home #ranking .scoreboard-tabs table .ranking-team .is-mobile {
    display:block !important;
}


.home .scoreboard-tabs table .table-items td{
    background-color: transparent;
    padding: 8px 5px;
    border-bottom: none;
    color: #fff;
    
}
.home .scoreboard-tabs table .table-items td:first-child {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width:20px
}
.home .scoreboard-tabs table .table-items td.item-media {
  width:25px;
  padding-left: 0;
  padding-right: 0;
}
.home .scoreboard-tabs table .table-items td.item-team-name {
  text-align: left;
}
.home .scoreboard-tabs table .table-items td.item-media img {
  width: 25px;
}
.home .scoreboard-tabs table thead th.item-pts,
.home .scoreboard-tabs table .table-items td.item-points {
  font-weight: bold;
  padding-right: 0;
  padding-left: 0;
  width:25px;
}
.home .scoreboard-tabs .ranking-position {
  width: 10px;
  text-align: left;
  padding-left: 0;
}

.home .scoreboard-tabs .widget .widget {
  padding-bottom: 15px !important;
}
.home #ranking .scoreboard-tabs table .table-items:last-child td,
.home #scoreboard.scoreboard-tabs table .table-items:last-child td {
  border-bottom: none;
}
.home #ranking .scoreboard-tabs table .table-items td:hover {
  background-color: transparent;
}
.home #ranking .scoreboard-tabs table .table-items td.ranking-position,
.home #ranking .scoreboard-tabs table .table-items td.ranking-dot,
.home #ranking .scoreboard-tabs table .table-items td.ranking-team,
.home #ranking .scoreboard-tabs table .table-items td.dtl,
.home #ranking .scoreboard-tabs table .table-items td.speed,
.home #ranking .scoreboard-tabs table .table-items:not(.RAC) td.status,
.home #scoreboard.scoreboard-tabs table .table-items td:nth-child(1),
.home #scoreboard.scoreboard-tabs table .table-items td:nth-child(3),
.home #scoreboard.scoreboard-tabs table .table-items td:nth-child(4){
    display:table-cell;
}

.home #scoreboard.scoreboard-tabs table .table-items td:nth-child(2),
.home #scoreboard.scoreboard-tabs table .table-items td:nth-child(7){
    display:none;
}
.home #ranking #leaderboard {
  padding: 30px;
  position: relative;
  min-height: 20px;
}

#ranking.underline-title .widget-title {
  margin: 0 0 10px 0 !important;
}
.home #ranking.underline-title .widget-title {
  display: block;
}
.home .top-stories.one-of-two,
.home .top-stories.two-of-three {
  padding: 0;
  display: inline-block;
  margin-right: -0.25em;
}

.home #ranking .scoreboard-tabs table .ranking-team {
  font-weight: normal;
}
#embed-tracker {
  display: inline-block;
  margin-right: -0.25em;
  position: relative;
  opacity: 1;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
       -webkit-transition: opacity 0.5s;
       vertical-align: top;
       overflow: hidden;
}
.home #embed-tracker {
  overflow: hidden;
}
#embed-tracker.active {
  opacity: 1;
}
#tracker-lite {
    width:150%;
    height:100%;
    pointer-events: none;
}
#tracker-lite #widget-embed {
  height:100%;
}
.home .ranking-only #ranking .table-results {
  width: 100%;
  text-shadow: none;
}
.home .ranking-only .leaderboard-time {
  display: none;
}
.home .ranking-only .scoreboard-tabs table .table-header {
  display: none;
}

.home .ranking-only #ranking {
  background-color: #202932;
}
.race-programme ul li.text {
  border-top: 1px solid #dddddd52;
  border-radius: 0;
  margin-top: 20px;
}
.race-programme ul li.text .wrapper h2 {
  font-size: 15px;
  max-width: 100%;
  margin-top: 30px;
  font-weight: normal;
  line-height: 1.3;
}
.race-programme ul li.no-img .more-items-img-container {
  display: none;
}
.race-programme.line-after-title .more-items-group > .wrapper h2 {
  margin: 20px 0;
  padding-bottom: 10px;
  font-weight: 100;
  border-bottom: 1px solid #dddddd52;
  font-size: 22px;
}
.race-programme.line-after-title .more-items-group > .wrapper h2:after {
  display:none;
}
.race-programme .more-items-group {
  margin-bottom: 30px;
}
.race-programme .more-items-item.live-now .more-items-short-text > div,
.race-programme .more-items-item.racing .more-items-short-text > div,
.race-programme .more-items-item.postponed .more-items-short-text > div,
.race-programme .more-items-item.delayed .more-items-short-text > div,
.race-programme .more-items-item.delayed .more-items-short-text > div,
.race-programme .more-items-item.finished .more-items-short-text > div,
.race-programme .more-items-item.canceled .more-items-short-text > div   {
  display: none;
}
.race-programme .more-items-item:has(.all-box-link) .more-items-short-text:after {
  color: #fff;
  content: "+";
  font-size: 20px;
  line-height: 18px;
  margin-left: 10px;
}
html[lang="es"] .race-programme .more-items-item.live-now .more-items-short-text:before {
  content: "EN DIRECTO";
}
html[lang="fr"] .race-programme .more-items-item.live-now .more-items-short-text:before {
  content: "EN DIRECT";
}
html[lang="it"] .race-programme .more-items-item.live-now .more-items-short-text:before {
  content: "IN DIRETTA";
}
.race-programme .more-items-item.live-now .more-items-short-text:before {
  content: "LIVE NOW";
  font-weight: bold;
  color: var(--orange);
  font-size: 18px;
}
.race-programme .more-items-item.racing .more-items-short-text:before {
  content: "RACING";
  font-weight: bold;
  color: var(--blue);
  font-size: 18px;
}
.race-programme .more-items-item.postponed .more-items-short-text:before {
  content: "POSTPONED";
  font-weight: bold;
  color: var(--yellow);
  font-size: 18px;
}
.race-programme .more-items-item.delayed .more-items-short-text:before {
  content: "DELAYED";
  font-weight: bold;
  color: var(--yellow);
  font-size: 18px;
}
.race-programme .more-items-item.finished .more-items-short-text:before {
  content: "FINISHED";
  font-weight: bold;
  color: var(--r4n);
  font-size: 18px;
}
.race-programme .more-items-item.canceled .more-items-short-text:before {
  content: "CANCELED";
  font-weight: bold;
  color: var(--red);
  font-size: 18px;
}

.race-programme .more-items-item:has(.all-box-link):hover .wrapper h2 > div,
.race-programme .more-items-item:has(.all-box-link):hover .more-items-short-text:after,
.race-programme .more-items-item:has(.all-box-link):hover .more-items-short-text:before{
  color: var(--blue);
}


/* LIVE */

#live-embed {
  width: 100%;
  height: calc((var(--vh, 1vh) * 100) - var(--header-height) - 116px);
  border: none;
  display: block;
}
#live-embed-text {
  width: 100%;
  border: none;
  font-size: 23px;
  padding-top:80px;
}
#live-embed-text #widget-embed {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  background: #ddd;
  padding: 20px;
  aspect-ratio: 16/9;
}

/* Elapsed Time */

.elapsed-time ul li {
  align-items: center;
}
.elapsed-time .wrapper{
  justify-content: space-between;
}
.elapsed-time .wrapper h2 {
  margin-left:5px;
}
.elapsed-time .wrapper p{
  font-size: 20px;
  flex:none;
  margin-left:10px;
}
.elapsed-time .widget-title {
  display:none;
}
#vo-tabs .tabs-content,
#elapsed-tabs .tabs-content {
  margin-top: 40px;
}

/* Banner */

#racing-banner {
  width: calc(var(--related-content-width) + var(--body-h-padding));
  margin-top:20px;
}
#racing-banner ul{
  max-width: 94% !important;
  margin-right: 0;
}


/* RAW */
body.app #angular-raw.tabs-view:not(.tabs-col) > .widget-title,
body.app #angular-raw.tabs-view:not(.tabs-col) > header {
  top:0
}

#angular-raw {
  padding-top:70px;
  padding-bottom:50px;
}
#angular-raw.tabs-view:not(.tabs-col) > header {
  overflow: visible;
  z-index: 3;
  top: var(--header-height);
  padding-top: 15px;
  background: #fff;
  position: sticky;
}
#angular-raw.tabs-view:not(.tabs-col) > header:before {
  position: absolute;
  width: calc(100vw - var(--related-content-width) - (var(--body-h-padding) * 2));
  content: "";
  background-color: #fff;
  z-index: -1;
  height: 100%;
  top: 0;
  right: 0;
}
#angular-raw.tabs-view:not(.tabs-col) > .widget-title {
  z-index: 4;
  top: var(--header-height);
  padding-top: 14px;
  background: #fff;
  position: sticky;
}
#angular-raw.tabs-view:not(.tabs-col) > header .tabs {
  overflow: visible;
}
#angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > a {
  height: 30px;
  display: flex;
  align-items: center;
}
#angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > a span {
  text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    display: block;
    white-space: nowrap;
}
#angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.imoca,
#angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.vo65 {
  pointer-events: none;
}
#angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.imoca a,
#angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.vo65 a {
  color: var(--darkgreen);
  background: rgb(0 59 71 / 19%);
  font-size: 18px;
}
#angular-raw .tabs-content {
  min-height: 800px;
}


#angular-raw .social .all-box-link,
#angular-raw .date .all-box-link {
  display: none;
  }

#angular-raw.angular-news .tabs-content .more-items-item.date {
  width: 100%;
}
#angular-raw.more-items .more-items-item.date .item-time .date {
  display: block;
}
#angular-raw.more-items .more-items-item.date .item-time .date-time,
#angular-raw.angular-news.more-items .more-items-item.date footer .item-subsection,
#angular-raw.more-items .more-items-item.date .item-img-container,
#angular-raw.angular-news.more-items .more-items-item.date footer:after {
  display: none;
}
#angular-raw.angular-news.more-items .more-items-item.date footer,
#angular-raw.angular-news.more-items .more-items-item.date footer time {
  position: relative;
}
 #angular-raw.angular-news.more-items .more-items-item.date footer {
   padding-left: 0;
   padding-right: 0;
   padding-top: 30px;
 }
 #angular-raw.angular-news.more-items .more-items-item.date footer time {
   left: auto;
   right: auto;
   bottom: auto;
   font-size: 25px;
   font-weight: 300;
 }
#angular-raw.angular-news .tabs-content .more-items-item .wrapper,
#angular-raw.angular-news .tabs-content .more-items-item.social .item-img-container,
#angular-raw.angular-news .tabs-content .more-items-item.social footer,
#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper h2,
#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper .item-category {
  display: none;
}
#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper {
  display: block;
  padding: 0;
  background-color: transparent;
}

#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper * {
  margin: 0 auto !important ;
  display: block;
  
  
}
#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper .fb-post blockquote *,
#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper .fb-post blockquote  {
  background-color: transparent;
  color: transparent;
  border: none;
}
#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper .fb_iframe_widget {
  padding: 0;
    }
    #angular-raw.angular-news .tabs-content .more-items-item.social .wrapper .fb_iframe_widget > span {
      width: 100% !important; 
    }

#angular-raw.angular-news .tabs-content .more-items-item.social .wrapper iframe {
  background-color: #ffffff;
  width: 100% !important;
}

.no-touch #angular-raw.angular-news.more-items .more-items-item:not(.date) footer {

    }
.no-touch #angular-raw.angular-news.more-items .more-items-item:not(.date):hover footer {
  
}
#angular-raw.angular-news.more-items .more-items-item footer {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
  #angular-raw.angular-news.more-items .more-items-item footer .item-subsection {
    margin-bottom: 3px;
    text-transform: none;
    position: relative;
    padding-right: 70px;
  }
  #angular-raw.angular-news.more-items .more-items-item footer .item-subsection div{
    line-height: 1;
    height: auto;
    font-size: 13px;
    display: flex;
  }
  #angular-raw.angular-news.more-items .more-items-item footer .item-subsection div:before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    line-height: 13px;
    flex:none;
  }
  #angular-raw.angular-news.more-items .more-items-item.video footer .item-subsection div:before {
    margin-top: -4px;
    width: 20px;
    height: 20px;
  }
  #angular-raw.angular-news.more-items .more-items-item.video footer .item-subsection div:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid rgb(255, 255, 255);
    position: absolute;
    z-index: 3;
    top: 1px;
    left: 7px;
  }
  #angular-raw.angular-news.more-items .more-items-item footer > * {
    font-weight: 300;
  }
  #angular-raw.angular-news.more-items .more-items-item:not(.date) footer > * {
    color: #fff;
    z-index: 1;
  }
      
  #angular-raw.angular-news.more-items .more-items-item footer time  {
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 9px;
  }
    #angular-raw.more-items .more-items-item .item-time .date-time {
      display: inline-block;
        }
    #angular-raw.more-items .more-items-item .item-time .date {
        display: none;
          }

  #angular-raw.angular-news.more-items .more-items-item:not(.date) footer {
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.90)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  }

  #angular-raw.angular-news.more-items .item-subsection {
    display: block;
  }
#angular-raw .video video {
  width: 100%;
}
#angular-raw .video.active video {
  position: relative;
  z-index: 4;
}
#angular-raw li.active .item-img-container:before
 {
  opacity: 0;
}
#angular-raw li.active footer {
  display: none;
}
#angular-raw .video .loading-container {
  display: none;
}

.racing #angular-raw.angular-news.more-items .more-items-item.date footer {
  text-align: center;
}
.app #angular-raw.underline-title header .tabs {
  position: relative;
  text-align: center;
}
.app #angular-raw.underline-title .tabs-content > section {
  padding-top: 0;
}

#angular-raw .more-items-list li .item-img-container{
 height:100%;
 background-color: #000;

}

#angular-raw .more-items-list li .item-img-container img {
  height:100%;
  object-fit: contain;
}

#modal-angular-data {
  max-width: 1440px;
  width: 90%;
  max-height: calc(90% - var(--header-height) - 50px);
  overflow: visible;
  height: auto;
  font-size: 16px;
  margin-top: calc(var(--header-height) / 2);
  display: flex;
  flex-direction: row-reverse;
  min-height: calc(70% - var(--header-height) - 50px);
}
#modal-angular-data .arrows-container{
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
#modal-angular-data .arrows-container a{
  pointer-events: all;
}
#modal-angular-data .arrows-container i{
  padding: 15px;
  font-size: 30px;
  position: relative;
}
#modal-angular-data .arrows-container i.icomoon-arrow-left{
  left: -50px;
}
#modal-angular-data .arrows-container i.icomoon-arrow-right{
  right: -50px;
}
#modal-angular-data #screen {
  padding: 0;
}
#modal-angular-data .md-content {
  width:100%;
}
#modal-angular-data .close-bt {
  right: 0px;
  top: -38px;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: absolute;
  color: #fff;
  background-color: var(--lightblue);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  border-radius: 50%;
  font-size: 18px;
}

#modal-angular-data .col2 {
  width: 500px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: left;
  flex: none;
  min-height: calc((var(--vh, 1vh) * 85) - var(--header-height) - 50px);
  position: relative;
  overflow: auto;
  max-height: calc((var(--vh, 1vh) * 90) - var(--header-height) - 50px);
}
#modal-angular-data .col2 .content > div:not(.time) {
  white-space: pre-wrap;
    word-break: break-word;
}
#modal-angular-data .col2 > * {
  padding: 30px;

}
#modal-angular-data .col2 * {
  text-align: left !important;  
}

#modal-angular-data .col2 .content a {
  color: #2677b5
}
#modal-angular-data .col2 .content a:hover {
  text-decoration: underline;
}
#modal-angular-data .col2 > header {
  background-color: #003d7c;
  color: #ffffff;
  font-size: 18px;
  padding: 25px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-angular-data .col2 > header .time {
  flex:none;
}
#modal-angular-data .col2 header .title {
  padding-right: 20px;
  line-height: 1.2;
}

  #modal-angular-data .col2 .content>div:not(.time) {
      white-space: pre-wrap;
      word-break: break-word;
  }
#modal-angular-data .col2 footer {
  display: block;
  position: absolute;
  width: 100%;
  left:0;
  bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  background-color: #fff;
  padding: 30px 0;
}
#modal-angular-data .col2 footer * {
  text-align: center !important;
  width: 100%;
}
#modal-angular-data .col2 footer .share {
  margin: 0;
  opacity: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: auto;
}
#modal-angular-data .col2 footer .share a {
  width: 30px;
  font-size: 16px;
  line-height: 30px;
  height:30px;
}
#modal-angular-data .col1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: #000000;
    background-size: contain;
    height: 100%;
    padding: 0;
}
#modal-angular-data .col1 img,
#modal-angular-data .col1 video,
#modal-angular-data .col1 iframe {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  position: absolute;
  left: 0;
}
#modal-angular-data .col1 video,
#modal-angular-data .col1 iframe {

}
#modal-angular-data .col1 iframe {

}
#angular-raw.angular-news.more-items .more-items-item[class*="11th-hour-racing-team"] footer .item-subsection div:before,
#modal-angular-data[class*="11th-hour-racing-team"] .col2 header{
  background-color: var(--team-11HRT);
}
#angular-raw.angular-news.more-items .more-items-item.biotherm footer .item-subsection div:before,
#modal-angular-data.biotherm .col2 header{
  background-color: var(--team-BIOTH);
}
#angular-raw.angular-news.more-items .more-items-item.viva-mexico footer .item-subsection div:before,
#modal-angular-data.viva-mexico .col2 header{
  background-color: var(--team-VIMEX);
}
#angular-raw.angular-news.more-items .more-items-item.guyot-environnement-team-europe footer .item-subsection div:before,
#modal-angular-data.guyot-environnement-team-europe .col2 header{
  background-color: var(--team-GUYOT);
}
#angular-raw.angular-news.more-items .more-items-item.team-malizia footer .item-subsection div:before,
#modal-angular-data.team-malizia .col2 header{
  background-color: var(--team-MALIZ);
}
#angular-raw.angular-news.more-items .more-items-item.holcim-prb footer .item-subsection div:before,
#modal-angular-data.holcim-prb .col2 header{
  background-color: var(--team-HOLCIM);
}
#angular-raw.angular-news.more-items .more-items-item.windwhisper-racing-team footer .item-subsection div:before,
#modal-angular-data.windwhisper-racing-team .col2 header{
  background-color: var(--team-WHSPR);
}
#angular-raw.angular-news.more-items .more-items-item.team-jajo footer .item-subsection div:before,
#modal-angular-data.team-jajo .col2 header{
  background-color: var(--team-TJAJO);
}
#angular-raw.angular-news.more-items .more-items-item.mirpuri-foundation-racing-team footer .item-subsection div:before,
#modal-angular-data.mirpuri-foundation-racing-team .col2 header{
  background-color: var(--team-MFRTP);
}
#angular-raw.angular-news.more-items .more-items-item.ambersail-2 footer .item-subsection div:before,
#modal-angular-data.ambersail-2 .col2 header{
  background-color: var(--team-AMBR2);
}
#angular-raw.angular-news.more-items .more-items-item.austrian-ocean-racing-powered-by-team-genova footer .item-subsection div:before,
#modal-angular-data.austrian-ocean-racing-powered-by-team-genova .col2 header{
  background-color: var(--team-AUSOR);
}


body.tracker.racing:has(iframe:hover) {
  overflow: hidden;
}
#dashboard iframe {
  height: calc((var(--vh, 1vh) * 100) - var(--header-height) - 110px);
  display:block
}
.click-subscribe{
  margin-top: -60px;
}
.click-subscribe.widget .wrapper {
  padding: 10px 20px;
}
.click-subscribe .wrapper p {
  width: 85%;
  color: #fff;
  text-align: right;
}
.click-subscribe.widget h2{
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
}
light {
  font-weight: 100;
}
/* Tabs */
.tabs {
  list-style: none;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs > li {
  border-right:1px solid #cecece;
  line-height: 1;
  flex-shrink: 0;
} 
.tabs > li:last-child {
  border:none;
}
.tabs > li > a {
  clear: none;
  margin: 0;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  float: none;
  border: none;
  display: inline-block;
  color: var(--darkgreen);
  line-height: 1;
  background-color: transparent;
  border-bottom: 0;
  border-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
  visibility: visible;
  font-weight: bold;
  padding: 0 12px;
  border-radius: 0px;
}
.tabs li.active a,
.tabs li a:hover {
  color: var(--lightblue);
}

.tabs-end,
.tabs-start {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tabs-end header,
.tabs-start header {
  min-width: 40%;
}
.tabs-end > .widget-title,
.tabs-start > .widget-title,
.tabs-end > .section-title,
.tabs-start > .section-title {
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  min-width: 40%;

}
.tabs-end.tabs-view:not(.large-tabs) > .widget-title,
.tabs-start.tabs-view:not(.large-tabs) > .widget-title,
.tabs-end.tabs-view:not(.large-tabs) > .section-title,
.tabs-start.tabs-view:not(.large-tabs) > .section-title,
.tabs-view.tabs-end:not(.large-tabs) > header,
.tabs-view.tabs-start:not(.large-tabs) > header {
  width: auto !important;
  margin: 0 !important;
}
.tabs-end > .widget-title,
.tabs-end > .section-title {
  text-align: left;
}
.tabs-end header .tabs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;

  padding: 0;
}
.tabs-view > header .tabs .submenu a{
  color: var(--darkgreen);
  text-transform: uppercase;
}
.tabs-view > header .tabs .submenu a:hover {
  color: #ffffff;
    background-color: var(--lightblue);
}
.tabs-view:not(.large-tabs) header .tabs > li:last-child > a {
  padding-right: 0;
}
.tabs-view:not(.large-tabs) header .tabs > li:first-child > a {
  padding-left: 0;
}
.tabs-start > .widget-title,
.tabs-start > .section-title {
  text-align: right;
}
.tabs-start header .tabs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}
.full-width.tabs-end:not(.icon-tabs) header,
.full-width.tabs-start:not(.icon-tabs) header,
.full-width.tabs-end .widget-title,
.full-width.tabs-start .widget-title,
.full-width.tabs-end .section-title,
.full-width.tabs-start .section-title {
  padding-left: var(--gap);
  padding-right: var(--gap);
}
.secondary-content .tabs-view,
.secondary-content .tabs-view .section-title,
.secondary-content .tabs-view > header {
  padding-right: 40px;
  padding-left: 40px;
}
.secondary-content:first-child .tabs-view,
.secondary-content:first-child .tabs-view .section-title,
.secondary-content:first-child .tabs-view > header {
  padding-left: 0;
}
.secondary-content:last-child .tabs-view,
.secondary-content:last-child .tabs-view .section-title,
.secondary-content:last-child .tabs-view > header {
  padding-right: 0;
}
.tabs-view:not(.tabs-col) > header {
  overflow-x: auto;
  overflow-y: hidden;

}
.tabs-view:not(.tabs-col) > header::-webkit-scrollbar {
  display: none;
}
.tabs-view.icon-tabs .widget .widget-title {
  display: none;
}
.tabs-col > .widget-title,
.tabs-col > .section-title {
  margin-bottom: 40px;
}
.tabs-col > header {
  position: relative;
}
.tabs-col > header .tabs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin: 0;
  left: 0;
  text-align: left;
  padding-right: 10px;
  width: 200px;
}
.tabs-col > header .tabs li {
  margin-bottom: 10px;
}
.tabs-col > header .tabs li a {
  display: inline;
}
.tabs-col > .tabs-content,
.tabs-col > .more-items-list {
  padding-left: 200px;
  padding-right: 200px;
}
.tabs-col > .tabs-content {
  min-height: 400px;
}
.tabs-col.full > .tabs-content,
.tabs-col.full > .more-items-list {
  padding-right: 0 !important;
}
.tabs-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.large-tabs header .tabs {
  padding-bottom:0 !important;
  margin-bottom:0;
}
.large-tabs .tabs::after {
  content: "";
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--orange);
  z-index: 0;
}
.large-tabs .tabs li {
  z-index: 1;
}
.large-tabs.tabs-start .tabs li:last-child {
  border-right: 40px solid #fff;
}
.large-tabs.tabs-end .tabs li:first-child {
  border-left: 40px solid #fff;
}
.large-tabs .tabs li a {
  font-size: 40px;
  padding:0 15px 15px 15px;
  margin-right:0px;
  border-bottom: 10px rgb(155 198 255) solid;
  color:rgb(155 198 255);
}
.large-tabs .tabs li.active a {
  border-bottom-color:var(--lightblue);
  color:var(--lightblue);
}

.medium-tabs .tabs li a {
  font-size: 24px;
}

.tabs-content .more-items-list {
  max-width:none;
}
.no-results-container {
  font-size: 36px;
  opacity: 0.5;
  color: #122246;
  text-align: center;
}
/* Article Tabs */

.article-tabs header {
  max-width:100% !important;
}
.large-tabs.tabs-start header,
.large-tabs.tabs-end header {
  margin-top: 0;
  margin-bottom:0;
  position: sticky;
  background: #fff;
  top: var(--header-height);
  z-index: 2;
  padding-top: 25px;
}


.large-tabs.article-tabs.tabs-start .tabs::after {
  left:calc(((100vw - var(--max-width-column-small)) / 2) + ((var(--max-width-column-small) * 25) / 100));
}
.large-tabs.article-tabs.tabs-end .tabs::after {
  right:calc(((100vw - var(--max-width-column-small)) / 2) + ((var(--max-width-column-small) * 25) / 100));
}

.article-tabs .tabs {
  max-width: var(--max-width-column-small);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: calc((var(--max-width-column-small) * 25) / 100);
  width: 100%;
}
.article-tabs .tabs li {
  border: none;
}


/* Icon tabs */

.icon-tabs.tabs-start header,
.icon-tabs.tabs-end header {
  margin-top: 0;
  position:relative;
}
.icon-tabs.tabs-start header ul li:first-child a{
  padding-left:0;
}
.icon-tabs.tabs-end header ul li:last-child a{
  padding-right:0;
}
.icon-tabs.center-tabs header {
  padding-bottom:15px;
}
.icon-tabs header .tabs {
  padding-bottom:60px;
  overflow: auto;
}
.icon-tabs header li {
  width: auto;
}
.icon-tabs header li a {
  
  padding: 5px 35px;
  
}
.icon-tabs header li.tab-sustainability  {
  width:auto;
}

.icon-tabs header li a:before,
.icon-tabs > ul li a:before,
.tabs-view > header .controls:before {
  display: block;
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
  font-size: 36px;
}
.icon-tabs header li a:before,
.icon-tabs > ul li a:before,
.tabs-view > header .controls:before {
    font-family: "Remixicon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tabs-view > header .controls:before {
  left: 0;
}
.icon-tabs header li.information a:before,
.icon-tabs > ul li.information a:before {
  content: "\ee59";
}
.icon-tabs header li.getting-there a:before,
.icon-tabs > ul li.getting-there a:before {
  content: "\ef14";
}
.icon-tabs header li.schedule a:before,
.icon-tabs > ul li.schedule a:before {
  content: "\eb27";
}
.icon-tabs header li.leg-review a:before,
.icon-tabs > ul li.leg-review a:before {
  content: "\ee16";
}


.icon-tabs header li.tab-latest a:before,
.icon-tabs > ul li.tab-latest a:before {
  content: "\f20f";
}
.icon-tabs header li.tab-articles a:before,
.icon-tabs > ul li.tab-articles a:before,
.icon-tabs header li.angular-news a:before,
.icon-tabs > ul li.angular-news a:before{
  content: "\ed0f";
}
.icon-tabs header li.tab-sustainability a:before,
.icon-tabs > ul li.tab-sustainability a:before {
  content: "\ec7a";
}
.icon-tabs header li.tab-video a:before,
.icon-tabs > ul li.tab-video a:before,
.icon-tabs header li.highlights a:before,
.icon-tabs > ul li.highlights a:before {
  content: "\f009";
}
.icon-tabs header li.tab-photo a:before,
.icon-tabs > ul li.tab-photo a:before {
  content: "\eb31";
}
.icon-tabs header li.tab-social a:before,
.icon-tabs > ul li.tab-social a:before {
  content: "\f38c";
}
.icon-tabs header li.tab-trending a:before,
.icon-tabs > ul li.tab-trending a:before,
.icon-tabs header li.tab-highlighted-1 a:before,
.icon-tabs > ul li.tab-highlighted-1 a:before  {
  content: "\f31a";
}
.icon-tabs header li.tab-trending.active a:before,
.icon-tabs > ul li.tab-trending.active a:before,
.icon-tabs header li.tab-highlighted-1.active a:before,
.icon-tabs > ul li.tab-highlighted-1.active a:before {
  color: #fa552d;
}
.icon-tabs header li.tab-team-info a:before,
.icon-tabs > ul li.tab-team-info a:before {
  content: "\f132";
  font-family: "FontAwesome";
}
.icon-tabs header li.tab-latest-team a:before,
.icon-tabs > ul li.tab-latest-team a:before {
  content: "\f09e";
  font-family: "FontAwesome";
}
.icon-tabs header li.route-info a:before,
.icon-tabs > ul li.route-info a:before {
    content: "\e373";
    font-family: "UIFont-Solid";
    font-size: 20px;
    height: 20px;
    width: 16px;
    line-height: 20px;
    margin-left: -3px;
}
.icon-tabs header li.race-info a:before,
.icon-tabs > ul li.race-info a:before {
    content: "\e381";
    font-family: "UIFont-Solid";
    font-size: 20px;
    height: 20px;
    width: 16px;
    line-height: 20px;
    margin-left: -3px;
}
.icon-tabs header li.crew a:before,
.icon-tabs > ul li.crew a:before{
    content: "\e467";
    font-family: "UIFont-Solid";
    font-size: 20px;
    height: 20px;
    width: 16px;
    line-height: 20px;
    margin-left: -3px;
    }
.icon-tabs header li.map a:before,
.icon-tabs > ul li.map a:before{
    content: "\f203";
}
.icon-tabs header li.globe a:before,
.icon-tabs > ul li.globe a:before{
    content: "\f38c";
}
.icon-tabs header li.more a:before,
.icon-tabs > ul li.more a:before{
    content: "\E178";
    font-family: "UIFont-Solid"
}
.icon-tabs header li.performance a:before,
.icon-tabs > ul li.performance a:before{
    content: "\f2b5";

}
.icon-tabs header li.tab-trending a.active:before,
.icon-tabs > ul li.tab-trending a.active:before {
  color: #fa552d;
}
.icon-tabs header li.favorite a:before,
.icon-tabs > ul li.favorite a:before{
    content: "\E458";
    font-family: "UIFont-Solid";
    font-size: 20px;
    height: 20px;
    width: 16px;
    line-height: 17px;
    margin-left: -3px;
    vertical-align: middle;
}

.icon-tabs > ul li.search {
  margin-bottom: 20px;
}
.icon-tabs > ul li.search input,
.angular-table form input,
.tabs-view > header input {
  border: none;
  background: transparent;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}



.icon-tabs > ul li.search input::-moz-placeholder,
.tabs-view > header input::-moz-placeholder {
  color: #818892;    

  opacity: 1;
}
.icon-tabs > ul li.search input:-ms-input-placeholder,
.tabs-view > header input:-ms-input-placeholder {
  color: #818892;    

}
.icon-tabs > ul li.search input::-webkit-input-placeholder,
.tabs-view > header input::-webkit-input-placeholder {
  color: #818892;    

}


.tabs-view > header input:focus::-moz-placeholder {  
  opacity: 1;
}
.icon-tabs > ul li.search input:focus,
.tabs-view > header input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ddd;
  outline: none;
}
.tabs-view > header input:focus {

}


.icon-tabs header li.search a,
.icon-tabs > ul li.search a,
.tabs-view > header .controls {
  cursor: default;

}
.icon-tabs > ul li.search a:after {
  display: none;
}
.tabs-view > header .controls {
  position: relative;
}
.icon-tabs header li.search a:before,
.icon-tabs > ul li.search a:before,
.angular-table form .input-group:before,
.tabs-view > header .controls:before{
    content: "\f0d1";
    font-family: "Remixicon";
    font-size: 22px;
    height: 20px;
    width: 16px;
    line-height: 17px;
    margin-left: -3px;
    top: 50%;
    margin-top: -10px;
    vertical-align: middle;
    position: absolute;
}


.icon-tabs header li.documents a:before,
.icon-tabs > ul li.documents a:before{
    content: "\E284";
    font-family: "UIFont-Solid";
    font-size: 20px;
    height: 20px;
    width: 16px;
    line-height: 17px;
    margin-left: -3px;
    vertical-align: middle;
}
.icon-tabs header li.remove a:before,
.icon-tabs > ul li.remove a:before{
    content: "\f12a";
}

.icon-tabs header li.filters a:before,
.icon-tabs > ul li.filters a:before{
    content: "\f39d";
}

.icon-tabs .tabs li a {
  font-weight: normal;
}

/* Primary content tabs */


.primary-content .icon-tabs .tabs li a {
  font-size:12px;
}
.primary-content .icon-tabs header {
  padding-bottom:0;
}
.primary-content .icon-tabs header li  {
  
}
.primary-content .tabs-view > header .controls:before {
  font-size: 22px;
  width:30px;
}

.tabs-view > header .control-group {
  margin:0;
}
/* Icon list */

.icon-list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  font-size: 18px;
}
.icon-list li i {
  width:75px;
  height:75px;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin:0 auto 10px;
  display:block;
}
.icon-list li i.icon-race-village {
  background-image: url(../img/icons/race-village.png);
}
.icon-list li i.icon-eta {
  background-image: url(../img/icons/eta.png);
}
.icon-list li i.icon-inport {
  background-image: url(../img/icons/inport-race.png);
}
.icon-list li i.icon-leg-start {
  background-image: url(../img/icons/leg-start.png);
}
.icon-list li i.icon-leg-length {
  background-image: url(../img/icons/leg-length.png);
}
.icon-list li strong {
  font-size: 22px;
}
.slide-content .icon-list {
  border-top:1px solid rgba(255,255,255,0.5);
  padding-top: 30px;
  margin-top: 10px;
  justify-content: flex-start;
  width:auto;
}
.slide-content .icon-list li {
  margin-right: 35px;
  text-align: left;
}
.slide-content .icon-list li:last-child {
  margin-right:0;
}




/* Sponsors */
body.partners .widget.article-view > .article header > *:not(figure) {
  padding-right:370px;
}
body.partners .widget.article-view > .article header {
  min-height: 130px;
  position:relative;
}
body.partners .widget.article-view > .article header figure {
  margin: 0;
  position: absolute;
  text-align: right;
  height: 90%;
  left: calc((100vw - var(--max-width-column-small)) / 2);
}
body.partners .widget.article-view > .article header figure img {
  max-width: 350px;
  border-left: 2px solid rgb(232 232 232);
  height: 100%;
  object-fit: contain;
}
.sponsor {
  width:100%;
}
.sponsor > ul {
  align-items: center;
}
.sponsor li {
  -webkit-filter: url(filters.svg#grayscale);
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* Google Chrome & Safari 6+ */
  opacity: 0.7;
}
.sponsor li:hover {
  filter: none;
  -webkit-filter: none;
  display: inline-block;
  opacity: 1;
}
.sponsor li:hover img {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
#footer .sponsor .widget-title {
  font-size:12px;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing: 2px;
  color:#ffffff;
  opacity:.5;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,0.5);
}
/* Fotorama */
.fotorama .fotorama__caption {
  opacity: 1;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  bottom: 40px;
}
.fotorama .fotorama__caption .fotorama__caption__wrap {
  background: none;
  text-align: center;
  color: #ffffff;
  width: 80%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 5px auto;
  display: block;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.fotorama .fotorama__wrap--no-controls .fotorama__caption {
  opacity: 0;
}
/* Sign up form */
/* Simple Text */
.simple-text-body {
  text-align: center;
  min-height: calc(var(--vh, 1vh) * 50);
  display: flex;
  justify-content: center;
  align-items: center;

}
.simple-text-body p {
  color: var(--lightblue);
  font-weight: bold;
  font-size: 22px;
}
.text-right .simple-text-body {
  text-align: right;
}
.text-left .simple-text-body {
  text-align: left;
}
/* Widget link */
.widget-link > a {
  display: block;
  width: 155px !important;
}
.widget-link.large-link a {
  font-size: 28px;
  width: auto !important;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 40px 20px;
}
.widget-link.large-link a small {
  font-size: 50%;
  font-weight: normal;
}
.widget-link.red-link a {
  color: #ffffff;
  background: #e20f2e;
  border-color: transparent;
}
.widget-link.red-link a:hover {
  background: #122246;
}




/* Countdown */


.countdown-time .sec {
  border-right: 1px solid #515254;
}
.countdown-fotorama {
  display: inline-block;
  vertical-align: middle;
}


#countdown {
  color: #ffffff;
  text-align: right;
    }
    #countdown:not(.app-countdown) .fotorama__stage {
      height: var(--row1-height) !important;
    }
    .countdown-text {
      text-align: right;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: subpixel-antialiased;
        position: relative;
    }
    .countdown-time,
    .countdown-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        }

    .countdown-date {
      margin-right: -0.25em;
    }
    .countdown-message {
      padding-right: 16px;
      font-size: 12px;
      font-weight: bold;
      line-height: normal;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        max-width: 210px;
    }
    .countdown-message,
    .countdown-time,
    .countdown-date,
    .countdown-time > div{
    }
    .countdown-text .countdown-date,
    .countdown-time > div {
      border-left: 1px solid #515254;
      padding: 0 16px;
      text-align: center;
      vertical-align: middle;
    }
    .countdown-text strong {
      font-size: 14px;
      font-weight: 300;
      -webkit-transition: font-size 0.4s; /* Safari */
      -o-transition: font-size 0.4s;
      transition: font-size 0.4s;
    }
    .countdown-text span {
      font-size: 7px;
      display: block;
      -webkit-transition: font-size 0.4s; /* Safari */
      -o-transition: font-size 0.4s;
      transition: font-size 0.4s;
    }


    .headroom--unpinned .countdown-text span,
    .headroom--unpinned #header .countdown-text span {
      font-size: 9px;
        }

    .countdown-text .over {
      padding: 0;
      font-weight: normal;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      position: absolute;
      width: 270px;
      z-index: 3;
      background: rgb(81 154 255);
      margin-left: -260px;
      height: var(--row1-height);
      top: 0;
      margin-top: calc(var(--row1-height) / -2);
      text-align: center;
      line-height: normal;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .countdown-text .over:empty {
      display:none;
    }
    .countdown-text .over strong {
      font-weight: bold;
      font-size: 16px;
    }
    .countdown-text .over a {
      color: #ffffff;
    }
    .countdown-text .over:hover {
      background-color: var(--blue);
    }

header #countdown {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 190px;
  
  width: auto;

}
body #header #countdown {
  height:var(--row1-height);
  align-items: center;
  position:relative;
}
body:not(.rwp) #header #countdown:after {
  background:url(../img/sustainability/ulysse-nardin-logo-white.png) center center transparent no-repeat;
  background-size: 80% auto;
  content:"";
  width:190px;
  position:absolute;
  right:0;
  height:100%;
  top:0;
}
body #header .countdown-fotorama {
  background: rgba(255,255,255,0.1);
  padding: 0 10px;
  height:100%;
  justify-content: center;

}
body #header #countdown > .all-box-link {
  width: 190px;
  left: auto;
}
body #header #countdown .countdown-time > span {
  flex-direction: column;
align-items: center;
padding:0 8px 0 0;
margin-left:0;
margin-top:2px;
}
#header .countdown-time {
  margin-left: 15px;
}


#header .countdown-fotorama {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  margin-left: 10px;
  width: auto;

}

header #countdown .countdown-time > span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
margin-left:11px;

}
header #countdown .countdown-time > span.secs {
  width: 40px;
}
header #countdown .widget-title {
  color: #fff;
  margin: 0;
  padding: 0;
  padding-right: 0px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  padding-right: 20px;
  letter-spacing: 0.5px;
}
header #countdown .widget-title a {
  color: #fff;
}
header #countdown .widget-title span {
  font-weight:100;
  font-size:75%;
  display:block;
}
header #countdown .widget-title small {
font-size: 10px;
}
#header .countdown-text span.number {
    font-size: 25px;
    font-weight: 600;
    line-height: .8;
}
#header .countdown-text span.name {
  font-size: 12px;
  margin-left: 0;
  color: var(--darkgreen);
  margin-top: 2px;
}

#countdown.live-2 {
  padding: 0;
  height: 80px;
  position: absolute;
  width: 100%;
}
#countdown.live-2 .widget-title {
  display:none;
}
#countdown.live-2 .countdown-fotorama {
  display: block;
  height: 100%;
}
#countdown.live-2 .countdown-text.is-countdown {
  justify-content: flex-end;
  height: 100%;
}
#countdown.live-2 .countdown-text.is-countdown .countdown-time {
  display:none;
  height: 100%;
}
#countdown.live-2 .countdown-text.is-countdown .over {
  flex-direction: row;
  margin: 0;
  height:100%;
  background: transparent;
  color: var(--darkgreen);
  padding:0;
  width: 100%;
  position: absolute;
  justify-content: flex-end;
  text-align: right;
}
#countdown.live-2 .countdown-text.is-countdown .over #reload-btn {
  margin-left: 20px;
  background-color: var(--blue);
}

/* Social Links */
#header #socialLinks header {
  display: none !important;
}
#header #socialLinks .widget-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  margin: -2px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  letter-spacing: 1px;
}
#header #socialLinks:hover header {
  display: inline-block;
  vertical-align: middle;
}
#header .social-icons,
#footer .social-icons {
  -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;
}

#footer .social-icons {
  padding-top: 40px;
  padding-bottom: 40px; 
}
#header .social-icons > div,
#footer .social-icons  > div{
  margin: 0;
}
#header .social-icons > div.social-search {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
#header .social-icons > div.social-search:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-color: rgba(68, 68, 68, 0.11);
}
#header .social-icons > div h3,
#header .social-icons a,
#footer .social-icons > div h3,
#footer .social-icons a {
  font-size: 20px;
  line-height: 24px;
}
#header .social-icons a,
#footer .social-icons a {
  padding: 0 6px;
}
 
.social-icons > div {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
}
.social-icons > div h3 {
  margin: 0;
  font-size: 22px;
}
#header .social-icons a:hover,
#header .social-icons a:hover:before,
#header .social-links.blue a,
#header .social-links.blue a:before {
  color:var(--lightblue);
}
#header .social-links.blue a:hover,
#header .social-links.blue a:hover:before {
  color:#2361DB;
}

header .social-icons .login a span {
  display:none;
}

/*
#header .social-links.newsletter {
  align-items:center;
  position:relative;
  margin-left: 5px;
padding-left: 5px;
}
#header .social-links.newsletter:before {
  content:"";
  left:0;
  height:45%;
  width:0.5px;
  background:var(--darkgreen);
  position:absolute;
}

#header .social-icons > div.social-tiktok {
  border-left:0.5px solid var(--darkgreen);
  margin-left: 5px;
  padding-left: 9px;
}
*/
.social-icons .social-twitter a,
.prefooter .social-icons .social-twitter a:hover:before {
  color: #55acee;
}
.social-icons .social-twitter a:before {
  content: "\f3e7";
}

.social-icons .social-facebook a,
.prefooter .social-icons .social-facebook a:hover:before {
  color: #3b5999;
}
.social-icons .social-facebook a:before {
  content: "\ecb8";
}

.social-icons .social-instagram a,
.prefooter .social-icons .social-instagram a:hover:before {
  color: #e4405f;
}
.social-icons .social-instagram a:before {
  content: "\ee65";
}
.social-icons .social-linkedin a:before {
  content: "\eeb3";
}

.social-icons .social-linkedin a,
.prefooter .social-icons .social-linkedin a:hover:before {
  color: #0077B5;
}

.social-icons .social-youtube a,
.prefooter .social-icons .social-youtube a:hover:before {
  color: #cd201f;
}
.social-icons .social-youtube a:before {
  content: "\f2d4";
}
.social-icons .social-tripadvisor a,
.prefooter .social-icons .social-tripadvisor a:hover:before {
  color: var(--lightblue);
}
.social-icons .social-tripadvisor a:before {
  content: "";
  background-color: var(--darkgreen);
  -webkit-mask-image: url(../img/tripadvisor.svg);
  mask-image: url(../img/tripadvisor.svg);
  -webkit-mask-size: 30px auto;
  mask-size: 30px auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width:31px;
  height:19px;
  display: flex;
  }

.social-icons .social-newsletter a,
.prefooter .social-icons .social-newsletter a:hover:before {
  color: #cd201f;
}
.social-icons .social-newsletter a:before {
  content: "\eef6";
}

.social-icons .social-search a:before {
  content: "\f002";
}

.social-icons .social-website a,
.prefooter .social-icons .social-website a:hover:before {
  color: var(--blue);
}
.social-icons .social-website a:before {
  content: "\edcf";
}

.social-icons .social-weibo a,
.prefooter .social-icons .social-weibo a:hover:before {
  color: #e62227;
}
.social-icons .social-weibo a:before {
  content: "\f18a";
}

.social-icons .social-youku a,
.prefooter .social-icons .social-youku a:hover:before {
  color: #1b96d5;
}
.social-icons .social-youku a:before {
  content: "\f01d";
}


.social-icons .social-tumblr a,
.prefooter .social-icons .social-tumblr a:hover:before {
  color: #35465c;
}
.social-icons .social-tumblr a:before {
  content: "\f173";
}

.social-icons .social-wechat a,
.prefooter .social-icons .social-wechat a:hover:before {
  color: #70a63b;
}
.social-icons .social-wechat a:before {
  content: "\f1d7";
}


#header .social-icons .social-tiktok a:hover:before {
  background-color: var(--lightblue);
}

.social-icons .social-tiktok a:before {
  content: "";
  background-color: var(--darkgreen);
  -webkit-mask-image: url(../img/tiktok.svg);
  mask-image: url(../img/tiktok.svg);
  -webkit-mask-size: 25px auto;
  mask-size: 25px auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width:17px;
  height:16px;
  display: flex;
  }


.social-icons a {
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
}
.social-icons a:before {
  font-family: "Remixicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .social-icons a:before,
.prefooter .social-icons a:before {
  color: var(--darkgreen);
}
.owl-theme.owl-carousel .owl-nav {
  pointer-events: none;
}
.owl-theme.owl-carousel .owl-nav > * {
  pointer-events: all;
}
#angular-news .more-items-item.banner {
  width: calc(50% - var(--gap));
}
#angular-news .more-items-item.banner .more-items-img-container{
  aspect-ratio: 300/233;
}

#angular-news .more-items-item .more-items-img-container{
  aspect-ratio: 768/524;
  position:relative
}
#angular-news .more-items-item .more-items-img-container img,
#angular-news .more-items-item .more-items-img-container video {
  top:0;
  position:absolute;
  height: 100%;
  object-fit: cover;
}
#angular-news .more-items-item.photo .more-items-img-container,
#angular-news .more-items-item.video .more-items-img-container{
  position: relative;
  aspect-ratio: 20/32;
}

#angular-news .more-items-item.video .more-items-img-container img,
#angular-news .more-items-item.photo .more-items-img-container img,
#angular-news .more-items-item.video .more-items-img-container video,
#angular-news .more-items-item.photo .more-items-img-container video{

}
#angular-news .more-items-item.banner .wrapper,
#angular-news .more-items-item.video .wrapper,
#angular-news .more-items-item.photo .wrapper {
  margin-top: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.12%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
  justify-content: flex-end;
  position:relative;
  padding-top:50px;
  position: absolute;
  bottom: 0;
}
#angular-news .more-items-item.video .wrapper h2,
#angular-news .more-items-item.photo .wrapper h2,
#angular-news .more-items-item.banner .wrapper h2{
  color:#ffffff;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
#angular-news .more-items-item.banner .wrapper .more-items-short-text {
  color:#ffffff;
}
#angular-news .more-items-item.video .wrapper .more-items-short-text,
#angular-news .more-items-item.photo .wrapper .more-items-short-text,
#angular-news .more-items-item.large-title .more-items-short-text {
  display:none;
}
#angular-news .more-items-item.video .wrapper time,
#angular-news .more-items-item.photo .wrapper time,
#angular-news .more-items-item.video .wrapper .more-items-tag,
#angular-news .more-items-item.photo .wrapper .more-items-tag  {
  color:#ffffff;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
#angular-news.line-after-title-wrapper .more-items-item.video .wrapper h2:after,
#angular-news.line-after-title-wrapper .more-items-item.photo .wrapper h2:after {
  background-color:var(--lightblue);  
}
#angular-news .more-items-item.large-title.video .wrapper h2,
#angular-news .more-items-item.large-title.photo .wrapper h2 {
  font-size:20px;
}
#angular-news .more-items-item.video .wrapper:before,
#angular-news .more-items-item.photo .wrapper:before  {
  content: "";
  width: 39px;
  height: 39px;
  background: var(--lightblue);
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  z-index: 2;
}

#angular-news .more-items-item.video .wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid rgb(255, 255, 255);
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 35px;
}
#angular-news .more-items-item.photo .wrapper:after {
  content: "\eb31";
  font-family: "Remixicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 24px;
  position: absolute;
  z-index: 3;
  top: 57px;
  left: 27px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 25px;
}

#angular-news .more-items-item.banner .wrapper{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
#angular-news .more-items-item.banner .wrapper h2  {
  font-size: 32px;
}

#angular-news .more-items-item.banner .wrapper time  {
  display: none;
}
#angular-news .more-items-item.banner .wrapper:before {
  display:none;
}

#angular-news .more-items-item.banner .wrapper .more-items-short-text {
  color: #fff;
}


#smartbanner {
  display: none !important;
}

/* Teams */

body.team .column > #info-social {
  display:none;
}
body.team #info-social {
  margin:30px 0;
}
body.team #info-social .social-icons > div {
  padding-left:0;
  padding-right: 15px;
}
body.team #info-social .social-icons > div h3 {
  font-size: 36px;
}

#team-text .more-items-item > a:not(.all-box-link) > img {
  object-position: top center;
  height:auto;
  padding-bottom: 50px;
}
.button-3d {
  display: none;
}
#team-text .button-3d {
  width: 100%;
  margin: 0 0 50px 
}
#team-text .button-3d img {
  width:130px;
  margin: 0 auto;
}

#crew-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#crew-wrapper .widget-title {
  width: 100%;
}

#crew .more-items-item .wrapper {
  position: relative;

}
#crew .more-items-item .wrapper::before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  z-index: 1;
  background-size: 100% auto;
  background-position: center center;
  background-color: #000;
  background-repeat: no-repeat;
  border-radius: 50%;

  
}
#crew .more-items-item.Skipper {
  background-color: var(--orange);
  order: -1;
}
#crew-wrapper .more-items-item.Skipper {
  margin-left:0
}
#crew.center-text .more-items-item .wrapper {
  padding-top: 30px;
}
#crew.center-text .more-items-item .wrapper::before {
  margin-left: -20px;
  left: 50%;
  top: -20px;
}
#crew.not-skipper .more-items-item {
  overflow: visible;
}
#crew.not-skipper .more-items-item .wrapper {
  padding-left: 45px;
  padding-top:0;
  padding-bottom:0;
}
#crew.not-skipper .more-items-item .wrapper::before {
  margin-top: 0;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
}
#crew.not-skipper .more-items-item .wrapper h2 {
  margin-bottom: 0;
}


#crew .more-items-item.onboard-1 .wrapper::after {
  content: "ONBOARD";
  position: absolute;
  top: -26px;
  right: 0;
  padding: 2px 5px;
  background: var(--orange);
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px 0 0 0;
}
#crew.center-text .more-items-item.Skipper.onboard-1 .wrapper::after {
  background: var(--lightblue);
}
html[lang="it"] #crew .more-items-item.onboard-1 .wrapper::after,
html[lang="es"] #crew .more-items-item.onboard-1 .wrapper::after,
html[lang="it"] #crew.left-text .more-items-item.onboard-1 .wrapper p::after,
html[lang="es"] #crew.left-text .more-items-item.onboard-1 .wrapper p::after {
  content: "A BORDO";
}
html[lang="fr"] #crew.left-text .more-items-item.onboard-1 .wrapper p::after,
html[lang="fr"] #crew .more-items-item.onboard-1 .wrapper::after {
  content: "À BORD";
}

#crew.left-text .more-items-item.onboard-1 .wrapper::after {
  display: none;
}
#crew.left-text .more-items-item.onboard-1 .wrapper p::after {
  content: "ONBOARD";
  position: relative;
  right: auto;
  padding: 2px 5px;
  background: var(--orange);
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 0;
  display: block;
  margin-left: 10px;
}
#crew.left-text .more-items-item.onboard-1 .wrapper p {
  display: flex;
  align-items: center;
}

/* Route */

.route-list li {
  overflow: visible;
}
.route-list .wrapper {
  position:relative;
}
.route-list .wrapper h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  margin-top:0;
}
.route-list .leg .wrapper h2 {
  font-size: 14px;
}
.route-list .wrapper h2 a {
  color:var(--darkgrey)
}
.route-list .wrapper h2 a small {
  font-size: 10px;
  display: inline-block;
  width: 100%;
  line-height: 1;
}

.route-list .wrapper h2 a:hover {
  color: var(--lightblue);
}
.route-list .current .wrapper h2 a,
.route-list .current .wrapper h2 a small {
  color: var(--orange);
}
.route-list .finished .wrapper h2 a {
  color: var(--darkgreen);
}
.route-list li.more-items-item .wrapper {
  padding-top: 6px;
  padding-bottom: 6px;
}
.route-list li.port {
  z-index: 1;
}
.route-list li:nth-child(12) .wrapper h2 {
  transform: translate(0,26px);
}
.route-list li:nth-child(13)  {
  pointer-events: none;
}
.route-list li:nth-child(13) .wrapper h2 a {
  pointer-events: auto;
}
.route-list li.port.current:nth-child(13):not(.leg) .wrapper:after {
  width: 15px;
  height: 15px;
  right: -7.5px;
  background-image: none;
}
.route-list li:nth-child(13) .wrapper h2 {
  font-size: 12px;
}
.route-list li.port:nth-child(13) .wrapper:after {
  width: 15px;
  height: 15px;
  right: -7.5px;
  border: 2px solid #fff;
}
.route-list li.port.current-after:nth-child(13) .wrapper:after {
  background-color: var(--orange);
}
.route-list li:nth-child(14) .wrapper h2  a{
  color: transparent;
}
.route-list li:nth-child(odd) .wrapper{
  margin-right: 50%;
  text-align: right;
  width: 50%;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 0;
}

.route-list li:nth-child(even) .wrapper{
  margin-left: 50%;
  text-align: left;
  width: 50%;
  margin-right: auto;
  padding-right: 0;
  padding-left: 30px;
}

.route-list li.port .wrapper:after {
  position:absolute;
  content:"";
  width: 20px;
  height:20px;
  background-color: var(--lightgrey);
  border-radius: 50%;
}
.route-list li.leg .wrapper:after {
  position:absolute;
  content:"";
  width: 4px;
  height:220%;
  background-color: var(--lightgrey);
  margin: 0 8px;
}
.route-list li.current:not(.leg) .wrapper:after {
  background-color: var(--orange);
  width: 36px;
  height: 36px;
  background-image: url(../img/white-isologo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 65%;
}
.route-list li.leg.current .wrapper:after {
  background-color: var(--orange);
}
.route-list li.finished .wrapper:after {
  background-color: var(--lightblue);
}
.route-list li:nth-child(odd) .wrapper:after{
  right:-10px;
}
.route-list li:nth-child(even) .wrapper:after{
  left:-10px;
}

.route-list li.current.port:nth-child(odd) .wrapper:after {
  right: -18px;
}


.route-list li:nth-child(odd) .wrapper {
  padding-right:30px;
}

.route-list li:nth-child(even) .wrapper {
  padding-left:30px;
}

#route-text > ul > li{
  max-height: 270px;
}


.angular-glossary {

}
.angular-glossary.more-items .tabs-content > * {
  padding-top: 50px;
}
.angular-glossary .more-items-item.no-img .item-img-container{
  display: none;
}
.angular-glossary .tabs-content,
.angular-glossary .widget-title {

}
.angular-glossary header .tabs {

}
.angular-glossary header > * {

}

.angular-glossary.more-items .more-items-item {
  border-bottom: 1px solid #ddd;  
  border-radius: 0;
}

.angular-glossary.more-items .more-items-item img {
  width: 40px;
  min-width: 30px;
}

.angular-glossary.more-items .more-items-item.no-img .wrapper {
  padding: 0 !important;
  
}
.angular-glossary.more-items .more-items-item .wrapper {
  padding-left: 80px !important;
  margin-right: 0;
  padding-top: 0 !important;
}
.angular-glossary.more-items .more-items-item .wrapper > *:last-child {
  
  padding-bottom: 0;
  margin: 0;
}
.angular-glossary.more-items .more-items-item .wrapper .plus-text.ng-hide {
  display: block !important;
}
.angular-glossary.more-items .more-items-item .wrapper .item-short-text {
  font-size: 20px;
  font-style: italic;
  padding: 0;
  display: block;
}
.angular-glossary.more-items .more-items-item .wrapper h2 {
  font-weight: bold;
  padding: 0;

    margin: 0 0 10px 0;
}
.angular-glossary.more-items .more-items-item .wrapper h2 small {
  font-weight: normal;
  font-size: 80%;
  color:var(--darkgreen);
}
.angular-glossary.more-items .more-items-item .wrapper h2:after {
  display: none;
}
.angular-glossary.more-items .more-items-item footer {
  display: none;
}
.angular-glossary li.tab a {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}




/* Felix tor app */ 
.app.racing .tab.teams .tabsSub .tab {
  height: calc((100vh - var(--header-height) - var(--footer-height) - (var(--row1-height) * 2)) / 14);
  display: flex;
  align-items: center;
}
.app.racing .tab.teams .tabsSub .tab a {
  padding: 10px 16px;
  flex: 1;
}

.app.racing #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.imoca a, .app.racing #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.vo65 a {
  background: none;
}

.app.racing #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.imoca, .app.racing  #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > .submenu li.vo65 {
  background: rgb(0 59 71 / 16%);
}

.app.teams #teams-imoca .column div,
.app.teams #teams-vo65 .column div
{
  padding-top: 0;
}

/* Felix tor web */
/* careers */
body.careers .primary-content .widget.article-view > .article {
  padding: 50px 0;
}
/* Racing */
.tracker #angular-news.tracker-latest .more-items-item.photo .wrapper,
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper {
  background: none;
}
.tracker #angular-news.tracker-latest .more-items-item.photo .wrapper h2,
.tracker #angular-news.tracker-latest .more-items-item.photo .wrapper time,
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper h2,
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper time {
  color: var(--darkgreen);
  text-shadow: none;
}
.tracker #angular-news.tracker-latest .more-items-item.photo .wrapper:after,
.tracker #angular-news.tracker-latest .more-items-item.photo .wrapper:before,
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper:before,
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper:before {
  display: none;
}
/* Standings */
#guyot-text > p {
  margin: 20px 0 0;
}
/* Blog */
body.blog #around-wrapper {
  display: flex;
  max-width: var(--max-width-column);
  margin: 0 auto;
}
body.blog #around-world-1 .more-items-item {
  margin: 0;
}
body.blog #around-world-1 .more-items-item .wrapper {
  padding: 0;
}
body.blog #around-world-1 .more-items-item h2 {
  font-size: 32px;
}
body.blog #around-world-2 {
  width: 177%;
}
body.blog #around-world-2 .more-items-item img{
  min-height: 34vh;
  object-fit: cover;
}
body.blog #blog-top-story {
  padding-bottom: 30px;
}
body.blog #blog-top-story .more-items-item .wrapper h2 {
  font-size: 40px;
}
body.blog.subscribe #sign-up {
  padding: 30px;
}
body.blog.home .slide-images .more-items-item > a {
  pointer-events: auto;
}
body.blog.subscribe #sign-up > .widget-title {
  color: var(--lightblue);
  font-size: 42px;
}
body.blog.subscribe #sign-up form > .formly > div:last-child {
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
body.blog.subscribe .btn-success {
  background-color: var(--lightblue);
  border-color: var(--lightblue);
}
body.blog form .separator span {
  font-weight: 400;
}
body.blog form .formly-field-checkbox {
  border-top: 1px solid var(--lightgrey);
  padding-top: 16px;
}
body.blog #footer #footer-zone4 {
  justify-content: center;
  border: none;
}
body.blog #footer #footer-zone4 .menu > li {
  margin-bottom: var(--gap);
}
body.blog #footer #footer-zone4 .menu > li > a {
  font-weight: normal;
  font-size: 14px;
}
body.blog #store-iframe-home iframe {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 270px;
}
/* MUSEUM */
body.museum #language-embed {
  display: flex;
}
body.museum #language-embed > div {
  display: flex;
}

.cursor-default a {
  cursor: default;
}

body.museum .primary-content {
  width: calc(100% - var(--related-content-width));
}
/* Home */
body.museum #header .row1:after {
  background: var(--culture-grey)
}
body.museum h2 {
  color: var(--culture-grey);
  font-size: 32px;
  padding-bottom: 6px;
}
body.museum #wrapper-museum h2 > a, 
body.museum #rwp-banner-list h2 > a, 
body.museum #rwp-wrapper h2 > a,
body.museum #more-items-llegar h2 > a,
body.museum #more-accesibilidad h2 > a {
  font-size: 32px;
  color: var(--culture-grey);
}
body.museum.home #wrapper-museum {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(var(--max-width-column) + var(--gap)) !important;
  padding: 0 0 90px 0;
}
body.museum .slides .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background-color: var(--culture-grey);
  border-color: var(--culture-grey);
}
body.museum.home #wrapper-museum > .widget {
  z-index: 1;
}
body.museum.home #wrapper-museum > .widget .link-button {
  text-align: end;
}
/* first wrapper */
body.museum.home #wrapper-museum.first-wrapper::before {
  content: "";
  position: absolute;
  height: 56%;
  width: var(--gap);
  background: var(--culture-grey);
  left: 0;
  z-index: 1;
}
body.museum.home #wrapper-museum.first-wrapper::after {
  position: absolute;
  width: 25vw;
  height: 300px;
  content: "";
  background: url(../img/tor-museum-web/museum-texture-right.png) center bottom no-repeat transparent;
  background-size: cover;
  right: 0;
  z-index: 0;
  opacity: 1;
}
body.museum.home #wrapper-museum.first-wrapper > div:first-child {
  flex-basis: 50%;
  padding-right: var(--gap);
}
body.museum.home #wrapper-museum.first-wrapper > div:last-child {
  flex-basis: 36%;
  margin-top: 6em;
}
/* second wrapper */
body.museum.home #wrapper-museum.second-wrapper::before {
  position: absolute;
  width: 144px;
  height: 36vw;
  content: "";
  background: url(../img/tor-museum-web/museum-texture-left.png) center bottom no-repeat transparent;
  background-size: cover;
  left: 0;
  z-index: 0;
  margin-top: -6em;
  opacity: 1;
}
body.museum.home #wrapper-museum.second-wrapper::after {
  content: "";
  position: absolute;
  height: 52%;
  width: var(--gap);
  background: var(--culture-grey);
  right: 0;
  z-index: 1;
}
body.museum.home #wrapper-museum.second-wrapper > div:first-child {
  flex-basis: 36%;
  margin-top: -6em;
}
body.museum.home #wrapper-museum.second-wrapper > div:first-child img{
  object-fit: cover;
  max-height: 500px;
}
body.museum.home #wrapper-museum.second-wrapper > div:last-child {
  flex-basis: 50%;
  padding-left: var(--gap);
}
body.museum.home #rwp-banner-list.quotes {
  background-color: var(--lightblue);
}
body.museum.home .quotes::before {
  position: absolute;
  height: 98px;
  content: "";
  width: 50vw;
  background: url(../img/tor-museum-web/museum-texture-bottom.png) center bottom no-repeat transparent;
  background-size: cover;
  right: 0;
  z-index: 0;
  margin-top: -9em;
  opacity: 1;
}
body.museum.home #rwp-banner-list.quotes * {
  color: #fff;
}
body.museum.home #rwp-banner-list.quotes .more-items-item {
  justify-content: flex-start;
  padding: var(--gap);
}
body.museum.home #rwp-banner-list.quotes .more-items-item::before {
  content: "\EC51";
  font-size: 24px;
  font-family: 'remixicon';
}
body.museum.home #rwp-banner-list.quotes .more-items-item h2 {
  line-height: 1;
  font-weight: 300;
}
body.museum.home #rwp-banner-list.quotes .more-items-item h2 a {
  font-size: 16px;
}
body.museum.home #rwp-banner-list.quotes .more-items-item p {
  font-weight: bold;
}
body.museum.home .fotorama__wrap--css3 .fotorama__nav__shaft {
  justify-content: center;
  gap: 30px;
}
/* Visit */
body.museum.visit #rwp-wrapper > div {
  padding-bottom: 0;
}
body.museum.visit #rwp-wrapper > div ul {
  margin-left: 0;
}
body.museum.visit #rwp-wrapper > div ul li {
  margin: 0;
  background-color: unset;
}
body.museum.visit #rwp-wrapper > div ul li img {
  min-height: 500px;
  object-fit: cover;
}
body.museum.visit #rwp-wrapper > div ul .wrapper {
  justify-content: center;
  padding: 0 0 0 40px;
}
body.museum.visit .widget[data-label] {
  background: unset;
}
body.museum.visit .widget[data-label]::after, 
body.museum.visit .widget[data-label]::before,
body.museum.activities .widget[data-label]::before,
body.museum.activities .widget[data-label]::after
 {
  display: none;
}
body.museum.activities .widget[data-label] {
  background: unset;
}
body.museum.visit .column > .widget:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > *:not(.widget) {
  max-width: 100% !important;
}
body.museum.visit .text-over.center-box .wrapper, body.museum.visit .slide.center-box, body.museum.visit .center-box .slide, body.museum.visit .slide.cover-box .slide-content, body.museum.visit .cover-box .slide .slide-content {
  background-color: unset;
}
body.museum.visit section#banner-colecciones .slide-content {
  height: 100%;
  justify-content: center;
}
body.museum.visit section#banner-colecciones .slide-content h2 {
  margin-bottom: 0;
  margin-top: 0;
  order: 1;
}
body.museum.visit section#banner-colecciones .slide-content h2 a {
  vertical-align: top;
}
body.museum.visit section#banner-colecciones .slide-content p {
  padding-bottom: 20px;
  margin-top: auto;
  order: 4;
}
body.museum.visit section#banner-colecciones .slide-content a:first-child {
  margin-top: auto;
  text-transform: none;
  transform: translatex(62px);
  margin-bottom: 0;
  order: 0;
  font-size: 16px;
}
body.museum.visit section#banner-colecciones .slide-content .slide-title a {
  font-size: 32px;
}
body.museum.visit section#banner-colecciones .slide-content a:first-child:hover {
  color: #FFF;
}
body.museum.visit section#banner-colecciones .slide-content .btn {
  margin-top: 10px;
  order: 3;
}
body.museum.visit section#banner-colecciones .fotorama__wrap--css3 .fotorama__html {
  background: linear-gradient(90deg, rgba(0,255,255,0) 8%, var(--darkgreen) 100%);
}
body.museum.visit section#banner-science .fotorama__wrap--css3 .fotorama__html {
  background: linear-gradient(90deg, rgba(0,255,255,0) 8%, var(--lightblue) 100%);
}
body.museum.visit section#banner-science .fotorama__wrap--css3 .fotorama__html::before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0;
  right: 27%;
  width: 100%;
  height: 100%;
  background: url(../img/tor-museum-web/ticket-icon.png) center center no-repeat;
}
body.museum.visit section#banner-science .slide-content h2 a, 
body.museum.visit section#banner-learning .slide-content h2 a {
  font-size: 32px;
}
body.museum.visit #como-llegar {
  align-items: center;
  padding: 80px var(--body-h-padding);
  display: flex;
}
body.museum.visit #museum-map {
  width: 40%;
}
body.museum.visit #museum-map iframe {
  width: 100%;
}
body.museum.visit section#banner-learning .fotorama__wrap--css3 .fotorama__html {
  background: linear-gradient(270deg, rgba(0,255,255,0) 8%, var(--lightblue) 100%);
}
body.museum.visit section#banner-learning .fotorama__wrap--css3 .fotorama__html::after {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0;
  left: 15%;
  width: 100%;
  height: 100%;
  background: url(../img/tor-museum-web/coffee-icon.png) center center no-repeat;
}
body.museum.visit #more-items-llegar {
  margin-left: 50px;
}
body.museum.visit #more-items-llegar li {
  background: unset;
  margin: 0;
}
body.museum.visit #more-items-llegar li a img {
  max-height: 540px;
  object-fit: cover;
}
body.museum.visit #more-items-llegar li .wrapper {
  justify-content: center;
  padding: 0 0 0 40px;
}
body.museum.visit .banner-bg .fotorama__html:before {
  content: none;
}
body.museum.visit #more-accesibilidad {
  flex-basis: 100%;
  background-color:#F6F6F6;;
}
body.museum.visit #more-accesibilidad .more-items-list {
  justify-content: flex-start;
  padding: 0 var(--body-h-padding);
}
body.museum.visit #more-accesibilidad .more-items-item {
  margin: 0;
  background: none;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
body.museum.visit #more-accesibilidad .more-items-item .wrapper {
  padding: 0;
}
body.museum.visit #more-accesibilidad .more-items-item > a {
  padding-right: 4em;
  align-self: center;
}
body.museum.visit #more-accesibilidad a img {
  width: 140px;
  margin-left: auto;
}
body.museum.visit #more-accesibilidad .more-items-item > a::after {
  content: "";
  position: absolute;
  opacity: 0.8;
  bottom: 20px;
  right: 50px;
  width: 184px;
  height: 31px;
  background: url(../img/tor-museum-web/icon-shadow.png) center center no-repeat;
}
/* Activities */
body.museum.activities #activities-wrapper {
  max-width: calc(var(--max-width-column) + var(--gap)) !important;
  display: flex;
}
body.museum.activities #activities-wrapper section h2 {
  line-height: 0.8;
}
body.museum.activities #activities-wrapper section h2 a::after { 
  content: "";
  height: 3px;
  position: absolute;
  bottom: 24px;
  left: 30px;
  width: 30px;
  background-color: var(--lightblue);
}
body.museum.activities #activities-wrapper section h2 a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #FFF;
}
body.museum.activities .text-over .wrapper {
  background-color: rgb(0 0 0 / 36%);
}
body.museum.activities #activities-wrapper div li {
  background-color: transparent;
}
body.museum.activities #activities-wrapper:nth-child(2) > div::after {
  position: absolute;
  height: 116px;
  content: "";
  width: 48vw;
  background: url(../img/tor-museum-web/museum-texture-bottom.png) center bottom no-repeat transparent;
  background-size: cover;
  right: 0;
  z-index: -1;
  margin-top: 56px;
  opacity: 1;
}
body.museum.activities #activities-wrapper:nth-child(3) > div::after {
  position: absolute;
  height: 116px;
  content: "";
  width: 48vw;
  background: url(../img/tor-museum-web/museum-texture-bottom.png) center bottom no-repeat transparent;
  background-size: cover;
  left: 0;
  z-index: -1;
  margin-top: 56px;
  opacity: 1;
}
body.museum.activities #activities-wrapper:nth-child(4) > div {
  flex-basis: 34%;
}
body.museum.activities #activities-wrapper .more-items-list {
  flex-direction: row;
  flex-wrap: nowrap;
}
body.museum.activities #activities-wrapper .more-items-list img {
  min-height: 420px;
    object-fit: cover;
}
body.museum.activities #activities-wrapper .text-over .wrapper {
  padding: 30px;
}
body.museum #sign-up .controls input {
  background-color: #eeeeee;
}
body.museum #sign-up .form-buttons .btn-success.disabled, 
body.museum #sign-up .form-buttons .btn-success[disabled], 
body.museum #sign-up .form-buttons fieldset[disabled] .btn-success, 
body.museum #sign-up .form-buttons .btn-success.disabled:hover, 
body.museum #sign-up .form-buttons .btn-success[disabled]:hover, 
body.museum #sign-up .form-buttons fieldset[disabled] .btn-success:hover, 
body.museum #sign-up .form-buttons .btn-success.disabled:focus, 
body.museum #sign-up .form-buttons .btn-success[disabled]:focus, 
body.museum #sign-up .form-buttons fieldset[disabled] .btn-success:focus, 
body.museum #sign-up .form-buttons .btn-success.disabled.focus, 
body.museum #sign-up .form-buttons .btn-success[disabled].focus, 
body.museum #sign-up .form-buttons fieldset[disabled] .btn-success.focus, 
body.museum #sign-up .form-buttons .btn-success.disabled:active, 
body.museum #sign-up .form-buttons .btn-success[disabled]:active, 
body.museum #sign-up .form-buttons fieldset[disabled] .btn-success:active, 
body.museum #sign-up .form-buttons .btn-success.disabled.active, 
body.museum #sign-up .form-buttons .btn-success[disabled].active, 
body.museum #sign-up .form-buttons fieldset[disabled] .btn-success.active {
  background-color: var(--lightblue);
  border-color: var(--lightblue);
}
body.museum #sign-up .form-buttons .btn-success {
  background-color: var(--lightblue);
  border-color: var(--lightblue);
}
/* Activity item */
body.museum.news .article-view-title {
  color: var(--culture-grey);
}
body.museum.news header figure img {
  padding-left: 25%;
}
body.museum.news header figure::before {
  position: absolute;
  width: 146px;
  height: 350px;
  content: "";
  background: url(../img/article-right-texture.png) center bottom no-repeat transparent;
  background-size: cover;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
body.museum.news .article-view:not(.simple-article) header figure:after {
  background-color: var(--lightblue);
  width: 40%;
}
body.museum.news .article-view-data {
  display: none;
}
body.museum.news .widget.article-view > .article:before {
  opacity: 0.4;
}
body.museum.news .article-view-footer {
  display: none;
}
/* Education */
body.museum .line-after-title .more-items-group > .wrapper h2:after, 
body.museum .line-after-title .article-view-title:after, 
body.museum .line-after-title .widget-title:after,
body.museum .line-after-title-wrapper .wrapper h2:after, 
body.museum .line-after-title > div > .bg-vid .slide-content h2:after, 
body.museum .line-after-title > div > .fotorama .slide-content h2:after, 
body.museum .line-after-title > div > .bg-vid .slide-content h2:after {
  background-color: var(--lightblue);
  
}
body.museum .widget.line-after-title > ul h2 {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
body.museum .widget.line-after-title > ul h2 {
  position: relative;

}
body.museum .widget.line-after-title > ul h2:after{
  background-color: var(--lightblue);
  content:"";
  height:3px;
  width:45px;
  margin-top: 12px;
  position:absolute;
  bottom:0;
  left: 0;
}

body.museum.education h1 {
  color: var(--culture-grey);
  font-size: 32px;
}
body.museum.education #prog-1 .article-link {
  border-color: transparent;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: var(--border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  transition: -webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  -o-transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-transform 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  transition: transform 0.2s var(--easing), -webkit-transform 0.2s var(--easing),box-shadow 0.2s var(--easing),-webkit-box-shadow 0.2s var(--easing);
  padding: 10px 25px;
  background-color: var(--lightblue);
}
/* Store */
body.museum.store #rwp-wrapper {
  background: unset;
}
body.museum.store #rwp-wrapper::before {
  position: absolute;
  width: 344px;
  height: 548px;
  content: "";
  background: url(../img/article-right-texture.png) center bottom no-repeat transparent;
  background-size: cover;
  right: 4vw;
  left: unset;
  top: 30px;
  z-index: 1;
  opacity: 0.4;
}
body.museum.store #rwp-wrapper::after {
  display: none;
}
body.museum.store #rwp-wrapper > div, body.museum.store #rwp-wrapper > section {
  padding-left: calc((var(--max-width-column-small) * 25) / 100);
}
body.museum.store .column > .widget:not(.full-width):not(.widget-wrapper):not(.slider-widget):not(.landing-top):not(.top-stories):not(.article-view) > *:not(.widget) {
  max-width: var(--max-width-column-small);
}
body.museum.store #rwp-wrapper .more-items-item {
  overflow: visible;
  z-index: 999;
  background-color: transparent;
}
body.museum.store #rwp-wrapper > section .more-items-item  .wrapper {
  display: none;
}
body.museum.store #rwp-wrapper > div .more-items-item > a {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  order: 1;
}body.museum.store #rwp-wrapper > div .more-items-item > a img{
  flex-basis: calc(50% - 10px) ;
}
body.museum.store #rwp-wrapper > h2::before {
  position: absolute;
  width: 146px;
  height: 490px;
  content: "";
  background: url(../img/article-right-texture.png) center bottom no-repeat transparent;
  background-size: cover;
  left: 0;
  top: 148px;
  z-index: 1;
  opacity: 0.4;
}
body.museum.store #rwp-wrapper > div .more-items-item .wrapper {
  padding-bottom: 40px;
}
body.museum.store #rwp-wrapper > div .more-items-item .wrapper .link-button {
  text-align: end;
}
body.museum.store #rwp-wrapper > section .more-items-item > a::after{
  content: "";
  position: absolute;
  height: 10px;
  width: 50%;
  background: var(--lightblue);
  right: 0;
}
body.museum.store #rwp-wrapper > section .link-button {
  text-align: end;
}
/* Contact */
body.museum.contact #main .more-items-list {
  max-width: 100% !important;
}
body.museum.contact #main .more-items-list a img {
  max-height: 630px;
  object-fit: cover;
}
body.museum.contact #main .more-items-list li {
  background: transparent;
}
body.museum.contact #main .more-items-list h2 a {
  color: var(--culture-grey);
}
body.museum.contact #main .more-items-list .wrapper {
  padding: 40px 30px;
}
body.museum.contact #main .more-items-list .wrapper p:nth-child(3) {
  margin-bottom: auto;
}
/* Venues */
body.museum.venues section .article-view-body:not( #venue-1 .article-view-body) {
  display: flex;
  flex-wrap: wrap;
}
body.museum.venues section .article-view-body p:last-of-type:not( #venue-1 p, #venue-4 p) {
  padding-left: 25%;
  margin-bottom: 40px;
}
body.museum.venues #rwp-2 .article-view-body figure:first-of-type {
  margin-bottom: 10px;
}
body.museum.venues #rwp-2 .article-view-body figure:first-of-type::after{
  display: none;
}
body.museum.venues #rwp-3 .article-view-body figure:first-of-type::after{
  display: none;
}
body.museum.venues #rwp-4 .article-view-body figure:first-of-type::after{
  display: none;
}
body.museum.venues section .article-view-body figure:after {
  background-color: var(--lightblue);
}
/* footer */
body.museum #footer {
  padding: 0;
}
body.museum #footer .wrapper-group .row1 {
  flex-direction: column;
}
body.museum #footer .wrapper-group .row1 a {
  color: var(--darkgreen);
}
body.museum #footer #footer-zone1 {
  background-color: #f9f9f9;
}
body.museum #footer #socialLinks-museum {
  padding: 50px 20px;
}
body.museum #footer #socialLinks-museum .widget-title {
  font-size: 26px;
  text-align: center;
  margin-top: 0;
}
body.museum #footer #socialLinks-museum .social-icons {
  padding: 0;
  display: flex;
}
body.museum #footer .wrapper.row2 {
  padding: 0 var(--body-h-padding) ;
}
body.museum #footer #footer-zone1 .social-icons > div h3, body.museum #footer #footer-zone1 .social-icons > div h3 a {
  font-size: 26px;
}

.tvschedule .angular-table table {
  border: none;
}
.tvschedule .angular-table form input{
  border: 1px solid rgba(0,0,0,.5);
  margin-bottom: 30px;
  width: 50%;
}
.tvschedule .angular-table table .content-angular-table-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  margin-bottom: 30px;
}
.tvschedule .angular-table table .content-angular-table-item > *,
.tvschedule .angular-table table th{
  color: #000;
  border: none;
  padding: 0;
}
.tvschedule .angular-table form .input-group:before{
  display: none;
}
.tvschedule .angular-table table .content-angular-table-item .column1 {
  width: 100%;
  font-weight: bolder;
}
.tvschedule .angular-table table .content-angular-table-item .column2 {
  margin-right: 10px;
}
.tvschedule .angular-table table .content-angular-table-item .column3 {
  opacity: .5;
}
.tvschedule .angular-table table .content-angular-table-item .column3:before {
  content:"(";
}
.tvschedule .angular-table table .content-angular-table-item .column3:after {
  content:")";
}

.racing.tracker #angular-news .more-items-item .wrapper {
  line-height: 0.5;
  padding: 5px 0;
}
.racing.tracker #angular-news .more-items-item.banner .wrapper, .racing.tracker #angular-news .more-items-item.video .wrapper, .racing.tracker #angular-news .more-items-item.photo .wrapper {
  position: relative;
}
.racing.tracker .related-content div.is-desktop {
  padding-top: 20px;
}
.racing.tracker .full-content div.is-mobile {
  padding-top: 0px;
}


.home-v2 .md-modal {
  top: 50%;
  max-width: 920px;
  z-index: 9999999;
}
.home-v2 .md-overlay {
  z-index: 999999;
}
.home-v2 .md-modal .md-content {
  border-radius: var(--border-radius);
}
.home-v2 .md-modal .md-content > * {
  padding: 0;
}
.home-v2 .md-modal .md-content .md-header {
  height: 0;
  justify-content: flex-end;
  z-index: 999;
}
.home-v2 .md-modal .md-content .md-header a {
  padding: 16px;
}
.home-v2 .md-modal .md-content .md-header i::before {
  color: var(--lightblue);
  background-color: #fff;
  border-radius: 100px;
  padding: 4px;
}
.home-v2 .md-modal .more-items-list .more-items-item {
  width: 100%;
  margin: 0;
}
.home-v2 .md-modal .more-items-list .more-items-item a {
  max-height: 400px;
}
.home-v2 .md-modal .more-items-list .more-items-item a img {
  height: 100%;
  object-fit: cover;
  min-height: 346px;
  width: 100%;
}
.home-v2 .md-modal .more-items-list .more-items-item .wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
.home-v2 .md-modal .more-items-list .more-items-item .wrapper h2 {
  background-color: #fff;
  margin-top: -76px;
  padding: 22px 40px;
  width: 56%;
}
.home-v2 .md-modal .more-items-list .more-items-item .wrapper h2 a {
  font-size: 20px;
}
.home-v2 .md-modal .more-items-list .more-items-item .wrapper h2::after {
  background-color: var(--orange);
  content: "";
  height: 3px;
  left: 40px;
  margin-top: 36px;
  position: absolute;
  width: 45px;
}
.home-v2 .md-modal .more-items-list .more-items-item .wrapper p {
  width: 50%;
  padding: 10px 0 10px 40px;
  font-size: 16px;
}
.home-v2 .md-modal .more-items-list .more-items-item .wrapper .link-button {
  align-self: flex-end;
  margin: 0;
  padding: 10px 40px 10px 0;
}

.home-v2 .md-modal .controls {
  padding: 0px 0px 22px 40px;
}

.related-content #racing-menu-small .more-items-item.raw a {
  color: #388FFF;
}
.racing .related-content .more-items-item.raw a {
  color: #388FFF;
}
.related-content #racing-menu-small .more-items-item.raw a:hover {
  color: var(--orange);
}
.racing .related-content .more-items-item.raw a:hover {
  color: var(--orange);
}
.related-content #racing-menu-small .more-items-item.raw a.active {
  color: var(--orange);
}
.racing .submenu-list ul li.active > a {
  color: var(--orange) !important;
}

.partners #race-suppliers .more-items-list {
  justify-content: center;
}

.theme-green .line-after-title > div > .fotorama .slide-content h2:after {
  background-color: var(--lightgreen);
}

#navigation-more .menu.menu-featured .e-race a {
  visibility: hidden;
  position: relative;
}

#navigation-more .menu.menu-featured .e-race a::after {
  content: "The Ocean E-Race";
  visibility: visible;
  position: absolute;
  top: 16px;
  left: 0;
}

body.app #navigation-more .menu .e-race a{
  visibility: hidden;
  position: relative;
}

body.app #navigation-more .menu .e-race a::after {
  content: "The Ocean E-Race";
  visibility: visible;
  position: absolute;
  top: 16px;
  left: 0;
}

@media only screen and (max-width: 820px) { 
  /* MUSEUM */
  /* home */
  body.museum.home .fotorama__wrap--css3 div.fotorama__nav__shaft {
    gap: 10px;
  }
  body.museum.home div#wrapper-museum > div#rwp-banner-list {
    flex-basis: 100%;
    padding: 0;
    margin: 0;
  }
  body.museum.home div#wrapper-museum.first-wrapper {
    padding-bottom: 0px;
  }
  body.museum.home div#wrapper-museum.first-wrapper::before {
    display: none;
  }
  body.museum.home div#wrapper-museum.first-wrapper::after {
    width: 25vw;
    height: 242px;
  }
  body.museum.home div#wrapper-museum.second-wrapper::before {
    width: 140px;
    height: 30vw;
    margin-top: 0em;
  }
  body.museum.home div#wrapper-museum.second-wrapper::after {
    display: none;
  }
  body.museum.home div.quotes::before {
    height: 100px;
    width: 52vw;
    margin-top: -6em;
  }
  /* Visit */ 
  body.museum.visit div#rwp-wrapper > div ul li {
    flex-direction: column;
  }
  body.museum.visit div#rwp-wrapper > div ul li a {
    width: 100%;
  }
  body.museum.visit div#rwp-wrapper > div ul .wrapper {
    padding: 20px 10px 0 10px;
  }
  body.museum.visit #como-llegar {
    padding: 50px var(--body-h-padding);
    flex-direction: column;
  }
  body.museum.visit #museum-map {
    width: 100%;
  }
  body.museum.visit #more-items-llegar {
    margin-left: 0;
  }
  body.museum.visit #more-items-llegar li {
    width: 100%;
    flex-direction: column;
  }
  body.museum.visit #more-items-llegar li a {
    width: 100%;
  }
  body.museum.visit #more-items-llegar li .wrapper {
    padding: 50px 0 0;
  }
  body.museum.visit #rwp-wrapper > div ul li img {
    min-height: unset;
    object-fit: unset;
  }
  body.museum.visit .text-left.topstory-text-right.one-three .slide-content > * {
    margin-left: 0;
  }
  body.museum.visit section#banner-colecciones div.fotorama__wrap--css3 .fotorama__html {
    background: linear-gradient(270deg, rgba(0,255,255,0) 8%, var(--darkgreen) 100%);
  }
  body.museum.visit section#banner-science div.fotorama__wrap--css3 .fotorama__html {
    background: linear-gradient(270deg, rgba(0,255,255,0) 8%, var(--lightblue) 100%);
  }
  /* Activities */
  body.museum.activities div#activities-wrapper {
    flex-direction: column;
  }
  body.museum.activities #activities-wrapper ul.more-items-list {
    flex-direction: column;
  }
  body.museum.activities #activities-wrapper div li {
    margin: 20px 0;
  }
  body.museum.activities div#activities-wrapper:nth-child(2) > section {
    order: 1;
  }
  body.museum.activities div#activities-wrapper:nth-child(2) > div {
    order: 0;
  }
  body.museum.activities #activities-wrapper:nth-child(2) > div::after {
    margin-top: 0;
  }
  body.museum.activities #activities-wrapper:nth-child(3) > div::after {
    margin-top: 0;
  }
  body.museum.activities div#activities-wrapper:nth-child(4) > section {
    order: 1;
  }
  body.museum.activities div#activities-wrapper:nth-child(4) > div {
    order: 0;
  }
 }

@media only screen and (min-width: 1023px) {
  .route #route-text .icon-list li {
    max-width: 124px;
  }
  .route .offset-image-top.img-end.img-aside.center-box .wrapper, .offset-image-top.img-end.img-aside .wrapper {
    padding-right: 40px;
  }
  .route #route-text .icon-list {
    font-size: 14px;
  }
  body.kiel .icon-list {
    gap: 60px;
    justify-content: flex-start;
  }
}

@media only screen and  (min-width: 1034px) and (max-width: 1440px) {
  .route .offset-image-top.img-end.img-aside.center-box .more-items-item .wrapper, .offset-image-top.img-end.img-aside .more-items-item .wrapper {
    padding-right: calc(var(--body-h-padding) - 30px);
    padding-left: calc(var(--body-h-padding) - 30px);
  }
}

.pinned-1 .wrapper{
  position:relative;
}
.pinned-1 .wrapper:before{
  position: absolute;
  content: "";
  background: url(../img/pin.png) center center transparent no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  right: 1rem;
  top: -18px;
}




.countdown-embed {
  --header-extra:0;
  --header-height:80px;
  --row1-height:80px;
}
.countdown-embed #header {
  height:var(--header-height)
}
.countdown-embed #header > .wrapper-group > .wrapper {
  justify-content: center;
}
@media only screen and (max-width: 767px){
   body:not(.one-blue-voice).countdown-embed #header #countdown {
    top: 0;
    height: 80px;
    background-color: var(--lightblue);
  }
  .countdown-embed #header #navigation-toggle {
    display:none;
  }
}

/* APP Styles
  ========================================================== */
body.app {
  --footer-height:64px;
  --row2-height: 0px;
  --header-height: calc(var(--row1-height) + var(--row2-height) + var(--header-extra));
  overscroll-behavior-y: none;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
body.app .navigation {
  width:100%;
}
body.app #navigation-more {
  top: calc(var(--header-height) + 41px);
}
body.app #header,
body.app #footer .wrapper-group{
  opacity:0;
  transition: opacity .5s var(--easing);
}
body.app #footer {
  background-color: white;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: var(--footer-height);
  z-index: 99999;
  border-bottom: 2px solid var(--orange);
  box-shadow: 0 -7px 15px rgba(0,0,0,0.1);
  background-image: none;
}
body.app.header-loaded #header,
body.app.header-loaded #footer .wrapper-group{
  opacity:1;
  transition: opacity .5s var(--easing);
}
body.app:before {
  content: "";
  background-color: var(--lightblue);
  height: var(--row1-height);
  width: 100%;
  position: absolute;
  top: 0;
}
body.app.rwp:after {
  content: "";
  background-color: var(--darkgreen);
  height: 50px;
  width: 100%;
  position: absolute;
  top: var(--row1-height);
}
body.app.rwp #content {
  margin-top: var(--row1-height-rwp);
}
body.app #content {
  overflow-y: auto;
  overflow-x: hidden;
  background: #f9f9f9;
  opacity:0;
  transition: opacity .5s var(--easing);
  margin-top: calc(var(--header-height) + 41px);
}
body.app.header-loaded #content {
  opacity:1;
  transition: opacity .5s var(--easing);
}
body.app #container {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.app .related-content {
  top:0;
}
body.app #navigation-toggle {
  display: none !important;
}

body.app #navigation-more .md-close {
  background-color: var(--lightblue);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
body.app .link-button a,
body.app .slide-content .btn {
  white-space: normal;
}
body.app.back-button #site-logo {
  justify-content: flex-start;
}
body.app.back-button #site-logo:before {
  content: "\ea60";
  font-family: "Remixicon";
  display: block;
  font-size: 23px;
  color: #fff;
  width: 29px;
  text-align: center;
  margin-right: 10px;
  }



#navigation-footer > ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

#navigation-footer > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#navigation-footer > ul > li > a:before {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Remixicon";
}

#navigation-footer li.active > a, 
.menu > li.active > a{
  font-weight: 700;
  color: var(--lightblue);

}

body.app #footer .icon-home:before {
  content: "\ecef";
}
body.app #footer .icon-route:before {
  content: "\ec7a";
}
body.app #footer .icon-teams:before {
  content: "\f0ad";
}
body.app #footer .icon-more:before {
  content: "\ef79";
}
body.app #footer .icon-results:before,
body.app #footer .icon-scoreboard:before{
  content: "\ea95";
}
body.app #footer .icon-racing:before  {
  content: "\f08e";
}
body.app #footer .icon-europe-2025:before {
  content: "";
  width: 1.5rem;
  height:32px;
  color: transparent;
  background: url(../img/app/europe-icon.svg) center center transparent no-repeat;
  background-size: contain;
}
body.app #modal-current-article {
  transform: none;
  left: 0;
  right: 0;
  width: auto;
  top: calc(var(--header-height) + 41px);
  bottom: 0;
  overflow: hidden;
  max-width: 100%;
}
body.app #modal-current-article ~ .md-overlay {
  display: none;
}

body.app #modal-current-article .md-header {
  position:absolute;
  z-index:2;
  background:transparent;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
body.app #modal-current-article .md-content  {
  color: #444;
background: #fff;
position: relative;
margin: 0 auto;
display: flex;
flex-direction: column;
height: 100%;
}
body.app #modal-current-article .md-content .md-header .md-close {
  background-color: var(--lightblue);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  border-radius: 50%;
  font-size:18px;
}
body.app #modal-current-article #article-view {
  padding-top:0;
  overflow: auto;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:0;
  padding-right:0;
}

body.app #modal-current-article #article-view .article header figure .fotorama .fotorama__caption{
  display: none;
}

body.app #modal-current-article #article-view .article header .article-view-intro {
  font-weight: bold;
  font-size: 18px;
}
body.app #modal-current-article #article-view .article::before {
  position: absolute;
  right: 0;
  margin-right: 0;
  left: 0;
  width: auto;
  height: 70px;
  top: 0;
  background-image: url(../img/article-top-texture.png);
  background-size: auto 60px;
  background-repeat: repeat-x;
  background-position: center;
  content: "";
  z-index: -1;
  }
  body.app #modal-current-article #article-view .mejs__iframe-overlay,
  body.app #modal-current-article #article-view .mejs__controls {
    display:none;
  }
  body.app #modal-current-article .share-buttons {
    justify-content: center;
  }

body.app #navigation-more > .menu {
  width:100%;
}
body.app #header > .wrapper-group > .wrapper.row2 {
  height: 0;
  overflow: hidden;
  z-index: 3;
}

body.app:not(.rwp) #header #countdown .widget-title span {
  line-height: 1;
}

body.app:not(.rwp) #header .countdown-fotorama {
    margin-left: 0;
    margin-right: 0;

}
body.app:not(.rwp) #header .countdown-text span.number {
    font-size: 14px;
}
body.app:not(.rwp) #header #countdown .countdown-time > span {

  margin-left: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
body.app:not(.rwp) #header #countdown .countdown-time > span.secs {
  width: 26px;
}
body.app:not(.rwp) #header #countdown .countdown-time > span:before {
  content: ":";
  margin-right: 3px;
}
body.app:not(.rwp) #header #countdown .countdown-time > span:first-child:before {
  display: none;
}

body.app:not(.one-blue-voice):not(.rwp) #header #countdown {
  position: fixed;
  left: 0;
  top: var(--row1-height);
  right: 0;
  background: var(--orange);
  z-index: 2;
  height:45px;
  padding-right: 25vw;
}
body.app:not(.rwp) #header #countdown .widget-title {
  display:block;
  text-align: left;
  width: 38vw;
  padding: 0 5px 0 10px;
}
body.app:not(.rwp) #header .countdown-text span.name {
  display:block;
  font-size:10px;
  color: rgba(255, 255, 255,.5);
}
body.app:not(.rwp) #header #countdown .countdown-time > span::before {
  display:none;
}
body.app:not(.rwp) #header #countdown:after {
  width: 30%;
  background-size:contain;
} 
body.app:not(.rwp) #header #countdown > .all-box-link {
  width: 30%;
}
body.app:not(.rwp) #header .countdown-fotorama {
  width: 62%;
}
body.app:not(.rwp) #header .countdown-text span.number {
  font-size:18px;
}

body.app .countdown-text .over {
  height: 45px;
  background-color: rgb(251 103 70);
  margin-top: var(--row1-height);
  width: 70vw;
  margin-left: 0;
  position: fixed;
  left: 0;
}

/* LIVE */



@media only screen and (max-width: 767px) {
  body.app:not(.rwp):after {
    content: "";
    background-color: var(--orange);
    height: calc(var(--header-height) - var(--row1-height));
    width: 100%;
    position: absolute;
    top: var(--row1-height);
  }

  body.app #content {
    padding-bottom: 64px;
  }
  body.app #navigation-more, body.app #navigation-more:after {
    bottom: 64px;
  }
  body.app #modal-current-article {
    bottom: var(--footer-height);
  }
  
  body.app #navigation-more {
    border-bottom: none;
    padding-bottom: 70px;
    }
    body.app #navigation-more > .menu.menu-more {
      bottom:64px;
      background: linear-gradient(to top, #003b47 36.68%, #003b4700);
      position: fixed;
    }
    body.app #navigation-more > .menu:first-child{
      padding-bottom: 100px;
    }
  body.app.route  .row-fluid.primary-related {
    display: flex;
    flex-direction: column-reverse;
  }
  body.app.route  .row-fluid.primary-related .related-content {
    position: relative;
  }


  body.app:not(.rwp) #header .countdown-text span.number {
    font-size: 16px;
  }
  body.app #live-embed,
  body.app #live-embed-text #widget-embed {
    height: calc((var(--vh, 1vh) * 100) - var(--header-height) - var(--footer-height) - 130px);
  }
  body.app #dashboard iframe {
    height:calc((var(--vh, 1vh) * 100) - var(--header-height) - 200px);
  }
  body.app.home #embed-tracker {
    height: calc((var(--vh, 1vh) * 100) - var(--header-height) - var(--footer-height) - 45px);
  }
}

body.app #embed-tracker {
  min-height: calc(var(--vh, 1vh) * 60);
}

.fa::before{
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-close::before {
  content: "\eb98";
}


/* Racing with purpose - RWP */
#rwp-banner {
  overflow: visible;
}
#rwp-banner .widget-title {
  transform: translateY(-64px);
  margin-top: 0;
}
#rwp-banner-list .more-items-item h2{
  font-size: 32px;
}
.rwp-world-banner {
  width: 300px;
  height: 300px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sustainability/world.png) center center transparent no-repeat;
  background-size: contain;
}

body.rwp  {
  --row1-height-rwp:calc(var(--row1-height) * 2);
  --header-height:calc(var(--row1-height-rwp) + var(--row2-height) + var(--header-extra))
}
body.rwp #header .row1 {
  flex-wrap: wrap;
  height:var(--row1-height-rwp);
}
body.rwp #header .row1 #header-zone3 {
  width:100%;
  background-color: var(--darkgreen);
  justify-content: space-between !important;
}
body.rwp #header .row1 > * {
  height:50%;
}
body.rwp .logo-img {
  height: 55%;
}
body.rwp #navigation-more > .menu {
  width:100%;
}

body.rwp.countdown-header #header #countdown {
  opacity: 1;
  pointer-events: none;
  
  }
  
  body.rwp.view-countdown #header #countdown {
  opacity: 1;
  }
  body.rwp.countdown-header.fixed-header #content {
    margin-top: 0;
  }
  body.rwp #header #countdown:not(.app-countdown) .fotorama__stage {
    height: 35px !important;
  }
  body.rwp #header #countdown .fotorama .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
  }
  body.rwp #header #countdown .fotorama__html > div {
    position: relative;
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  body.rwp #header #countdown .countdown-text span.name {
  color: #ffffff78;
  font-weight: normal;
  font-size: 12px;
  }
  body.rwp #header #countdown .widget-title {
    border: none;
    color: #003b47;
    font-size: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    
  }
  
  body.rwp #header #countdown .fotorama__html {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.rwp #header #countdown {
  
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-right: 0;
    justify-content: center;
    cursor: pointer;
  }



body.rwp #header #countdown {
  flex-direction:row-reverse;
  padding-right:18px;
  align-items:center;
}
body.rwp #header #countdown .widget-title {
  color:#ffffff;
}
#header .wrapper .countdown-text span.number {
  font-size: 22px;
}

body.rwp #header #countdown .fotorama__html > div {
  height:40px;
  justify-content:flex-end;
}
body.rwp #header #countdown .fotorama .logo {
  object-position:right;
}
body.app:not(.rwp) #header .countdown-fotorama {
  width: 37vw;
}
body.app:not(.rwp) #header #countdown > .all-box-link,
body.app:not(.rwp) #header #countdown:after {
  width: 25vw;
}
body.app:not(.rwp) #header #countdown:after {
  background-size: 90% auto;
}
#eleven-hour ul li {
  height:100%;
}

#eleven-hour ul li > a {
  display: flex;
  align-items: center;
  border-right: 1px solid #ffffff26;
  width: auto;
}
#eleven-hour ul li a img {
  padding: 0 15px 0 10px;
  width: auto;
  height: calc(var(--row1-height-rwp) / 2.4);
}
#eleven-hour ul li .wrapper h2 {
  margin: 0;
}
#eleven-hour ul li .wrapper h2 a {
  color: #fff;
}
#eleven-hour ul li .wrapper {
  padding-right: 0;
}
#eleven-hour ul li a img.img-2 {
  display: none;
}

body.rwp #header #countdown .widget-title,
#eleven-hour ul li .wrapper h2 {
  font-size:14px;
  line-height: 1.3;
}


/* Relay 4 Nature */

.r4n .logo-img {
  height: 55%;
}

/* Partners */

#landing-partners .more-items-group.group-PREMIER .more-items-item{
  width: calc(33.33333% - var(--gap));
}
#landing-partners .more-items-group {
  margin-bottom:80px;
}

/* One blue voice */


body.one-blue-voice {
  --countdown-height:220px;
}
.one-blue-voice .more-items-text, 
.one-blue-voice .more-items-short-text,
.one-blue-voice .more-items-long-text {
  font-size: 18px;
}
body.one-blue-voice #header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  z-index: 6;
  padding-left: var(--body-h-padding) !important;
  padding-right:calc(var(--body-h-padding) / 2 - 19px);
  width: 100%;
  height: 211px;
}
body.one-blue-voice #header #languages-menu {
  margin-top: 0;
  position: absolute;
  top: -41px;
  right: -6px;
}
body.one-blue-voice #header #languages-menu #languages {
  padding:0;
}
body.one-blue-voice #header #languages-menu li#languages:before {
  font-size: 30px;
  opacity: .5;
}
body.one-blue-voice #header #languages-menu #languages > a {
  font-size: 13px;
  background: #fff;
  color: var(--darkgreen);
  margin-left: 22px;
  margin-top: 15px;
  border-radius: 0;
}
body.one-blue-voice #header  #languages-menu #languages .submenu .lang_fr_fr,
body.one-blue-voice #header  #languages-menu #languages .submenu .lang_zh_cn {
  display:none;
}
body.one-blue-voice #header  #languages-menu #languages .submenu .lang_pt_pt {
  display: block;
}
body.one-blue-voice #header .row1:after {
  display: none;
}
body.one-blue-voice #header .logo-link {
  padding:0
}
body.one-blue-voice #header .logo-img {
  height: 50%;
}
.one-blue-voice #top-image {
  --border-radius:0;
  --top-bottom-gap-list:0;
}
.one-blue-voice #top-image .slide {
  opacity:1 !important;
  top:0 !important;
}
.one-blue-voice #top-image .slide-content {
  padding-bottom: 150px;
  background: rgba(7, 38, 79, 0.21);
} 
body.one-blue-voice #top-image .slide-content .slide-category {
  max-width: 100%;
  width: 100%; 
}
body.one-blue-voice:not(.alliance) #top-image .slide-content .slide-category {
  opacity: 0;    
}
.one-blue-voice #race-on .more-items-long-text {
  padding-right:33.33333%;
}
.one-blue-voice #race-on .more-items-long-text a {
  font-weight: bold;
}
.one-blue-voice #top-wrapper {
  height:calc((var(--vh, 1vh) * 100) - (var(--countdown-height) / 2));
  overflow: hidden;
}
.one-blue-voice #map-wrapper {
  height:calc(var(--vh, 1vh) * 90);
  overflow-y: hidden;
  overflow-x: auto;
}
.one-blue-voice #world-map-div {
  position: relative;
  height: calc(100% + 60px);
}
.one-blue-voice #world-map-div:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/onebluevoice/white-wave-small.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100%;
  content: "";
  z-index: 1;
  transform: scale(-1);
  pointer-events:none;
}
.one-blue-voice #world-map-div > div {
  background: rgb(112, 174, 255) !important;
}
.one-blue-voice #sign-up {
  min-height:680px;
  display: flex;
}
.one-blue-voice #sign-up form {
  margin: 0;
  padding: 80px var(--body-h-padding) 100px;
  display: flex;
  align-items: center;
}
.one-blue-voice #sign-up form.ng-submitted {
  background: var(--lightblue);
  background-image: url(../img/onebluevoice/green-texture.png);
  background-position: right bottom;
  background-size: auto 50%;
  background-repeat: no-repeat;
}
.one-blue-voice #top-image .all-box-link {
  display:none;
}
.one-blue-voice #sign-up form.ng-submitted .form-messages {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: calc(var(--vh, 1vh) * 7) 0;
}
.one-blue-voice #sign-up .formly-field.title .separator {
  font-size: 42px;
  color:var(--lightblue);
  line-height: 1.1;
}
.one-blue-voice #sign-up .formly-field.title .separator p {
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
  margin-top:10px;
  line-height: 1.3;
}
.one-blue-voice #sign-up input,
.one-blue-voice #sign-up select {
  border: 1px solid var(--dark);
  background-color: #fff;
}
.one-blue-voice #sign-up .has-error input,
.one-blue-voice #sign-up .has-error select {
  border-color:red;
}
.one-blue-voice #sign-up .formly > :not(.formly-field) {
  width:100%;
}
.one-blue-voice #sign-up .formly > :not(.formly-field) .form-buttons > span {
  display:block;
}
.one-blue-voice #sign-up .formly > :not(.formly-field) .form-buttons > span button {
  width:100%;
  background-color: var(--lightblue);
  border-color: var(--lightblue);
  border-radius: var(--border-radius);
  font-size: 24px;
}
.one-blue-voice .tooltip-inner {
  background-color: var(--lightblue);
  color: #fff;
}
.one-blue-voice .tooltip.top .tooltip-arrow {
  border-top-color: var(--lightblue);
}
.one-blue-voice .tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--lightblue);
}
.one-blue-voice #before-after-slider .wrapper {
  padding-left:0;
  padding-right:0;
}
.one-blue-voice #before-after-slider .progress-bar {
  height: 20px;
  background: #d1d9dd;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.one-blue-voice #before-after-slider .progress-bar .progress {
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.one-blue-voice .widget .slides .fotorama__video-play::before {
  color: var(--darkgreen);
  font-size: 90px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-left: 11px;
}
.one-blue-voice .widget .slides .fotorama__video-play {
  background-color: #fff;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
}

.one-blue-voice #iniciatives .more-items-item > a img {
  margin-bottom:20px;
  margin-right:10px;
  width:calc(50% - 10px);
}
.one-blue-voice #iniciatives .more-items-item > a img:nth-child(even) {
  margin-right:0;
  margin-left:10px;
}
.one-blue-voice #iniciatives .link-button a {
  background-color: var(--lightgreen);
  border-color: var(--lightgreen);
  color:var(--darkgreen);
  border-radius: var(--border-radius);
  font-size: 24px;
}

/* felix one blue voice alt languages */
.one-blue-voice.alt-lang .two-of-three {
    line-height: 1;
    width: 83.666667%;
    padding-top: 1rem;
}

.one-blue-voice.alt-lang .one-of-two {
    width: 69%;
}

.one-blue-voice.alt-lang .pl-80 {
  padding-left: 4rem;
  padding-top: 1.5rem;
}

.one-blue-voice.alt-lang #iniciatives .more-items-item {
  overflow: visible;
}

.one-blue-voice.alt-lang #iniciatives .more-items-item h2 {
  line-height: 1;
}

.one-blue-voice.alt-lang #modal-newsletter2 .md-content {
  flex-wrap: nowrap;
}

.one-blue-voice.alt-lang #modal-newsletter2 .md-content .more-items-item h2 {
  line-height: 1;
}

.one-blue-voice.alt-lang #thankyou .more-items-item {
  overflow: visible;
}
/* felix one blue voice */
/* .one-blue-voice #world-map-div:after {
  content: "";
  width: 100%;
  background-image: url(../img/onebluevoice/wave.png);
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotateY(180deg);
} */
.one-blue-voice #top-text {
  margin: 0;
  padding: 80px var(--body-h-padding) 100px;
  display: flex;
  align-items: center;
}
.one-blue-voice #top-text .wrapper {
  padding: 0;
}
.one-blue-voice #top-text .wrapper h2 {
  margin-bottom: 22px;
  line-height: 1.1;
}
.one-blue-voice #top-text .more-items-text {
  font-size: 22px;
  color: var(--dark);
}
.one-blue-voice .countdown-text {
  justify-content: center;
}
.one-blue-voice .countdown-time {
  align-items: baseline;
  justify-content: center;
  padding: 0px;
  padding-bottom: 22px;
}
.one-blue-voice header #countdown .countdown-time > span  {
  font-weight: bold;
  margin-left: 7px;
  margin-right: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.one-blue-voice  header .countdown-fotorama {
  background-color: rgba(255,255,255,0.1);
}
.one-blue-voice header#countdown-wrapper{
  height:var(--countdown-height);
}
.one-blue-voice header #countdown.countdown h1.widget-title {
  visibility: hidden;
  width: 25%;
}
.one-blue-voice header #countdown.countdown div.countdown-fotorama {
  visibility: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.one-blue-voice header #countdown.countdown .widget-title,
.one-blue-voice header #countdown.countdown .countdown-fotorama {
  width: 35%;
  margin: 0;
  padding:0;
  padding-top:calc(var(--countdown-height) / 2);
}
.one-blue-voice header#countdown-wrapper #countdown .widget-title {
  margin-left: 10%;
  margin-right: 0%;
  text-align: left;
}
.one-blue-voice header #countdown .widget-title span {
  font-size: 100%;
  display: initial;
}
.one-blue-voice header .countdown-text span.number {
  font-size: 40px;
}
.one-blue-voice header .countdown-text span.name {
  color:#8DA6AB;
  font-size: 16px;
}
.one-blue-voice header #countdown .countdown-time > span.secs {
  width: 40px;
}
.one-blue-voice #countdown-wrapper{
  -webkit-mask-image: url(../img/onebluevoice/wave.svg);
  mask-image: url(../img/onebluevoice/wave.svg);
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: right center;
  mask-position: right center;
  margin-top: calc(var(--countdown-height) / -2);
  z-index: 3;
  position: relative;
  pointer-events: none;
}

.one-blue-voice #countdown-wrapper #countdown {
    width: 64%;
    align-items: center;
}
.one-blue-voice #countdown-wrapper #countdown:after {
  background: url(../img/sustainability/ulysse-nardin-logo-white.png) center center transparent no-repeat;
  content: "";
  width: 33.3333%;
  position: relative;
  background-size:90% auto ;
  margin-top: calc(var(--countdown-height) / 2);
  height: calc(var(--countdown-height) / 2);
}

.one-blue-voice #countdown-wrapper > * {
  height:100%;
}
.one-blue-voice #countdown-wrapper #logo-11th {
  padding-top: calc((var(--countdown-height) / 6) * 2);
  padding-bottom: calc(var(--countdown-height) / 6);
  height: var(--countdown-height);
}
.one-blue-voice #countdown-wrapper #logo-11th ul {
  margin-top:0;
  margin-bottom:0;
}
.one-blue-voice #countdown-wrapper #logo-11th li > a {
  padding-left: 30px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}
.one-blue-voice #countdown-wrapper #logo-11th li img {
  margin: auto auto auto 0;
  height:calc(var(--countdown-height) / 2);
  width:auto;
}
.one-blue-voice #countdown-wrapper #logo-11th li img.img-2 {
  display:none;
}
.alliance #footer::before {
  content: "";
  width: 100%;
  background-image: url(../img/onebluevoice/wave.png);
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1,1);
}
.one-blue-voice #get-on-board {
  background-image: url(../img/onebluevoice/blue-texture.png);
  background-position: left bottom;
  background-size: 50% auto;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  position: relative;
  padding-top:150px;
}
.one-blue-voice #get-on-board #social-links .widget-title {
  margin: 0 20px 0 0;
}
.one-blue-voice #get-on-board #social-links .social-icons {
  height: 28px;
}
.one-blue-voice #get-on-board #social-links .social-icons a {
  color: #fff;
}
.one-blue-voice #get-on-board #social-links .social-icons .social-instagram a:before {
  content:"\ee66";
}
.one-blue-voice #get-on-board #social-links .social-icons > div h3 {
  font-size: 28px;
}
.one-blue-voice #get-on-board li .wrapper:last-child h2 {
  margin-bottom: 30px;
}
.one-blue-voice .md-content .md-close{
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: var(--lightblue);
  font-size: 32px;
  line-height: 40px;
}
.one-blue-voice #modal-newsletter2{
  background-image: url(../img/onebluevoice/green-texture.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.one-blue-voice #modal-newsletter2 .md-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  padding-left: var(--body-h-padding);
  height: 100%;
  padding-right: var(--body-h-padding);
  padding-top: 60px;
}

.one-blue-voice #modal-newsletter2 .md-content .md-header{
  position:absolute;
  right:0;
  top:0;
}
.one-blue-voice #modal-newsletter2 .md-content #make-waves,
.one-blue-voice #modal-newsletter2 .md-content #make-waves ul{
  padding:0;
  height: 100%;
}
.one-blue-voice #modal-newsletter2 .md-content #make-waves ul li > a {
  margin-bottom: 0;
}
.one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button {
  margin-top:40px;
}
.one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button a {
  border-radius:4px;
  padding: 10px 20px;
}
.one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button.link-button-b {
  display:none;
}
.one-blue-voice #modal-newsletter2 .md-content #make-waves .wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.one-blue-voice #modal-newsletter2 .md-content #make-waves .wrapper p{
  font-size: 20px;
  max-width:60%;
}
.one-blue-voice #modal-newsletter2 .md-content #sign-up {
  padding: 0;
  border-radius:4px;
  min-height:0;
  margin-left: 5%;
  margin-top: 90px;
}
.one-blue-voice #modal-newsletter2 .md-content #sign-up form {
  padding:50px;
}
.one-blue-voice #modal-newsletter2 .md-content #sign-up .formly-field.formly-field-separator:first-child{
  display:none;
}
.one-blue-voice #modal-newsletter2 .md-content .controls.dontshow {
  display: none;
}
.one-blue-voice #newsletter-sign-up {
  margin:40px auto;
}
.one-blue-voice #newsletter-sign-up form {
  position:relative;
  width: 450px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  height: 45px;
}
.one-blue-voice #newsletter-sign-up form.ng-submitted {
  height:auto;
}
.one-blue-voice #newsletter-sign-up form .form-messages {
  background: var(--lightgreen);
  padding: 20px;
  color: var(--darkgreen);
  font-weight: bold;
  text-align: center;
}
.one-blue-voice #newsletter-sign-up form .form-messages * {
  color: var(--darkgreen);
}
.one-blue-voice #newsletter-sign-up .formly .formly-field{
  margin: 0;
}
.one-blue-voice #newsletter-sign-up .formly .formly-field input {
  font-size: 22px;
  font-weight: bold;
  padding-right: 100px;
}

.one-blue-voice #newsletter-sign-up .formly .formly-field input::-webkit-input-placeholder {
  color: var(--darkgreen);
}
.one-blue-voice #newsletter-sign-up .formly .formly-field input:-moz-placeholder {
  color: var(--darkgreen);
}
.one-blue-voice #newsletter-sign-up .formly .formly-field input::-moz-placeholder {
  color: var(--darkgreen);
  opacity: 1;
}
.one-blue-voice #newsletter-sign-up .formly .formly-field input:-ms-input-placeholder {
  color: var(--darkgreen);
}
.one-blue-voice #newsletter-sign-up .formly .formly-field input:input-placeholder {
  color: var(--darkgreen);
}

.one-blue-voice #newsletter-sign-up .formly > div:last-child button{
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.one-blue-voice #iniciatives-boxes {
  background-image: url(../img/onebluevoice/white-wave.png);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  --top-bottom-gap-list:0;
  padding-bottom: 80px;
  padding-top: 50px;
}
.one-blue-voice #article-share header,
.one-blue-voice #article-share .share-buttons .share-text {
  display:none;
}
.one-blue-voice #article-share .share-buttons .share {
  opacity:1;
  margin:25px auto 40px auto;
  flex-wrap: nowrap;
  height: auto;
  width: auto;
}
.one-blue-voice #article-share .share-buttons .share a {
  border:none;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 0;
  line-height: 60px;
  font-size: 33px;
}
.one-blue-voice #modal-thankyou #share-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  padding-top:0;
}
.one-blue-voice #modal-thankyou #share-wrapper::after {
  position: absolute;
  margin-top: -150px;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-image: url(../img/onebluevoice/blue-texture.png);
  background-position: left bottom;
  background-size: auto calc(100% + 100px);
  background-repeat: no-repeat;
}
.one-blue-voice #modal-thankyou #share-wrapper > * {
  z-index: 1;
}
.one-blue-voice #modal-thankyou .md-content > * {
  padding-top: 80px;
  padding-bottom: 50px;
}
.one-blue-voice #modal-thankyou .md-content > .md-header {
  position: absolute;
  right:0;
  padding:0 40px;
  z-index: 1;
}
.one-blue-voice #modal-thankyou #share-wrapper::before {
  content: "";
  width: 100%;
  background-image: url(../img/onebluevoice/wave.png);
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  transform: scale(-1,1);
  margin-top: -150px;
}
.one-blue-voice #modal-thankyou #thankyou-logo {
  padding-bottom: 200px;
  background-image: url(../img/onebluevoice/green-texture.png);
  background-position: 222% bottom;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
.one-blue-voice #modal-thankyou #thankyou-logo #thankyou .more-items-text {
  max-width: 735px;
  margin: 10px auto;
}
.one-blue-voice #thankyou-logo #social-links .widget-title {
  margin:0;
}
.one-blue-voice #thankyou-logo #social-links .social-icons {
  height: 28px;
}
.one-blue-voice #thankyou-logo #social-links .social-icons a {
  color: #fff;
}
.one-blue-voice #thankyou-logo #social-links .social-icons .social-instagram a:before {
  content:"\ee66";
}
.one-blue-voice #thankyou-logo #social-links .social-icons > div h3 {
  font-size: 28px;
  padding: 0 20px;
    background: transparent;
}
.one-blue-voice .map-info-window {
  text-align: center;
  min-width: 100px;
  font-family: var(--font-family);
  color: var(--darkgreen);
  padding: 0 10px;
}
.one-blue-voice .map-info-window h1 {
  color: var(--lightblue);
}
.one-blue-voice .map-info-window h4 {
  text-transform: uppercase;
  color: var(--darkgreen);
}
.one-blue-voice #world-map-div .gm-ui-hover-effect {
  top: 0 !important;
  right: 0px !important;
}
.one-blue-voice #world-map-div .gm-ui-hover-effect span {
  background: var(--darkgreen) !important;
}

/* SERGIO */

/* CALENDAR FROM THE BOATS */

.date-picker.dropdown .submenu{
  left: -70% !important;
}
.date-picker .calendar-header{
  border-bottom: 1px solid var(--lightblue);
}

.date-picker .month-container{
  display: grid;
  grid-template-columns: repeat(7, 25px);
  row-gap: 10px;
  grid-auto-rows: minmax(25px, auto);
  justify-content: space-between;
  margin: .5rem;
}
.date-picker .year-container.inactiveYear,
.date-picker .month-container.inactiveMonth{
  display: none;
}
.date-picker .month-container>div{
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-picker .month-container div.active{
  background-color: var(--lightblue);
  color: #FFFFFF;
  cursor: pointer;
}

.date-picker .month-container div.today{
  background-color: #FA542E;
}

.date-picker .month-container div.not-selected{
  opacity: 65%;
}

.date-picker .month-container div.inactive{
  color: #b9b9b9;
}

.date-picker .year-container{
  padding-top: 2rem;
}

.date-picker .year-container>span{
  display: none;
}

.date-picker .month-container>span{
  position: absolute;
  font-size: 18px;
  top: .5rem;
  left: .5rem;
  font-weight: bold;
}
.date-picker #calendar-container{
  transition: margin .5s;
  margin: 0 auto 0 auto;
  max-width: 500px;
}
.date-picker .arrows-container{
  position: absolute;
  top: .5rem;
  right: .5rem;
  font-weight: bold;
  color: #01010180;
  width: 50px;
  display: flex;
  justify-content: space-between;
}

.date-picker .arrows-container>i{
  color: var(--lightblue);
  cursor: pointer;
}

#info-date-picker{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: .5rem;
}

#info-date-picker div{
  margin-bottom: .5rem;
  margin-left: 1.5rem;
}

#info-date-picker div:before{
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.5rem;
  border-radius: 100%;
}

#info-date-picker #red:before{
  background-color: #FA542E;
}
#info-date-picker #blue:before{
  background-color: var(--lightblue);
}
#info-date-picker #no-color:before{
  background-color: #b9b9b9;
}

 /* CALENDAR FROM THE BOATS */

.tracker .tracker-latest .tabs-content .more-items-list{
  max-height: 500px;
  overflow-y: scroll;
  justify-content: flex-start;
}
.tracker .tracker-latest .tabs-content .more-items-list::-webkit-scrollbar{
  width: 5px;
}
.tracker .tracker-latest .tabs-content .more-items-list::-webkit-scrollbar-thumb{
  -webkit-box-shadow: inset 5px 5px 5px var(--lightblue);
  border-radius: 10px;
}
.tracker #angular-news.tracker-latest .more-items-item{
  margin-bottom: 0;
}
.tracker #angular-news.tracker-latest .more-items-item h2 div {
  font-weight: 200;
  font-size: 16px;
}
.tracker #angular-news.tracker-latest .more-items-item time {
  font-size: 12px;
}
.tracker #angular-news.tracker-latest .more-items-item time span{
  display: inline-block;
}
.tracker #angular-news.is-mobile.tracker-latest .more-items-item{
  background-color: rgba(0,0,0,0);
}
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper{
  position: initial;
  background: rgba(0,0,0,0);
  padding: 10px 0;
  margin-top: 0;
}
.tracker #angular-news.tracker-latest .more-items-item.video{
  min-height: initial;
}
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper:after{
  display: none;
}
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper:before{
  display: none;
}
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper time{
  color: var(--dark);
  text-shadow: none;
}
.tracker #angular-news.tracker-latest .more-items-item.video .wrapper h2{
  color: var(--darkgreen);
  text-shadow: none;
}


.orange{
  background-color: var(--orange);
}
.orange .more-items-item{
  background-color: rgba(0,0,0,0);
}
.orange .more-items-item .wrapper > *,
.orange .more-items-item .wrapper > * > *{
  color: #FFFFFF;
  margin: 0;
}

#more-items-news-slider .more-items-item  {
  width: 100%;
  display:none;
}
#more-items-news-slider .owl-stage .more-items-item {
  display: flex;
}
#more-items-news-slider .more-items-item .wrapper{
  margin-left: 60px;
  padding: 15px 0;
  justify-content: center;
  height: 100%;
}

#more-items-news-slider .more-items-item .wrapper::before{
  content: "\eaf9";
  font-size: 35px;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0px;
}

.alliance .widget-title{
  font-size: 50px;
}
.alliance #race-on .more-items-long-text{
  padding-right: 20%;
}
.alliance #get-on-board .more-items-img{
  cursor: default;
  height: calc(var(--vh, 1vh) * 85);
  object-fit: cover;
}
.alliance .membership-opportunities{
  padding: 0;
}
.alliance #get-on-board .more-items-list{
  max-width: 100% !important;
}
.alliance #get-on-board .more-items-item{
  width: 100%;
  margin: 0;
}
.alliance .membership-opportunities .more-items-item{
  margin: 25px 0;
  width: 100%;
}
.alliance .membership-opportunities .more-items-item .more-items-text{
  font-weight: bold;
  color: #000000;
}
.alliance .membership-opportunities h2{
  position: absolute;
  margin-top: -140px;
  max-width: calc(var(--max-width-column) + var(--gap)) !important;
  margin-left: calc((100% - (var(--max-width-column) + var(--gap)))/2) !important;
}
/* .alliance .member-participation h2{
  position: absolute;
  max-width: calc(var(--max-width-column) + var(--gap)) !important;
  right: 0;
  margin-right: calc((100% - (var(--max-width-column) + var(--gap)))/2) !important;
} */
.alliance .membership-opportunities h2 a{
  color: #FFFFFF;
}
.team:not(.imoca) #crew .more-items-list .more-items-item{
  pointer-events: none;
}
.home #angular-news header{
  display: flex;
  flex-direction: column;
}
.home #angular-news header .search-container{
  order: 2;
}
.home #angular-news header .tabs{
  order: 1;
}
.home #angular-news header .search-container .control-group.search{
  margin-left: 0;
}
.home #angular-news header .search-container .control-group.search .controls input{
  border: none;
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid var(--lightblue);
}
body.one-blue-voice.alliance #header {
  display: none;
}
@media only screen and (max-width: 1280px){
  
}
@media only screen and (max-width: 767px){
  .alliance .membership-opportunities h2{
    margin-top: -145px;
  }
  .alliance .widget-title{
    font-size: 30px;
  }
  .img-start-end.img-aside .more-items-item:nth-child(even),
  .alliance .membership-opportunities .more-items-item{
    flex-direction: column;
    align-items: center;
  }
  .alliance .membership-opportunities .more-items-item a{
    width: 100%;
  }
  .alliance #get-on-board .more-items-img{
    height: calc(var(--vh, 1vh) * 50);
  }
  .alliance .member-participation .wrapper{
    padding:  0 25px !important;
  }
  .alliance #get-on-board.wave-out .more-items-item .wrapper .more-items-long-text{
    line-height: 1.5 !important;
  }
}
/* SERGIO */

/* FELIX Alliance */
@media only screen and (max-width: 994px) {
  .alliance #more-items .more-items-item .wrapper p.more-items-text {
    font-size: 18px;
  }

  .alliance .fotorama__html .slide-content .slide-title {
    font-size: 52px;
  }

  .alliance #get-on-board li.more-items-item img {
    height: calc(var(--vh, 1vh) * 70);
  }
}
@media only screen and (max-width: 375px){
  .alliance #top-image.widget {
    height: 480px;
  }
}

.alliance .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active img {
  top:0 !important;
}

.alliance #get-on-board.join-ocean .more-items-img {
  object-position: bottom;
}

.alliance .slide-content .slide-title {
  font-size: 93px;
  text-align: end;
  line-height: 1.2;
}

.alliance #top-image .fotorama__html .slide-content {
  cursor: default;
  padding-bottom: 35px;
  display: flex;
  align-items: flex-end;
}

.alliance #race-on .more-items-item h2 {
  font-size: 76px;
}

.alliance #race-on .more-items-item .pl-80 {
  padding-left: 0;
  color: #71E4D1;
}

.alliance .border-text {
  -webkit-text-stroke-color: #71E4D1 !important;
}

.alliance #race-on .more-items-item h4 {
  font-size: 40px;
}

.alliance .green-all-bg .border-text {
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: #fff;
}

.alliance #get-on-board {
  background-image: none;
}

.alliance #get-on-board.wave-out::after {
  content: "";
  width: 100%;
  background-image: url(../img/onebluevoice/wave-2.png);
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}

.alliance .xxl-text .more-items-item .wrapper {
  max-width: calc(var(--max-width-column-small) + var(--gap));
  margin: 0 auto;
}

.alliance #get-on-board li .wrapper:last-child h2 {
  text-align: end;
  font-size: 54px;
  margin-bottom: 65px;
}

.alliance .xxl-text .more-items-item .wrapper h3{
  font-size: 32px;
  text-align: left;
}

.alliance #get-on-board.wave-out .more-items-item .wrapper .more-items-long-text {
  font-size: 20px;
  line-height: 2.5;
  text-align: left;
}

.alliance #more-items .more-items-item .wrapper p {
  font-size: 22px;
  text-align: left;
}

.alliance #more-items .more-items-item img {
  width: 80%;
  margin: 0 auto;
  cursor: default;
}

.alliance #get-on-board.join-ocean {
  padding-bottom: 0;
  background-color: #fff;
}

.alliance #get-on-board.join-ocean .more-items-item {
  margin-bottom: 0;
} 

.alliance #signup-title.join-ocean .widget-title {
  font-size: 72px;
  text-align: start;
  color: #71E4D1 ;
  padding: 60px 150px 50px 0;
  margin: 0 auto;
}

.alliance #get-on-board.join-ocean .mail-to {
  padding-bottom: 70px;
}

.alliance #get-on-board.join-ocean .mail-to h2 {
  color: var(--darkgreen);
  font-size: 34px;
  display: flex;
  text-align: start;
}

.alliance #get-on-board.join-ocean .mail-to h2 a {
  font-weight: 500;
  font-size: 32px;
  padding-left: 10px;
  color: var(--darkgreen);
}

.alliance #footer .pt-16 {
  padding-top: 7rem;
}

/* felix tor web Teams */
.team #crew-list-download  > ul {
  justify-content: flex-start;
}
.team #crew-list-download li {
  background-color: revert;
  margin-left: 0;
}
.team #crew-list-download .wrapper {
  padding: 0;
}
.team #crew-list-download .wrapper .link-button {
  margin: 0;
}
.team #crew-list-download .wrapper .link-button > a {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  text-decoration: underline;
  white-space: revert;
  padding: 0;
  background-color: transparent;
  transition: none;
}
#team-text.ambersail .more-items-text {
  order: 2;
}
.team #article-view.ambersail .article-view-intro > p {
  color: var(--darkgreen);
  font-weight: normal;
}
.teams section#teams-vo65 .wrapper > h2 {
  margin-bottom: 12px;
}



.teams section#teams-vo65, .teams section#teams-imoca {
  display: flex;
  flex-direction: column;
}

.teams section#teams-vo65 h2, .teams section#teams-imoca h2 {
  margin-bottom: 30px;
  order: 1;
}

.teams section#teams-vo65 .more-items-long-text {
  order: 4;
}

.teams section#teams-vo65 ul, .teams section#teams-imoca ul {
  order: 3;
}

.teams section#teams-vo65 .column, .teams section#teams-imoca .column {
  order: 2;
}

.teams section#teams-vo65 .column p, .teams section#teams-imoca .column p {
  font-size: 16px;
}

.teams .img-aside.center-box:not(.offset-image-top) .more-items-item .wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width : 900px) {
  /* TEAMS */
  #modal-angular-data .arrows-container{
    display: none;
  }
  .teams .img-aside.center-box:not(.offset-image-top) .more-items-item .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .teams .line-after-title-wrapper.img-aside .wrapper h2 {
    font-size: 14px;
  }
  
  .teams .line-after-title-wrapper.img-aside .wrapper p {
    font-size: 13px;
  }
}

body.app #footer .icon-teams:before {
  font-size: 1.7rem;
}

#crew-wrapper-item {
  padding-bottom:0;
}
#info-social-instagram {
  padding-left: var(--body-h-padding);
}
#team-social .wrapper {
  padding: 0px 0 47px;
}
#team-social .social-icons > div {
  padding:0;
}
#team-social .social-icons > div a {
  display:flex;
  align-items: center;
  color: var(--darkgreen);
  font-size: 20px;
}
#team-social .social-icons > div a[href="//www.instagram.com/"] {
  display:none;
}
#team-social .social-icons > div a:before {
  font-size: 40px;
  margin-right:10px;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: -o-radial-gradient(35% 90%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 140%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 -25%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(20% -50%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(100% 0, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(60% -20%, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(100% 100%, ellipse farthest-corner, #d9317a, transparent), -o-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "\ee66";
}
#crew-photo-wrapper article {
  padding-top:0;
}

#team-text .more-items-text{
  font-size: 22px;
  color:var(--darkgreen);
}



/*  YOUTHFUL PORPOISE - BLOG */

body.blog {
  --max-width-column: 970px;
  --row1-height: 130px;
  --header-extra:6px;
  --header-height:calc(var(--row1-height) + var(--row2-height) + var(--header-extra));
  --orange: var(--blog);
}
body.blog.fixed-header.headroom--not-top #content {
  --row1-height: 130px;
  --header-height:calc(var(--row1-height) + var(--row2-height) + var(--header-extra));
}
body.blog.headroom--not-top:not(.headroom--pinned) {
  --row1-height: 70px;
}
body.blog.headroom--not-top:not(.headroom--pinned) #site-logo-blog .logo-img {
  height: 70%;
  margin-bottom: auto;
}
body.blog #header-zone3.header-footer-zone, 
body.blog #header-zone1.header-footer-zone {
  width: 20%;
}
body.blog .logo-link {
  justify-content: center;
}
body.gear .blog-gear a,
body.living .blog-living a,
body.style .blog-style a,
body.rides .blog-rides a,
body.ideas .blog-ideas a,
body.tech .blog-tech a {
  color: var(--lightblue);
}

body.blog .logo-img {
  max-height: 33px;
  margin-top: 20px;
}
body.blog #site-logo-blog .logo-img {
  max-height: 100%;
  height:60%;
  margin-top: auto;
}
body.blog #header-zone2.header-footer-zone .header-widgets-json{
  width: 100%;
  justify-content: center;
}
body.blog #navigation-store .menu > li > a {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: auto;
}

body.blog #header .row1 .menu > li > a:hover {
  color: #fff;
}
body.blog #header .row1,
body.blog #site-logo-blog .logo-img {
  transition: height .3s ;
}
.blog-item .wrapper {
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-item .more-items-item .wrapper h2 {
  font-size: 24px;
}
.blog-item .wrapper .more-items-category a {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--darkgreen);
}
.blog-item.medium-text .wrapper .more-items-category a {
  font-size: 18px;
}
body.blog .article-view-category a span:empty,
.blog-item .wrapper .more-items-category a span:empty {
  display: none;
}
body.blog .article-view-category a span:first-child ~ span:before,
.blog-item .wrapper .more-items-category a span:first-child ~ span:before {
  content: "/";
  margin-right: 10px;
  margin-left: 10px;
}
body.blog .article-view-category a {
  color: var(--darkgreen);
}
.blog-item .wrapper > * {
  width: 100%;
}
.blog-item .wrapper .btn-group,
.blog-item .wrapper .link-button {
  margin-right: 10px;
  width: auto;
}
.blog-item .wrapper .btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.blog-item .more-items-item[hide_read_more="1"] .wrapper .link-button:not(.link-button-b) {
  display:none;
}
.blog-item .more-items-item[hide_read_more="1"] .wrapper h2 > a,
.blog-item .more-items-item[hide_read_more="1"] > a {
  pointer-events: none;
}
.blog-btn .more-items-item[hide_read_more="1"] .more-items-action:first-child ~ a:before, 
.blog-btn .more-items-item[hide_read_more="1"] .link-button ~ .link-button-b a:before {
  display:none;
}
.blog-item .all-box-link {
  aspect-ratio: 2/2;
}
@media only screen and (max-width: 1440px) {
  .blog-item.slide-images .more-items-item .wrapper {
    padding-left: var(--body-h-padding);
    padding-right: var(--body-h-padding);
  }
}

.blog-btn .more-items-action,
.blog-btn .link-button a {
  color: var(--darkgreen);
  background-color: transparent;
  border:none;
  padding:0;
  font-size: 16px;
  font-weight: normal;

}
.blog-btn .more-items-action span,
.blog-btn .link-button a span {
  text-decoration: underline;
}
.blog-btn .more-items-action:first-child ~ a:before,
.blog-btn .link-button ~ .link-button-b a:before {
  content:"or";
  margin-right: 10px;
  color: var(--darkgrey);

}
.blog-btn .more-items-action:first-child {
  margin-right: 10px;
}
.blog-btn .more-items-action:first-child ~ a {
  display: flex;
}
.slide-images .more-items-item > a {
  pointer-events: none;
}

.slide-images .owl-carousel.owl-drag .owl-item {
  opacity: 0;
}

body.blog .article-link {
  display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: var(--border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: transparent;
    color: #ffffff;
    background-color: var(--lightblue);
    font-size: 20px;
    padding: 10px 25px;
}

/* Error Page
  ========================================================== */
#error-404 {
  background: #fff;
  margin: 0 auto;
  width: 50%;
  padding: 20px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:after {
  clear: both;
}
/* ==========================================================
   PLUGINS
   ========================================================== */

   .mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
    clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }
  
  .mejs__container {
    background: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
  }
  
  .mejs__container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  /* Hide native play button and control bar from iOS to favor plugin button */
  .mejs__container video::-webkit-media-controls,
  .mejs__container video::-webkit-media-controls-panel,
  .mejs__container video::-webkit-media-controls-panel-container,
  .mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .mejs__fill-container,
  .mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
  }
  
  .mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  
  .mejs__container:focus {
    outline: none;
  }
  
  .mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  
  .mejs__embed,
  .mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  
  .mejs__fullscreen {
    overflow: hidden !important;
  }
  
  .mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  
  .mejs__container-fullscreen .mejs__mediaelement,
  .mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
  }
  
  /* Start: LAYERS */
  .mejs__background {
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  
  .mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  
  :root .mejs__poster-img {
    display: none;
  }
  
  .mejs__poster-img {
    border: 0;
    padding: 0;
  }
  
  .mejs__overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
  }
  
  .mejs__layer {
    z-index: 1;
  }
  
  .mejs__overlay-play {
    cursor: pointer;
  }
  
  .mejs__overlay-button {
    background:  url('../img/mejs-controls.svg') no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
  }
  
  .mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
  }
  
  .mejs__overlay-loading {
    height: 80px;
    width: 80px;
  }
  
  .mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
    animation: mejs__loading-spinner 1s linear infinite;
    background: transparent  url('../img/mejs-controls.svg') -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
  }
  
  @-webkit-keyframes mejs__loading-spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes mejs__loading-spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  /* End: LAYERS */
  
  /* Start: CONTROL BAR */
  .mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  
  .mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  }
  
  .mejs__button,
  .mejs__time,
  .mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
  }
  
  .mejs__button > button {
    background: transparent  url('../img/mejs-controls.svg');
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
  }
  
  /* :focus for accessibility */
  .mejs__button > button:focus {
    outline: dotted 1px #999;
  }
  
  .mejs__container-keyboard-inactive a,
  .mejs__container-keyboard-inactive a:focus,
  .mejs__container-keyboard-inactive button,
  .mejs__container-keyboard-inactive button:focus,
  .mejs__container-keyboard-inactive [role=slider],
  .mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
  }
  
  /* End: CONTROL BAR */
  
  /* Start: Time (Current / Duration) */
  .mejs__time {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
  }
  
  /* End: Time (Current / Duration) */
  
  /* Start: Play/Pause/Stop */
  .mejs__play > button {
    background-position: 0 0;
  }
  
  .mejs__pause > button {
    background-position: -20px 0;
  }
  
  .mejs__replay > button {
    background-position: -160px 0;
  }
  
  /* End: Play/Pause/Stop */
  
  /* Start: Progress Bar */
  .mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
  }
  
  .mejs__time-total,
  .mejs__time-buffering,
  .mejs__time-loaded,
  .mejs__time-current,
  .mejs__time-float,
  .mejs__time-hovered,
  .mejs__time-float-current,
  .mejs__time-float-corner,
  .mejs__time-marker {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
  }
  
  .mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 5px 0 0;
    width: 100%;
  }
  
  .mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
  }
  
  @-webkit-keyframes buffering-stripes {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 30px 0;
    }
  }
  
  @keyframes buffering-stripes {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 30px 0;
    }
  }
  
  .mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
  }
  
  .mejs__time-current,
  .mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
  }
  
  .mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
  }
  
  .mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
  }
  
  .mejs__time-current,
  .mejs__time-buffering,
  .mejs__time-loaded,
  .mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    -o-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
  }
  
  .mejs__time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    -o-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  }
  
  .mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
  }
  
  .mejs__time-handle,
  .mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11;
  }
  
  .mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
  }
  
  .mejs__time-rail:hover .mejs__time-handle-content,
  .mejs__time-rail .mejs__time-handle-content:focus,
  .mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px;
  }
  
  .mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
  }
  
  .mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
  }
  
  .mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
  }
  
  .mejs__long-video .mejs__time-float-current {
    width: 60px;
  }
  
  .mejs__broadcast {
    color: #ffffff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
  }
  
  /* End: Progress Bar */
  
  /* Start: Fullscreen */
  .mejs__fullscreen-button > button {
    background-position: -80px 0;
  }
  
  .mejs__unfullscreen > button {
    background-position: -100px 0;
  }
  
  /* End: Fullscreen */
  
  /* Start: Mute/Volume */
  .mejs__mute > button {
    background-position: -60px 0;
  }
  
  .mejs__unmute > button {
    background-position: -40px 0;
  }
  
  .mejs__volume-button {
    position: relative;
  }
  
  .mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1;
  }
  
  .mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
  }
  
  .mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
  }
  
  .mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
  }
  
  .mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
  }
  
  .mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
  }
  
  .mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
  }
  
  .mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .mejs__horizontal-volume-handle {
    display: none;
  }
  
  /* End: Mute/Volume */
  
  /* Start: Track (Captions and Chapters) */
  .mejs__captions-button,
  .mejs__chapters-button {
    position: relative;
  }
  
  .mejs__captions-button > button {
    background-position: -140px 0;
  }
  
  .mejs__chapters-button > button {
    background-position: -180px 0;
  }
  
  .mejs__captions-button > .mejs__captions-selector,
  .mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
  }
  
  .mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
  }
  
  .mejs__captions-selector-list,
  .mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  
  .mejs__captions-selector-list-item,
  .mejs__chapters-selector-list-item {
    color: #ffffff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
  }
  
  .mejs__captions-selector-list-item:hover,
  .mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  
  .mejs__captions-selector-input,
  .mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
  }
  
  .mejs__captions-selector-label,
  .mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%;
  }
  
  .mejs__captions-selected,
  .mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
  }
  
  .mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
  }
  
  .mejs__captions-layer {
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
  }
  
  .mejs__captions-layer a {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
  }
  
  .mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  
  .mejs__captions-position-hover {
    bottom: 35px;
  }
  
  .mejs__captions-text,
  .mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
            box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
  }
  
  .mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
  }
  
  /* End: Track (Captions and Chapters) */
  
  /* Start: Error */
  .mejs__overlay-error {
    position: relative;
  }
  .mejs__overlay-error > img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .mejs__cannotplay,
  .mejs__cannotplay a {
    color: #ffffff;
    font-size: 0.8em;
  }
  
  .mejs__cannotplay {
    position: relative;
  }
  
  .mejs__cannotplay p,
  .mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
  }
  /* End: Error */
  
  .mejs__chromecast-button > button,
  .mejs-chromecast-button > button {
    --disconnected-color: #ffffff;
    background: none;
    display: inline-block;
  }
  .mejs__chromecast-container,
  .mejs-chromecast-container {
    background: #000;
    color: #ffffff;
    font-size: 10px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  
  .mejs__chromecast-layer > img,
  .mejs-chromecast-layer > img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
  }
  
  .mejs__chromecast-icon,
  .mejs-chromecast-icon {
    background: url('../img/chromecast.svg') no-repeat 0 0;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    width: 17px;
  }
  
  .mejs__qualities-button,
  .mejs-qualities-button {
    position: relative;
  }
  
  .mejs__qualities-button > button,
  .mejs-qualities-button > button {
    background: transparent;
    color: #ffffff;
    font-size: 11px;
    line-height: normal;
    margin: 11px 0 0;
    width: 36px;
  }
  
  .mejs__qualities-selector,
  .mejs-qualities-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    height: 100px;
    left: -10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -100px;
    width: 60px;
  }
  
  .mejs__qualities-selector ul,
  .mejs-qualities-selector ul {
    display: block;
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  
  .mejs__qualities-selector li,
  .mejs-qualities-selector li {
    color: #ffffff;
    cursor: pointer;
    display: block;
    list-style-type: none!important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0 10px;
  }
  .mejs__qualities-selector li:hover,
  .mejs-qualities-selector li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  
  .mejs__qualities-selector input,
  .mejs-qualities-selector input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
  }
  
  .mejs__qualities-selector label,
  .mejs-qualities-selector label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 0 0;
    width: 55px;
  }
  
  .mejs__qualities-selected,
  .mejs-qualities-selected {
    color: rgba(33, 248, 248, 1);
  }
  .mejs__vrview-button > button,
  .mejs-vrview-button > button {
    background: url('../img/cardboard.svg') no-repeat 0 4px;
  }
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 380px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.25);
  margin-left: 30px;
  background-color: #003b47;
  z-index: 6;
}
#gdpr-cookie-message h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}
#gdpr-cookie-message h5 {
  color: var(--white);
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255,255,255,0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--white);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #388fff;
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  z-index: 4;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #003b47;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-accept,
button#gdpr-cookie-advanced {
  background: white;
  color: #55acee;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
#ihavecookiesBtn {
  position: fixed;
  right: 35px;
  bottom: 35px;
  max-width: 375px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  margin-left: 30px;
  display: none;
}

/* Beer slider */
.beer-slider{display:inline-block;overflow:hidden;position:relative}.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before{box-sizing:border-box}.beer-slider img,.beer-slider svg{vertical-align:bottom}.beer-slider>*{height:100%}.beer-slider>img{height:auto;max-width:100%}.beer-reveal{left:0;opacity:0;overflow:hidden;position:absolute;right:50%;top:0;transition:opacity .35s;z-index:1}.beer-reveal>:first-child{height:100%;max-width:none;width:200%}.beer-reveal>img:first-child{height:auto}.beer-range{-moz-appearance:none;-ms-touch-action:auto;-webkit-appearance:slider-horizontal!important;bottom:0;cursor:pointer;height:100%;left:-1px;margin:0;opacity:0;position:absolute;top:0;touch-action:auto;width:calc(100% + 2px);z-index:2}.beer-range::-webkit-slider-thumb{-webkit-appearance:none;height:300vh}.beer-range::-moz-range-thumb{-webkit-appearance:none;height:300vh}.beer-range::-ms-tooltip{display:none}.beer-handle{background:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:0 0 6px transparent;color:#000;height:48px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:background .3s,box-shadow .3s,opacity .5s .25s;width:48px;z-index:2}.beer-handle:after,.beer-handle:before{border-left:2px solid;border-top:2px solid;content:"";height:10px;position:absolute;top:50%;transform-origin:0 0;width:10px}.beer-handle:before{left:10px;transform:rotate(-45deg)}.beer-handle:after{right:0;transform:rotate(135deg)}.beer-range:focus~.beer-handle{background:hsla(0,0%,100%,.85);box-shadow:0 0 3px rgba(0,0,0,.4)}.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after{background:hsla(0,0%,100%,.75);border-radius:.125rem;content:attr(data-beer-label);line-height:1;padding:.5rem;position:absolute;top:1.5rem}.beer-slider[data-beer-label]:after{right:1.5rem}.beer-reveal[data-beer-label]:after{left:1.5rem}.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after{content:none}.beer-ready .beer-handle,.beer-ready .beer-reveal{opacity:1}
.beer-slider{width:100%;border-radius: 10px}
.beer-slider>img{width:100%}
.beer-handle {background:#ffffff !important;width:20px;height:20px;margin-left: -2px;}
.beer-handle:before,.beer-handle:after{display:none;}
.beer-reveal {border-right: 4px solid #fff;}

/* TOOLTIPSTER 
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute}.tooltipster-box{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tooltipster-content{-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-o-transition-property:-o-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-o-transition-property:-o-transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-o-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-o-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-o-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-o-transition-property:all;transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}


.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}

.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:0px solid transparent;background:#ededed}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#505a67}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#ededed;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#ededed;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#ededed;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#ededed;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}

*/
.tooltipster-base {
  display:none;
}





/* UIB TOOLTIP */
.tooltip{position:absolute;z-index:1070;display:block;font-size:16px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:5px 10px;color:#444444;text-align:center;background-color:#fff;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#ffffff}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#ffffff}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#ffffff}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#ffffff}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#ffffff}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#ffffff}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#ffffff}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#ffffff}

.tooltip.top {width: 200px;}
.tooltip.in {opacity:1;}

.tooltip-inner {
  background-color: var(--darkgreen);
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: var(--darkgreen);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--darkgreen);
}


.full-text .article-view-body ul.flag-list,
.article-view-body ul.flag-list,.flag-list {
  list-style: none;
  padding-left: 0 !important;
}


.flag-list li {
  display: inline-block;
  width: auto !important;
}
.flag-list li a {
  font-size: 40px;
  border-radius: 50%;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: transparent !important;
  border: none !important;
}
.info-country {
  display: flex;
  align-items: center;
  color: var(--darkgrey);
}
.info-country:before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 20px;
  background-size: contain;
}


.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../img/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../img/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../img/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../img/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../img/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../img/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../img/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared,
.country.country-9:before,
#crew .more-items-item.country-9 .wrapper:before,
.people-list.crew-list .country-9 .wrapper:before {
  background-image: url(../img/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../img/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../img/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../img/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../img/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../img/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../img/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../img/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../img/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../img/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../img/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../img/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared,
.country.country-10:before,
#crew .more-items-item.country-10 .wrapper:before,
.people-list.crew-list .country-10 .wrapper:before{
  background-image: url(../img/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../img/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../img/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../img/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared,
.info-country.AUS:before,
.country.country-14:before,
#crew .more-items-item.country-14 .wrapper:before,
.people-list.crew-list .country-14 .wrapper:before {
  background-image: url(../img/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../img/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared,
.melbourne.ports .article-bar-top .article-view-title:before,
.melbourne.ports .landing-top .slide-title:before,
.country.country-13:before,
#crew .more-items-item.country-13 .wrapper:before,
.people-list.crew-list .country-13 .wrapper:before {
  background-image: url(../img/flags/1x1/au.svg);
}
.info-country.AUT:before {
  background-image: url(../img/flags/1x1/auit.svg);
}
.flag-icon-auus.flag-icon-squared,
.country.country-251:before,
#crew .more-items-item.country-251 .wrapper:before,
.people-list.crew-list .country-251 .wrapper:before {
  background-image: url(../img/flags/1x1/auus.svg);
}
.flag-icon-aw {
  background-image: url(../img/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../img/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../img/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../img/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../img/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../img/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../img/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../img/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../img/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../img/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../img/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../img/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../img/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared,
#crew .more-items-item.country-21 .wrapper:before, 
.country.country-21:before,
.people-list.crew-list .country-21 .wrapper:before {
  background-image: url(../img/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../img/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../img/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../img/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../img/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../img/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../img/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../img/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../img/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../img/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../img/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../img/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../img/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../img/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared,
#crew .more-items-item.country-24 .wrapper:before, 
.country.country-24:before,
.people-list.crew-list .country-24 .wrapper:before {
  background-image: url(../img/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../img/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../img/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../img/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../img/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../img/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../img/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../img/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared,
.itajai.ports .article-bar-top .article-view-title:before,
.itajai.ports .landing-top .slide-title:before,
#crew .more-items-item.country-30 .wrapper:before, 
.country.country-30:before,
.people-list.crew-list .country-30 .wrapper:before {
  background-image: url(../img/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../img/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../img/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../img/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../img/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../img/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../img/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../img/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../img/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../img/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../img/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../img/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../img/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../img/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared,
.country.country-38:before,
#crew .more-items-item.country-38 .wrapper:before,
.people-list.crew-list .country-38 .wrapper:before  {
  background-image: url(../img/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../img/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../img/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../img/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../img/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../img/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../img/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../img/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../img/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../img/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared,
.country.country-218:before,
#crew .more-items-item.country-218 .wrapper:before,
.people-list.crew-list .country-218 .wrapper:before,
.info-country.SUI:before  {
  background-image: url(../img/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../img/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../img/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../img/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../img/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../img/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../img/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../img/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../img/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../img/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared,
.info-country.CHN:before,
.guangzhou.ports .article-bar-top .article-view-title:before,
.guangzhou.ports .landing-top .slide-title:before,
.country.country-44:before,
#crew .more-items-item.country-44 .wrapper:before,
.people-list.crew-list .country-44 .wrapper:before,
.shenzhen.ports .article-bar-top .article-view-title:before,
.shenzhen.ports .landing-top .slide-title:before {
  background-image: url(../img/flags/1x1/cn.svg);
}
.info-country.HKG:before,
.hongkong.ports .article-bar-top .article-view-title:before,
.hongkong.ports .landing-top .slide-title:before,
.country.country-96:before,
#crew .more-items-item.country-96 .wrapper:before,
.people-list.crew-list .country-96 .wrapper:before  {
  background-image: url(../img/flags/1x1/hk.svg);
}
.flag-icon-co {
  background-image: url(../img/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../img/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../img/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../img/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../img/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../img/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../img/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared,
.caboverde.ports .article-bar-top .article-view-title:before,
#crew .more-items-item.country-39 .wrapper:before,
.caboverde.ports .landing-top .slide-title:before,
.info-country.CAP:before,
.country.country-39:before,
.people-list.crew-list .country-39 .wrapper:before {
  background-image: url(../img/flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../img/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../img/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../img/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../img/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../img/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../img/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../img/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../img/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../img/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared,
.info-country.GER:before,
#crew .more-items-item.country-80 .wrapper:before, 
.country.country-80:before,
.people-list.crew-list .country-80 .wrapper:before {
  background-image: url(../img/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../img/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../img/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../img/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared,
.info-country.DEN:before,
#crew .more-items-item.country-56 .wrapper:before, 
.country.country-56:before,
.people-list.crew-list .country-56 .wrapper:before,
.aarhus.ports .article-bar-top .article-view-title:before,
.aarhus.ports .landing-top .slide-title:before{
  background-image: url(../img/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../img/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../img/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../img/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../img/flags/1x1/do.svg);
}
.info-country.DP:before {
  background-image: url(../img/flags/1x1/dp.svg);
}
.flag-icon-dz {
  background-image: url(../img/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../img/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../img/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../img/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../img/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../img/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../img/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../img/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../img/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../img/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../img/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../img/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../img/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared,
.alicante.ports .article-bar-top .article-view-title:before,
#crew .more-items-item.country-209 .wrapper:before,
.alicante.ports .landing-top .slide-title:before,
.info-country.ESP:before,
.country.country-209:before,
.people-list.crew-list .country-209 .wrapper:before {
  background-image: url(../img/flags/1x1/es.svg);
}
.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared,
#crew .more-items-item.country-236 .wrapper:before,
.info-country.USA:before,
.country.country-236:before,
.people-list.crew-list .country-236 .wrapper:before,
.newport.ports .article-bar-top .article-view-title:before,
.newport.ports .landing-top .slide-title:before,
.usa.ports .article-bar-top .article-view-title:before,
.usa.ports .landing-top .slide-title:before {
  background-image: url(../img/flags/1x1/us.svg);
}
.flag-icon-usdi {
  background-image: url(../img/flags/4x3/usdi.svg);
}
.flag-icon-usdi.flag-icon-squared,
#crew .more-items-item.country-99991 .wrapper:before,
.info-country.USADINr:before,
.country.country-99991:before,
.people-list.crew-list .country-99991 .wrapper:before {
  background-image: url(../img/flags/1x1/usdi.svg);
}

.flag-icon-et {
  background-image: url(../img/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../img/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../img/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../img/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../img/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../img/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../img/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../img/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../img/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../img/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../img/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../img/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../img/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared,
#crew .more-items-item.country-73 .wrapper:before,
.country.country-73:before,
.info-country.FRA:before,
.people-list.crew-list .country-73 .wrapper:before {
  background-image: url(../img/flags/1x1/fr.svg);
}
.info-country.FRA\/GER:before {
  background-image: url(../img/flags/1x1/eu.svg);
}
.flag-icon-ga {
  background-image: url(../img/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../img/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../img/flags/4x3/gb.svg);
}
.flag-icon-en.flag-icon-squared,
.flag-icon-gb.flag-icon-squared,
.country.country-64:before,
#crew .more-items-item.country-64 .wrapper:before,
.people-list.crew-list .country-64 .wrapper:before {
  background-image: url(../img/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../img/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../img/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../img/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../img/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../img/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../img/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../img/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../img/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../img/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../img/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../img/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../img/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../img/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../img/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../img/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../img/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../img/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../img/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../img/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../img/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../img/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../img/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../img/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../img/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../img/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../img/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../img/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../img/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../img/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../img/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../img/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../img/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../img/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../img/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../img/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../img/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../img/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../img/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../img/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../img/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../img/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../img/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../img/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../img/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../img/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../img/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../img/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../img/flags/1x1/id.svg);
}
.flag-icon-ie
 {
  background-image: url(../img/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared,
#crew .more-items-item.country-103 .wrapper:before,
.country.country-103:before,
.people-list.crew-list .country-103 .wrapper:before {
  background-image: url(../img/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../img/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../img/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../img/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../img/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../img/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../img/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../img/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../img/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../img/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../img/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../img/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../img/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../img/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../img/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../img/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared,
.country.country-106:before,
#crew .more-items-item.country-106 .wrapper:before,
.people-list.crew-list .country-106 .wrapper:before,
.info-country.ITA:before,
.genoa.ports .article-bar-top .article-view-title:before,
.genoa.ports .landing-top .slide-title:before  {
  background-image: url(../img/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../img/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../img/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../img/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../img/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../img/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../img/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../img/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../img/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../img/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../img/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../img/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../img/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../img/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../img/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../img/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../img/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../img/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../img/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../img/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../img/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../img/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../img/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../img/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../img/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../img/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../img/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../img/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../img/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../img/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../img/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../img/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../img/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../img/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../img/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../img/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../img/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../img/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../img/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../img/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../img/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../img/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../img/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../img/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../img/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../img/flags/4x3/lt.svg);
}
.country.country-125:before,
#crew .more-items-item.country-125 .wrapper:before,
.people-list.crew-list .country-125 .wrapper:before,
.flag-icon-lt.flag-icon-squared,
.info-country.LIT:before {
  background-image: url(../img/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../img/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../img/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../img/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../img/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../img/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../img/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../img/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../img/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../img/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../img/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../img/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../img/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../img/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../img/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../img/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../img/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../img/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../img/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../img/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../img/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../img/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../img/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../img/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../img/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../img/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../img/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../img/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../img/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../img/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../img/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../img/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../img/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../img/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../img/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../img/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../img/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../img/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../img/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../img/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../img/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../img/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../img/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../img/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../img/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../img/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../img/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../img/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared,
.info-country.MEX:before,
#crew .more-items-item.country-140 .wrapper:before,
.country.country-140:before,
.people-list.crew-list .country-140 .wrapper:before  {
  background-image: url(../img/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../img/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../img/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../img/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../img/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../img/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../img/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../img/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../img/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../img/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../img/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../img/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../img/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../img/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../img/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../img/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../img/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../img/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared,
.info-country.NED:before,
.thehague.ports .article-bar-top .article-view-title:before,
.thehague.ports .landing-top .slide-title:before,
#crew .more-items-item.country-152 .wrapper:before,
.country.country-152:before,
.people-list.crew-list .country-152 .wrapper:before {
  background-image: url(../img/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../img/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared,
#crew .more-items-item.country-164 .wrapper:before,
.country.country-164:before,
.people-list.crew-list .country-164 .wrapper:before  {
  background-image: url(../img/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../img/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../img/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../img/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../img/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../img/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../img/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../img/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared,
.info-country.NZL:before,
.auckland.ports .article-bar-top .article-view-title:before,
.auckland.ports .landing-top .slide-title:before,
#crew .more-items-item.country-155 .wrapper:before,
.country.country-155:before,
.people-list.crew-list .country-155 .wrapper:before {
  background-image: url(../img/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../img/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../img/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../img/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../img/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../img/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../img/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../img/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../img/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../img/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../img/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../img/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../img/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../img/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../img/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../img/flags/4x3/pl.svg);
}
#crew .more-items-item.country-175 .wrapper:before,
.country.country-175:before,
.people-list.crew-list .country-175 .wrapper:before,
.info-country.POL:before,
.flag-icon-pl.flag-icon-squared {
  background-image: url(../img/flags/1x1/pl.svg);
  border: 1px solid #ddd;
}
.flag-icon-pm {
  background-image: url(../img/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../img/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../img/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../img/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../img/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../img/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../img/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../img/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../img/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared,
.info-country.POR:before,
.lisbon.ports .article-bar-top .article-view-title:before,
.lisbon.ports .landing-top .slide-title:before,
.country.country-176:before,
#crew .more-items-item.country-176 .wrapper:before,
.people-list.crew-list .country-176 .wrapper:before {
  background-image: url(../img/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../img/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../img/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../img/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../img/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../img/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../img/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../img/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../img/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../img/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../img/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../img/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../img/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../img/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../img/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../img/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../img/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../img/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../img/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../img/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../img/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../img/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../img/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../img/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../img/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../img/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared,
.gothenburg.ports .article-bar-top .article-view-title:before,
.gothenburg.ports .landing-top .slide-title:before,
.country.country-217:before,
#crew .more-items-item.country-217 .wrapper:before,
.people-list.crew-list .country-217 .wrapper:before {
  background-image: url(../img/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../img/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../img/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../img/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../img/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../img/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared,
.country.country-203:before,
#crew .more-items-item.country-203 .wrapper:before,
.people-list.crew-list .country-203 .wrapper:before{
  background-image: url(../img/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../img/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../img/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../img/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../img/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../img/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../img/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../img/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../img/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../img/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../img/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../img/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../img/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../img/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../img/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../img/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../img/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../img/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../img/flags/1x1/st.svg);
}
.flag-icon-su.flag-icon-squared, 
#crew .more-items-item.country-256 .wrapper:before, 
.info-country.SU:before, 
.country.country-256:before, 
.people-list.crew-list .country-256 .wrapper:before {
  background-image: url(../img/flags/1x1/su.svg);
}
.flag-icon-sv {
  background-image: url(../img/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared  {
  background-image: url(../img/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../img/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../img/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../img/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../img/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../img/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../img/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../img/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../img/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../img/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../img/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../img/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../img/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../img/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../img/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../img/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../img/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../img/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../img/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../img/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../img/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../img/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../img/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../img/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../img/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../img/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../img/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../img/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../img/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../img/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../img/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../img/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../img/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../img/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../img/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../img/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../img/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../img/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../img/flags/1x1/tz.svg);
}
.country.country-234:before,
#crew .more-items-item.country-234 .wrapper:before,
.people-list.crew-list .country-234 .wrapper:before,
.flag-icon-ua.flag-icon-squared,
.info-country.UCR:before{
  background-image: url(../img/flags/1x1/ua.svg);
}
.flag-icon-ua {
  background-image: url(../img/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../img/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../img/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../img/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../img/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../img/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared,
.newport.ports .article-bar-top .article-view-title:before,
.newport.ports .landing-top .slide-title:before {
  background-image: url(../img/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../img/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../img/flags/1x1/uy.svg);
}
.country.country-237:before,
#crew .more-items-item.country-237 .wrapper:before,
.people-list.crew-list .country-237 .wrapper:before,
.flag-icon-uy.flag-icon-squared,
.info-country.URU:before {
  background-image: url(../img/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../img/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../img/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../img/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../img/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../img/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../img/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../img/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../img/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../img/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../img/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../img/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../img/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../img/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../img/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../img/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../img/flags/1x1/vu.svg);
}
.flag-icon-wa {
  background-image: url(../img/flags/4x3/wa.svg);
}
.flag-icon-wa.flag-icon-squared,
.cardiff.ports .article-bar-top .article-view-title:before,
.cardiff.ports .landing-top .slide-title:before  {
  background-image: url(../img/flags/1x1/wa.svg);
}
.flag-icon-wf {
  background-image: url(../img/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../img/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../img/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../img/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../img/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../img/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../img/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../img/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../img/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared,
.capetown.ports .article-bar-top .article-view-title:before,
.capetown.ports .landing-top .slide-title:before,
.country.country-206:before,
#crew .more-items-item.country-206 .wrapper:before,
.people-list.crew-list .country-206 .wrapper:before   {
  background-image: url(../img/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../img/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../img/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../img/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../img/flags/1x1/zw.svg);
}
.flag-icon-eu {
  background-image: url(../img/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../img/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../img/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared
 {
  background-image: url(../img/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../img/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../img/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../img/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../img/flags/4x3/un.svg);
}


.flag-icon-un.flag-icon-squared,
.info-country.country-103:before,
.country.country-258:before,
#crew .more-items-item.country-258 .wrapper:before,
.people-list.crew-list .country-258 .wrapper:before {
  background-image: url(../img/flags/1x1/un.svg);
}
.flag-icon-uk-au.flag-icon-squared,
.info-country.UKA:before,
.country.country-253:before,
#crew .more-items-item.country-253 .wrapper:before,
.people-list.crew-list .country-253 .wrapper:before {
  background-image: url(../img/flags/1x1/ukau.svg);
}


.flag-icon-se-nl.flag-icon-squared,
.info-country.SWNE:before{
  background-image: url(../img/flags/1x1/senl.svg);
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.owl-theme.owl-carousel .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 0 18px;
  padding: 4px 7px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.owl-theme.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #000000;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.owl-carousel.owl-drag .owl-item {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  color: #ffffff;
}
.owl-carousel .owl-nav button.owl-next:before {
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d1";
  font-size: 26px;
}
.owl-carousel .owl-nav button.owl-prev:before {
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3cf";
  font-size: 26px;
}
/* Angular */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-shim {
  visibility: hidden;
}
.ng-anchor {
  position: absolute;
}
/* Isotope */
.isotope {
  padding-bottom: 120px;
}
ul.isotope {
  position: relative;
  display: block;
}
.isotope > li {
  display: inline-block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: var(--font-family);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown {
  position: relative;
}
.dropdown .submenu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.dropdown .submenu li:first-child:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  -o-transition: border-bottom-color var(--easing) 0.1s;
transition: border-bottom-color var(--easing) 0.1s;
-webkit-transition: border-bottom-color var(--easing) 0.1s;
-moz-transition: border-bottom-color var(--easing) 0.1s;
}
.dropdown .submenu li:first-child:hover:before {
  border-bottom-color: var(--lightblue);
}
.dropdown:not(#languages) .submenu {
  width: 220px;
  margin-left: -110px;
  left: 50%;
}
html.touch .dropdown.active .submenu {
  display: block;
}
html.no-touch .dropdown:hover .submenu {
  display: block !important;
}
.submenu a,
.tabs .submenu a {
  color: #a7adb1;
  display: block;
  text-align: center;
  margin: 0;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.submenu a:hover,
.tabs .submenu a:hover {
  color: #ffffff;
  background-color: var(--lightblue);
}
.dropdown > a:after {
  content: "\ea4e";
  font-family: "Remixicon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 0px;
  min-width: 230px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
  font-weight: 100;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #333c4e;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #536382;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #536382;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 0px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #536382;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #536382;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(../img/fotorama/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(../img/fotorama/fotorama@2x.png) 0 0px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

.fotorama__stage__frame:has(.fotorama__html > .center-bottom-img) > .fotorama__img {
  top: auto !important;
  bottom: 0 !important;
}
.fotorama__stage__frame:has(.fotorama__html > .left-bottom-img) > .fotorama__img {
  top: auto !important;
  bottom: 0 !important;
  right:auto !important;
  left: 0 !important;
}
.fotorama__stage__frame:has(.fotorama__html > .right-bottom-img) > .fotorama__img {
  top: auto !important;
  bottom: 0 !important;
  right:0 !important;
  left: auto !important;
}

.fotorama__stage__frame:has(.fotorama__html > .center-top-img) > .fotorama__img {
  top: 0 !important;
  bottom: auto !important;
}
.fotorama__stage__frame:has(.fotorama__html > .left-top-img) > .fotorama__img {
  top: 0 !important;
  bottom: auto !important;
  right:auto !important;
  left: 0 !important;
}
.fotorama__stage__frame:has(.fotorama__html > .right-top-img) > .fotorama__img {
  top: 0 !important;
  bottom: auto !important;
  right:0 !important;
  left: auto !important;
}

.fotorama__stage__frame:has(.fotorama__html > .center-bottom-img) > .fotorama__img {
  top: auto !important;
  bottom: 0 !important;
}
.fotorama__stage__frame:has(.fotorama__html > .left-bottom-img) > .fotorama__img {
  top: auto !important;
  bottom: 0 !important;
  right:auto !important;
  left: 0 !important;
}
.fotorama__stage__frame:has(.fotorama__html > .right-bottom-img) > .fotorama__img {
  top: auto !important;
  bottom: 0 !important;
  right:0 !important;
  left: auto !important;
}

.fotorama__stage__frame:has(.fotorama__html > .contain) > .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  top: 0 !important;
  left: 0 !important;
}

/*
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: cover;
}
.right-bottom-img > .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: right bottom;
  }
  .right-top-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: right top;
  }
  .right-center-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: right center;
  }
  .left-bottom-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: left bottom;
  }
  .left-top-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: left top;
  }
  .left-center-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: left center;
  }
  .center-bottom-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: center bottom;
  }
  .center-top-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: center top;
  }
  .center-img .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    object-position: center;
  }
*/

/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.control-group.submit .controls,
.control-group.social .controls {
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
}
.forgotPassword {
  position: absolute;
  right: 0;
  top: 12px;
}
.gigya-error-display {
  color: #d31411;
  display: none !important;
}
.gigya-input-submit {
  margin-right: 20px;
  background-color: #0079bc;
  color: #ffffff;
}
.md-close {
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}
.md-close:hover {
  color: #ffffff;
}
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.container {
  background: #e74c3c;
  min-height: 100%;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 99999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 99998;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  background: #ffffff;
  position: relative;
  margin: 0 auto;
}
.md-content .message-error {
  margin-top: 0;
  margin-bottom: 24px;
}
.md-content .md-header {
  color: #fff;
  background-color: var(--lightblue);
  position: relative;
  margin: 0 auto;
  height: 84px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
}
.md-content .md-header .md-header-title {
  margin: 0;
  color: #ffffff;
}
.md-header img {
  margin-top: -20px;
  left: 35px;
  position: absolute;
  height: 50px;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.md-content > * {
  padding: 24px 40px;
  margin: 0;
  font-size: 18px;
}


.md-content > * ul li {

}
.md-content button {
  display: block;
  margin: 0;
  font-size: 0.8em;
}
.md-content button.btn-lg {
  font-size: 18px;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.md-show.md-effect-13 .md-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5);
}
.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
body.md-overlay-opened {
  overflow: hidden;
}
.md-modal.full-width {
  width: 100%;
  max-width: 100%;
  transform: none;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}

/* ==========================================================
   Exceptions for this project
   ========================================================== */
/* ==========================================================
   HELPERS
   ========================================================== */
.ir,
.icon {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==========================================================
   MEDIA QUERIES
   ========================================================== */
/* Large screen
  ========================================================== */
  @media only screen and (min-width: 2000px) {
    :root {
      --max-width-column: 1440px;
      --max-width-column-small: 1024px;
    }
    body, input, textarea,
    .more-items-text,
    .more-items-short-text,
    .more-items-long-text,
    .wrapper > p {
      font-size:20px;
    }
    .one-three .more-items-text, 
    .one-three .more-items-short-text, 
    .one-three .more-items-long-text, 
    .one-three .wrapper > p,
    .one-four .more-items-text, 
    .one-four .more-items-short-text, 
    .one-four .more-items-long-text, 
    .one-four .wrapper > p {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 2000px) {
    .home .scoreboard-tabs table .table-items {
      display: none;
    }
    .home .scoreboard-tabs table .table-items:nth-child(1),
    .home .scoreboard-tabs table .table-items:nth-child(2),
    .home .scoreboard-tabs table .table-items:nth-child(3) {
      display:  table-row;
    }  

  }
  @media only screen and (max-width: 1680px) {
    :root {
      --related-content-width: 350px;
    }


    /* One Blue Voice */

    .one-blue-voice #modal-thankyou .md-content > * {
      padding-top: 40px;
    }
    .one-blue-voice #modal-thankyou #thankyou-logo {
      padding-bottom: 150px;
    }
    .one-blue-voice #modal-thankyou #share-wrapper::before {
      margin-top: -100px;
      height: 100px;
    }
    .one-blue-voice #modal-thankyou #share-wrapper::after {
      margin-top: -100px;
      background-size: auto calc(100% + 106px);
    }
    .one-blue-voice #modal-thankyou #thankyou-logo > ul {
      margin-bottom:0;
    }

    /* Home */

    .home .ranking-bottom-link, .home .scoreboard-bottom-link {
      font-size: 17px;
      padding-top: 10px;
      margin-top: 5px;
    }
    .home .scoreboard-tabs table .table-items td{
      padding: 6px;
    }
    .scoreboard-home.scoreboard-tabs .widget-title,
    .home #ranking > .widget-title {
      font-size: 24px;
    }  
    #top-stories-wrapper .slide-content > * {
      max-width: 100%;
    }


    #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > a span {
      max-width: 150px;
    }
  }
  @media (min-aspect-ratio: 8/5) and (max-width: 2000px) {
    .one-blue-voice #top-wrapper {
      height: auto;
    }
  }
  @media only screen and (max-width: 1440px)  {
  :root {
    --max-width-column: calc(100vw - (var(--body-h-padding) * 2));
    --row1-height: 64px;
    --row2-height: 40px;
    --max-width-column-small: 900px;
    --related-content-width: 320px;
    --body-h-padding: 80px;
  }
  .column > .widget, .column > .widget.slide-items {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .full-width-1440 {
    --max-width-column:100%;
    --max-width-column-small: 100%;
  }
  .logo-link {
    padding:0 15px;
  }
  .menu > li.burger > a {
    -webkit-mask-position: 15px center;
    mask-position: 15px center;
    width: 60px;
  }
  .secondary-content > * {
    width: 575px;
  }
  .large-title .section-title, .large-title .widget-title, .large-title .more-items-group > .wrapper h2 {
    font-size: 64px;
  } 
  .small-title .more-items-group > .wrapper h2
  .small-title .section-title,
  .small-title .widget-title {
    font-size: 20px;
  }
  .x-small-title .more-items-group > .wrapper h2
  .x-small-title .section-title,
  .x-small-title .widget-title {
    font-size: 16px;
  }

  .menu > li > a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
  h1 {
    font-size: 48px;
  }

  .column > .widget:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column > .widget:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 850px !important;
  }
  .one-five.social-stream .socialstream-item,
  .one-six.social-stream .socialstream-item,
  .one-seven.social-stream .socialstream-item,
  .one-eight.social-stream .socialstream-item {
    width: calc(25% -  var(--gap));
  }
  .one-four:not(.full-width) .more-items-item .wrapper,
  .one-five:not(.full-width) .more-items-item .wrapper,
  .one-six:not(.full-width) .more-items-item .wrapper,
  .one-seven:not(.full-width) .more-items-item .wrapper,
  .one-eight:not(.full-width) .more-items-item .wrapper,
  .social-stream:not(.full-width) .more-items-item .wrapper {
    padding: 15px 15px;
  }

  .slide-content .slide-title {
    font-size: 48px;
  }
  .xxl-text .more-items-item .wrapper h2,
  .xxl-text .slide-content .slide-title {
    font-size:110px;
  }
  .xxl-text .more-items-item .wrapper h3 {
    font-size: 60px;
  }
  .xxl-text .more-items-item .wrapper h4 {
    font-size: 32px;
  }
  .xl-text .more-items-item .wrapper h2,
  .xl-text .slide-content .slide-title {
    font-size:90px;
  }
  .large-text .more-items-item .wrapper h2,
  .large-text .slide-content .slide-title {
    font-size: 54px;
  }
  .large-text.img-aside .more-items-item .wrapper h2 {
    font-size: 40px;
  }
  .large-text.img-aside.tabs-col .more-items-item .wrapper h2 {
    font-size: 32px;
  }
  .large-text:not(.img-aside) .more-items-item .wrapper > p, 
  .large-text:not(.img-aside) .slide-content p, 
  .large-text:not(.img-aside) .wrapper .more-items-text,
  .large-text:not(.img-aside) .wrapper .more-items-short-text, 
  .large-text:not(.img-aside) .wrapper .more-items-long-text {
    font-size: 22px;
  }

  .large-wrapper-padding .more-items-item .wrapper,
  .large-wrapper-padding .slide-content{
    padding-top:60px;
    padding-bottom:60px;
  }
  .medium-text .more-items-item .wrapper h2, .medium-text .slide-content .slide-title {
    font-size: 54px;
  }
  .link-button a {
    font-size: 20px;
  }

  .tabs li a {
    font-size:14px;
  }
  .tabs-col > header .tabs {
    width: 150px;
  }
  .tabs-col > .tabs-content,
  .tabs-col > .more-items-list {
    padding-left: 150px;
    padding-right: 150px;
  }
  .icon-tabs header {
    padding-bottom:0;
  }

  .icon-tabs header li a:before,
  .icon-tabs > ul li a:before,
  .tabs-view > header .controls:before {
    font-size: 32px;
  }
  .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-username {
    font-size: 13px;
  }
  .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-time {
    font-size: 10px;
  }
  .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-message {
    font-size: 13px;
  }
  .social-stream:not(.full-width) .socialstream-item .socialstream-item-time,
  .social-stream:not(.full-width) .socialstream-item .socialstream-item-username {
    padding-left: 40px;
    padding-right: 40px;
  }
  .social-stream:not(.full-width) .socialstream-item .wrapper:after {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    top: 18px;
    right: 15px;
  }
  .social-stream:not(.full-width) .socialstream-item .socialstream-item-username-image,
  .social-stream.list-view .socialstream-item .socialstream-item-username-image {
    width: 30px;
    top: 16px;
    left: 15px;
  }
  .md-content > *,
  .md-content .md-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .more-items-item .wrapper {
    padding: 20px 15px;
  }
  .more-items-item > a:not(.all-box-link) img,
  .more-items-item .more-items-img-container img {
    padding: 0 0 0;
  }
  .text-over .wrapper {
    padding: 30px;
  }
  .img-aside .more-items-item .wrapper {
    padding: 15px 20px 0 20px;
  }
  .img-aside.bottom-box .more-items-item .wrapper {
    padding-bottom: 15px;
  }
  .img-aside.img-max-w .more-items-item > .slides,
  .img-aside.img-max-w .more-items-item > a:not(.all-box-link),
  .img-aside.img-max-w .more-items-item .more-items-img-container {
    max-width: 200px;
  }
  .img-aside .more-items-item > a:not(.all-box-link) img,
  .img-aside .more-items-item .more-items-img-container img {
    padding: 0 0 0 0;
  }
  .img-end.img-aside .more-items-item > a:not(.all-box-link) img,
  .img-end.img-aside .more-items-item .more-items-img-container img,
  .img-end-start.img-aside .more-items-item:nth-child(odd) > a img,
  .img-end-start.img-aside .more-items-item:nth-child(odd) .more-items-img-container img,
  .img-start-end.img-aside .more-items-item:nth-child(even) > a img,
  .img-start-end.img-aside .more-items-item:nth-child(even) .more-items-img-container img {
    padding: 0 0 0 0;
  }
  .img-start-end:not(.img-aside) .more-items-item:nth-child(even) > a img,
  .img-start-end:not(.img-aside) .more-items-item:nth-child(even) .more-items-img-container img,
  .img-end-start:not(.img-aside) .more-items-item:nth-child(odd) > a img,
  .img-end-start:not(.img-aside) .more-items-item:nth-child(odd) .more-items-img-container img {
    padding: 0 0 0 0;
  }
  #angular-news .more-items-item.video .wrapper:after {
    left: 30px;
  }
  #angular-news .more-items-item.photo .wrapper::after {
    left:22px;
  }
  .offset-image-top.img-end.img-aside.center-box .more-items-item .wrapper, 
  .offset-image-top.img-end.img-aside .more-items-item .wrapper,
  .offset-image-top.img-start.img-aside.center-box .more-items-item .wrapper, 
  .offset-image-top.img-start.img-aside .more-items-item .wrapper,
  .offset-wrapper-top.img-aside .more-items-item .wrapper,
  .offset-wrapper-bottom.img-aside .more-items-item .wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: var(--body-h-padding);
    padding-left: var(--body-h-padding);
  }
  .offset-image-top .more-items-item > .slides,
  .offset-image-top .more-items-item > a:not(.all-box-link),
  .offset-wrapper-top .wrapper {
    flex:none;
  }
  .offset-image-bottom .more-items-item > .slides,
  .offset-image-bottom .more-items-item > a:not(.all-box-link),
  .offset-wrapper-bottom .wrapper {
    flex:none;
    margin-bottom:-11vw;
  }

  /* RWP */

    body.rwp #header #countdown .fotorama__html > div {
      height:35px;
    }
  /* Route */

  .icon-list {
    font-size:16px;
  }
  .icon-list li strong {
    font-size: 20px;
  }
  .icon-list li i {
    width: 60px;
    height: 60px;
    margin-bottom:5px;
  }
  .route-list .wrapper h2 {
    font-size: 16px;
  }
  .route-list li:nth-child(13) .wrapper h2 {
    font-size: 11px;
  }
  .route-list .leg .wrapper h2 {
    font-size: 13px;
  }
  body.route .related-content {
    --max-width-column: 100%;
  }
  #route-text > ul > li{
    max-height: 180px;
  }
  /* One Blue Voice */

  body.one-blue-voice {
    --countdown-height: 170px;
  }
  .one-blue-voice #sign-up form{
    padding:60px 60px 80px 60px;
  }
  
  .one-blue-voice header #countdown .widget-title {
    font-size: 16px;
  }
  .one-blue-voice header .countdown-text span.number {
    font-size: 32px;
  }
  .one-blue-voice header .countdown-text span.name {
    font-size: 14px;
  }
  .one-blue-voice #get-on-board {
    padding-bottom: 100px;
  }
  .one-blue-voice #sign-up .formly > :not(.formly-field) .form-buttons > span button {
    font-size: 20px;
  }
  .one-blue-voice #modal-newsletter2 .md-content #sign-up {
    width: 40%;
    
  }
  .one-blue-voice #modal-newsletter2 .md-content #sign-up form {
    padding: 45px 40px;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves ul li > a {
    margin-bottom: 65px;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button  {
    margin-top: 25px;
  }

  .scoreboard-tabs table .ranking-team {
    font-size: 16px;
  }
  #top-stories-wrapper:not(.normal-text) .slides .slide-content .slide-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  #top-stories-wrapper .slides .slide-content p {
    font-size: 14px;
  }
  .ranking-bottom-link {
    font-size: 16px;
  }
  .scoreboard-home.scoreboard-tabs table {
    font-size: 16px;
  }
  #modal-angular-data {
    font-size: 14px;
  } 
  #modal-angular-data .col2>header {
    padding: 15px 20px;
    font-size: 16px;
  }
  #modal-angular-data .col2>* {
    padding: 20px;
  }
  #modal-angular-data .col2 {
    width: 400px;
  }
  .submenu-list > ul > li a {
    font-size: 15px;
  }
  .submenu-list li {
    margin-bottom: 5px;
  }
  #countdown.live-2 {
    height: 60px;
  }

  #dashboard iframe {
    height: calc((var(--vh, 1vh) * 100) - var(--header-height) - 85px);
  }
  #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > a span {
    max-width: 110px;
  }
  /* Felix 1440px */
  body.one-blue-voice #header {
    height:173px;
  }
  body.one-blue-voice #header .logo-img {
    height: 58%;
  }
  body.one-blue-voice #header #languages-menu {
    top: -34px;
    right: -11px;
  }
  .alliance .membership-opportunities h2{
    margin-top: -200px;
  }
  .alliance .fotorama__html .slide-content .slide-title {
    font-size: 70px;
  }
  .alliance #race-on .more-items-item .wrapper h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1366px) {
  :root {
    --body-h-padding: 75px;
    --row1-height: 64px;
    --row2-height: 40px;
    
  }
  .more-items-item h2 {
    font-size:20px;
  }
  #angular-news .more-items-item.large-title.video .wrapper h2 {
    font-size: 18px;
  }
  
  .more-items-text, .more-items-short-text, .more-items-long-text, .slide-content p, .wrapper > p {
    font-size: 16px;
  }
  .more-items-item .wrapper > * {
    margin-top:4px;
    margin-bottom:4px;
  }
  .more-items-item time {
    font-size:12px;
  }
  .slide-content .slide-title {
    font-size: 42px;
  }
  .race-programme .more-items-item .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .race-programme .more-items-item {
    margin-bottom: 10px;
  }
  .home #ranking .table-results td.ranking-team .is-desktop {
    display:none;
  }
  .home #ranking .table-results td.ranking-team .is-mobile {
    display:block !important;
  }
  /* Felix 1366px */
  .one-blue-voice #top-text .more-items-text {
    font-size: 20px;
  }
  .teams section#teams-vo65 .more-items-long-text {
    font-size: 14px;
  }

}
@media only screen and (max-width: 1280px) {

  :root {
    --body-h-padding: 45px;
    --row1-height: 55px;
    --row2-height: 40px;
    --max-width-column-small: 850px;
    --related-content-width:300px;
  }
  .full-width-1280 {
    --max-width-column:100%;
    --max-width-column-small: 100%;
  }
  body,
  input,
  textarea {
    font-size: 16px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 10px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 9px;
  }
  h6 {
    font-size: 14px;
  }
  #header .social-icons a {
    padding: 0 5px;
    }
  #header .social-icons > div h3, 
  #header .social-icons a {
    font-size: 18px;
    line-height: 18px;
  }
  
  #languages-menu li#languages:before {
    font-size: 18px;
  }
  time {
    font-size: 11px;
  }

  .secondary-content > * {
    width: 475px;
  }

  .column > .widget:not(.full-width).tabs-col.slide-items-events > .tabs-content,
  .column > .widget:not(.full-width).tabs-col.slide-items-events > .more-items-list {
    max-width: 717px !important;
  }

  .xxl-text .more-items-item .wrapper h2,
  .xxl-text .slide-content .slide-title {
    font-size:90px;
  }
  .xxl-text .more-items-item .wrapper h3 {
    font-size: 50px;
  }
  .xxl-text .more-items-item .wrapper h4 {
    font-size: 28px;
  }
  .xl-text .more-items-item .wrapper h2,
  .xl-text .slide-content .slide-title {
    font-size:70px;
  }

  .large-text .more-items-item .wrapper h2 {
    font-size: 42px;
  }
  .large-text.img-aside .more-items-item .wrapper h2 {
    font-size:38px;
  }
  .small-title .more-items-group > .wrapper h2,
  .small-title .section-title,
  .small-title .widget-title {
    font-size: 18px;
  }
  .x-small-title .more-items-group > .wrapper h2,
  .x-small-title .section-title,
  .x-small-title .widget-title {
    font-size: 16px;
  }
  .border-bottom-60-right::after, 
  .border-bottom-60-left::after, 
  .border-top-60-right::before, 
  .border-top-60-left::before, 
  .border-bottom-half-right::after, 
  .border-bottom-half-left::after, 
  .border-top-half-right::before, 
  .border-top-half-left::before, 
  .border-bottom-offset-right::after, 
  .border-bottom-offset-left::after, 
  .border-top-offset-right::before, 
  .border-top-offset-left::before {
    height: 6px;
  }
  .icon-tabs header li a {
    
    padding: 5px 20px;
  }
  .icon-tabs header li a:before, 
  .icon-tabs > ul li a:before, 
  .tabs-view > header .controls:before {
    font-size: 28px;
  }
  .submenu a, .tabs .submenu a {
    font-size: 12px;
  }
  .tabs li a {
    font-size: 12px;
  }
  .large-tabs .tabs li a {
    font-size: 32px;
  }
  .slide-content .slide-title {
    font-size: 40px;
  }
  .slide-content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .article-view-intro p,
  .article-view-subheader p,
  .article-view-subheader  {
    font-size: 18px;
  }
  .more-items-item .wrapper > * {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .more-items-category,
  .more-items-subsection,
  time,
  .galleries-items .galleries-item .galleries-item-count {
    font-size: 11px;
  }
  .large-text:not(.img-aside) .more-items-item .wrapper > p, .large-text:not(.img-aside) .slide-content p, .large-text:not(.img-aside) .wrapper .more-items-text, .large-text:not(.img-aside) .wrapper .more-items-short-text, .large-text:not(.img-aside) .wrapper .more-items-long-text {
    font-size: 20px;
  }
  .tabs-col .link-button a {
    margin-top: 7px;
    padding: 12px 17px;
    font-size: 12px;
  }
  .tabs-col > header .tabs {
    width: 130px;
  }
  .tabs-col:not(.slide-items-events) > .tabs-content,
  .tabs-col:not(.slide-items-events) > .more-items-list {
    padding-left: 130px;
    padding-right: 130px;
  }
  .img-aside.img-max-w .more-items-item > a:not(.all-box-link),
  .img-aside.img-max-w .more-items-item .more-items-img-container {
    max-width: 150px;
  }
  .related-content .img-aside .more-items-item > a:not(.all-box-link),
  .related-content .img-aside .more-items-item .more-items-img-container {
    max-width: 80px;
  }
  .related-content .img-aside .more-items-item h2 {
    font-size: 16px;
  }

  .article-view-category,
  .article-view-time {
    font-size: 16px;
  }
  .scoreboard ul li {
    font-size: 20px;
  }
  .one-of-seven,
  .one-seven .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-seven .more-video-item,
  .one-seven .galleries-item,
  .one-seven .socialstream-item,
  .one-seven.landing li,
  .one-seven .control-group,
  .one-seven .formly > * > *:not(.form-buttons) {
    width: calc(20% -  27px);
  }
  .more-items-item h2 {
    font-size:19px;
  }
  #angular-news .more-items-item.large-title.video .wrapper h2 {
    font-size: 17px;
  }
  .more-items-text, .more-items-short-text, .more-items-long-text,.wrapper > p {
    font-size: 15px;
  }
  #angular-news .more-items-item.video:before {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
  #angular-news .more-items-item.video::after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 22px solid rgb(255, 255, 255);
    margin-top: -14px;
    margin-left: -8px;
  }
  .load-more-bt::before {
    font-size:40px;
  }
  .btn-lg {
    font-size:16px;
  }
  .pagination-page, .pagination.more .pagination-more, 
  .pagination.showmore-inline .pagination-page, 
  .load-more-bt, 
  .widget-link > a {
    width: 150px;
  }
  /* RWP */

  body.rwp #header #countdown .widget-title, 
  #eleven-hour ul li .wrapper h2 {
    font-size: 12px;
  }

  /* Route */
  .icon-list {
    font-size: 14px;
  }
  .icon-list li strong {
    font-size: 18px;
  }
  .icon-list li i {
    width: 50px;
    height: 50px;
  }
  .route-list .wrapper h2 {
    font-size: 14px;
  }
  .route-list .leg .wrapper h2 {
    font-size: 12px;
  }
  /* One blue voice */
  
 
  body.one-blue-voice {
    --countdown-height: 150px;
  }
  .one-blue-voice #sign-up {
    min-height: auto;
  }
  .one-blue-voice #sign-up form {
    padding: 40px 40px 60px 40px;
  }
  .one-blue-voice header #countdown .widget-title {
    width: 35%;
    margin-left: 13%;
    margin-right: 2%;
  }
  


  #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > a span {
    max-width: 90px;
  }
  /* Felix 1280px */
  body.blog.subscribe #sign-up > .widget-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  body.blog.subscribe section#sign-up {
    padding: 10px 24px;
  }
  body.blog.subscribe .control-group, body.blog.subscribe .formly-field {
    margin: 0px auto 18px auto;
  }
  body.blog form .formly-field-checkbox {
    padding-top: 14px;
  }
  body.blog form .checkbox span > div {
    letter-spacing: 0;
  }
  body.one-blue-voice #header #languages-menu li#languages:before {
    font-size: 30px;
  }
  body.one-blue-voice #header #languages-menu {
    top: -43px;
    right: 7px;
  }
  body.one-blue-voice #header .logo-img {
    height: 67%;
  }
  .alliance #get-on-board.join-ocean .mail-to h2 a,
  .alliance #get-on-board.join-ocean .mail-to h2{
    font-size: 25px !important;
  }
  .tracker .load-more-bt::before {
    font-size: 34px;
  }
  .alliance .fotorama__html .slide-content .slide-title {
    font-size: 70px;
  }
  .alliance #race-on .more-items-item .wrapper h2 {
    font-size: 64px;
  }
  .teams section#teams-vo65 div.more-items-long-text {
    font-size: 12px;
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1180px) {
  :root {
    --body-h-padding: 40px;
    --row1-height: 50px;
    --row2-height: 40px;
    --max-width-column-small: 750px;
    --related-content-width: 220px;
  }
  .full-width-1080 {
    --max-width-column:100%;
  }
  #cookiesbar {
    top: var(--header-height);
  }
  .secondary-content > * {
    width: 512px;
  }
  .slide-content > * {
    width: auto;
  }
  .secondary-content:first-child > * {
    margin-left: 0;
  }
  .secondary-content:last-child > * {
    margin-right: 0;
  }
  .row-fluid .column.secondary-content:first-child > * {
    padding-right: 15px;
  }
  .row-fluid .column.secondary-content:last-child > * {
    padding-left: 15px;
  }
  .column > .widget, .column > .widget.slide-items {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* Header */

  .transparent-header.header-lg .slide.top-box .slide-content {
    padding-top: 140px;
  }
  .transparent-header .slide.top-box .slide-content {
    padding-top: 90px;
  }


  .header-lg .bg-vid {
    margin-top: -100px;
  }
  #header > .wrapper-group > .wrapper {
    padding-left: 0;
  }
  #header > .wrapper-group > .wrapper-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  
  #header .header-footer-zone.empty-zone {
    display: none;
  }

  /* end Header */
  .fixed-header.header-lg #content {
    margin-top: 50px;
  }
  .transparent-header #content,
  .transparent-header.header-lg #content {
    margin-top: 0;
  }
  .header-lg .bg-vid {
    margin-top: -50px;
  }
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five,
  .one-of-six,
  .one-of-seven {
    /* width: 25%; */
  }
  .one-four .more-items-item,
  .one-five .more-items-item,
  .one-six .more-items-item,
  .one-seven .more-items-item,
  .one-four .more-video-item,
  .one-five .more-video-item,
  .one-six .more-video-item,
  .one-seven .more-video-item,
  .one-four .galleries-item,
  .one-five .galleries-item,
  .one-six .galleries-item,
  .one-seven .galleries-item,
  .one-four .socialstream-item,
  .one-five .socialstream-item,
  .one-six .socialstream-item,
  .one-seven .socialstream-item,
  .one-four .control-group,
  .one-five .control-group,
  .one-six .control-group,
  .one-seven .control-group,
  .one-four .formly > * > *:not(.form-buttons),
  .one-five .formly > * > *:not(.form-buttons),
  .one-six .formly > * > *:not(.form-buttons),
  .one-seven .formly > * > *:not(.form-buttons),
  .one-four.img-aside .more-items-item,
  .one-five.img-aside .more-items-item,
  .one-six.img-aside .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-four.landing li,
  .one-five.landing li,
  .one-six.landing li,
  .one-seven.landing li {
    width: calc(33.333333% -  var(--gap));
  }

  .primary-content .one-three .more-items-item, 
  .primary-content .one-three .more-video-item, 
  .primary-content .one-three .galleries-item, 
  .primary-content .one-three .socialstream-item, 
  .primary-content .one-three .control-group, 
  .primary-content .one-three .formly > *, 
  .primary-content .one-three.img-aside .more-items-item, 
  .primary-content .one-three.landing li,
  .primary-content .one-four .more-items-item,
  .primary-content .one-five .more-items-item,
  .primary-content .one-six .more-items-item,
  .primary-content .one-seven .more-items-item,
  .primary-content .one-four .more-video-item,
  .primary-content .one-five .more-video-item,
  .primary-content .one-six .more-video-item,
  .primary-content .one-seven .more-video-item,
  .primary-content .one-four .galleries-item,
  .primary-content .one-five .galleries-item,
  .primary-content .one-six .galleries-item,
  .primary-content .one-seven .galleries-item,
  .primary-content .one-four .socialstream-item,
  .primary-content .one-five .socialstream-item,
  .primary-content .one-six .socialstream-item,
  .primary-content .one-seven .socialstream-item,
  .primary-content .one-four .control-group,
  .primary-content .one-five .control-group,
  .primary-content .one-six .control-group,
  .primary-content .one-seven .control-group,
  .primary-content .one-four .formly > * > *:not(.form-buttons),
  .primary-content .one-five .formly > * > *:not(.form-buttons),
  .primary-content .one-six .formly > * > *:not(.form-buttons),
  .primary-content .one-seven .formly > * > *:not(.form-buttons),
  .primary-content .one-four.img-aside .more-items-item,
  .primary-content .one-five.img-aside .more-items-item,
  .primary-content .one-six.img-aside .more-items-item,
  .primary-content .one-seven.img-aside .more-items-item,
  .primary-content .one-four.landing li,
  .primary-content .one-five.landing li,
  .primary-content .one-six.landing li,
  .primary-content .one-seven.landing li {
    width: calc(50% -  var(--gap));
  }

  .more-items .tabs-content .more-items {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .medium-text .more-items-item .wrapper h2 {
    font-size: 22px;
  }
  .large-text .more-items-item .wrapper h2,
  .large-text.img-aside .more-items-item .wrapper h2 {
    font-size:40px;
  }
  .xl-text .more-items-item .wrapper h2,
  .xl-text .slide-content .slide-title {
    font-size: 60px;
  }
  .xxl-text .more-items-item .wrapper h2,
  .xxl-text .slide-content .slide-title {
    font-size: 90px;
  }
  .xxl-text .more-items-item .wrapper h4 {
    font-size: 24px;
  }
  .large-text .more-items-item .wrapper h2, .large-text .slide-content .slide-title {
    font-size: 48px;
  }
  .medium-title .section-title, .medium-title .widget-title, .medium-title .more-items-group > .wrapper h2 {
    font-size: 40px;
  }
  .transparent-header.header-lg .slide.top-box .slide-content {
    padding-top: 90px;
  }
  .slide-content .slide-title {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #countdown.live-2 {
    height: 50px;
  }
  .countdown-text {
    font-size: 36px;
  }
  .social-stream .socialstream-item {
    width: calc(33.33333% -  var(--gap));
  }
  .scoreboard ul li {
    font-size: 20px;
  }
  .tabs-col > .more-items-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #angular-news .more-items-item.video {
    min-height: 400px;
  }
  #angular-news .more-items-item.video .wrapper::before, #angular-news .more-items-item.photo .wrapper::before {
    width: 35px;
    height: 35px;
  }
  #angular-news .more-items-item.video .wrapper::after {
    left: 29px;
    top: 61px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid rgb(255, 255, 255);
  }
  #angular-news .more-items-item.photo .wrapper::after {
    width: 21px;
    font-size: 20px;
    top: 55px;
  }
  #angular-news .more-items-item.photo .more-items-img-container,
  #angular-news .more-items-item.video .more-items-img-container {
    position: relative;
    }
  #navigation {
    display: none !important;
  }
  .menu > li.burger {
    border:none;
  }
  #header .countdown-text span.number {
    font-size: 20px;
  }
  #header .countdown-text span.name {
    font-size:10px;
  }
  #header #countdown .widget-title {
    font-size:16px;
    padding-right: 0;
    line-height: 1;
  }
  #header #countdown {
    padding-right:175px;
  }
  body:not(.rwp) #header #countdown::after {
    width:175px;
  }

  .widget.article-view.full-width .article::before {
    right: 0;
    margin-right: -100px;
  }
  .article-view header > * {
    padding-right:185px;
  }

  .primary-content .widget.article-view > .article {
    padding: 50px 0;
  }
  .offset-image-top .more-items-item > .slides,
  .offset-image-top .more-items-item > a:not(.all-box-link),
  .offset-wrapper-top .wrapper {
    margin-top:-12vw;
  }
  .offset-image-bottom .more-items-item > .slides,
  .offset-image-bottom .more-items-item > a:not(.all-box-link),
  .offset-wrapper-bottom .wrapper {
    margin-bottom:-15vw;
  }
  .large-wrapper-padding .more-items-item .wrapper,
  .large-wrapper-padding .slide-content {
    padding-top:50px;
    padding-bottom:50px;
  }
  /* RWP */

  body.rwp.countdown-header #header #countdown {
    height: 50px;
  }
  #header .wrapper .countdown-text span.number {
    font-size: 20px;
  }
  body.rwp #header #countdown .countdown-text span.name {
    font-size: 12px;
  }
  /* One Blue Voice */
  .one-blue-voice .medium-text .more-items-item .wrapper h2 {
    font-size: 36px;
  }
  .one-blue-voice #sign-up .formly-field.title .separator p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .one-blue-voice .formly-field {
    margin-bottom:15px;
  }
  .one-blue-voice #sign-up form{
    padding: 35px 35px 45px 35px;
  }
  .one-blue-voice  .pl-80 {
    padding-left: 16rem;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves .wrapper p {
    font-size: 18px;
    max-width: 65%;
  }
  .one-blue-voice header .countdown-text span.number {
    font-size: 22px;
  }
  .one-blue-voice header .countdown-text span.name {
    font-size: 12px;
  }
  .one-blue-voice header #countdown .widget-title {
    font-size: 13px;
  }
  .one-blue-voice header #countdown .widget-title {
    width: 35%;
    margin-left: 9%;
    margin-right: 2%;
  }
  .one-blue-voice #sign-up .formly-field.title .separator {
    font-size: 36px;
    line-height: 1;
  }
  .one-blue-voice #top-image .slide-content {
    padding-bottom: calc(var(--countdown-height) / 1.5);
  }
  .scoreboard-home,
  .home #ranking {
    padding-top:20px !important;
  }
  .scoreboard-home.scoreboard-tabs .widget-title,
  .home #ranking > .widget-title {
    font-size: 22px;
  }
  .scoreboard-home.scoreboard-tabs table {
    font-size: 14px;
  }
  .home .scoreboard-tabs table .table-items td {
    padding: 4px;
  }
  #home-top-stories .slide-content {
    padding-bottom: 60px;
  }

  #crew-wrapper #crew.one-of-four{
    width: 33.33333%;
  }
  #crew-wrapper #crew.one-of-four .more-items-list {
    justify-content: flex-start;
  }
  #crew-wrapper #crew.three-of-four {
    width:66.6666%;
  }
  #angular-news .more-items-item.banner {
    width: calc(66.666666% - var(--gap));
  }

  body.blog {
    --max-width-column: calc(100vw - 20px);
    --row1-height: 80px;
  }
  body.blog.fixed-header.headroom--not-top #content {
    --row1-height: 80px;
    --header-height: calc(var(--row1-height) + var(--row2-height) + var(--header-extra));
  }
  body.blog .logo-img {
    max-height: 26px;
  }
  body.blog.headroom--not-top:not(.headroom--pinned) {
    --row1-height: 50px;
  }
  body.blog #site-logo-blog .logo-img {
    margin-bottom: 15px;
  }
  /* Felix tablet 1180px */
  /* Blog */
  body.blog #footer #navigation {
    display: flex !important;
  }
  body.blog .formly-field .separator {
    font-size: 16px;
  }
  /* MUSEUM */
  /* Visit */
  body.museum.visit section#banner-colecciones div.slide-content p {
    transform: translatex(20px);
  }
  .tvschedule .angular-table form input{
    border: 1px solid rgba(0,0,0,.5);
    margin-bottom: 30px;
    width: 100%;
  }
  body.one-blue-voice #header {
    height: 150px;
  }
  body.one-blue-voice #header #languages-menu {
    top: -39px;
    right: 6px;
  }
  body.one-blue-voice #header .logo-img {
    height: 75%;
  }
  .one-blue-voice.alt-lang .pl-80 {
    padding-left: 8rem;
    padding-top: 1rem;
  }
  .alliance .fotorama__html .slide-content .slide-title {
    font-size: 68px;
  }
  .alliance #top-image .slide-content {
    padding-bottom: 20px;
  }
  .alliance #race-on .more-items-item .pl-80 {
    padding-left: 0;
  }
  .alliance #race-on .more-items-item .wrapper h2 {
    font-size: 50px;
  }
  .alliance #race-on .more-items-item h4.pb-10 {
    font-size: 34px;
  }
}


@media only screen and (max-width: 1024px) {
  #angular-raw .tabs-content .more-items-item {
    width: calc(50% - var(--gap));
  }
  #angular-raw.tabs-view:not(.tabs-col) > .widget-title {
    position: relative;
    top: auto;
  }
  #angular-raw.tabs-view:not(.tabs-col) > header:before {
    right:auto;
    left: 0;
  }
}
/* Tablet devices layout adjustments
  ========================================================== */
@media only screen and (max-width: 1023px) {
  :root {
    --related-content-width: 250px;
    --body-h-padding: 35px;
    --max-width-column-small: calc(100vw - (var(--body-h-padding) * 2));
  }

  .full-width-tablet {
    --max-width-column:100%;
  }
  
  .logo-link {
    max-width:260px;
  }
  .header-lg .bg-vid {
    margin-top: 0;
  }
  .header-lg .bg-vid .slide {
    top: 0;
  }
  #navigation-toggle {
    z-index: 2;
    right: 0;
    top: 0;
    color: #ffffff;
    width: 60px;
  }
  
  
  .navigation.burger-nav {
    position: fixed;
    top: 50px;
    background-color: #3b3d40;
    left: 0;
    width: 50%;
    bottom: 0;
    margin-left: -50%;
    -o-transition: margin-left var(--easing) 0.3s;
    transition: margin-left var(--easing) 0.3s;
    -webkit-transition: margin-left var(--easing) 0.3s;
    -moz-transition: margin-left var(--easing) 0.3s;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .navigation.open,
  #languages.open {
    margin-left: 0;
  }

  .navigation.open .menu li:not(#languages) {
    display: block;
  }
  
  #navigation-more > .menu{
    padding: 80px 20px 30px 20px;
  }
  #navigation-more > .menu li a {
    padding-top: 10px;
    padding-bottom:10px;
    font-size:18px;
  }
  #navigation-more > .menu > li > a small {
    font-size: 13px;
  }
  #navigation-more > .menu > li.dropdown .submenu {

    top: calc(78px + var(--header-height));
    margin-left: calc(25% - 21px);

  }
  #navigation-more > .menu > li.dropdown .submenu a{
    padding-right: 20px;
    font-size: 16px;
  }

  #languages-menu #languages a {
    padding-right: 10px;
  }
  .header-lg .navigation {
    top: 50px;
  }

  .secondary-content,
  .secondary-content > * {
    width: 100%;
  }
  .secondary-content:first-child > * {
    margin-left: 0;
  }
  .secondary-content:first-child .tabs-view,
  .secondary-content:first-child .tabs-view .section-title,
  .secondary-content:first-child .tabs-view > header,
  .secondary-content:last-child .tabs-view,
  .secondary-content:last-child .tabs-view .section-title,
  .secondary-content:last-child .tabs-view > header {
    padding-left: 0;
    padding-right: 0;
  }

  .related-content .widget {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .primary-content .widget.article-view {
    background: transparent;
  }
  .widget-wrapper:not(.full-width):not(.full-width-1440):not(.full-width-900) {
    /* padding: 0 30px !important; */
  }
  .widget-wrapper > * {
    padding:  0;
    width: 100%;
  }
  .more-items-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .large-title .section-title, .large-title .widget-title,.large-title .more-items-group > .wrapper h2 {
    font-size: 32px;
  }
  .large-text .more-items-item .wrapper h2,
  .large-text.img-aside .more-items-item .wrapper h2,
  .large-text.text-over .more-items-item .wrapper h2 {
    font-size: 32px;
  }
  .large-text .link-button a {
    padding: 10px 20px;
    font-size: 18px;
  }
  .xxl-text .more-items-item .wrapper h2, .xxl-text .slide-content .slide-title {
    font-size: 80px;
  }
  .xxl-text .more-items-item .wrapper h3 {
    font-size: 42px;
  }
  .medium-text .more-items-item .wrapper h2 {
    font-size: 19px;
  }

  .img-aside .more-items-item .wrapper {
    padding-left:10px;
    padding-right:10px;
  }
  .line-after-title .article-view-title, .line-after-title .widget-title, .line-after-title .more-items-group > .wrapper h2, .line-after-title-wrapper .wrapper h2, .line-after-title > div > .bg-vid .slide-content h2,
.line-after-title > div > .fotorama .slide-content h2,.line-after-title.tabs-view > header, .line-after-title .tabs-view > header {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .line-after-title .article-view-title ~ *,
  .line-after-title .widget-title ~ *,
  .line-after-title-wrapper .wrapper h2 ~ *, 
  .line-after-title > div > .bg-vid .slide-content h2 ~ *,
.line-after-title > div > .fotorama .slide-content h2 ~ *{
    margin-top:0;
  }
  .line-before-title .more-items-group > .wrapper h2::before,
  .line-before-title .article-view-title::before, 
  .line-before-title .widget-title::before, 
  .line-before-title-wrapper .wrapper h2::before, 
  .line-before-title .slide-content h2::before,
  .line-after-title .article-view-title::after, .line-after-title .widget-title::after, .line-after-title .more-items-group > .wrapper h2::after,.line-after-title-wrapper .wrapper h2::after, .line-after-title > div > .fotorma .slide-content h2::after {
    width:40px;
  }
  .line-before-title .more-items-group > .wrapper h2,
  .line-before-title .article-view-title, 
  .line-before-title .widget-title, 
  .line-before-title-wrapper .wrapper h2, 
  .line-before-title .slide-content h2 {
    padding-top: 12px;
    margin-top: 8px;
  }

  .image-only-50 .more-items-item > a:not(.all-box-link) > img, 
  .image-only-50 .more-items-item .more-items-img-container > img {
    width: 70%;

  }

  /* Banners */
  #header > .wrapper-group > .wrapper {
    z-index: 1;
  }
  .top-image-container {
    display: block;
  }
  .row-fluid .column.secondary-content:first-child > * {
    padding-right: 30px;
  }
  .row-fluid .column.secondary-content:last-child > * {
    padding-left: 30px;
  }
  .tabs-col > header .tabs {
    width: 110px;
  }
  .tabs-col > .tabs-content,
  .tabs-col > .more-items-list {
    padding-right: 0;
    padding-left: 110px;
  }

  .icon-tabs header li a {
    font-size:9px;
    padding: 5px 9px;
    letter-spacing: 0.7px;

  }
  .icon-tabs header li.tab-sustainability  {
    width:auto;
  }
  .icon-tabs header .tabs{
    justify-content: flex-start;
    padding-bottom:25px;
  }
  .icon-tabs .tabs li a {
    color:transparent;
    width:28px;
    padding:0;
    display:flex;
    justify-content: flex-start;
  }
  .icon-tabs .tabs li a:before,
  .icon-tabs .tabs li a:hover:before {
    color:var(--darkgreen)
  }
  .icon-tabs .tabs li.active a:before   {
    color:var(--lightblue);
  }
  .icon-tabs header li a::before, 
  .icon-tabs > ul li a::before, 
  .tabs-view > header .controls::before,
  .primary-content .icon-tabs header li a:before, .primary-content .icon-tabs > ul li a:before, .primary-content .tabs-view > header .controls:before {
    font-size: 28px;
  }
  .icon-tabs header li  {
    width: 60px;
    height: 43px;
    border: none;
  }
  
  .icon-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .icon-list li {
    text-align: left;
    width: 100%;
    margin: 10px 0;
  }
  .icon-list li i {
    float: left;
    text-align: left;
    margin-right: 15px;
    margin-block: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
  .icon-list li strong {
    margin-top: 7px;
    display: inline-block;
  }

  .slide-content .icon-list {
    padding-top:20px;
  }
  .article-tabs .tabs {
    padding-left:0;
  }
  .large-tabs.article-tabs.tabs-start .tabs::after {
    left: calc(((100vw - var(--max-width-column-small)) / 2) );
  }

  body,
  input,
  textarea,
  .md-content > * {
    font-size: 16px;
  }
  .one-of-six,
  .one-of-seven {
    width: 33.33333%;
  }
  .one-three .more-items-item,
  .one-four .more-items-item,
  .one-five .more-items-item,
  .one-three .more-video-item,
  .one-four .more-video-item,
  .one-five .more-video-item,
  .one-three .galleries-item,
  .one-four .galleries-item,
  .one-five .galleries-item,
  .one-three .socialstream-item,
  .one-four .socialstream-item,
  .one-five .socialstream-item,
  .one-three .control-group,
  .one-four .control-group,
  .one-five .control-group,
  .one-three .formly > *,
  .one-four .formly > *,
  .one-five .formly > *,
  .one-three.img-aside .more-items-item,
  .one-four.img-aside .more-items-item,
  .one-five.img-aside .more-items-item,
  .one-three.landing li,
  .one-four.landing li,
  .one-five.landing li {
    width: calc(50% -  var(--gap));
  }
  .one-six .more-items-item,
  .one-seven .more-items-item,
  .one-six .more-video-item,
  .one-seven .more-video-item,
  .one-six .galleries-item,
  .one-seven .galleries-item,
  .one-six .socialstream-item,
  .one-seven .socialstream-item,
  .one-six .control-group,
  .one-seven .control-group,
  .one-six .formly > *,
  .one-seven .formly > *,
  .one-six.img-aside .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-six.landing li,
  .one-seven.landing li {
    width: calc(33.333333% -  var(--gap));
  }
  
  .secondary-content .widget li {
    width: inherit;
  }
  .more-items.text-over .more-items-item h2 {
    font-size: 28px;
  }
  .sponsors {
    text-align: center;
  }
  .sponsors li {
    width: 15%;
  }
  #officialPartners ul li,
  #hostCities ul li {
    width: calc(33.333333% - var(--gap)) !important;
  }
  .full-content .article-view-body > p, .full-content .article-view-body > ul, .full-content .article-view-body > a:not(.article-link),
  .article-view-body > p, .article-view-body > ul, .article-view-body > a:not(.article-link),
  body.news .article-view-body .img-50,.full-content .article-view-body > .twitter-tweet {
    padding-left: 0;
  }
  .full-content .article-view-body > a.article-link,
  .article-view-body > a.article-link {
    margin-left:0
  }
  .article-view header figure::after,
  body.news .article-view-body .img-50::after,
  body.news .article-view-body .img-75::after,
  body.news .article-view-body .img-100::after {
    width:50%;
  }
  body.news .article-view-body .img-75 {
    width:100%;
  }
  .widget.article-view > .article header .article-view-time {
    display: block;
    font-weight: bold;
    color:var(--lightblue);
    margin-bottom:0;
  } 
  .widget.article-view > .article header .article-view-time .date-time {
    display: inline-block;
  }
  .widget.article-view > .article header {
    margin-bottom: 20px;
  }
  body.news .article-view-body .img-50 figcaption {
    padding-left: 10px;
  }
  body.news .article-view-body figure.img-25,
  body.news .article-view-body figure.img-50,
  body.news .article-view-body figure.img-75,
  body.news .article-view-body figure.img-100 {
    margin-bottom: 50px;
  }
.article-view-body figure:after {
    width:50%;
  }
  .article-view-body h4 {
    margin-left:0;
  }
  /* Galleries */
  .media-container, .wallpapers .media-container, .wallpapers .media-info {
    width: 100%;
    }
  .full-content #gallery .media-info,
  body.video .full-content .media-info {
    position: relative;
    padding-left: var(--body-h-padding);
    padding-right: var(--body-h-padding);
    margin-right:0;
    padding-top: 40px;
    }
    .media-info {

      width: 100%;
      }
    .media-view .article .media-info > * {
      padding: 0;
      }
      .media-view .article .media-info > header > * {
        margin-left: 0;
        margin-right: 0;
      }
      .media-view .article-view-time {
        margin-top:20px;
      }
      .media-view .article-view-title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        
        }
        .media-view .article .article-view-footer {
          margin-top: 30px;
          margin-bottom: 20px;

          }
        .tabs#galleries-view {
          position: absolute;
          right: 25px;
          margin-top: -61px;
          }
          .full-content #gallery .media-container  {
            padding: 40px calc(var(--body-h-padding) - (var(--gap) / 2)) 0;
            }
            body.video .full-content .media-container {
              padding-top:40px;
            }
  .media-view .article {
    flex-direction: column;
    max-width: 100% !important;
  }
  body.video .media-view {
    padding-bottom:6px;
  }
  body.video .media-view .article {
    flex-direction: column-reverse;
  }

  /* crew */



  /* RWP */

  

  
  /* Route */

  #route-text > ul > li > a:not(.all-box-link) {
    margin-top:0;
  }
  #route-text > ul > li > a:not(.all-box-link) img {
    height:100%;
    object-fit: cover;
  }
  #route-text > ul > li {
    height:auto;
    max-height:none;
  }

  /* Partners */

  #landing-partners .more-items-group.group-PREMIER .more-items-item {
    width: calc(50% - var(--gap));
  }
  /* ONE BLUE VOICE */

  .one-blue-voice #top-wrapper {
    height: auto;
  }
  .one-blue-voice #top-wrapper {
    flex-direction:column;
  }
  .one-blue-voice #top-image,
  .one-blue-voice #sign-up {
    width: 100%;
  }
  .one-blue-voice #top-image {
    height: calc(var(--vh, 1vh) * 47);
  }
  body.one-blue-voice {
    --countdown-height: 100px;
  }
  
  .one-blue-voice #top-image .slide-content {
    padding-bottom: 50px;
    background-image: url(../img/onebluevoice/white-wave-small.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .one-blue-voice #sign-up form{
    padding-top:60px;
    padding-left: var(--body-h-padding);
    padding-right: var(--body-h-padding);
  }
  .one-blue-voice header#countdown-wrapper {
    margin-top:0;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .one-blue-voice #countdown-wrapper #countdown {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: 60%;
  }
  .one-blue-voice #countdown-wrapper #countdown > * {
    padding-top:0;
    margin: 0 auto;
    height: 50%;
    width: 66.6666%;
    background: rgba(255,255,255,0.1);
  }

  /* raw */

  #angular-raw .tabs-content .more-items-item {
    width: calc(100% - var(--gap));
  }


  /* felix tablet devices*/
  body.museum.news h1.article-view-title::before {
    display: none;
  }
  .racing.tracker #angular-news {
    padding-bottom: 30px;
  }
  .racing.tracker #content-angular-news {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  body.one-blue-voice #header {
    padding-right: var(--body-h-padding) !important;
  }
  body.one-blue-voice #header #languages-menu #languages {
    background: transparent;
  
  }
  body.one-blue-voice #header #languages-menu li#languages:before {
    margin-left: -2px;
    font-size: 24px;
    color: #fff;
    opacity: 1;
  }
  body.one-blue-voice #header #languages-menu #languages > a {
    padding-right: 2px;
    font-size: 15px;
    margin-left: 45px;
    margin-top: -1px;
    color:#fff;
    background-color: transparent;
  }
  body.one-blue-voice #header #languages-menu {
    position: relative;
    top: 0;
    right: 9px;
  }
  .alliance #top-image .fotorama__stage {
    max-height: 536px;
  }
  .alliance #top-image .slide-content {
    padding-top: 20px;
  }
  .alliance .fotorama__html .slide-content .slide-title {
    font-size: 70px;
  }
  .alliance #top-image.widget {
    height: 536px;
  }
  .alliance #race-on .more-items-long-text {
    padding-right: 23.33333%;
  }
   /* Blog */
   body.blog #around-world-2 {
    width: 302%;
  }
  body.blog #around-world-2 .more-items-item {
    width: calc(33% - var(--gap));
  }
  body.blog.about,
  body.blog.advertise,
  body.blog.contact,
  body.blog.about {
    --max-width-column: calc(100vw - (var(--body-h-padding) * 2)) !important;
  }
  body.blog.subscribe #top-wrapper {
    display: flex;
    flex-direction: column;
  }
  .one-blue-voice header#countdown-wrapper #countdown .widget-title {
    margin: 0;
  }
  .one-blue-voice header #countdown .countdown-fotorama {
    padding-bottom:10px;
  }
  .one-blue-voice header #countdown .countdown-fotorama .countdown-text{
    width: 100%;
  }
  .one-blue-voice header #countdown .countdown-fotorama .countdown-time {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
  .one-blue-voice #countdown-wrapper #countdown::after {
    width: 80%;
    margin-top:0;
  }
  .one-blue-voice header #countdown .widget-title {
    padding: 16px 0 0px 20px !important;
  }
  .one-blue-voice #countdown-wrapper #logo-11th {
    padding-top: calc(var(--countdown-height) / 4);
    padding-bottom: calc(var(--countdown-height) / 4);
    width: 40%;
  }
  .one-blue-voice #countdown-wrapper #logo-11th li > a {
    padding-left: 20px;
  }
  .one-blue-voice #countdown-wrapper #logo-11th ul li .wrapper {
    padding: 0 10px;
  }
  .one-blue-voice #world-map-div {
    width:100vw;
  }
  .one-blue-voice #modal-newsletter2 .md-content {
    flex-direction: column;
    flex-wrap: nowrap;
    height:auto;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves {
    width:100%;
    --gap:0;
    margin-bottom:30px;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button.link-button-b {
    display: block;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button:not(.link-button-b) {
    order: 1;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button:not(.link-button-b) a {
    background-color: var(--darkgreen);

  }
  .one-blue-voice #modal-newsletter2 .md-content #sign-up {
    width: 100%;
    margin-left: 0;
    margin-bottom:30px;
    display:none;
  }
  
  #top-stories-wrapper .slides .slide-content,
  .scoreboard-home{
    padding-left:  var(--body-h-padding) !important;
    padding-right:  var(--body-h-padding) !important;
  }
  #top-stories-wrapper .top-stories .fotorama__nav__shaft {
    padding-left:  calc(var(--body-h-padding) - 10px) !important;
    padding-right: calc(var(--body-h-padding) - 10px) !important;
  }
  .home #ranking {
    padding-left:  var(--body-h-padding) !important;
    padding-top: 30px !important;
  }
  .home .scoreboard-tabs table .table-items {
    display: table-row;
  }
  .home #ranking .tabs {
    padding-bottom: 10px;
    margin-top:10px;
  }
  
  #modal-angular-data {
    flex-direction: column;
  }
  #modal-angular-data .md-content {
    flex: none;
    height: calc(var(--vh, 1vh) * 40);
  }
  #modal-angular-data .col2 {
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 33);
    min-height: calc(var(--vh, 1vh) * 20);
  }
  #angular-raw.tabs-view:not(.tabs-col) > header .tabs > li > a span {
    max-width: 95px;
  }
  #top-stories-wrapper #home-top-stories, #top-stories-wrapper .home-top-stories {
    height: calc(var(--vh, 1vh) * 70);
  }
  #top-stories-wrapper.one-of-two #home-top-stories, #top-stories-wrapper.one-of-two .home-top-stories {
    height: calc(var(--vh, 1vh) * 62);
  }
  .race-programme .more-items-item .wrapper > * {
    margin: 0;
  }
  .race-programme.line-after-title .more-items-group > .wrapper h2 {
    font-size: 18px;
  }
  #angular-news .more-items-item.banner {
    width: calc(100% - var(--gap));
  }
  .tabs-end.tabs-view > .widget-title, .tabs-start.tabs-view > .widget-title, .tabs-end.tabs-view > .section-title, .tabs-start.tabs-view > .section-title, .tabs-view.tabs-end > header, .tabs-view.tabs-start > header {
    width: 100% !important;
    margin: 0 !important;
  }
  .tabs-end.tabs-view > .widget-title, .tabs-start.tabs-view > .widget-title, .tabs-end.tabs-view > .section-title, .tabs-start.tabs-view > .section-title {
    margin-bottom: 20px !important;
  }
}
/* Mobile devices layout adjustments
  ========================================================== */
@media only screen and (min-width: 1024px) {
  .icon-tabs .tabs-content .widget-title {
    display:none;
  }
  .home .scoreboard-tabs .widget .widget {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .full-width-900 {
    width: 100%;
    max-width: 100%;
  }
  #home-wrapper {
    flex-direction: column;
  }
  #home-wrapper > * {
    width: 100%;
  }
  
  #scoreboard-wrapper {
    height:auto;
  }
  .home #embed-tracker {
    height: 450px;
  }
  .click-subscribe.widget .wrapper p {
    display: none;
  }
  .click-subscribe {
    margin-top: -40px;
  }
  .click-subscribe.widget .wrapper {
    padding: 5px 20px;
  }
  .click-subscribe.widget h2 {
    font-size: 35px;
    text-align: center;
  }
}


@media only screen and (max-width: 767px) {
  :root {
    --body-h-padding:25px;
    --row2-height: 0px;
    --header-height:calc(var(--row1-height) + 45px);
    --top-bottom-gap-list: 35px;
    --max-width-column-small:calc(100vw - (var(--body-h-padding) * 2));
  }
  .full-width-mobile {
    width: 100%;
    max-width: 100%;
  }
  body, input, textarea, .md-content > * {
    font-size: 18px;
  }
  .primary-content .widget.full-width {
    --max-width-column:calc(100vw - (var(--body-h-padding) * 2));
  }
  .primary-related-large .row-fluid.primary-related,
  .primary-related-large .row-fluid.two, 
  .primary-related-large .row-fluid.three,
  .row-fluid.primary-related, 
  .row-fluid.two, 
  .row-fluid.three {
    padding-left: 0;
    padding-right: 0;

  }
  body.related-fixed-mobile .row-fluid.primary-related, 
  body.related-fixed-mobile .row-fluid.two, 
  body.related-fixed-mobile .row-fluid.three {
    display: flex;
    flex-direction: column-reverse;
  }
  .row-fluid.primary-related .primary-content, 
  .row-fluid.two .primary-content, 
  .row-fluid.three .primary-content {
    padding-left: calc((100vw - var(--max-width-column)) / 2);
    padding-right: calc((100vw - var(--max-width-column)) / 2);
  }
  .column > .widget, .column > .widget.slide-items {
    padding-top: calc(var(--body-h-padding) * 2 );
    padding-bottom: calc(var(--body-h-padding) * 2 );
  }
  .related-content {
    padding-top:0;
    z-index: 4;
  }
  body.related-fixed-mobile .submenu-list li.top-line {
    margin-top: 0;
    padding-top: 0;
  }
  body.related-fixed-mobile .submenu-list li.top-line:before {
    display:none;
  }
  body.related-fixed-mobile .submenu-list {
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--lightblue);
    --gap:0;
    overflow: auto;
  }
   
  body.related-fixed-mobile .submenu-list::-webkit-scrollbar {
    display: none;
  }
  body.related-fixed-mobile .related-content .submenu-list .widget-title {
    display:none;
  }
  body.related-fixed-mobile .submenu-list li {
    width:auto;
    margin-bottom: 0;
    background-color: transparent;
    margin-left: 0;
    margin-right: 25px;
  }
  body.related-fixed-mobile .submenu-list li .wrapper {
    background-color: transparent;
  }
  body.related-fixed-mobile .submenu-list li .wrapper h2 {
    margin:0;
  }
  body.related-fixed-mobile .submenu-list .more-items-list {
    justify-content: flex-start;
    padding-left: calc((100vw - var(--max-width-column)) / 2);
    padding-right: calc((100vw - var(--max-width-column)) / 2);
  }

  body.related-fixed-mobile .related-content:after {
    content: "";
    width: 50px;
    height: 44px;
    right: 0;
    position: absolute;
    background: linear-gradient(270deg, rgba(56,143,255,1) 0%, rgba(56,143,255,0) 100%);
    pointer-events: none;
    z-index: 2;
    top: 0;
}  body.related-fixed-mobile .related-content:before {
    content: "";
    width: calc((100vw - var(--max-width-column)) / 2);
    height: 44px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(56,143,255,1) 0%, rgba(56,143,255,0) 100%);
    pointer-events: none;
    z-index: 2;
}
  body.related-fixed-mobile .column > .submenu-list.widget:not(.full-width) > .more-items-list {
    max-width: none !important;
    width: max-content !important;
    margin: 0 !important;
  }
  body.related-fixed-mobile .submenu-list > ul > li a {
    height:44px;
    line-height: 44px;
  }
  body.related-fixed-mobile .submenu-list > ul > li.active a:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    }
  body.related-fixed-mobile .submenu-list > ul > li a:hover,
  body.related-fixed-mobile .submenu-list > ul > li a,
  body.related-fixed-mobile .submenu-list > ul > li.active a,
  body.related-fixed-mobile.theme-green .submenu-list > ul > li.active a,
  body.related-fixed-mobile.theme-r4n .submenu-list > ul > li.active a  {
    color: #fff !important;
  }
  .submenu-list ul li .wrapper > ul {
    display: none;
  }
  .related-on-left .primary-content, .related-content, .primary-content, .primary-related-large .primary-content {
    width: 100%;
    --max-width-column: calc(100vw - (var(--body-h-padding) * 2));
    padding:0;
  }
  .colapsed-list.closed .more-items-list {
    height: auto;
  }
  .is-mobile {
    display: block !important;
  }
  .is-desktop {
    display: none !important;
  }
  .no-wrapper-mobile .more-items-item .wrapper {
    display:none;
  }
  .no-image-mobile .more-items-item > a:not(.all-box-link) img,
  .no-image-mobile .more-items-item .more-items-img-container img {
    display: none;
  }
  #header {
    height: var(--header-height);
  }
  #header > .wrapper-group {
    justify-content: flex-start;
  }
  #header > .wrapper-group > .wrapper.row1 {
    flex-direction: column ;
    z-index: 0;
  }
  #header > .wrapper-group > .wrapper.row2 {
    height: 0;
    overflow: hidden;
    z-index: 3;
  }
  #header > .wrapper-group > .wrapper {
    padding-right: 0;
  }
  #header .social-icons a, #footer .social-icons a {
    padding: 0 4px;
  }
  #footer #footer-zone4 {
    flex-direction:column-reverse
  }
  #footer-logo {
    max-height: 40px;
  }
  #copyright {
    font-size: 12px;
  }
  .logo-link {
    padding: 0 12px;
  }
  #navigation-more.widget {
    flex-direction: column;
  }
  #header #navigation-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    height: var(--row1-height);
    z-index: 1;
  }

  #language-toggle {
    display: none;
  }
  #navigation-toggle span {
    display: none;
  }
  #navigation-toggle:after {
    width: 80px;
    background: #ffffff;
    padding: 0;
    height: 100%;
    margin: 0;
    -webkit-mask-image: url(../img/burger.svg);
    mask-image: url(../img/burger.svg);
    -webkit-mask-size: 80% auto;
    mask-size: 80% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    content:"";
  }
  #navigation-toggle.open:after {
    -webkit-mask-image: url(../img/burger-close.svg);
    mask-image: url(../img/burger-close.svg);
    -webkit-mask-size: 60% auto;
    mask-size: 60% auto;
  }

  #navigation {
    display: none !important;
  }
  .navigation {
    width: 100%;
  }

  .navigation.burger-nav {
    width: 100%;
    display:none;
  }

  #navigation-toggle {
    padding: 0;
    width: 50px;
  }
  #navigation-more {
    overflow: auto;
    bottom: 0;
    top: calc(var(--row1-height) + 5px);
    z-index:3;
  }
  #navigation-more:after {
    top: calc(var(--row1-height) + 5px)
  }
  #navigation-more > .menu,
  #navigation-more > .menu.menu-featured {
    width:100%;
    padding-top:64px;
    padding-bottom:20px;
    padding-left:0;
    padding-right:0;
    overflow: hidden;
    flex:none
  }
  #navigation-more {

  }
  #navigation-more > .menu:first-child {
    padding-bottom:0;
  }
  #navigation-more > .menu.menu-featured {
    padding-top:0;
    border:none;
  }
  #navigation-more > .menu.menu-more,
  #navigation-more > .menu.menu-more .menu {
    padding-top:0;
  }

  #navigation-login, #user-menu {
    border: none;
    margin-left: 0;
  }
  #languages-menu #languages {
    padding: 0 40px;
  }
  #header .menu-more > .social-links {
    padding: 20px 40px 0;
  }
  #languages-menu #languages {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
  }
  #languages-menu li#languages:before {
    font-size: 21px;
    position: relative;
    color: #fff;
    margin:0;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255,255,255,0.4);
    height: auto;
    line-height: 21px;
  }
  #languages-menu #languages > a {
    padding: 0;
    background: transparent;
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding-right: 15px;
    border-radius: 0;
  } 
  #languages-menu #languages .submenu {
    right: 0;
    left: 0;
    z-index: 1;
    position: relative;
    display: flex;
    top: auto;
    background: transparent;
    box-shadow:none;
  }
  #languages-menu #languages .submenu a {
    border:none;
    opacity: .4;
    margin-right:15px;
    padding:0;
  }
  #languages-menu #languages.dropdown .submenu li:first-child:before {
    display:none;
  }

  #navigation-more .menu.menu-more,
  #navigation-more .menu.menu-more .menu {
    padding-top:0;
  }
  #navigation-more{
    border-bottom: 6px solid var(--orange);
  }
  #navigation-more #user-menu,
  #navigation-more #user-menu .menu {
    flex-direction:column;

    padding: 0;
  }
  #navigation-more #user-menu {
    padding:0 40px;
  }
  #user-menu .menu > li .submenu {
    width: auto;
    position: relative;
    display: flex;
    top: auto;
    left: auto;
    margin: 0;
    background: transparent;
  }
  #user-menu .menu > li.dropdown #user {
    margin:20px 0;
  }
  #user-menu .menu > li.dropdown a i:before {
    line-height: 21px;
  }
  
  #user-menu .menu > li .submenu a {
    padding: 0px;
    line-height: 18px;
  }
  
  #user-menu .menu > li .submenu li:before {
    display:none;
  }
  #navigation-more #languages-menu .menu {
    padding: 0;
  }
  #navigation-more > .menu > li {
    border-right:none;
    width:100%;
    padding: 0 40px;
    display:block;
  }
  .menu-more #user-menu .menu > li.dropdown div.dropdown > a {
    padding: 0;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255,255,255,0.4);
    font-size:21px;
    line-height: 21px;
  }
  #navigation-more:before {
    background-size: auto 100%;
    height: 50px;
  }
  html.no-touch #navigation-more > .menu > li:hover,
  html.touch #navigation-more > .menu > li.active {
    background-color: rgba(255,255,255,0.05);
  }
  #navigation-more > .menu li a {
    padding-top: 13px;
    padding-bottom: 13px; 
  }
  #navigation-more > .menu > li.dropdown .submenu {
    top: auto;
    left: 0;
    position: relative;
    margin-bottom: 10px;
    margin-top:10px;
    margin-left: 0;
    width:auto;
  }
  #navigation-more > .menu > li.dropdown > a:after {
    content: "\ea4e";
    font-size: 26px;
    line-height: 18px;
    right:0;
  }
  html.touch #navigation-more > .menu > li.dropdown.active > a:after,
  html.no-touch #navigation-more > .menu > li.dropdown:hover > a:after  {
    content: "\ea78";
  }
  #navigation-more > .menu > li.dropdown .submenu a {
    padding-left: 0;
    padding-right: 0;
    opacity:0.7;
  }
  #navigation-more > .menu:hover > li > a {
    opacity: 1;
  }
  
  #header .social-icons,
  #header .social-icons > li {
    padding:0;
    
  }
  #header .social-icons {
    width: 100%;
    justify-content: space-between;
  }
  #header .social-icons > div,
  #header .social-icons a{
    padding: 0;
    margin: 0;
  }
  #header .social-icons > div {
    margin: 15px 0 10px 0;
  }

  #header .menu-more .social-icons a:hover, 
  #header .menu-more .social-icons a:hover::before, 
  #header .menu-more .social-links.blue a, 
  #header .menu-more .social-links.blue a::before, 
  #header .menu-more .social-icons > div.social-newsletter a::before,
  #header .menu-more .social-icons a::before {
    color:#ffffff;
  }

  #header .social-icons > div h3, #header .social-icons a {
    font-size: 21px;
    line-height: 21px;
  }
  .menu-more .social-icons .social-tiktok a::before {
    background-color: #ffffff;
    -webkit-mask-size: 28px auto;
    mask-size: 28px auto;
    width: 19px;
    height: 19px;
  }
  #header .menu-more .social-links .login {
    margin:20px 0;
  }
  #header .menu-more .social-links .login > a {
    display:flex;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
  }
  #header .menu-more .social-links .login > a > i{
    padding: 0 15px 0 0;
    margin-right: 15px;
    font-size:21px;
    border-right: 1px solid rgba(255,255,255,0.4);
  }
  header .social-icons .login a span {
    display:block;
  }
  .white-texture:not(body) {
    padding-top: 70px !important;
  }
  .white-texture:before {
    right: 0;
    margin-right: 0;
    left: 0;
    width: auto;
    height: 70px;
    top: 0;
    background-image: url(../img/article-top-texture.png);
    background-size: auto 60px;
    background-repeat: repeat-x;
    background-position: center;
    opacity:1;
  }
  .related-fixed-mobile.white-texture:before {
    display:none;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  .slide-content .btn,.btn,.link-button a {
    padding: 8px 17px;
    font-size: 16px;
  }
  .more-items-text, .more-items-short-text, .more-items-long-text,.slide-content p, .wrapper > p {
    font-size: 18px;
  }
  .one-of-two,
  .one-of-three,
  .two-of-three,
  .one-of-four,
  .three-of-four,
  .one-of-five,
  .two-of-five,
  .three-of-five,
  .four-of-five,
  .one-of-six,
  .one-of-seven,
  .primary-content .primary-content,
  .secondary-content,
  .related-content {
    width: 100%;
  }
  .one-one .more-items-item,
  .one-two .more-items-item,
  .one-three .more-items-item,
  .one-four .more-items-item,
  .one-five .more-items-item,
  .one-six .more-items-item,
  .one-seven .more-items-item,
  .one-one .more-video-item,
  .one-two .more-video-item,
  .one-three .more-video-item,
  .one-four .more-video-item,
  .one-five .more-video-item,
  .one-six .more-video-item,
  .one-seven .more-video-item,
  .one-one .galleries-item,
  .one-two .galleries-item,
  .one-three .galleries-item,
  .one-four .galleries-item,
  .one-five .galleries-item,
  .one-six .galleries-item,
  .one-seven .galleries-item,
  .one-one .socialstream-item,
  .one-two .socialstream-item,
  .one-three .socialstream-item,
  .one-four .socialstream-item,
  .one-five .socialstream-item,
  .one-six .socialstream-item,
  .one-seven .socialstream-item,
  .one-one .control-group,
  .one-two .control-group,
  .one-three .control-group,
  .one-four .control-group,
  .one-five .control-group,
  .one-six .control-group,
  .one-seven .control-group,
  .one-one .formly > * > *:not(.form-buttons),
  .one-two .formly > * > *:not(.form-buttons),
  .one-three .formly > * > *:not(.form-buttons),
  .one-four .formly > * > *:not(.form-buttons),
  .one-five .formly > * > *:not(.form-buttons),
  .one-six .formly > * > *:not(.form-buttons),
  .one-seven .formly > * > *:not(.form-buttons),
  .one-one.img-aside .more-items-item,
  .one-two.img-aside .more-items-item,
  .one-three.img-aside .more-items-item,
  .one-four.img-aside .more-items-item,
  .one-five.img-aside .more-items-item,
  .one-six.img-aside .more-items-item,
  .one-seven.img-aside .more-items-item,
  .one-one.landing li,
  .one-two.landing li,
  .one-three.landing li,
  .one-four.landing li,
  .one-five.landing li,
  .one-six.landing li,
  .one-seven.landing li,
  .primary-content .one-three .more-items-item, 
  .primary-content .one-three .more-video-item, 
  .primary-content .one-three .galleries-item, 
  .primary-content .one-three .socialstream-item, 
  .primary-content .one-three .control-group, 
  .primary-content .one-three .formly > *, 
  .primary-content .one-three.img-aside .more-items-item, 
  .primary-content .one-three.landing li, 
  .primary-content .one-four .more-items-item, 
  .primary-content .one-five .more-items-item, 
  .primary-content .one-six .more-items-item, 
  .primary-content .one-seven .more-items-item, 
  .primary-content .one-four .more-video-item, 
  .primary-content .one-five .more-video-item, 
  .primary-content .one-six .more-video-item, 
  .primary-content .one-seven .more-video-item, 
  .primary-content .one-four .galleries-item, 
  .primary-content .one-five .galleries-item, 
  .primary-content .one-six .galleries-item, 
  .primary-content .one-seven .galleries-item, 
  .primary-content .one-four .socialstream-item, 
  .primary-content .one-five .socialstream-item, 
  .primary-content .one-six .socialstream-item, 
  .primary-content .one-seven .socialstream-item, 
  .primary-content .one-four .control-group, 
  .primary-content .one-five .control-group, 
  .primary-content .one-six .control-group, 
  .primary-content .one-seven .control-group,
  .primary-content .one-four .formly > * > :not(.form-buttons), 
  .primary-content .one-five .formly > * > :not(.form-buttons), 
  .primary-content .one-six .formly > * > :not(.form-buttons), 
  .primary-content .one-seven .formly > * > :not(.form-buttons), 
  .primary-content .one-four.img-aside .more-items-item, 
  .primary-content .one-five.img-aside .more-items-item, 
  .primary-content .one-six.img-aside .more-items-item, 
  .primary-content .one-seven.img-aside .more-items-item, 
  .primary-content .one-four.landing li, 
  .primary-content .one-five.landing li, 
  .primary-content .one-six.landing li, 
  .primary-content .one-seven.landing li {
    width: calc(100% -  var(--gap));
  }
  
  .more-items-group > .wrapper h2,
  .section-title,
  .widget-title,
  .large-title .more-items-group > .wrapper h2,
  .large-title .section-title, 
  .large-title .widget-title,
  .medium-title .more-items-group > .wrapper h2,
  .medium-title .section-title, 
  .medium-title .widget-title  {
    font-size: 26px;
  }
  .section-title, 
  .widget-title,
  .more-items-group > .wrapper h2,
  .text-left .more-items-group > .wrapper h2,
  .text-left .widget-title, 
  .text-left .section-title,
  .text-right .more-items-group > .wrapper h2,
  .text-right .widget-title, 
  .text-right .section-title,
  .left-title .more-items-group > .wrapper h2,
  .left-title .widget-title, 
  .left-title .section-title,
  .right-title .more-items-group > .wrapper h2,
  .right-title .widget-title, 
  .right-title .section-title,
  .left-title.center-text .more-items-group > .wrapper h2,
  .left-title.center-text .widget-title,
  .right-title.center-text .more-items-group > .wrapper h2,
  .right-title.center-text .widget-title {
    text-align: left;
  }

  .line-before-title .widget-title::before, 
  .line-after-title .widget-title::after,
  .line-before-title .section-title::before, 
  .line-after-title .section-title::after {
    left:0;
    margin-left: 0;
  }

  .tabs-col > header {
    margin-bottom: 20px;
    overflow: auto;
  }
  .tabs-col > header .tabs {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-left: auto;
    margin-right: auto;
  }


  .widget-wrapper:not(.full-width):not(.full-width-1440):not(.full-width-900):not(.full-width-mobile) {
    /* padding: 0 !important; */
  }

  /* Slides */
  #home-top-stories .slide-content {
    padding-bottom: 50px;
  }
  #home-top-stories .fotorama__stage__frame--video .slide-content p {
    display: none;
  }
  #home-top-stories.widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
    max-width: 100%;
  }
  #home-top-stories.widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * a {
    text-align: left;
  }
  .widget .fotorama__arr--next {
    right: 0;
  }
  .widget .fotorama__arr--prev {
    left: 0;
  }
  .slides .fotorama__dot,
  .slides .fotorama__nav__frame.fotorama__active .fotorama__dot {
    height:2px;
  }
  
  .fotorama__stage__frame.fotorama__stage__frame--video .slide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: none;
  }
  .fotorama__stage__frame.fotorama__stage__frame--video .slide-content {
    text-align: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    padding: 40px 40px 70px;
  }
  .fotorama__stage__frame.fotorama__stage__frame--video .slide-content .slide-title {
    margin-left: auto;
    margin-right: auto;
  }
  .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
    max-width: 100%;
  }
  .slide-content .slide-title {
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .slide-content > * {
    max-width:100%;
  }
  .slide-content p {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .one-two .slide-content > *,
  .one-three .slide-content > *,
  .one-four .slide-content > * {
    max-width: 100%;
  }
  .text-left.topstory-text-right.one-two .slide-content > *,
  .text-left.one-two .topstory-text-right .slide-content > *,
  .text-left.topstory-text-right.one-three .slide-content > *,
  .text-left.one-three .topstory-text-right .slide-content > *,
  .text-left.topstory-text-right.one-four .slide-content > *,
  .text-left.one-four .topstory-text-right .slide-content > * {
    margin-left: 0;
  }
  
  .fotorama__video-play {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  .widget .slides .fotorama__video-play:before {
    font-size: 45px;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  /* Tabs */

  .tabs-end header .tabs,
  .tabs-start header .tabs {
    justify-content: flex-start;
  }
  
  .tabs-end > header,
  .tabs-start > header {
    position: relative;
    margin: 0 0 20px;
  }
  .tabs-end .widget-title,
  .tabs-start .widget-title,
  .tabs-end .section-title,
  .tabs-start .section-title {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }


  /* More Items */
  .more-items-list {
    margin-bottom:0;
  }
  .more-items-item .wrapper {
    padding: 15px calc(var(--body-h-padding) - (var(--gap) / 2));
  }
  .img-aside .more-items-item .wrapper {
    padding: 20px 10px 0 10px;
  }
  .more-items .more-items-item h2,
  .more-items.text-over .more-items-item h2,
  #angular-news .more-items-item.large-title.video .wrapper h2 {
    min-height: inherit;
    font-size: 20px;
  }
  .img-aside.more-items .more-items-item h2 {
    font-size: 18px;
  }
  .img-aside.img-max-w .more-items-item > a:not(.all-box-link),
  .img-aside.img-max-w .more-items-item {
    max-width: 100px;
  }
  .img-start-mobile.img-aside .more-items-item,
  .aside-vertical-mobile.img-aside .more-items-item,
  .img-start-mobile.aside-vertical-mobile.img-end.img-aside .more-items-item {
    flex-direction: column;
  }
  .img-end-mobile.img-aside .more-items-item,
  .aside-vertical-mobile.img-end-start.img-aside .more-items-item:nth-child(2n+1), 
  .aside-vertical-mobile.img-end.img-aside .more-items-item {
    flex-direction: column-reverse;
  }
  .aside-vertical-mobile.img-aside.image-5 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-5 .more-items-item .more-items-img-container,
  .aside-vertical-mobile.img-aside.image-10 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-10 .more-items-item .more-items-img-container,
  .aside-vertical-mobile.img-aside.image-20 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-20 .more-items-item .more-items-img-container ,
  .aside-vertical-mobile.img-aside.image-25 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-25 .more-items-item .more-items-img-container,
  .aside-vertical-mobile.img-aside.image-30 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-30 .more-items-item .more-items-img-container ,
  .aside-vertical-mobile.img-aside.image-40 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-40 .more-items-item .more-items-img-container  ,
  .aside-vertical-mobile.img-aside.image-50 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-50 .more-items-item .more-items-img-container,
  .aside-vertical-mobile.img-aside.image-60 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-60 .more-items-item .more-items-img-container ,
  .aside-vertical-mobile.img-aside.image-70 .more-items-item > a:not(.all-box-link),
  .aside-vertical-mobile.img-aside.image-70 .more-items-item .more-items-img-container    {
    width:100%;
  }
  .offset-image-bottom .more-items-item > .slides,
  .offset-image-top .more-items-item > .slides,
  .offset-image-top .more-items-item > a:not(.all-box-link),
  .offset-image-bottom .more-items-item > a:not(.all-box-link),
  .offset-wrapper-top.img-aside .more-items-item .wrapper, 
  .offset-wrapper-bottom.img-aside .more-items-item .wrapper {
    margin:0;
    width:100%;
  }
  .offset-image-bottom .more-items-item > .slides,
  .offset-image-top .more-items-item > .slides {
    padding-top: 56.12%;
    position: relative;
  }
  .offset-image-top .more-items-item > .slides .fotorama__wrap,
  .offset-image-bottom .more-items-item > .slides .fotorama__wrap {
    position: absolute;
    top: 0;
  }

  .left-image-texture .more-items-item > a:not(.all-box-link) {
    position: relative;
  }
  .border-bottom-60-right::after, 
  .border-bottom-60-left::after, 
  .border-top-60-right::before, 
  .border-top-60-left::before, 
  .border-bottom-half-right::after, 
  .border-bottom-half-left::after, 
  .border-top-half-right::before, 
  .border-top-half-left::before, 
  .border-bottom-offset-right::after, 
  .border-bottom-offset-left::after, 
  .border-top-offset-right::before, 
  .border-top-offset-left::before {
    width:100%;
    height: 7px;
    right:0;
    left:0;
  }
  .text-over.full-width .wrapper {
    left: 0;
    right: 0;
    top: 0;
  }
  .text-over.center-box .wrapper {
    padding: 0 20px !important;
  }
  .large-text .link-button,
  .large-text .link-button a {
    font-size: 14px;
  }
  .xl-text .more-items-item .wrapper h2, 
  .xl-text .slide-content .slide-title {
    font-size: 42px;
  }
  .xxl-text .more-items-item .wrapper h2,
  .xxl-text .slide-content .slide-title {
    font-size: 60px;
  }
  .xxl-text .more-items-item .wrapper h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .nowrap .more-items-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-text .more-items-item .wrapper h2 {
    font-size: 18px;
  }
  .medium-text .slide-content .slide-title {
    font-size: 32px;
  }
  .bold-text .more-items-text, 
  .bold-text .more-items-short-text, 
  .bold-text .more-items-long-text, 
  .bold-text .slide-content p, 
  .bold-text .wrapper > p,
  .xl-text.bold-text .more-items-text, 
  .xl-text.bold-text .more-items-short-text, 
  .xl-text.bold-text .more-items-long-text, 
  .xl-text.bold-text .slide-content p, 
  .xl-text.bold-text .wrapper > p {
    font-weight: bold;
    font-size: 20px;
  }
  .line-after-title-wrapper.img-aside .wrapper h2 {
    padding-bottom: 11px;
    margin-bottom: 5px;
  }
  .line-before-title-wrapper.img-aside .wrapper h2 {
    padding-top: 11px;
    margin-top: 5px;
  }
  .border-text {
    -webkit-text-stroke-width: 1px;
  }
  .title-on-left .slide-content, .title-on-right .slide-content {
    flex-wrap: nowrap;
  }
  .title-on-left .slide-content h2, 
  .title-on-right .slide-content h2 {
    position: relative;
    width:100%;
    max-width: 100%;
  }
  .title-on-left.center-box .slide-content h2, 
  .title-on-right.center-box .slide-content h2 {
    justify-content: flex-start;
  }
  .title-on-left .slide-content h2 {
    left:auto;
  }
  .title-on-right .slide-content h2 {
    right:auto;
  }
  .title-on-left.center-box .slide-content h2 a, .title-on-right.center-box .slide-content h2 a {
    margin:0;
  }

  .slide-items-mobile {
    --gap:0;
  }
  .slide-items-mobile.grow-hover-item .more-items-item {
    transform: none;
  }
  .slide-items-mobile,
  .column > .widget.slide-items-mobile:not(.article-view):not(.full-width) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slide-items-mobile .pagination-page,
  .slide-items-mobile .pagination.more .pagination-more,
  .slide-items-mobile .pagination.showmore-inline .pagination-page,
  .slide-items-mobile .load-more-bt {
    width: calc(100% - 80px);
    margin-left: auto !important;
    margin-right: auto !important;
    display: none;
  }
  .slides .fotorama__nav-wrap {
    bottom:10px;
  }
  .line-before-title .more-items-group > .wrapper h2::before,
  .line-before-title .article-view-title::before, 
  .line-before-title .widget-title::before, 
  .line-before-title-wrapper .wrapper h2::before, 
  .line-before-title .slide-content h2::before,
  .line-after-title .article-view-title::after, .line-after-title .widget-title::after, .line-after-title .more-items-group > .wrapper h2::after,.line-after-title-wrapper .wrapper h2::after, .line-after-title > div > .fotorma .slide-content h2::after {
    width: 35px;
  }

  .line-after-title.white-texture .widget-title,
  .line-after-title .article-view-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top:20px;
  }
  .line-before-title.white-texture .widget-title,
  .line-before-title .article-view-title {
    margin-top: 13px;
    padding-top: 22px;
    margin-bottom: 10px;
  }

  #angular-news .more-items-item.large-title .more-items-short-text {
    display: block;
  }

  /* Photo Gallery */


  #photo-gallery {
    padding-left: 0;
    padding-right: 0;
  }
  .galleries-items .galleries-item .galleries-item-title,
  .galleries-items .galleries-item .galleries-item-time,
  .galleries-items .galleries-item .galleries-item-count,
  .galleries-items .galleries-item .view-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .galleries-items .galleries-item img {
    padding-left: 0;
    padding-right: 0;
  }
  .full-content #gallery .media-info, body.video .full-content .media-info {
    padding-top:0;
  }
  .full-content #gallery .media-container {
    padding-top:30px;
    min-height: calc(var(--vh, 1vh) * 40);
  
  }
  .media-view .isotope .item {
    width:50%;
  }
  /* Video View */
  .video-view header {
    padding: 15px;
  }
  .video-view,
  .full-content .video-view {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home #row-second {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  /* Social Stream */
  .social-stream.isotope .socialstream-item .socialstream-img,
  .social-stream.isotope .socialstream-item .wrapper {
    border: none;
  }
  .full-content .widget.social-stream {
    padding-left: 10px;
    padding-right: 10px;
  }
  .socialstream-items-list {
    height: auto !important;
  }
  .social-stream .socialstream-item,
  .full-content .social-stream .socialstream-item {
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .full-content .social-stream.isotope {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 40px;
  }
  .social-stream.isotope ul {
    position: inherit;
  }

  
  /* Article */
  .column > .widget:not(.full-width):not(.widget-wrapper) .article {
    max-width: 100% !important;
  }
  
  .widget.article-view:not(.white-texture):not(.simple-article) .article {
    padding-top:80px;
  }
  .article-view header > * {
    padding-right: 0;
  }
  .article-aside, 
  .article-view-title, 
  .article-view-time, 
  .article-view-category, 
  .article-view-subheader, 
  .article-view-intro, 
  .article-view-body, 
  .article-view header figure, 
  .article-view #slideshow-gallery {
    max-width: var(--max-width-column);
  }
  .article-view header figure, 
  .article-view #slideshow-gallery{
    max-width: 100%;
  }
  .widget.article-view.full-width .article::before {
    right: 0;
    margin-right: 0;
    left: 0;
    width: auto;
    height: 70px;
    top: 0;
    background-image: url(../img/article-top-texture.png);
    background-size: auto 60px;
    background-repeat: repeat-x;
    background-position: center;
  }
  .article-view-intro p,
  .article-view-subheader p,
  .article-view-subheader {
    font-size:18px;
  }
  .article-view-title {
    margin: 20px auto;
    font-size: 28px;
  }
  body.news .article-view-body .img-25 {
    width:100%;
  }
  .widget.article-view > .article .article-view-body .credits{
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--darkgreen);
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-right: 27px;
    line-height: 1.5;
  } 

  .widget.article-view > .article header {
    margin-bottom: 15px;
  }

  .share-buttons {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column-reverse;
  }
  .share-buttons .share {
    height: auto;
    width: auto;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .share-buttons .share a {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    text-align: center;
    line-height: 31px;
    font-size: 18px;
  }
  /* Countdown */

  #header #countdown .widget-title {
    display: none;
  }
  #header #countdown .widget-title span {
    line-height: 1;
  }

  #header .countdown-fotorama {
      margin-left: 0;
      margin-right: 0;

  }
  #header .countdown-text span.number {
      font-size: 14px;
  }
  #header #countdown .countdown-time > span {

    margin-left: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  }
  #header #countdown .countdown-time > span.secs {
    width: 26px;
  }
  #header #countdown .countdown-time > span:before {
    content: ":";
    margin-right: 3px;
  }
  #header #countdown .countdown-time > span:first-child:before {
    display: none;
  }

  body:not(.one-blue-voice) #header #countdown {
    position: fixed;
    padding-right: 25vw;
    left: 0;
    top: var(--row1-height);
    right: 0;
    background: var(--orange);
    z-index: 2;
    height: 45px;
    width: 100vw;
  }

  body #header #countdown .widget-title {
    display: block;
    width: 38vw;
    padding: 0 5px 0 10px;
    text-align: left;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  body #header .countdown-text span.name {
    display:block;
    font-size:10px;
    color: rgba(255, 255, 255,.5);
  }
  body #header #countdown .countdown-time > span::before {
    display:none;
  }
  body:not(.rwp) #header #countdown:after {
    width: 25vw;
    background-size:90% auto;
  } 
  body #header #countdown > .all-box-link  {
    width:25vw;
  }
  body #header .countdown-fotorama {
    width: 37vw;
    padding:0
  }
  body #header .countdown-text span.number {
    font-size:18px;
  }

  .countdown-text .over {
    height: 45px;
    background-color: rgb(251 103 70);
    margin-top: var(--row1-height);
    width: 75vw;
    margin-left: 0;
    position: fixed;
    left: 0;
  }
  /* Crew */

  #crew-wrapper .more-items-item.Skipper {
    margin-right: 0;
    width: 100%;
  }
  #crew.not-skipper .more-items-item {
    width:100%;
    margin-left:0;
    margin-right:0;
  }
  #crew-wrapper #crew.one-of-four,
  #crew-wrapper #crew.three-of-four {
    width:100%;
  }
  #crew-wrapper #crew.three-of-four {
    margin-top:30px;
  }
  /* Theme Green - RWP */



  body.rwp #header #countdown {
    flex-direction: column-reverse;
    align-items: flex-end;
    background: url(../img/sustainability/u-n-small-white.png) 101% center no-repeat transparent;
    justify-content: center;
    position: relative;
    right: auto;
    top: auto;
    padding-right: 47px;
    margin-right: 0px;
    background-size: auto 75%;
    height:100%;
    width:auto;
  }
  body.rwp #header .row1 {
    flex-direction: row !important;
  }
  body.rwp:not(.countdown-header) #header #countdown .fotorama .logo {
    object-position: right;
  }
  body.rwp #header #countdown .widget-title {
    padding: 0;
    font-size: 12px;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }

  body.rwp #header #countdown .widget-title .logo-slide {
    display: none;
  }

  body.rwp #header #countdown .fotorama__html > div {
    height: 20px;
    justify-content: flex-end;
  }
  body.rwp #header #countdown .countdown-time > span {
    margin-left: 0;
    flex-direction: row;
    align-items: flex-end;
  }
  body.rwp #header .countdown-text span.number,
  body.rwp #header #countdown .countdown-text span.name {
    font-size: 14px;
    line-height: 1;
  }
  body.rwp #header #countdown:not(.app-countdown) .fotorama__stage {
    height: 20px !important;
  }
  body.rwp.countdown-header #header #countdown {
    max-width: 200px;
    margin: 0 auto;
    background-size: auto 80%;
  }
  body.rwp #header #countdown .fotorama .logo {
    object-position: right;
  }
  body.rwp #header #countdown .fotorama__html > div {
    line-height:1;
  }
  body.rwp #header #countdown:not(.app-countdown) .fotorama__stage {
    height: 16px !important;
  }
  body.rwp #header #countdown .widget-title, #eleven-hour ul li .wrapper h2 {
    font-size: 10px;
  }

  
  body.rwp #header .countdown-fotorama {
    background: none;
    width: auto;
    padding:0;
    height:23px;
  }
  body.rwp #header #countdown .widget-title {
    font-size: 11px;
  }
  body.rwp #header #countdown .fotorama__html > div {
      height: 15px;
    }
    body.rwp.countdown-header #header #countdown:not(.app-countdown) .fotorama__stage {
      height: 15px !important;
    }
  body.rwp.countdown-header #header #countdown {
    padding-right: 50px;
  }
  body.rwp #header .countdown-fotorama {
    height: 15px;
    width: auto;
    background-color: transparent;
  }
  body.rwp #header #countdown .countdown-text span.name {
    display: block;
  font-size: 9px;
  margin-top: auto;
  height: 11px;
  }
  body.rwp #header #countdown .countdown-time > span:before {
    display: none;
  }
  body.rwp.countdown-header #header #countdown {
      max-width: 170px;
  }
  body.rwp.countdown-header #header {
    height: 45px;
  }

  body.rwp.countdown-header #header #countdown {
    height: 45px;
  }
  #eleven-hour ul li a img.img-2 {
    display:block;
    height: 30px;
    padding: 0 5px 0 10px;
  }
  #eleven-hour ul li a img.img-1 {
    display:none;
  }
  #eleven-hour ul li .wrapper {
    max-width:80px;
    padding-left:5px;
  }

  body.rwp #header #countdown .widget-title {
    font-size: 11px;
  }
  body.rwp #header #countdown .fotorama__html > div {
      height: 15px;
    }
    body.rwp.countdown-header #header #countdown:not(.app-countdown) .fotorama__stage {
      height: 15px !important;
    }
  body.rwp.countdown-header #header #countdown {
    padding-right: 50px;
  }
  body.rwp #header .countdown-fotorama {
    height: 15px;
  }
  body.rwp #header #countdown .countdown-text span.name {
    display: block;
  font-size: 9px;
  margin-top: auto;
  height: 11px;
  }
  body.rwp #header #countdown .countdown-time > span:before {
    display: none;
  }
  body.rwp.countdown-header #header #countdown {
      max-width: 170px;
  }
  body.rwp.countdown-header #header {
    height: 45px;
  }

  body.rwp.countdown-header #header #countdown {
    height: 45px;
  }
  body:not(.rwp):not(.v3):not(.europe) #header .wrapper.row-one .right-content {
    width: 61%;
  }
  .time-to-act {
    font-size:12px;
  }
  .fixed-content .time-to-act {
    padding-right: 50px;
  }

  #eleven-hour ul li a img.img-2 {
    display:block;
    height: 30px;
    padding: 0 5px 0 10px;
  }
  #eleven-hour ul li a img.img-1 {
    display:none;
  }
  #eleven-hour ul li .wrapper {
    max-width:80px;
    padding-left:5px;
  }

  body.rwp #header #countdown .countdown-text span.name {
    margin-top:0;
    line-height: 1;
    margin-left:0;
  }
  body.rwp #header #countdown .countdown-time > span {
    padding: 0 0 0 8px;
  }
  #header .wrapper .countdown-text span.number {
    font-size: 16px;
    }

  .theme-green #navigation-more > *:last-child {
      border-bottom-color:var(--lightgreen);
    }
  .theme-r4n #navigation-more > *:last-child {
    border-bottom-color:var(--r4n);
  }

  body.theme-r4n:not(.one-blue-voice) #header #countdown {
    background-color: var(--r4n);
  }
  
  #user-menu {
    padding-left: 0;
  }

  .md-content .md-header {
    height: 70px;
  }
  .md-content > *,
  .md-content .md-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .primary-content .tabs {
    padding:0;
  }
  .tabs {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 calc((100% - var(--max-width-column)) / 2);
    overflow:auto;
  }
  .tabs-col:not(.slide-items-events) > .tabs-content,
  .tabs-col:not(.slide-items-events) > .more-items-list {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs-col > header .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    width: auto;
    padding: 0 !important;
  }
  .tabs-col > header .tabs li a {
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 1px;
  }
  .large-tabs .tabs li a {
    font-size: 24px;
    padding-bottom:12px;
    border-bottom-width: 7px;
  }
  .large-tabs .tabs::after {
    height:7px;
  }
  .article-tabs .tabs-content .article,
  .large-tabs .tabs-content .article  {
    padding-top:20px;
  }
  .medium-tabs .tabs li a {
    font-size: 12px;
  }
  
  .offset-image-top.img-end.img-aside.center-box .more-items-item .wrapper, 
  .offset-image-top.img-end.img-aside .more-items-item .wrapper, 
  .offset-image-top.img-start.img-aside.center-box .more-items-item .wrapper, 
  .offset-image-top.img-start.img-aside .more-items-item .wrapper, 
  .offset-wrapper-top.img-aside .more-items-item .wrapper, 
  .offset-wrapper-bottom.img-aside .more-items-item .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .white-texture.widget.article-view > .article {
    padding-top: 50px;
}

  .sponsor li {
    width: calc(50% - var(--gap)) !important;
  }

  body.partners .widget.article-view > .article header figure {
    margin: 0;
    text-align: center;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
    position: relative;
  }
  body.partners .widget.article-view > .article header > *:not(figure) {
    padding-right:0;
  }
  body.partners .widget.article-view > .article header figure img {
    border:none;
    
  }
  .widget[data-label] {
    padding-top: 43px;
    background-size: auto 76px;
  }
  .widget[data-label]::before {
    font-size: 117px;
    line-height: 86px;
    margin-top: -5px;
  }
  #angular-news .more-items-item.photo .more-items-img-container,
  #angular-news .more-items-item.video .more-items-img-container {
    aspect-ratio: 20/28;
  }

  /* Route */

  #top-map-mobile {
    overflow-y: auto;
  }
  #top-map-mobile > ul {
    width: 200vw;
    max-width: none;
  }
  .route-list .wrapper h2 {
    font-size: 18px;
  }
  .route-list .leg .wrapper h2 {
    font-size: 14px;
  }
  
  .icon-list {
    font-size: 18px;
  }
  .icon-list li i {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .icon-list li strong {
    margin-top:0;
    font-size: 20px;
  }
  .icon-list li:first-child {
    margin-top:0;
  }
  .icon-list li:last-child {
    margin-bottom:0;
  }

  /* Partners */
  #landing-partners .more-items-group .more-items-item {
    width: calc(50% - var(--gap));
    --gap: 0.05px;
  }

  /* One Blue Voice */
  .one-blue-voice #top-text {
    padding: 30px var(--body-h-padding);
  }
  .one-blue-voice #top-text.medium-text .more-items-item .wrapper h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  body.one-blue-voice {
    --countdown-height: 60px;
    font-size: 18px;
  }
  .one-blue-voice .pl-80 {
    padding-left: 8rem;
  }
  body.one-blue-voice #header #navigation-toggle {
    display:none;
  }
  .one-blue-voice #top-image .slide-content {
    padding: 35px var(--body-h-padding) 40px var(--body-h-padding);
    min-height: auto;
  }
  .one-blue-voice #sign-up form.ng-submitted {
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: var(--border-radius-lg);
  }
  .one-blue-voice #sign-up form{
    padding-left: var(--body-h-padding);
    padding-right: var(--body-h-padding);
    padding-top: 30px;
  }
  .one-blue-voice #countdown-wrapper #countdown {
    padding-right: 0;
    width: 70%;
  }
  .one-blue-voice #countdown-wrapper #countdown::after {
    width:20%;
    background-image: url(../img/sustainability/u-n-small-white.png);
    background-size: 100% auto;
    height: 100%;
  }
  .one-blue-voice #countdown-wrapper #countdown > * {
    width:80%;
  }
  .one-blue-voice header #countdown .widget-title {
    padding: 14px 0 0px 10px !important;
    font-size: 10px;
    letter-spacing: -0.3px;
  }

  .one-blue-voice header #countdown .countdown-fotorama .countdown-time {
    padding:0;
  }
  .one-blue-voice header #countdown .countdown-fotorama .countdown-time > span {
    flex-direction: row;
    align-items: flex-end;
  }
  .one-blue-voice header .countdown-text span.number {
    font-size: 18px;
    margin-right:2px;
  }
  .one-blue-voice header .countdown-text span.name {
    margin-top:0;
    line-height: inherit;
    font-size: 12px;
  }

  .one-blue-voice #countdown-wrapper #logo-11th {
    width: 30%;
  }
  .one-blue-voice #countdown-wrapper #logo-11th li  {
    flex-direction: row;
  }
  .one-blue-voice #countdown-wrapper #logo-11th li > a {
    margin-left: 0;
    margin-right: 2px;
    border-right: 1px solid #fff;
    border-left: 0;
    padding-right: 7px;
    padding-left: 5px;
    width: 38%;
  }
  .one-blue-voice #countdown-wrapper #logo-11th ul li .wrapper {
    padding: 0 5px;
    text-align: left;
  }
  .one-blue-voice #countdown-wrapper #logo-11th ul li .wrapper p {
    font-weight: bold;
    font-size: 10px;
  }
  .one-blue-voice #countdown-wrapper #logo-11th li img.img-2 {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .one-blue-voice #countdown-wrapper #logo-11th li img.img-1{
    display: none;
  }
  .one-blue-voice .pl-80 {
    padding-left: 4rem;
  }
  .one-blue-voice #map-wrapper {
    height: calc(var(--vh, 1vh) * 80);
  }
  .one-blue-voice #world-map-div {
    height: calc(100% + 30px);
  }
  .one-blue-voice #before-after-slider .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .one-blue-voice #before-after-slider .wrapper * {
    text-align: left;
  }
  .one-blue-voice #before-after-slider .wrapper > div.layout-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 25px;
  }
  .one-blue-voice #before-after-slider .wrapper > div.layout-row > span {
    font-size: 20px;
  }
  .one-blue-voice #before-after-slider .wrapper > div.layout-row> h2 {
    margin: 10px 10px 10px 0;
  }
  .one-blue-voice #get-on-board {
    background-position: 87% bottom;
    background-size: auto 100%;
    padding-top:100px;
  }
  .one-blue-voice #race-on .more-items-long-text {
    padding-right: 0;
  }
  .one-blue-voice #for-the-ocean * {
    text-align: left;
  }
  
  .one-blue-voice #newsletter-sign-up form {
    width:auto;
    height:auto
  }
  .one-blue-voice #newsletter-sign-up form .validation {
    display: none;
  }
  .one-blue-voice #newsletter-sign-up form .formly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  
  .one-blue-voice #newsletter-sign-up .formly .formly-field input {
    padding:3px 11px 45px 11px;
    text-align: center;
    height: 95px;
  }
  .one-blue-voice #newsletter-sign-up .formly > div:last-child button {
    bottom: 0;
    width: 100%;
    height: auto;
    top: 50px;
    left: 0;
  }
  .one-blue-voice #get-on-board {
    padding-bottom: 70px;
  }
  .one-blue-voice #get-on-board::before {
    background-size:200% 100%;
  }
  .one-blue-voice #iniciatives-boxes {
    background-size:150% 100%;
    background-image: url(../img/onebluevoice/white-wave-mobile.png);
  }
  .one-blue-voice #get-on-board::before {
    height: 100px;
  }
  .one-blue-voice #world-map-div::before {
    background-size: 100% 50px;
  }
  .one-blue-voice .md-content .md-close {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
  .one-blue-voice #modal-newsletter2 {
    background-position: 14% bottom;
    background-size: auto 88%;
  }
  .one-blue-voice #modal-newsletter2 * {
    text-align: center;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves ul {
    margin-top:0;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves .link-button a {
    width: 100%;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves .wrapper p {
    max-width: 100%;
  }
  .one-blue-voice #modal-newsletter2 .line-after-title-wrapper.large-line .wrapper h2::after {
    left: 50%;
    margin-left: -65px;
  }
  .one-blue-voice #modal-newsletter2 .image-only-50 .more-items-item > a:not(.all-box-link) > img,
  .one-blue-voice #modal-thankyou .image-only-30 .more-items-item > a:not(.all-box-link) > img {
    margin-left: auto;
    width: 50%;
  }
  .one-blue-voice #modal-newsletter2 .md-content #make-waves ul li > a {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .one-blue-voice #modal-thankyou .md-content > .md-header {
    padding: 0 20px;
  }
  .one-blue-voice #modal-thankyou #thankyou-logo {
    --gap:0;
  }
  .one-blue-voice #modal-thankyou #thankyou-logo > ul {
    margin-bottom: 30px;
    display: inline-block;
  }
  .one-blue-voice .more-items-text, .one-blue-voice .more-items-short-text, .one-blue-voice .more-items-long-text {
    font-size: 16px;
  }
  .one-blue-voice #modal-thankyou #thankyou-logo {
    padding-bottom: 100px;
    background-position: left bottom;
    background-size: auto 70%;
  }
  .one-blue-voice #modal-thankyou #share-wrapper::after {
    background-position: -330px bottom;
  }
  .one-blue-voice .widget .slides .fotorama__video-play::before {
    font-size: 70px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .one-blue-voice .widget .slides .fotorama__video-play {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
  .one-blue-voice #newsletter-sign-up {
    margin: 40px 20px;
    }
  
  .home #ranking {
    padding-right: var(--body-h-padding) !important;
    width:100%;
    background: linear-gradient(0deg, #1f2a3a00 0%, #1f2a3a 91.23%);
    height:auto;
  }
  .home #embed-tracker {
    height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  }
  #tracker-lite {
    width: 100%;
  }
  body:not(.app) #top-stories-wrapper #home-top-stories, 
  body:not(.app) #top-stories-wrapper .home-top-stories {
    /*height: auto;*/
  } 
  .ranking-list {
    border:none;
  }
  .ranking-list .ranking-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .ranking-explain {
    text-align: left;
    display: flex;
    align-items: center;
    border:none;
    padding-left: 0;
  }
  .ranking-list .status-dot {
        margin: 0 10px 0 0;
  }
  #live-embed-text {
    font-size: 18px;
  }
  #live-embed {
    padding-top:35px;
  }
  #live-embed,
  #live-embed-text #widget-embed {
    height: calc((var(--vh, 1vh) * 100) - var(--header-height) - 100px);
  }

  #dashboard {
    padding-top:0;
    padding-bottom: 0;
  }
  body.dashboard .row-fluid.primary-related .primary-content, 
  body.dashboard .row-fluid.two .primary-content, 
  body.dashboard .row-fluid.three .primary-content {
    padding:0;
  }
  #dashboard iframe {
    height:  calc((var(--vh, 1vh) * 100) - var(--header-height) - 93px);
    min-height: auto;
    display: block;
  }
  .click-subscribe {
    margin-top:0;
  }
  .click-subscribe.widget .wrapper {
    background-color: #fff;
    padding: 10px 20px;
  }
  .click-subscribe.widget h2 {
    font-size: 26px;
  }
  .click-subscribe.widget h2 a {
    color: var(--lightblue);
  }
  .click-subscribe.widget .more-items-item {
    border-radius: 0;
  }

  #countdown.live-2 {
    height: 74px;
  } 
  #countdown.live-2 .countdown-text.is-countdown .over {
    justify-content: space-between;
  }
  #countdown.live-2 .countdown-text.is-countdown .over > div {
    text-align: left;
  }
  #angular-raw {
    padding-top:calc(var(--body-h-padding) * 2 );
  }
  #modal-angular-data .col2 footer {
    position: relative;
  }
  body.related-fixed-mobile #angular-raw.tabs-view:not(.tabs-col) > header {
    top: calc(var(--header-height) + 44px);
  }
  #angular-raw.tabs-view:not(.tabs-col) > header:before {
    width:100vw;
  }
  #angular-raw.tabs-view:not(.tabs-col) > .widget-title {
    padding-top:0;
  }

  body.related-fixed-mobile.app #angular-raw.tabs-view:not(.tabs-col) > header {
    top: 44px;
  }
  #more-items-news-slider .more-items-item .wrapper {
    margin-left: 40px;
  }
  #more-items-news-slider .more-items-item .wrapper::before {
    font-size: 28px;
  }
  #more-items-news-slider .more-items-item .wrapper * {
    font-size: 16px;
  }
  
  .crew-mobile header .article-view-intro p {
    font-weight: normal;
    font-size: 18px;
    color:var(--darkgreen);
  }
  .crew-mobile header .article-view-intro {
    margin-top:0;
  }
  body.blog #header > .wrapper-group > .wrapper.row1 {
    flex-direction: row;
  }
  body.blog {
    --row1-height: 100px;
  }
  body.blog #site-logo-blog .logo-img {
    margin-bottom: 10px;
    height: 50%;
  }
  body.blog .logo-img {
    max-height: 24px;
    margin-top: 10px;
  }
  body.blog #navigation-store .menu > li > a {
    position: absolute;
    margin-top: 14px;
    top: 0;
    right: 5px;
  }
  /* Felix mobile */
  /* Standings */
  #guyot-text > p {
    margin: 20px 0 10px 0;
  }
  /* Home */
  #top-stories-wrapper .widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide-content > * {
    max-width: 100%;
    text-align: left;
  }
  #top-stories-wrapper:not(.normal-text) .slides .slide-content h2.slide-title {
    font-size: 28px;
  }
  /* Blog */
  body.blog div#around-wrapper {
    flex-direction: column;
    max-width: none;
  }
  body.blog div#around-world-1 {
    margin-bottom: var(--gap);
  }
  body.blog div#around-world-2 {
    width: 100%;
  }
  body.blog div#around-world-2 .more-items-item {
    width: 100%;
  }
  body.blog #header #navigation-toggle {
    height: 40px;
    margin-top: 30px;
  }
  body.blog #blog-top-story .more-items-item .wrapper h2 {
    font-size: 34px;
  }
  body.blog.news #blog-list .widget-title {
    padding-left: calc(var(--gap)/2);
  }
  body.blog.news .widget.article-view:not(.white-texture) .article {
    padding-top: revert;
  }
  body.blog #footer #footer-zone4 .menu {
    flex-wrap: wrap;
  }
  body.blog.subscribe #top-wrapper section#sign-up {
    padding: 30px;
  }
  body.blog #store-iframe-home {
    width: calc(100% - var(--gap));
  }
  /* MUSEUM */
  /* visit */
  body.museum.visit section#banner-science .fotorama__wrap--css3 .fotorama__html::before,
  body.museum.visit section#banner-learning .fotorama__wrap--css3 .fotorama__html::after {
    visibility: hidden;
  }
  body.museum.visit #more-accesibilidad li > a {
    display: none;
  }
  body.museum.visit #more-accesibilidad .more-items-item {
    flex-direction: column;
  }
  /* Education */
  body.museum.education div#row-1 {
    flex-direction: column;
  }
  body.museum.education .related-content > section.submenu-list {
    padding-top: calc(var(--body-h-padding) * 2 );
  }
  /* Store */
  body.museum.store div#rwp-wrapper > div, body.museum.store div#rwp-wrapper > section {
    padding-left: unset;
  }
  body.museum.store #rwp-wrapper > h2::before {
    display: none;
  }
  body.museum.store #rwp-wrapper::before {
    width: 234px;
    height: 458px;
    right: 0;
  }
  body.museum.store #rwp-wrapper li.more-items-item {
    margin-inline: 0;
  }
  /* Activity */
  body.museum.news header figure img.article-view-header-img {
    padding-left: 0;
  }
  /* Contact */
  body.museum.contact #main .more-items-list li {
    flex-direction: column;
  }
  body.museum.contact #main .more-items-list li > a {
    width: 100%;
  }
  body.museum.contact #main .more-items-list .wrapper {
    padding: 20px 10px 0 10px
  }
  /* Venues */
  body.museum.venues section .article-view-body:not( #venue-1 .article-view-body) {
    justify-content: flex-start;
  }
  body.museum.venues section .article-view-body p:last-of-type:not( #venue-1 p:last-of-type) {
    padding-left: 0;
  }
  body.museum.venues section .article-view-body p:nth-child(3) {
    margin-right: auto;
  }
  body.museum.venues .primary-content .widget.article-view > .article {
    padding-bottom: 0;
  }
  .racing.tracker #content-angular-news {
    padding-bottom: 0px;
  }
  .home-v2 .md-modal .md-content .md-header .md-close {
    font-size: 16px;
  }
  .home-v2 .md-modal .md-content .md-header i::before { 
    padding: 3px;
  }
  .home-v2 .md-modal .more-items-list .more-items-item .wrapper h2 {
    padding: 16px 20px 18px;
    width: 76%;
  }
  .home-v2 .md-modal .more-items-list .more-items-item .wrapper h2 a {
    font-size: 16px;
  }
  .home-v2 .md-modal .more-items-list .more-items-item .wrapper p {
    font-size: 14px;
    padding: 10px 0 10px 20px;
    width: 76%;
  }
  .home-v2 .md-modal .more-items-list .more-items-item .wrapper h2::after {
    left: 20px;
    margin-top: 28px;
    width: 28px;
  }
  .home-v2 .md-modal .more-items-list .more-items-item .wrapper .link-button {
    padding: 0px 20px 5px;
    width: 100%;
  }
  .home-v2 .md-modal .more-items-list .more-items-item .wrapper .link-button a {
    font-size: 14px;
    width: 100%;
  }
  .home-v2 .md-modal .controls {
    padding: 0px 0px 14px 20px;
  }
  .home-v2 .md-modal .controls a {
    font-size: 14px;
  }
  .one-blue-voice #top-text .more-items-text {
    font-size: 16px;
  }
  body.one-blue-voice #header {
    height: 50px;
    margin-top: 30px;
  }
  body.one-blue-voice #languages-menu li#languages:before {
    content: "\edcf";
    font-style: normal;
    position: absolute;
    color: var(--lightblue);
    margin-top: -3px;
    font-size: 29px;
    opacity: .5;
    margin-left: -2px;
    padding:0;
    border: none;
    margin-right: 0;
  }
  body.one-blue-voice #header #languages-menu #languages {
    width:57px;
  }
  body.one-blue-voice #languages-menu #languages.dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    z-index: 1;
    right: 0;
    left: 0;
    z-index: 1;
  }
  body.one-blue-voice #languages-menu #languages .submenu a {
    color: #a7adb1;
    display: block;
    text-align: center;
    margin: 0;
    font-weight: bold;
    padding: 15px 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 1;
  }
  body.one-blue-voice #languages-menu #languages .submenu a:hover {
    color:#fff;
  }
  body.one-blue-voice #languages-menu .dropdown:hover .submenu {
    display: block !important;
  }
  body.one-blue-voice #header .logo-img {
    height: 58%;
  } 
  body.one-blue-voice #header > .wrapper-group > .wrapper.row1 {
    flex-direction: row;
  }
  .one-blue-voice.alt-lang .xxl-text .more-items-item .wrapper h2, .xxl-text .slide-content .slide-title {
    font-size: 52px;
  }
  .one-blue-voice.alt-lang .pl-80 {
    padding-left: 2rem;
    padding-top: 0.7rem;
  }
  .one-blue-voice.alt-lang #get-on-board #social-links .widget-title {
    font-size: 21px;
  }
  .alliance #top-image .fotorama__html .slide-content {
    padding-top:12px;
  }
  .alliance #more-items li.more-items-item img {
    width: 88%;
  }
  .alliance #get-on-board.wave-out .more-items-item .wrapper .more-items-long-text br {
    padding-bottom: 6px;
  }
  .alliance #more-items .more-items-item .wrapper p.more-items-text{
    font-size: 16px;
  }
  .alliance #get-on-board.widget .more-items-img img {
    height: calc(var(--vh, 1vh) * 54);
  }
  .alliance #signup-title.join-ocean h2.widget-title {
    padding-right: 0;
    padding-bottom: 0;
    font-size: 40px;
  }
  .alliance #get-on-board.join-ocean div.mail-to {
    padding-bottom: 10px;
  }
  .alliance #top-image .fotorama__stage {
    max-height: 510px;
  }
  .alliance #race-on .more-items-long-text
  .alliance #top-image .fotorama__html .slide-content {
    padding-top: 14px;
  }
  .alliance .fotorama__html .slide-content .slide-title {
    font-size: 44px;
  }
  .alliance #top-image.widget{
    height: 528px;
  }
  .alliance #race-on .more-items-item .wrapper h2{
    font-size: 35px;
  }
  .alliance #race-on .more-items-item h4.pb-10 {
    font-size: 22px;
  }
  .alliance #get-on-board .more-items-list li .wrapper:last-child h2 {
    font-size: 35px;
  }
  .alliance #get-on-board.widget.wave-out::after {
    background-size: 200% 100%;
    height: 100px;
  }
  .alliance .xxl-text .more-items-list .more-items-item .wrapper h3 {
    font-size: 22px;
  }
  .alliance .more-items-list .more-items-item .wrapper div.more-items-long-text {
    font-size: 16px !important;
  }
  .alliance #get-on-board.join-ocean .mail-to h2.widget-title {
    flex-direction: column;
    font-size: 20px;
    padding: 44px 0px 30px;
  }
  .alliance #get-on-board.join-ocean .mail-to h2.widget-title a {
    padding-top: 18px;
    font-size: 16px !important;
    padding-left: 0;
  }
  .alliance #get-on-board.join-ocean .mail-to h2.widget-title{
    padding-bottom: 30px;
  }
  .alliance #footer::before {
    background-size: 200% 100%;
    height: 100px;
  }
  .one-blue-voice #get-on-board li.more-items-item .wrapper:last-child h2 {
    margin-bottom: 55px;
  }
  /* EUROPE 2025 */

  body.theme-europe #header #countdown {
    background-color: var(--darkblue);
  }
  body.theme-europe #header .row1:after {
    z-index: 2;
  }
  body.theme-europe #header .wrapper.row1 {
    background-position: 5px center;
  }
}
@media only screen and (max-width: 675px){
  #tracker-lite #widget-embed iframe{
    margin-top: -38px;
    height: calc(100% + 38px);
  }
  .scoreboard-tabs table {
    font-size: 14px;
  }
  .primary-content .scoreboard-tabs table td:not(.scoreboard-text) {
    padding: 7px 2px;
  }
  .scoreboard-tabs .table-results,
  .scoreboard-tabs .class-title {
    margin-left: -25px;
    width: 100vw;
  }
  .scoreboard-tabs .class-title {
    padding-left:25px;
    padding-right:25px;
  }
  .scoreboard-tabs table .ranking-team {
    font-size: 13px;
  }
  .ranking-avatar {
    width: 25px;
    padding: 3px !important;
  }
  .scoreboard-tabs table .table-header {
    font-size: 12px;
  }
  .status-dot {
    height: 6px;
    width: 6px;
    right: -11px;
    top: -1px;
  }

}
@media only screen and (max-width: 375px) {
  :root {
    --body-h-padding: 20px;
  }
  .scoreboard-tabs .table-results,
  .scoreboard-tabs .class-title {
    margin-left: -20px;
  }
  .scoreboard-tabs .class-title {
    padding-left:20px;
    padding-right:20px;
  }
}
/* Retina Display adjustments - General
  ========================================================== */
/* @media only screen and (-webkit-min-device-pixel-ratio: 2),

/* Webkit-based browsers */
/*(min--moz-device-pixel-ratio: 2),*/
/* Older Firefox browsers (prior to Firefox 16) */
/*(min-resolution: 2dppx) {}*/
/* ==========================================================
   PRINT
   ========================================================== */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; -webkit-filter:none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* ==========================================================
   IE Fixes
   ========================================================== */
.submenu-wrap {
  display: none;
}
