@import url(https://fonts.googleapis.com/css?family=Abel|Lato:300,400,700,400italic);

html {
    height: 100%;
}

body {
    font-family: Lato, RobotoDraft, 'Helvetica Neue', sans-serif;
    line-height: 1.8;
    width: 100%;
    margin: 0;
    color: #444;
    background: #374046;
}

main {
    min-height: 75vh;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
    position: absolute;
    bottom: 1080px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.wt-card-truncate {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2em;
    line-height: 1em;
}

.parallax-container {
    min-height: 100vh;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}


.parallax img {
    min-width: 101%;
}

footer.page-footer {
    background: url("../img/32.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.titles {
    position: relative;
    margin-top: calc(-100vh + 298px);
    margin-bottom: 0px;
    min-height: 500px;
    z-index: 0;
}

.card-panel {
    border-radius: 10px;
}

    .card-panel .card.title {
        border-radius: 10px;
        overflow: hidden;
        border: none;
        box-shadow: none !important;
    }

        .card-panel .card.title .card-content {
            padding: 0 !important;
            padding-top: 1em !important;
            ;
            padding-bottom: 1em !important;
        }

        .card-panel .card.title .card-image {
            border-radius: 10px;
            overflow: hidden;
        }

        .card-panel .card.title .card-content .black-text {
            color: #374046 !important;
        }

.webtic-frame {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 500px;
    z-index: 0;
}

.open .card {
    margin-top: calc(-100vh + 298px);
    margin-bottom: 0px;
    min-height: 500px;
}

.hero-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("../img/32.jpg");
}


.hero-overfly {
    background-image: url("../img/bg-iris.png");
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
}


.hero-content {
    position: absolute;
    bottom: calc(100vh - 298px);
}

nav.top {
    padding-left: 1em;
    padding-right: 1em;
}

.top-margin {
    margin-top: 1em;
}

.bottom-margin {
    margin-bottom: 1em;
}

.left-margin {
    margin-left: 1em;
}

.right-margin {
    margin-right: 1em;
}

.TEEQ01 .tene01 {
    display: none;
}

.TENE01 .teeq01 {
    display: none;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.halfway-fab-top {
    position: absolute;
    right: 24px;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video-fab {
    position: absolute;
    left: 50%;
    margin: 72px auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
    transition: all linear 0.5s;
    display: block !important;
}

    .animate-show.ng-hide-add.ng-hide-add-active,
    .animate-show.ng-hide-remove {
        opacity: 0;
    }

        .animate-show.ng-hide-add,
        .animate-show.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }

img.animate-show {
    transition: transform 5s, visibility 5s ease-in;
}

    img.animate-show:hover {
        transform: scale(1.1);
    }

.cookie-consent {
    position: fixed;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 16px 16px 16px 16px;
    height: auto;
    color: #fff;
    font-size: 12px;
    background: #292929;
    z-index: 120;
    border-radius: 5px;
}

.cookie-consent-text {
    max-height: 300px;
    overflow: auto;
}

.theme_turquoise {
    --cc-bg: #161a1c;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #60fed2;
    --cc-btn-primary-text: #000;
    --cc-btn-primary-hover-bg: #4dd4ae;
    --cc-btn-secondary-bg: #242c31;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #2b353c;
    --cc-toggle-bg-off: #667481;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #343e45;
    --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
    --cc-toggle-knob-icon-color: var(--cc-bg);
    --cc-cookie-category-block-bg: #1e2428;
    --cc-cookie-category-block-bg-hover: #242c31;
    --cc-section-border: #222a30;
    --cc-block-text: #bac9cf;
    --cc-cookie-table-border: #2b3035;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #2c343a;
    --cc-webkit-scrollbar-bg-hover: #384148;
}

    .theme_turquoise .cc_div a {
        color: var(--cc-btn-primary-bg);
    }

    .theme_turquoise #cc_div #s-hdr {
        border-bottom: none;
    }

    .theme_turquoise .cc_div #c-txt {
        color: #b0b8c6 !important;
        font-size: .9em;
        line-height: 1.1em;
    }

.dropdown-menu {
    max-width: 95% !important;
    background-color: #ffffff !important;
    z-index: 9999 !important;
    margin-top: -1px;
    border-radius: 5px !important;
    padding: 0 !important;
    border: 2px solid #337ab7 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

    .dropdown-menu .small-text {
        height: 1em;
        line-height: 1em;
        font-size: .8em;
    }

    .dropdown-menu > li > a {
        white-space: normal !important;
        color: #212121;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu strong {
        color: #c1c1c1;
        font-weight: 900;
    }



.search-container {
    margin: 1em auto;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}

    .search-container :hover {
        border-color: cornflowerblue;
    }

    .search-container :focus-within {
        border-color: cornflowerblue;
    }


/* The point of this tutorial is here */
.search-form {
    margin-left: 1em !important;
    margin-right: 1em !important;
    display: flex;
    flex-direction: row;
    box-shadow: none;
}

.search-field {
    width: 100%;
    padding: 10px 15px 10px 15px;
    border: none !important;
    margin: 0 !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
    outline: none;
    box-shadow: none;
}

input.search-field[type=search]:focus:not([readonly]) {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.search-icon {
    box-shadow: none;
}

.clear-icon {
    cursor: pointer;
    box-shadow: none;
}

.rounded-box {
    border-radius: 1em;
    overflow: hidden;
}

.small-text {
    height: 1em;
    line-height: 1em;
    font-size: .8em;
}


#magazine {
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 10px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.overflow {
    --max-lines: 5;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}

    .overflow::before {
        position: absolute;
        content: "...";
        /*   inset-block-end: 0;
  inset-inline-end: 0; */
        bottom: 0;
        right: 0;
    }

    .overflow::after {
        content: "";
        position: absolute;
        /*   inset-inline-end: 0; */
        right: 0;
        width: 1rem;
        height: 1rem;
        background: white;
    }



#magazine li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 2s;
}

    #magazine li.magazine-item-visible {
        opacity: 1;
        z-index: 9999;
    }

    #magazine li div {
        background-color: #ffffff;
        padding: 1em;
        text-align: left;
        height: 100%;
    }

    #magazine li img {
        height: 100%;
        border-radius: 5px;
        float: left;
        margin-right: 1em;
    }

    #magazine li p.h6 {
        color: #212121;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #magazine li img {
        max-height: 8em;
    }

    #magazine li p.content-text {
        color: #595959;
        max-width: inherit;
        line-height: 1.1em;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.hide-on-med-and-up #magazine li p.content-text {
    -webkit-line-clamp: 2;
}



