/* Ecco2 Base */

html {
    width: 100%;
    height: 100%;
}

:root {
    --theme-color-3: #6c90a1;
    --theme-color-4: #365573;
    --theme-color-5: #47799a;
    --theme-color-6: #8e9599;
    --theme-color-3-10: rgba(108, 144, 161, 0.1);
    --theme-color-4-10: rgba(54, 85, 115, 0.1);
    --theme-color-5-10: rgba(71, 121, 154, 0.1);
    --theme-color-6-10: rgba(142, 149, 153, 0.1);
}

body {
    font-family: "Verdana", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}

body.background {
    height: 100%;
}

body.background main {
    margin: 0 !important;
    height: 100%;
}

body.background main .container {
    height: 100%;
}

.disabled-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    font-size: 0.8rem;
    border-radius: 0.1rem;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
}

button {
    outline: initial !important;
}

.rtl * {
    text-align: right;
}

.fixed-background {
    background-size: cover;
    background: url("../../img/cumulus.jpg") no-repeat !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.disable-text-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll {
    margin-right: -15px;
    padding-right: 15px;
    position: relative;
    height: 100%;
}

::selection {
    background: #aabfc9;
}

::-moz-selection {
    background: #aabfc9;
}

.logo-single {
    width: 110px;
    height: 35px;
    background: url("../../img/logo-white.svg") no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3;
}

h1 {
    font-size: 1.75rem;
    padding-bottom: 10px;
    display: inline-block;
}

@media (max-width: 1445px) {
    h1 {
        font-size: 1.3rem;
        padding-top: 0.5rem;
    }
}

h2 {
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.1rem;
    }
}

h3 {
    font-size: 1.3rem;
}

@media (max-width: 767px) {
    h3 {
        font-size: 1rem;
    }
}

h3 {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    h3 {
        font-size: 1rem;
    }
}

h4 {
    font-size: 1.15rem;
}

@media (max-width: 767px) {
    h4 {
        font-size: 0.9rem;
    }
}

h5 {
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    h5 {
        font-size: 0.9rem;
    }
}

h6 {
    font-size: 1rem;
}

@media (max-width: 767px) {
    h6 {
        font-size: 0.85rem;
    }
}

.r-0 {
    right: 0;
}

.l-0 {
    left: 0;
}

.list-item-heading {
    font-size: 1rem;
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.min-width-zero {
    min-width: 0;
}

.no-transition {
    transition: none !important;
}

@media (max-width: 767px) {
    .display-1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .display-2 {
        font-size: 2.6rem;
    }
}

@media (max-width: 767px) {
    .display-3 {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .display-4 {
        font-size: 2.2rem;
    }
}

.lead {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2rem;
}

@media (max-width: 767px) {
    .lead {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 2.9rem !important;
}

@media (max-width: 575px) {
    .float-none-xs {
        float: initial !important;
    }
}

.alert-dismissible .close {
    padding: 0.5rem 1.25rem;
}

ul li {
    margin-bottom: 5px;
}

ul li:last-of-type {
    margin-bottom: 0;
}

.rounded {
    border-radius: 0.75rem !important;
}

.background {
    background-color: #145388 !important;
}

.video-play-icon span:before {
    border-color: transparent transparent transparent #136eb9;
}

.video-play-icon {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-play-icon span {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    height: 2.5rem;
    border-radius: 2rem;
    line-height: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8em;
    width: 3em;
    text-align: center;
    padding-left: 5px;
}

.video-play-icon:hover span,
.video-play-icon:active span {
    background: rgba(255, 255, 255, 0.85);
}

a {
    transition: color 200ms;
    outline: initial !important;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

p {
    font-size: 0.85rem;
    line-height: 1.3rem;
    font-family: "Verdana", sans-serif;
}

.text-large {
    font-size: 1.9rem !important;
}

.text-one {
    font-size: 1rem !important;
}

.text-xlarge {
    font-size: 2.7rem !important;
}

.text-small {
    font-size: 0.70rem !important;
    line-height: 0.9rem !important;
}

.text-zero {
    font-size: 0 !important;
}

.text-extra-small {
    font-size: 0.7rem !important;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.color-theme-shaded {
    color: #757575;
}

#displayOptions a {
    cursor: pointer;
}

#displayOptions>span {
    padding-top: 0.1rem;
}

#displayOptions .view-icon svg {
    width: 19px;
}

.feedback-container a {
    font-size: 1.3em;
    margin: 0.5rem;
}

@media (min-width: 767px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.accordion-content {
    padding-top: 0 !important;
}

.gallery img {
    max-height: 280px;
}

#baguetteBox-overlay .full-image img {
    box-shadow: initial;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button,
.baguetteBox-button#close-button {
    height: 40px;
    width: 40px;
    border-radius: 40px;
}

.baguetteBox-button {
    font-family: "simple-line-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.baguetteBox-button#next-button svg,
.baguetteBox-button#close-button svg,
.baguetteBox-button#previous-button svg {
    display: none;
}

.baguetteBox-button#close-button:before {
    content: "\e082";
}

.baguetteBox-button#next-button:before {
    content: "\e079";
}

.baguetteBox-button#previous-button:before {
    content: "\e07a";
}

.border-radius {
    border-radius: 0.1rem;
}