
body {
    color:#333;
}
h1 {
    line-height: 1.3;
}
h4 {
    font-size: 1em;
}
a {
    font-size: 0.9rem;
    color:#333;
    transition: 0.2s ease;
}

.whiteText, .white {
    color: #fff;
}
.blue {
    color: #00549E;
}
/* Set navigation height. */
.menu a {
    padding: 2.11rem 1rem 2rem;
}
ul.menu li:last-of-type > a {
    padding: 2.11rem 0rem 2rem 1rem;
}


/*Header 1*/
.header1 {
    position: fixed;
    z-index: 100;
    width: 100%;
    max-height: 5rem;
    background-color: #FFF;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);

}
.header1 .a-img-logo {
    padding: 1.4rem 0;
}
.header1 .img-logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-height: 3rem;
}

.fixedHeaderFix {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
}

/* Grid changes */
.grid-container {
    max-width: 100rem;
}

a.a-icon-search {
    display: inline-block;
    position: relative;
    padding: 1.8rem 0.1rem 1.7rem;
}

a.lang-menu {
    font-weight: 600;
    display: inline-block;
    padding: 1.9rem 0.1rem 1.7rem;
    position: relative;
}


/*
----------------
PAGES SETUP
----------------
*/
.blueBack {
    background-color:#00549E;
}
.mainPageHeaderBlock .blueBack {
    background-color: rgba(0,0,0,0);
    z-index: 1;
}
.mainPageHeaderBlock .blueBack::after {
    content: "";
    position: absolute;
    top:-5%;
    left: -70%;
    width: 100%;
    height: 200%;
    background-color:#00549E;
    transform: rotate(-10deg);
    z-index: -1;
    border: solid #fff 5px;
}
.mainPageHeaderBlock h1 {
    margin-bottom: 0.4em;
}
.mainPageHeaderBlock .mainHeaderLeftBlockFineTune {
    padding-left: 8.5%;
}
.mainHeaderBlockHeight {
    min-height: 50rem;
}

/* Wrapper for video background */
.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

/* Fullscreen iframe for YouTube video */
.video-iframe {
    position: absolute;
    top: 0;
    left: 12%; /* CUSTOM MOVEMENT!!!! */
    width: 100%;  /* Full viewport width */
    height: 100%; /* Full viewport height */
    pointer-events: none; /* Disable interaction */
    z-index: -2; /* Behind any content */
}

/* Content overlay on top of the video */
.content-overlay {
    position: relative;
    z-index: 1; /* On top of the video */
    color: white;
    text-align: center;
}

.heroNav {
    padding-top: 2em;;
    padding-bottom: 4em;
}
.heroNav:hover {
    color:#fff;
}

.heroNav::after {
    content: "";  /* Initially empty */
    opacity: 0;
    transition: opacity 0.3s, right 0.3s;
    top: 0.5rem;
    display: block;
    position: relative;
}

.arr1::after{
    padding-left: 1.1em;
}
.arr2::after{
    padding-left: 1em;
}
.arr3::after {
    padding-left: 1.3em;
}
.heroNav:hover::after {
    content: url('../media/icons/arrow-down-hero.png');
    opacity: 1;
}

.heroNews {
    bottom: 0;
}

.heroNews {
    color: #333;
    padding-top: 0.75em;
    margin-top: 1.5em;
    color: #333;
    z-index: 1;
    overflow: hidden;
}
.heroNews::after {
    box-shadow: -2px -2px 3px rgba(0,0,0,0.1);
    content: "";
    position: relative;
    top:-450px;
    left:286px;
    width:  1200px;
    height: 1000px;
    transform: rotate(30deg);
    background-color: #fff;
    z-index: -1;
    display: block;
}

.heroNews .news a {
    margin-left: 1em;
}
.heroNews .date p {
    color:#999;
    padding-top:0.3em;
    font-size:0.7em;
}

/* Blocks */

.blockPadding {
    padding-top:5em;
    padding-bottom: 5em;
}
.specialHeader::after {
    content: "-";
    display: inline-block;
  transform: scaleX(3);   /* Stretch the dash horizontally */
  font-size: inherit;
  margin-left: 0.2em;
}