.title-data-container {
    display: flex;
    margin-top: 1em;
    gap: 1em;
}

    .title-data-container .item {
        background: #fafafa;
        border-radius: 1em;
        padding: .5em;
    }


.item-statistics {
    /* flex:1 1 50%; */
    flex-grow: 1;
    flex-basis: 33%;
}

    .item-statistics .data {
        display: flex;
        justify-content: space-evenly;
        gap: .5em;
    }

    .item-statistics .data-title {
        text-align: center;
    }

    .item-statistics .data .item-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .05em;
        flex-basis: 50%;
    }

        .item-statistics .data .item-data .item-data-value {
            font-size: 2em;
            color: #156057;
        }

.item-podcast {
    /* flex:0 2 50%; */
    flex-shrink: 2;
    flex-basis: 66%;
}

    .item-podcast .data {
        display: flex;
        justify-content: space-around;
        gap: 1em;
    }

        .item-podcast .data .item-data {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 1em;
        }

            .item-podcast .data .item-data.item-picture {
                flex-grow: 0;
                padding-left: 1em;
                padding-right: 1em;
            }

            .item-podcast .data .item-data.item-player {
                flex-grow: 1;
            }
                .item-podcast .data .item-data.item-player .podcast-title {
                    font-size: 1.2em;
                    color: #156057;
                }
                .item-podcast .data .item-data.item-player .podcast-text {
                    max-width: 100%;
                    -webkit-line-clamp: 2;
                    /* autoprefixer: off */
                    -webkit-box-orient: vertical;
                    /* autoprefixer: on */
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                }
                .item-podcast .data .item-data.item-player audio {
                    width: 100%;
                }

.pill-full {
    border-radius: 999999px !important;
}

@media screen and (max-width: 992px) {
    .title-data-container {
        flex-direction: column;
    }

    .pill-full {
        width: 100% !important;
    }

    .item-podcast .data .item-data.item-picture {
        display:none;
    }

}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #156057;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}


.chips {
    border-bottom: none;
}

    .chips .chip.selected {
        background-color: #156057;
        color: #fff;
    }

p.h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0;
}

p.h6 {
    font-weight: 400;
    line-height: 1.1;
}

p.h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: .82rem 0 .656rem 0;
}