* {
    box-sizing: border-box;
}

@font-face {
    font-family: "BradfordLLWeb-Light";
    src: url("../fonts/BradfordLL/BradfordLLWeb-Light.woff") format("woff");
}

@font-face {
    font-family: "BradfordLLWeb-Light";
    src: url("../fonts/BradfordLL/BradfordLLWeb-Light.woff2") format("woff2");
}

@font-face {
    font-family: "BradfordLLWeb-Regular";
    src: url("../fonts/BradfordLL/BradfordLLWeb-Regular.woff") format("woff");
}

@font-face {
    font-family: "BradfordLLWeb-Regular";
    src: url("../fonts/BradfordLL/BradfordLLWeb-Regular.woff2") format("woff2");
}

/* subset */
@font-face {
    font-family: "BradfordLLSub-Light";
    src: url("../fonts/BradfordLL/BradfordLLSub-Light.woff") format("woff");
}

@font-face {
    font-family: "BradfordLLSub-Light";
    src: url("../fonts/BradfordLL/BradfordLLSub-Light.woff2") format("woff2");
}

@font-face {
    font-family: "BradfordLLSub-Regular";
    src: url("../fonts/BradfordLL/BradfordLLSub-Regular.woff") format("woff");
}

@font-face {
    font-family: "BradfordLLSub-Regular";
    src: url("../fonts/BradfordLL/BradfordLLSub-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "MediumLLWeb-Light";
    src: url("../fonts/MediumLL/MediumLLWeb-Light.woff") format("woff");
}

@font-face {
    font-family: "MediumLLWeb-Light";
    src: url("../fonts/MediumLL/MediumLLWeb-Light.woff2") format("woff2");
}

@font-face {
    font-family: "MediumLLWeb-Regular";
    src: url("../fonts/MediumLL/MediumLLWeb-Regular.woff") format("woff");
}

@font-face {
    font-family: "MediumLLWeb-Regular";
    src: url("../fonts/MediumLL/MediumLLWeb-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "MediumLLWeb-SemiBold";
    src: url("../fonts/MediumLL/MediumLLWeb-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "MediumLLWeb-SemiBold";
    src: url("../fonts/MediumLL/MediumLLWeb-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "MediumLLWeb-Book";
    src: url("../fonts/MediumLL/MediumLLWeb-Book.woff") format("woff");
}

@font-face {
    font-family: "MediumLLWeb-Book";
    src: url("../fonts/MediumLL/MediumLLWeb-Book.woff2") format("woff2");
}


/* subset */

@font-face {
    font-family: "MediumLLSub-Light";
    src: url("../fonts/MediumLL/MediumLLSub-Light.woff") format("woff");
}

@font-face {
    font-family: "MediumLLSub-Light";
    src: url("../fonts/MediumLL/MediumLLSub-Light.woff2") format("woff2");
}

@font-face {
    font-family: "MediumLLSub-Regular";
    src: url("../fonts/MediumLL/MediumLLSub-Regular.woff") format("woff");
}

@font-face {
    font-family: "MediumLLSub-Regular";
    src: url("../fonts/MediumLL/MediumLLSub-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "MediumLLSub-SemiBold";
    src: url("../fonts/MediumLL/MediumLLSub-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "MediumLLSub-SemiBold";
    src: url("../fonts/MediumLL/MediumLLSub-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "MediumLLSub-Book";
    src: url("../fonts/MediumLL/MediumLLSub-Book.woff") format("woff");
}

@font-face {
    font-family: "MediumLLSub-Book";
    src: url("../fonts/MediumLL/MediumLLSub-Book.woff2") format("woff2");
}

:root {
    --canvas-color: #F5F5F5;
    --background-color: rgba(255, 255, 255, 0.5);
    --header-bg-color: rgba(255, 255, 255, 0.6);
    --primary-color: #452F9B;
    --secondary-color: #F1F2FC;
    --highlight-color: #e69c24;
    --neutral-color: #999;
    --text-color: #30282D;

    --alt-bg-color: #E6ECED;
    --alt-bg-color-h: #EEE;
    --alt-bg-color-a: #e5e7f3;
    --alt-color: #666;

    --divider-bg-color: #F7F7F7;

    --url-color: #333;
    --url-color-a: #005c86;
    --url-color-h: #111;

    --icon-bg-color: 65%;
    --icon-bg-color-h: 45%;
    --icon-bg-color-a: 25%;

    --button-text-color: #FFF;
    --button-neu-bg-color: #777;
    --button-neu-bg-color-h: #666;
    --button-del-bg-color: #f75151;
    --button-del-bg-color-h: #e44949;
    --button-dis-bg-color: #AFAFAF;

    --input-color: #666;
    --input-bg-color: #FFF;
    --input-bg-color-alt: #FFF;
    --input-border-color: #DDD;
    /* --input-border-color-alt: #DDD; */
    --input-border-color-alt: #7070703D;
    --input-border-color-h: #BBB;

    --notifications-color: #FFF;
    --notifications-success: #27ae60;
    --notifications-error: #FF5757;
    --notifications-info: #3498db;

    --selection-background: #000;
    --selection-color: #FFF;

    --button-clear-invert: invert(80%);
    --button-clear-invert-h: invert(50%);
    /* --site-result-bg-color: #FAFAFA; */
    --site-result-bg-color: #FFF;
    --site-result-border-color: #53ABBA2E;
    --site-result-border-shadow-color: #00000026;
    --site-result-border-bottom-color: #cb4c63;
    --web-title-color: #292929;
    --web-title-color-h: #292929;
    --web-title-color-v: #292929;
    --web-title-color-v-h: #292929;
    --web-url-color: #808080;
    --web-url-color-h: #808080;
    /* --web-description-color: #777; */
    --web-description-color: #555;
    --image-description-color: #FFF;
    --video-duration-color: #FFF;
    --video-frame-bg-color: #F5F5F5;
    --video-frame-bg-color-h: #EEE;
    --search-el-transparency: rgba(0, 0, 0, 0.5);
    --search-menu-fade: 255, 255, 255;
    --card-border-color: #F0F0F0;
    --wallpaper-font-color: #FFF;
    --wallpaper-font-color-h: #EEE;
    --wallpaper-icon-bg-color: 100%;
    --wallpaper-icon-bg-color-h: 80%;
    --podcast-pubdate-color: #aaa;
    --standard-gray: #798897;
    --light-gray: #dadada;
    --result-bg: #DDE1E5;
    --blog-bg-blue: #155CEE;
    --blog-bg-yellow: #FFFD71;

    --content-left: #1E92C8;
    --content-conservative: #EB497E;

    --arrow-bg: rgba(255, 255, 255, 0.1);
    --arrow-icon: url(../images/icons/caret_down_font_awesome_whitevariation.svg);
    --option-bg: white;
    --select-bg: rgba(255, 255, 255, 0.5);

}

.dark {
    --canvas-color: #222;
    --background-color: #333;
    --header-bg-color: rgba(255, 255, 255, 0.6);
    --primary-color: #1ac3f3;
    --secondary-color: #13ACD6;
    --highlight-color: #e69c24;
    --neutral-color: #999;
    --text-color: #777;
    --alt-bg-color: #222;
    --alt-bg-color-h: #1b1b1b;
    --alt-bg-color-a: #111;
    --alt-color: #AAA;

    --divider-bg-color: #444;

    --url-color: #CCC;
    --url-color-a: #EEE;
    --url-color-h: #FFF;

    --icon-bg-color: 60%;
    --icon-bg-color-h: 80%;
    --icon-bg-color-a: 100%;

    --button-text-color: #FFF;
    --button-neu-bg-color: #666;
    --button-neu-bg-color-h: #777;
    --button-del-bg-color: #e44949;
    --button-del-bg-color-h: #f75151;
    --button-dis-bg-color: #444;

    --input-color: #AAA;
    --input-bg-color: #222;
    --input-bg-color-alt: #1b1b1b;
    --input-border-color: #444;
    --input-border-color-alt: #333;
    --input-border-color-h: #555;

    --notifications-color: #FFF;
    --notifications-success: #27ae60;
    --notifications-error: #FF5757;
    --notifications-info: #3498db;

    --selection-background: #000;
    --selection-color: #FFF;

    --button-clear-invert: invert(30%);
    --button-clear-invert-h: invert(60%);
    --site-result-bg-color: #2A2A2A;
    --web-title-color: #789fff;
    --web-title-color-h: #8fb4ff;
    --web-title-color-v: #c09dff;
    --web-title-color-v-h: #cbadff;
    --web-url-color: #e4e4e4;
    --web-url-color-h: #FFF;
    --web-description-color: #AAA;
    --image-description-color: #FFF;
    --video-duration-color: #FFF;
    --video-frame-bg-color: #222;
    --video-frame-bg-color-h: #252525;
    --search-el-transparency: rgba(0, 0, 0, 0.5);
    --search-menu-fade: 51, 51, 51;
    --card-border-color: #494949;
    --wallpaper-font-color: #FFF;
    --wallpaper-font-color-h: #EEE;
    --wallpaper-icon-bg-color: 100%;
    --wallpaper-icon-bg-color-h: 80%;

    --standard-gray: #798897;
    --light-gray: #dadada;
    --result-bg: #DDE1E5;
    --blog-bg-blue: #155CEE;
    --blog-bg-yellow: #FFFD71;
}

html {
    background: #fff;
    font-family: 'MediumLLWeb-Regular', sans-serif;
}

body {
    color: var(--text-color);
    font-family: 'MediumLLWeb-Regular', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    min-height: 100dvh;
}

body.section-notes {
    background: transparent linear-gradient(0deg, #F8EDFE 0%, #00C6C34B 100%) 0% 0% no-repeat padding-box;
    background-color: rgba(248, 237, 254, 1) !important;
}

body.section-profile {
    background: transparent linear-gradient(0deg, #E8F3F1 0%, #F0DDC1 100%) 0% 0% no-repeat padding-box;
    background-color: rgba(232, 243, 241, 1) !important;
}

body.section-auth {
    background: transparent linear-gradient(0deg, #E8F3F1 0%, #F0DDC1 100%) 0% 0% no-repeat padding-box;
    background-color: rgba(232, 243, 241, 1) !important;
}

.noscroll {
    overflow: hidden;
}

#content-wrapper {
    position: relative;
    min-height: 100dvh;
}

h1 {
    font-size: 26px;
    margin: 0;
    padding: 5px 0px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    margin: 10px 0 0 0;
}

h1,
h3,
h4,
h5 {
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'BradfordLLWeb-Regular';
}

a {
    color: var(--url-color);
    text-decoration: none;
}

a:hover {
    color: var(--url-color-h);
}

.news-title, .web-results .site-title {
    font-family: 'BradfordLLWeb-Regular';
    font-size: 1.4rem;
}

code,
pre {
    word-wrap: break-word;
}

form select,
option {
    text-transform: capitalize;
}

table {
    border-collapse: collapse;
}

table,
td,
th {
    padding: 3px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input,
button,
textarea,
form select {
    font-family: inherit;
    font-size: inherit;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="date"],
form select,
textarea {
    background: var(--input-bg-color);
    padding: 12px 9px;
    border-radius: 10px;
    border: 1px solid var(--input-border-color);
    outline: 0;
    color: var(--input-color);
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
textarea:hover,
input[type="date"]:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
textarea:focus {
    border: 1px solid var(--input-border-color-h);
}

input[type="text"],
input[type="date"],
input[type="password"],
form select {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
}

input:read-only {
    background-color: #eee;
}

span.input-help {
    color: var(--standard-gray);
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.delete-account-button {
    background-color: var(--button-del-bg-color) !important;
    color: #fff;
}

.delete-account-button:hover {
    background-color: var(--button-del-bg-color-h) !important;
    color: #fff;
}

button,
.button {
    padding: 0 10px;
    border-radius: 30px;
    background-color: var(--primary-color);
    color: var(--button-text-color);
    cursor: pointer;
    border: none;
    outline: 0;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
}

form button {
    margin-top: 10px;
}

button:hover,
.button:hover {
    opacity: 0.7;
}

button.outlined,
.button.outlined {
    background-color: #fff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

button.outlined:hover,
.button.outlined:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.button-delete {
    background-color: var(--button-del-bg-color);
}

.button-delete:hover {
    background-color: var(--button-del-bg-color-h);
}

.button-margin-left {
    margin-left: 10px;
}

.button-margin-right {
    margin-right: 10px;
}

.button-neutral {
    background-color: var(--button-neu-bg-color);
}

.button-neutral:hover {
    background-color: var(--button-neu-bg-color-h);
}

button:disabled,
.button-disabled,
.button-disabled:hover {
    background-color: var(--button-dis-bg-color);
    cursor: default;
}

.small {
    font-size: 10px;
}

hr {
    color: #eee;
    border-color: #eee;
    background-color: #eee;
    border-style: solid;
    width: 75%;
}

hr.header {
    background: #A1A1A3;
    border:none; 
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0px;
}

form select {
    outline: 0;
    display: block;
    max-width: 420px;
    width: 100%;
    background: url(../images/icons/drowpdown-down.png) no-repeat right #fff;
    background-position-x: 97%;
}

form select:hover {
    border: 1px solid var(--input-border-color-h);
}

img {
    border: 0;
}

.row {
    width: 100%;
    box-sizing: border-box;
}

.row.no-padding {
    padding: 0;
}

.row-images {
    padding: 0 5px;
    margin-top: 15px;
}

.row-dragscroll {
    display: flex;
    overflow: inherit;
    flex-wrap: wrap;
}

.menu-wrapper a {
    color: #666668;
    font-size: 16px;
    padding: 0 5px;
    margin-right: 10px;
}


.row-card-result {
    position: relative;
}

.row-no-results {
    margin: 20px auto;
}

.one,
.row .one {
    width: 8.33333%;
}

.two,
.row .two {
    width: 16.66667%;
}

.three,
.row .three {
    width: 25%;
}

.four,
.row .four {
    width: 33.33333%;
}

.five,
.row .five {
    width: 41.66667%;
}

.six,
.row .six {
    width: 50%;
}

.seven,
.row .seven {
    width: 58.33333%;
}

.eight,
.row .eight {
    width: 66.66667%;
}

.nine,
.row .nine {
    width: 75%;
}

.ten,
.row .ten {
    width: 83.33333%;
}

.eleven,
.row .eleven {
    width: 91.66667%;
}

.twelve,
.row .twelve {
    width: 100%;
}

.column,
.columns {
    float: left;
    min-height: 1px;
    position: relative;
}

[class*="column"]+[class*="column"]:last-child {
    float: right;
}

[class*="column"]+[class*="column"].end {
    float: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.header {
    position: relative;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
}

.header.header-home {
    box-shadow: none;
}

body.section-auth .header {
    box-shadow: none;
    background: transparent;
}

body.section-auth .header>.header-content>.header-col-content {
    display: none;
}

body.section-auth .header .header-col-menu {
    width: 100%;
}

.header.header-search {
    padding: 20px 0 10px 0;
}

.header-content {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 5px;
}

.header .logo-wrapper {
    width: 10%;
}

.header .page-menu {
    width: 40%;
    padding-left: 20px;
}

.header .search-input-bar {
    width: 37%;
    padding: 0 10px;
}

.header .region-switcher {
    width: 13%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    align-content: space-around;
}
.header .region-switcher a {
    color: #666668;
    font-size: 16px;
    padding: 0 5px;
}

.header .region-switcher a.active {
    color: var(--primary-color);
}

.menu-header .logo {
    text-align: center;
    line-height: 70px;
    padding: 20px 0 0px 0;
}

.menu-header .logo img {
    width: 150px;
    vertical-align: middle;
}

.menu-header .profile {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.menu-header .profile .profile-name {
    text-align: center;
    font-size: 15px;
    padding: 0px;
}

.menu-header .profile .avatar-icon-wrapper {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background: #dedede;
    padding: 2px;
    max-width: 150px;
    box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.2) !important;
}

.logo-large {
    width: 200px;
    /* height: 160px; */
    height: 200px;
    /* margin: 0 auto 30px auto; */
    margin: 55px auto 20px auto;
    overflow: inherit;
}

.logo-large img {
    width: 200px;
    max-width: 200px;
    /* max-height: 160px; */
    max-height: 200px;
    float: none;
    margin: 0;
    display: block;
    animation: floaty 2.5s infinite;
}

.menu {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: -5px;
    width: 300px;
    border: 1px solid #dedede;
    border-radius: 10px 0 10px 10px;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-content {
    font-weight: 600;
    position: relative;
    user-select: none;
    background-color: #fff;
}

.menu-content .menu-close {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 100;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    cursor: pointer;
}

.menu-content .menu-close>span {
    height: 25px;
    width: 25px;
    display: inline-block;
}

.menu a {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 40px;
    word-wrap: break-word;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    padding-left: 10%;
    margin: 4px 0;
}

.menu a:hover {
    background: var(--alt-bg-color-a);
}

.menu .menu-header a:hover {
    background: none;
}

.menu.menu-collapsed {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    z-index: 5;
}

.menu-title {
    padding: 10px;
    cursor: default;
    width: 100%;
    box-sizing: border-box;
}

.menu-icon {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 40px;
    margin-right: 20px;
    float: left;
    filter: invert(var(--icon-bg-color-h));
}

.title-icon {
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 9px;
    height: 9px;
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
}

.title-extension {
    font-size: 11px;
    display: inline-block;
}

.site-result .reading-time,
.site-result .published-at {
    display: inline-block;
}

.title-extension.summary-function-cta {
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    padding: 1px;
    width: 25px;
    height: 25px;
    box-shadow: 0px 0px 7px var(--site-result-border-shadow-color);
}

.header-button {
    margin: 9px 0;
    height: 32px;
    line-height: 32px;
}

.header-icon {
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 40px;
    height: 40px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

.header-icon.highlight {
    filter: invert(69%) sepia(8%) saturate(2497%) hue-rotate(141deg) brightness(88%) contrast(85%);
}

.header .header-col-menu {
    display: flex;
    flex-direction: row-reverse;
    min-width: 30%;
    padding-right: 15px;
}

.header.header-home .header-col-menu {
    width: 100%;
}

.header .header-col-menu .menu-button img {
    width: 35px;
}

.header .header-col-menu .menu-button img:hover {
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}


.header .menu-content .sign-in-cta,
.header .menu-content .sign-out-cta {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color)
}

.icon-menu {
    background-image: url(../images/icons/icon-menu.svg);
    filter: invert(57%) sepia(12%) saturate(471%) hue-rotate(169deg) brightness(90%) contrast(92%);
}

.icon-language {
    background-image: url(../images/icons/language.svg);
}

.icon-circled-plus {
    background-image: url(../images/icons/circled-plus.svg);
}

.icon-theme {
    background-image: url(../images/icons/theme.svg);
}

.icon-plus {
    background-image: url(../images/icons/icon-plus.svg);
}

.icon-search {
    background-image: url(../images/icons/magnifier.svg);
}

.icon-translateSearchterm {
    background-image: url(../images/icons/icon_translateSearchterm.svg);
}

.icon-filter-language-en {
    background-image: url(../images/icons/icon-filter-language-en.svg);
}

.icon-filter-language-de {
    background-image: url(../images/icons/icon-filter-language-de.svg);
}

.icon-filter-language-fr {
    background-image: url(../images/icons/icon-filter-language-fr.svg);
}

.icon-three-dots {
    background-image: url(../images/icons/icon_3dots.svg);
}

.icon-filter-language-it {
    background-image: url(../images/icons/icon-filter-language-it.svg);
}

.icon-filter-language-es {
    background-image: url(../images/icons/icon-filter-language-es.svg);
}

.menu-content .menu-close>span {
    height: 15px;
    width: 15px;
    display: inline-block;
}

.menu a {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 40px;
    word-wrap: break-word;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    padding-left: 10%;
    margin: 4px 0;
}

.menu a:hover {
    background: var(--alt-bg-color-a);
}

.menu .menu-header a:hover {
    background: none;
}

.menu-title {
    padding: 10px;
    cursor: default;
    width: 100%;
    box-sizing: border-box;
}

.menu-icon {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 40px;
    margin-right: 20px;
    float: left;
    filter: invert(var(--icon-bg-color-h));
}

.title-icon {
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 9px;
    height: 9px;
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
}

.title-extension {
    font-size: 11px;
    display: inline-block;
}

.icon-readingtime {
    filter: invert(50%) sepia(38%) saturate(340%) hue-rotate(179deg) brightness(86%) contrast(88%);
}

.header-button {
    margin: 9px 0;
    height: 32px;
    line-height: 32px;
}

.header .sign-in .sign-in-button {
    border: 2px solid var(--standard-gray);
    border-radius: 10px;
    padding: 5px 7px;
    color: var(--standard-gray);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

.header .menu-content .sign-in-cta,
.header .menu-content .sign-out-cta {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color)
}

.icon-menu {
    background-image: url(../images/icons/icon-menu.svg);
    filter: invert(57%) sepia(12%) saturate(471%) hue-rotate(169deg) brightness(90%) contrast(92%);
}

.icon-language {
    background-image: url(../images/icons/language.svg);
}

.icon-theme {
    background-image: url(../images/icons/theme.svg);
}

.icon-plus {
    background-image: url(../images/icons/icon-plus.svg);
}

.icon-search {
    background-image: url(../images/icons/magnifier.svg);
}

.icon-filter-language-en {
    background-image: url(../images/icons/icon-filter-language-en.svg);
}

.icon-filter-language-de {
    background-image: url(../images/icons/icon-filter-language-de.svg);
}

.icon-filter-language-fr {
    background-image: url(../images/icons/icon-filter-language-fr.svg);
}

.icon-three-dots {
    background-image: url(../images/icons/icon_3dots.svg);
}

.icon-filter-language-it {
    background-image: url(../images/icons/icon-filter-language-it.svg);
}

.icon-filter-language-es {
    background-image: url(../images/icons/icon-filter-language-es.svg);
}

.icon-sort-icon {
    background-image: url(../images/icons/sort-icon.svg);
}

.preview-icon {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: top;
}

.filter-icon {
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: bottom;
}

.filter-list .filter-icon {
    vertical-align: top;
}

.filter-icon-duration-,
.filter-icon-episode_date-,
.filter-icon-size-,
.filter-icon-language-none,
.filter-icon-language-,
.filter-icon-reading_time-,
.filter-icon-preferred_language-none,
.filter-icon-none,
.filter-icon-,
.filter-icon-off,
.filter-icon-period-,
.filter-icon-aspect- {
    background-image: url(../images/icons/icon-filter-all.svg);
}

.filter-icon-preferred_language-en,
.filter-icon-language-en {
    background-image: url(../images/icons/icon-filter-language-en.svg);
    filter: invert(45%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(96%) contrast(89%);
}

.filter-icon-preferred_language-de,
.filter-icon-language-de {
    background-image: url(../images/icons/icon-filter-language-de.svg);
    filter: invert(45%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(96%) contrast(89%);
}

.filter-icon-period-day,
.filter-icon-episode_date-day {
    background-image: url(../images/icons/icon-filter-date-day.svg);
}

.filter-icon-period-week,
.filter-icon-episode_date-week {
    background-image: url(../images/icons/icon-filter-date-week.svg);
}

.filter-icon-period-month,
.filter-icon-episode_date-month {
    background-image: url(../images/icons/icon-filter-date-month.svg);
}

.icon-published-at {
    background-image: url(../images/icons/icon-published-at.svg);
}

.filter-icon-aspect-square {
    background-image: url(../images/icons/icon-filter-aspect-square.svg);
}

.filter-icon-aspect-landscape {
    background-image: url(../images/icons/icon-filter-aspect-landscape.svg);
}

.filter-icon-aspect-portrait {
    background-image: url(../images/icons/icon-filter-aspect-portrait.svg);
    background-size: 14px;
}

.filter-icon-duration-short,
.filter-icon-reading_time-short {
    background-image: url(../images/icons/icon-filter-duration-short.svg);
    background-size: 13px;
}

.filter-icon-duration-medium,
.filter-icon-reading_time-medium {
    background-image: url(../images/icons/icon-filter-duration-medium.svg);
    background-size: 13px;
}

.filter-icon-duration-long,
.filter-icon-reading_time-long {
    background-image: url(../images/icons/icon-filter-duration-long.svg);
    background-size: 13px;
}

.filter-icon-size-small {
    background-image: url(../images/icons/icon-filter-size-small.svg);
}

.filter-icon-size-medium {
    background-image: url(../images/icons/icon-filter-size-medium.svg);
}

.filter-icon-size-large {
    background-image: url(../images/icons/icon-filter-size-large.svg);
}

.filter-icon-size-wallpaper {
    background-image: url(../images/icons/icon-filter-size-wallpaper.svg);
}

.preview-icon.right {
    background-size: 18px;
    width: 20px;
    height: 20px;
}

.icon-images {
    background-image: url(../images/icons/icon-images.svg);
}

.icon-videos {
    background-image: url(../images/icons/icon-videos.svg);
}

.icon-podcasts {
    background-image: url(../images/icons/icon-podcasts.svg);
}

.icon-arrow {
    background-image: url(../images/icons/icon-arrow.svg);
}

.icon-arrow-left {
    background-image: url(../images/icons/icon-arrow-left.svg);
}

.icon-notes-add {
    background-image: url(../images/icons/icon-notes-add.svg);
}

.icon-notes-link {
    background-image: url(../images/icons/icon-notes-link.svg);
}

.icon-notes-saved {
    background-image: url(../images/icons/icon-notes-saved.svg);
}

.icon-close-delete {
    background-image: url(../images/icons/icon-close-delete.svg);
}

.icon-summary {
    background-image: url(../images/icons/icon-summary.svg);
}

.icon-bin {
    background-image: url(../images/icons/icon-bin.svg);
}

.icon-check {
    background-image: url(../images/icons/icon-check.svg);
}

.icon-menu-theme {
    background-image: url(../images/icons/icon-menu-design.svg);
    filter: invert(57%) sepia(12%) saturate(471%) hue-rotate(169deg) brightness(90%) contrast(92%);
}

.icon-menu-language {
    background-image: url(../images/icons/icon-menu-language.svg);
}

.icon-menu-support {
    background-image: url(../images/icons/icon-menu-support.svg);
}

.icon-menu-feedback {
    background-image: url(../images/icons/icon-menu-feedback.svg);
}

.icon-menu-about {
    background-image: url(../images/icons/icon-menu-about.svg);
}

.icon-menu-how-symby-works {
    background-image: url(../images/icons/icon-menu-how-symby-works.svg);
}

.icon-menu-app {
    background-image: url(../images/icons/icon-menu-app.svg);
}

.icon-menu-privacy {
    background-image: url(../images/icons/icon-menu-privacy.svg);
}

.icon-menu-settings {
    background-image: url(../images/icons/icon-menu-settings.svg);
}

.icon-menu-profile {
    background-image: url(../images/icons/icon-menu-profile.svg);
}

.icon-menu-notes {
    background-image: url(../images/icons/icon-menu-notes-negated.svg);
}

.icon-notes {
    background-image: url(../images/icons/icon-notes.svg);
}

.icon-readingtime {
    background-image: url(../images/icons/icon-readingtime.svg);
}

.icon-showmore {
    background-image: url(../images/icons/icon-showmore.svg);
    filter: none;
}

.icon-symby-answer {
    background-image: url(../images/icons/icon-symby-answer.svg);
}

.icon-filter {
    background-image: url(../images/icons/icon-filter.svg);
}

.icon {
    filter: invert(var(--icon-bg-color));
}

.icon:hover {
    filter: invert(var(--icon-bg-color-h));
}

.icon-active {
    filter: invert(var(--icon-bg-color-a));
}

.icon-active:hover {
    filter: invert(var(--icon-bg-color-a));
}

a.menu-active {
    color: var(--url-color-a);
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer-content {
    display: flex;
    width: 100%;
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu {
    flex-grow: 1;
}

.footer-element {
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 38px;
}

.footer-info .footer-element:last-child {
    margin: 0;
}

.header-home,
.footer-home {
    background: transparent;
}

.header .menu-button {
    display: inline-block;
    margin-right: 5px;
}

.header .menu-button label {
    display: flex;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
}

.header .menu-button label span {
    background: rgb(105, 105, 105);
    border-radius: 10px;
    height: 4px;
    margin: 4px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.header .menu-button label span:nth-of-type(1) {
    width: 50%;
}

.header .menu-button label span:nth-of-type(2) {
    width: 100%;
}

.header .menu-button label span:nth-of-type(3) {
    width: 75%;
}

.header .main-action-bar {
    display: inline-block;
}

.header .main-action-bar a {
    margin-right: 5px;
}

.header .main-action-item {
    background-color: #fff;
    box-shadow: 0px 0px 10px var(--site-result-border-shadow-color);
    border: 1px solid var(--light-gray);
    height: 40px;
    min-width: 40px;
    display: inline-block;
    border-radius: 25px;
}

.header .main-action-bar i {
    background-size: 18px;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    min-width: 40px;
    background-color: transparent;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

.header.section-search .main-action-bar .main-action-item.search-section-item,
.header.section-home .main-action-bar .main-action-item.search-section-item {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.header.section-search .main-action-bar .main-action-item.search-section-item i,
.header.section-home .main-action-bar .main-action-item.search-section-item i {
    filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(72deg) brightness(100%) contrast(98%);
}

.header.section-notes .main-action-bar .main-action-item.notes-section-item {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.header.section-notes .main-action-bar .main-action-item.notes-section-item i {
    filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(72deg) brightness(100%) contrast(98%);
}

.content {
    padding-top: 25px;
    width: 100%;
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.content-dataprivacy a,
.content-termsandconditions a {
    text-decoration: underline !important;
}

.content-home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50dvh;
}

.slogan,
.sub-slogan {
    text-align: center;
    margin-top: 15px;

}

.slogan {
    font-size: 1.6rem;
    color: #3f3f3f;
    font-weight: 700;
    margin-top: 60px;
}

.sub-slogan {
    font-size: 1.2rem;
    color: #838383;
}

.sub-slogan span.conservative {
    color: var(--content-conservative);
    margin: 0px 5px;
}

.sub-slogan span.left {
    color: var(--content-left);
    margin: 0px 5px;
}

.home-description {
    margin: 50px auto 0 auto;
    font-size: 20px;
    padding: 0 10px;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
}

.home-explore {
    margin: 50px auto 0 auto;
    font-size: 20px;
    padding: 0 10px;
    display: table;
    text-align: center;
    color: var(--primary-color);
}

.home-explore span {
    vertical-align: middle;
}

.home-explore img {
    vertical-align: middle;
    max-height: 50px;
}

.home-brand {
    margin: 0 auto 40px auto;
    font-size: 60px;
    padding: 0 10px;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 700;
}

.home-brand .symby_logo {
    height: 60px;
}

/*
.content-home-focus {
    justify-content: normal;
    align-items: normal;
}
.content-home-focus .home-logo, .content-home-focus .home-description {
    display: none;
}
*/

.search-container {
    position: relative;
    z-index: 2;
}

.search-content {
    margin: 0 auto 0 auto;
    max-width: 520px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
}

.search-content cite {
    position: absolute;
    bottom: -2rem;
    left: 4.5rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: white;
}

input.search-input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0;
    border-color: var(--primary-color);
    z-index: 2;
    background-color: #fff;
}

.search-button {
    background-image: url('../images/icons/icon-search.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    background-size: 20px;
    padding: 10px 8px;
    border-radius: 25px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .15)) drop-shadow(1px 2px 2px rgba(0, 0, 0, .01));
    display: none;
}

.kids-thumb-up-icon {
    background-image: url('../images/icons/kidsthumbup.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    display: inline-block;
}

.webpage-favicon-icon {
    height: 17px;
    display: inline-block;
}

.webpage-favicon-icon img {
    /*width: 17px;*/
    height: 17px;
    border-radius: 3px;
    margin-right: 5px;
}

.search-button:hover {
    opacity: 0.7;
}

.clear-button {
    background: url('../images/icons/clear.svg') no-repeat center center;
    background-size: 14px;
    width: 60px;
    height: 41px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    filter: var(--button-clear-invert);
    z-index: 2;
}

.clear-button:hover {
    filter: var(--button-clear-invert-h);
}

.find-in-other-language-mobile {
    max-width: 835px;
    max-height: 0;
    transition: max-height 0.7s ease-out, opacity 0.7s ease-in;
    overflow: hidden;
    padding-left: 120px;
    opacity: 0;
}

.find-in-other-language-mobile.expand {
    max-height: 250px;
    opacity: 1;
}

.find-in-other-language-mobile .web-ia-assistant,
.find-in-other-language-mobile .row.row-card-result,
.find-in-other-language-mobile .row-card-result {
    all: unset;
    /* or unset */
}

.find-in-other-language-mobile .web-results {
    padding: 0 0 10px 0;
}

.find-in-other-language-mobile .site-title {
    font-size: 16px !important;
    margin: 7px 0px;
    font-weight: 600;
}

.find-in-other-language-mobile .site-title i {
    display: none;
}

.find-in-other-language-toggl {
    display: inline-block;
    cursor: pointer;
}

.find-in-other-language-toggl.highlight {
    color: var(--highlight-color);
}

.find-in-other-language-toggl.highlight .find-in-other-language-button {
    filter: invert(84%) sepia(39%) saturate(5365%) hue-rotate(349deg) brightness(98%) contrast(83%);
}

.find-in-other-language-button {
    background: url(../images/icons/icon_translateSearchterm.svg) no-repeat center center;
    filter: invert(16%) sepia(9%) saturate(610%) hue-rotate(270deg) brightness(96%) contrast(98%);
    background-size: 22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-position-y: 0px;
}

/*.background >*/
.content-home .search-input:hover,
/*.background >*/
.content-home .search-input:active,
/*.background >*/
.content-home .search-input:focus {
    /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.30);*/
    filter: drop-shadow(-1px -1px 2px rgba(49, 183, 214, .15)) drop-shadow(1px 2px 2px rgba(49, 183, 214, .20));
    /*border: 0; */
    border: 1px solid rgba(49, 183, 214, .3);
}

.search-content-s {
    margin: 10px 0;
    max-width: 698px;
    width: 100%;
    padding: 0;
}

/* new */
.search-content-s .search-input:hover,
.search-content-s .search-input:active,
.search-content-s .search-input:focus {
    filter: drop-shadow(-1px -1px 2px rgba(49, 183, 214, .15)) drop-shadow(1px 2px 2px rgba(49, 183, 214, .20));
    border: 1px solid rgba(49, 183, 214, .3);
}

.search-content-s .search-list {
    top: 38px;
}

.page-menu a.menu-active,
.footer a.menu-active {
    color: #5046AB;
    font-weight: bold;
}

.search-type-menu {
    min-height: 45px;
    font-size: 14px;
    max-width: 1008px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.search-type-menu .menu-divider {
    color: var(--light-gray);
    padding: 0 7px 0 15px;
    display: inline-block;
}

.search-type-menu .filters-toggle .title-icon {
    vertical-align: text-bottom;
    background-size: 20px;
    width: 22px;
    height: 23px;
}

.search-type-menu a {
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-type-menu a:last-child {
    margin-right: 0px;
}

.search-type-menu a {
    color: var(--text-color);
}

.page-title {
    font-size: 20px;
    text-transform: uppercase;
}

.page-description {
    font-size: 16px;
    font-weight: lighter;
    padding-top: 10px;
}

.page-content {
    padding: 10px 0;
    max-width: 1020px;
}

.notification-box {
    padding: 10px;
    position: relative;
    color: var(--notifications-color);
    border-radius: 3px;
    margin-bottom: 10px;
}

.notification-box-modal {
    margin: 10px 10px 0 10px;
}

.notification-box-error {
    background: var(--notifications-error);
}

.notification-box-success {
    background: var(--notifications-success);
}

.notification-box-info {
    background: var(--notifications-info);
}

.notification-box>p {
    padding-right: 24px;
    margin: 0;
}

.notification-close {
    position: absolute;
    top: 0;
    background: url('../images/icons/clear.svg') no-repeat center center;
    background-size: 14px;
    width: 14px;
    height: 24px;
    cursor: pointer;
    filter: invert(100);
    opacity: 0.75;
    margin: 7px 10px;
    right: 0;
}

.notification-close:hover {
    filter: invert(100%);
    opacity: 1;
}

.list-container {
    overflow: auto;
}

.list-row {
    padding: 10px;
    margin-bottom: 10px;
    background: var(--alt-bg-color);
    border-radius: 5px;
    overflow: auto;
}

.list-col-image {
    float: left;
    width: 38px;
    display: table-cell;
}

.list-col-image img {
    width: 100%;
    display: block;
    border-radius: 3px;
}

.list-col-content {
    float: none;
    word-break: break-all;
    display: table-cell;
    padding: 0 10px;
}

.list-col-content-full {
    padding: 0 10px 0 0;
}

.list-col-button {
    float: right;
    display: table-cell;
}

.button-create {
    margin-bottom: 10px;
}

.center-text {
    text-align: center;
}

.divider {
    height: 1px;
    background: var(--divider-bg-color);
}

.menu .divider {
    background: var(--alt-bg-color);
    width: 80%;
    margin-left: auto;
}

.search-type-menu .menu-actions {
    float: left;
    padding-top: 6px;
}

.filters-toggle {
    display: inline-block;
    cursor: pointer;
    right: 0;
    margin-left: 10px;
}

.filters-toggle-active {
    color: var(--highlight-color);
}

.search-type-menu .filters-toggle-active .title-icon {
    filter: invert(84%) sepia(39%) saturate(5365%) hue-rotate(349deg) brightness(98%) contrast(83%);
}

.filters-menu {
    max-height: 0px;
    transition: max-height 0.7s ease-out, opacity 0.7s ease-in;
    opacity: 0;
    visibility: hidden;
}

.filters-menu.expand {
    max-height: 200px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px;
}

.filter-wrapper {
    margin: 0 20px 0 0;
    float: left;
    position: relative;
    padding: 5px 0px;
    text-align: center;
}

.filter-title {
    line-height: normal;
    padding: 5px 0px;
}

.filter-element {
    cursor: pointer;
    color: var(--url-color);
    line-height: normal;
    padding: 5px 10px;
    border: 1px solid #70707066;
    border-radius: 4px;
    text-align: left;
    background-color: #fff;
}

.filter-element:hover {
    color: var(--url-color-h);
}

.filter-element-active .filter-list {
    display: block;
}

.filter-element-active,
.filter-element-active:hover {
    color: var(--primary-color);
}

.filter-element:hover .down-arrow {
    border-top: 4px solid var(--url-color-h);
}

.filter-element-active .down-arrow,
.filter-element-active:hover .down-arrow {
    border-top: 4px solid var(--primary-color);
}

.filter-list {
    position: absolute;
    background: #fff;
    border: 1px solid var(--alt-bg-color);
    border-radius: 4px;
    width: 200px;
    display: none;
    z-index: 99;
    text-align: left;
    left: 0px;
    margin-top: 10px;
}

.filter-list a {
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    line-height: 22px;
    display: block;
}

.filter-list a:hover {
    background: #53ABBA33;
    color: #292929;
}

.down-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--url-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.results-container {
    width: 100%;
}

.results-content {
    width: 100%;
    box-sizing: border-box;
}

.results-pagination {
    margin-bottom: 20px;
    height: 32px;
    width: 100%;
}
.hidden {
    display:none;
}

.results-pagination a {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.no-results {
    font-size: 14px;
}

.button-pagination {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    padding: 0;
    float: left;
}

.pagination-next {
    background-image: url('../images/icons/next.svg');
}

.pagination-prev {
    background-image: url('../images/icons/prev.svg');
}

.pagination-home {
    background-image: url('../images/icons/home.svg');
}

.x-results,
.results-by {
    display: inline-block;
    line-height: 32px;
    font-weight: 600;
    float: right;
}

.results-by {
    font-weight: normal;
    color: var(--icon-bg-color);
    margin-left: 20px;
}

.results-by a {
    margin: 0;
}

.site-other-language .icon-translateSearchterm,
.ia-notes .icon-notes {
    width: 30px;
    height: 30px;
    background-size: 17px;
    margin-right: 5px;
}

.site-other-language-results {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.site-other-language-result-wrapper {
    width: 24%;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 7px;
    display: flex;
    min-height: 40px;
    margin-left: 1%;
}

.site-other-language-result-wrapper:nth-of-type(1),
.site-other-language-result-wrapper:nth-of-type(5n) {
    margin-left: 0%;
}

.site-other-language-result {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--site-result-border-color);
    display: flex;
    box-shadow: 0px 3px 6px var(--site-result-border-shadow-color);
    background-color: #fff;
}

.site-other-language-result .topline {
    font-size: 7px;
    text-transform: capitalize;
}

.site-other-language-result .language {
    font-size: 13px;
    text-transform: capitalize;
}

.site-other-language-result a {
    display: flex;
    width: 100%;
}

.site-other-language-result a .left {
    width: 30%;
    box-sizing: border-box;
    display: flex;
    /*CSS3*/
    align-items: center;
    /*Vertical align*/
    justify-content: center;
    /*horizontal align*/
}

.site-other-language-result a .right {
    width: 70%;
    box-sizing: border-box;
    display: flex;
    /*CSS3*/
    align-items: center;
    /*Vertical align*/
}

.videos-results .site-result,
.news-results .site-result,
.podcasts-results .site-result {
    overflow: auto;
    display: flex;
    justify-content: space-between;
}

.web-results .result-section {
    background-color: #fff;
    box-shadow: 0px 3px 6px var(--site-result-border-shadow-color);
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.web-results .result-section .card-grid {
    padding: 0;
}

.web-results .result-section .section-title {
    float: left;
}

.web-results .result-section .section-title h2 {
    text-transform: capitalize;
    display: block;
    color: #000;
    font-size: 23px;
    margin: 0;
    margin-left: 5px;
    font-weight: 500;
    padding: 15px 0px 10px 0px;
}

.web-results .result-section .preview-header {
    margin-bottom: 20px;
}

.web-results .result-section .show-all-link {
    float: right;
    padding: 10px 10px;
    box-shadow: 0px 0px 8px var(--site-result-border-shadow-color);
    border-radius: 3px;
    color: var(--text-color);
    font-size: 16px;
    margin-top: 10px;
    margin-right: 5px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.web-results .result-section .more-link span {
    vertical-align: middle;
}

.web-results .result-section .more-link i {
    filter: invert(100%) sepia(1%) saturate(343%) hue-rotate(245deg) brightness(108%) contrast(100%);
    height: 9px;
    width: 9px;
    vertical-align: middle;
}

.btn-white {
    box-shadow: 0px 0px 12px var(--site-result-border-shadow-color);
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
}

.btn-white:hover {
    background: rgba(240, 240, 240, 0.5);
}

.clustered-news-results .news-cluster hr {
    color: #eee;
    border-color: #eee;
    background-color: #eee;
    border-style: solid;
    width: 100%;
    margin: 15px 0px;
}

.clustered-news-results .news-cluster {
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0px 40px 0px;
    border-bottom: 1px solid var(--primary-color);
}

.clustered-news-results .news-cluster:last-of-type {
    border-bottom: none;
}

.clustered-news-results .news-cluster .news-cluster-news-secondary {
    display: flex;
}

.clustered-news-results .news-cluster .news-cluster-news-secondary .news {
    min-width: 33%;
    padding-right: 6px;
}

.clustered-news-results .news-cluster .news-published-at {
    display: inline-block;
    color: #999;
    font-size: 0.7rem;
    margin-top: 10px;
    margin-bottom: auto;
}

.clustered-news-results .news-cluster .news-paywall, .clustered-news-results .news-cluster .news-cluster-news-secondary .news-paywall {
    display: inline-block;
    color: #999;
    margin-left:5px;
}

.clustered-news-results .news-cluster .news-paywall img, .clustered-news-results .news-cluster .news-cluster-news-secondary .news-paywall img {
    margin-left:5px;
    width:15px; 
    vertical-align: bottom;
}

.clustered-news-results .news-cluster .news-cluster-news-secondary .news-published-at {
    display:  inline-block;
}

.clustered-news-results .news-cluster .news-cluster-header {
    display: flex;
    justify-content: space-between;
}

.clustered-news-results .news-cluster .news-cluster-keywords {
    font-size: 0.9rem;
    color: var(--primary-color);
}

.clustered-news-results .news-cluster .news-cluster-header .news-cluster-categories a {
    font-size: 0.9rem;
    color: var(--primary-color);
}

.clustered-news-results .news-cluster .news-cluster-news-wrapper {
    margin: 0px 0 20px 0;
}

.clustered-news-results.single-cluster .news-cluster .news-cluster-news-wrapper {
    margin-top: 15px;
}

.clustered-news-results.single-cluster .news-cluster .news-cluster-keywords {
    font-size: 0.9rem;
    color: var(--primary-color);
}

.clustered-news-results .news-cluster .news {
    margin-bottom: 4px;
    position: relative;
}

.clustered-news-results .news-cluster .news.main-cluster-news {
    margin-top: 10px;
    margin-bottom: 20px;
}

.clustered-news-results .news-cluster .news .news-header-wrapper {
    display: flex;
}

.clustered-news-results .news-cluster .news .news-header-wrapper .news-title-wrapper {
    padding-right: 10px;
}

.clustered-news-results .news-cluster .news .news-title-wrapper .news-url {
    color: #666;
    margin-bottom: 10px;
}

.clustered-news-results .news-cluster .news .news-header-wrapper .news-title-wrapper .news-url .webpage-favicon-icon {
    color: #666;
    font-size: 15px;
}

.clustered-news-results .news-cluster .news .news-title-wrapper .news-url .webpage-favicon-icon img {
    vertical-align: bottom;
}

.clustered-news-results .news-cluster .news .news-title-wrapper {
    padding-right: 5px;
}
.clustered-news-results .news-cluster .news .news-title-wrapper .news-title {
    margin-bottom: 5px;
    display:block;
}

.clustered-news-results .news-cluster .news-cluster-news-secondary .news .news-title-wrapper .news-title {
    font-size: 1.1rem;
    display: block;
    padding: 0px 0px 10px 0px;
}

.clustered-news-results .news-cluster .news .news-header-wrapper .news-thumbnail {
    margin-left: auto;
}

.clustered-news-results .news-cluster .news .news-header-wrapper .news-description {
    color: #666;
}

.clustered-news-results .news-cluster .news .news-thumbnail img {
    width: 400px;
    border-radius: 5px;
    max-height: 400px;
    object-fit: cover;
}

.clustered-news-results .news-cluster .news.right-wing-news .category-flag {
    border-color: transparent transparent var(--content-conservative) transparent;
}

.clustered-news-results .news-cluster .news.left-wing-news .category-flag {
    border-color: transparent transparent var(--content-left) transparent;
}

.clustered-news-results .news-cluster .news-cluster-more-coverage {
    display: flex;
    justify-content: right;
}

.clustered-news-results .news-cluster .news-cluster-more-coverage a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-weight: 600;
}

.clustered-news-results .news-cluster .news-cluster-more-coverage span.hoizontal-devider {
    padding: 0px 10px;
}
.site-result {
    margin-bottom: 15px;
    background-color: #fff;
    border-bottom: 1px solid var(--site-result-border-shadow-color);
    padding: 15px 0px;
    position: relative;

}

.web-results .site-result:last-of-type {
    border-bottom: none;
}

.site-result .meta-information {
    margin-top: 10px;
    color: #808080;
}

.site-result .meta-information i {
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    filter: invert(58%) sepia(0%) saturate(14%) hue-rotate(108deg) brightness(94%) contrast(88%);
}

.site-result .site-content {
    float: left;
    width: 100%;
}

.site-result .site-content .site-header-wrapper {
    display: flex;
}

.site-result .site-content .site-header-wrapper .site-title-wrapper {
    padding-right: 10px;
}

.site-result .site-content .site-header-wrapper .site-thumbnail {
    margin-left: auto;
}

.site-result .site-content .site-header-wrapper .site-thumbnail img {
    width: 130px;
    border-radius: 5px;
    height: 130px;
    object-fit: cover;
}

.news-direction {
    display: inline-block;
    height: 15px;
    vertical-align: bottom;
}

.tooltips {
    position: absolute;
    border: 1px solid #5E5CE8;
    border-radius: 5px;
    background: #fff;
    top: 20px;
    width: auto;
    left: -20px;
    width: 250px;
    color: #000;
    font-size:11px;
    padding: 16px;
    z-index: 100;
}

.clustered-news-results .news-cluster .news-cluster-news-secondary .tooltips {
    top: 20px;
}

.news-direction.right-wing-news {
    background-image: url('../images/icons/news-direction-red.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: #9F0A0A;
    font-size: 12px;
    align-content: center;
    position: relative;
    overflow:visible;
}

.news-direction.left-wing-news {
    background-image: url('../images/icons/news-direction-blue.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: #2A6FB9;
    font-size: 12px;
    align-content: center;
    position: relative;
    overflow:visible;
}

.news-direction.right-wing-news-europe {
    background-image: url('../images/icons/news-direction-blue-europe.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: #2A6FB9;
    font-size: 12px;
    align-content: center;
    position: relative;
    overflow:visible;
}

.news-direction.left-wing-news-europe {
    background-image: url('../images/icons/news-direction-red-europe.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: #9F0A0A;
    font-size: 12px;
    align-content: center;
    position: relative;
    overflow:visible;
}

.site-result .site-action-bar {
    float: right;
    width: 6%;
    text-align: right;
}

#preview-videos .site-result {
    box-shadow: none;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.web-results .site-title,
.videos-results .site-title,
.news-results .site-title,
.podcasts-results .site-title {
    /* font-size: 18px; */
    font-size: 20px;
}

.podcasts-results .site-podcast a {
    color: var(--primary-color);
}

.podcasts-results .site-podcast .pubdate {
    color: var(--url-color);
    font-size: 12px;
    display: inline-block;
    margin: 0;
}

.web-results .videos-results .site-title,
.web-results .news-results .site-title,
.web-results .podcasts-results .site-title {
    font-size: 16px;
}

.web-results .site-title a,
.web-results .query-spell a,
.web-results .related-links a,
.videos-results .site-title a,
.news-results .site-title a,
.podcasts-results .site-title a,
.entity-results .entity-title a,
.entity-results .entity-contract a,
.no-results a {
    color: var(--web-title-color);
}

.web-results .site-title a:hover,
.web-results .query-spell a:hover,
.web-results .related-links a:hover,
.videos-results .site-title a:hover,
.news-results .site-title a:hover,
.podcasts-results .site-title a:hover,
.entity-results .entity-title a:hover,
.entity-results .entity-contract a:hover,
.no-results a:hover {
    text-decoration: underline;
    color: var(--web-title-color-h);
}

.web-results .site-title a:visited,
.web-results .query-spell a:visited,
.web-results .related-links a:visited,
.videos-results .site-title a:visited,
.news-results .site-title a:visited,
.podcasts-results .site-title a:visited,
.entity-results .entity-title a:visited,
.entity-results .entity-contract a:visited,
.no-results a:visited {
    color: var(--web-title-color-v);
}

.web-results .site-title a:visited:hover,
.web-results .query-spell a:visited:hover,
.web-results .related-links a:visited:hover,
.videos-results .site-title a:visited:hover,
.news-results .site-title a:visited:hover,
.podcasts-results .site-title a:visited:hover,
.entity-results .entity-title a:visited:hover,
.entity-results .entity-contract a:visited:hover,
.no-results a:visited:hover {
    color: var(--web-title-color-v-h);
}

.web-results .site-description,
.videos-results .site-description,
.news-results .site-description,
.podcasts-results .site-description,
.podcasts-results .pubdate {
    color: var(--web-description-color);
    font-size: 14px;
    margin-top: 5px;
    word-break: break-all;
}

.podcasts-results .pubdate {
    color: var(--podcast-pubdate-color);
    font-size: 12px;
}

.web-results .site-url,
.videos-results .site-url,
.news-results .site-url,
.podcasts-results .site-url,
.entity-url {
    font-size: 14px;
    position: relative;
}

.web-results .site-url a,
.videos-results .site-url a,
.news-results .site-url a,
.podcasts-results .site-url a,
.entity-url a {
    color: var(--web-url-color);
}

.web-results .site-url a:hover,
.videos-results .site-url a:hover,
.news-results .site-url a:hover,
.podcasts-results .site-url a:hover,
.entity-url a:hover {
    text-decoration: underline;
    color: var(--web-url-color-h);
}

.web-results .meta-information a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

.web-results .deep-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.web-results .deep-links-inline .deep-link {
    padding: 2px 0 0 0;
}

.deep-links-inline .deep-link {
    display: inline-block;
    margin: 0 20px 0 0;
}

.web-results .deep-links-col {
    margin: 0 20px;
}

.web-results .deep-links .site-title a {
    display: block;
    width: 100%;
}

.web-results .deep-links .site-description {
    display: inherit;
}

.web-results .deep-links-inline .site-title a,
.web-results .deep-links-inline .site-title {
    font-size: 14px;
}

.web-results .deep-link {
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.web-results .deep-link .site-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.web-results b,
.images-results b,
.videos-results b,
.news-results b,
.podcasts-results b {
    font-weight: 600;
}

.web-results .videos-results .site-result:last-child,
.web-results .news-results .site-result:last-child,
.web-results .podcasts-results .site-result:last-child {
    margin-bottom: 0;
}

.web-results .videos-results div.site-result:last-of-type {
    margin-bottom: 0;
}

.query-spell,
.related-searches {
    margin-bottom: 20px;
}

.spell-title {
    font-size: 18px;
}

.spell-description {
    font-size: 14px;
}

.related-title {
    font-size: 18px;
}

.related-links {
    font-weight: 600;
}

.related-links>div:first-child {
    margin-right: 50px;
}

.related-col {
    display: inline-block;
    vertical-align: top;
}

.related-col div {
    display: block;
    font-size: 14px;
    line-height: 26px;
}

.related-query {
    font-weight: normal;
}

.response-title {
    font-size: 15px;
    /* 18px; */
    font-weight: 400;
    /* 600; */
    margin-bottom: 5px;

    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) calc(50% - 1px),
            rgba(112, 177, 184, 1) calc(50%),
            rgba(0, 0, 0, 0) calc(50% + 1px));
    color: #007a95;
}

.response-title span {
    box-shadow: 1px 2px 8px #5B5A9733;
    border-radius: 4px;
    padding: 6px 8px;
    background-color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.response-title span.right {
    float: right;
    margin-right: 15px;
    text-transform: inherit;
    border: 1px solid #b2d7df;
    font-size: 13px;
}

.response-title span.right a {
    color: #007a95;
}

.response-title.response-images {
    margin-bottom: 10px;
    /* 0; */
}

.response-title.response-videos {
    margin-bottom: 15px;
}

.response-title.response-podcasts {
    margin-bottom: 15px;
}

.response-footer {
    margin: 10px 0 20px 0;
}

.response-footer a {
    color: var(--web-title-color-h);
}

.response-footer a:hover {
    text-decoration: underline;
}

.response-footer.response-images {
    margin: 5px 0 20px 0;
}

.web-ia {
    padding: 15px;
    border: 1px solid var(--card-border-color);
    overflow: auto;
    position: relative;
    background: #fff;
}

.web-ia-title {
    font-size: 14px;
}

.web-ia-content {
    font-size: 28px;
}

.web-ia-footer {
    font-size: 14px;
}

.web-ia #sw-stop {
    display: none;
}

.web-ia-roll-value {
    float: left;
}

.web-ia-roll-total {
    color: var(--button-dis-bg-color);
}

.web-ia-map {
    max-width: 640px;
}

.web-ia-map .web-ia-content {
    margin-bottom: 10px;
}

.web-ia-stopwatch .web-ia-footer {
    margin-top: 5px;
}

.web-ia-assistant {
    /* box-shadow: 0px 3px 6px var(--site-result-border-shadow-color); */
    border: 1px solid var(--site-result-border-shadow-color);
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.web-ia-assistant .title-extension .title-icon {
    vertical-align: text-bottom;
    background-size: 14px;
    width: 14px;
    height: 14px;
}

.ia-symby-logo {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.ia-symby-logo img {
    height: 50px;
}

.web-ia-map .web-ia-content img,
.web-ia-qr-code .web-ia-content img {
    width: 100%;
    display: block;
}

.web-ia-qr-code .web-ia-content {
    max-width: 115px;
    margin-top: 10px;
}

.web-ia-lorem-ipsum .web-ia-content {
    font-size: 14px;
}

.web-ia-lorem-ipsum .web-ia-content div {
    margin-top: 10px;
}

.web-ia-hex-color-preview {
    float: left;
    width: 96px;
    height: 96px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.web-ia-hex-color-list {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    line-height: 25px;
}

.entity-results {
    margin: 20px 0 0 0;
    padding: 0;
    border: 1px solid var(--card-border-color);
    min-width: 300px;
}

.entity-section {
    padding: 15px;
    border-bottom: 1px solid var(--card-border-color);
}

.entity-section:last-child {
    border-bottom: none;
}

.entity-media {
    display: flex;
}

.entity-image {
    margin-left: 10px;
    width: 100px;
    flex: 0 0 100px;
}

.see-also .entity-image {
    flex: 0 0 58px;
}

.entity-image img,
.entity-image a {
    display: block;
    width: 100%;
}

.entity-content {
    width: 100%;
}

.entity-title {
    font-size: 18px;
    font-weight: 600;
}

.entity-type {
    margin-top: 10px;
    color: var(--neutral-color);
}

.entity-description {
    margin-top: 10px;
}

.entity-footer {
    overflow: auto;
    padding: 10px;
    font-size: 12px;
}

.entity-contract {
    margin-top: 10px;
    font-size: 13px;
    color: var(--neutral-color);
}

.entity-contract a:first-child {
    margin-right: 10px;
}

.contract-data a {
    margin-right: 10px;
}

.entity-url-icon {
    width: 19px;
    height: 19px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 3px;
    background: url('../images/icons/web.svg') no-repeat center;
    filter: invert(var(--icon-bg-color));
}

.read-content {
    display: none;
}

.read-more span {
    color: var(--web-title-color);
    cursor: pointer;
}

.read-more:hover span {
    color: var(--web-title-color-h);
    text-decoration: underline;
}

.see-also .entity-title {
    font-weight: normal;
    font-size: 16px;
}

.see-also .entity-description {
    margin-top: 0;
    font-size: 13px;
}

.see-also .entity-image {
    width: 70px;
}

.see-also-title {
    font-size: 14px;
    font-weight: 600;
}

.thumb-icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    width: 48px;
    background-color: var(--search-el-transparency);
    border-radius: 50%;
    display: none;
}

.image-active .thumb-icon,
.image-frame:hover .thumb-icon,
.video-frame:hover .thumb-icon,
.podcast-frame:hover .thumb-icon {
    display: block;
}

.images-results {
    margin-bottom: 15px;
    overflow: auto;
    max-width: 1300px;
}

.web-results .images-results {
    overflow: visible;
    display: block;
}

.images-results .item {
    cursor: pointer;
}

.image-description {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: var(--search-el-transparency);
    font-size: 10px;
    color: var(--image-description-color);
    padding: 0 7px;
    line-height: 20px;
    height: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.8;

    display: inline-table;
    border-radius: 0 8px 8px 0;
}

.image-view {
    background: url('../images/icons/icon-preview.svg') no-repeat center center;
    background-size: 32px;
    width: 48px;
    height: 48px;
}

.image-active .image-description,
.image-frame:hover .image-description {
    opacity: 1;
}

.video-frame,
.podcast-frame {
    box-sizing: border-box;
    width: 100%;
    background: var(--video-frame-bg-color);
}

.video-frame:hover,
.podcast-frame:hover {
    background: var(--video-frame-bg-color-h);
}

.video-frame:hover .video-duration,
.podcast-frame:hover .podcast-duration {
    background-color: var(--search-el-transparency);
    opacity: 1;
}

.video-duration,
.podcast-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 5px;
    color: var(--video-duration-color);
    font-size: 12px;
    background-color: var(--search-el-transparency);
    box-sizing: border-box;
    opacity: 0.9;
}

.video-description {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.video-play,
.podcast-play {
    background: url('../images/icons/play.svg') no-repeat center center;
    background-size: 22px;
    width: 48px;
    height: 48px;
}

.video-publisher,
.video-date {
    line-height: 18px;
    min-height: 18px;
}

.video-publisher {
    font-weight: 600;
}

.video-views {
    float: right;
    font-weight: normal;
    padding-left: 20px;
    background: url('../images/icons/icon-preview.svg') no-repeat center left;
    background-size: 16px;
}

.videos-results .site-media,
.podcasts-results .site-media {
    height: 100px;
    flex: 0 0 100px;
    margin-right: 10px;
    position: relative;
}

.episode-wrapper .site-media {
    width: 25%;
    float: left;
    margin-right: 20px;
}

.videos-results .site-media {
    height: 112px;
    flex: 0 0 200px;
}

.podcasts-results .site-media {
    height: 112px;
    flex: 0 0 112px;
}

.videos-results .video-frame,
.podcasts-results .podcast-frame {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.episode-wrapper .podcast-frame {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 12px var(--site-result-border-shadow-color);
    border-radius: 10px 10px 10px 10px;
}

.videos-results .site-content,
.podcasts-results .site-content {
    width: 100%;
}

.home-search-menu {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin: 0 20px 0 0;
    color: var(--url-color);
    line-height: 56px;
    font-size: 14px;
}

.home-search-menu:hover {
    color: var(--url-color-h);
}

.home-search-menu-active,
.home-search-menu-active:hover {
    color: var(--primary-color);
    border-bottom: 2px solid;
    height: 54px;
    line-height: 56px;
}

.home-search-menu-active:hover,
.home-search-menu-active:hover {
    color: var(--secondary-color);
}

.header-tagline {
    float: right;
    color: var(--text-color);
    font-weight: normal;
    font-size: 16px;

    margin: 0 20px 0 0;
    line-height: 56px;
}

.image-active-row {
    margin-bottom: 515px !important;
}

.preview-pane {
    background: var(--alt-bg-color-a);
    color: var(--url-color);
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
}

.preview-pane-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--alt-bg-color-a);
    position: absolute;
    top: -10px;
    left: 144px;
    z-index: 98;
}

.preview-buttons {
    position: absolute;
    right: 10px;
    bottom: 10px;
    user-select: none;
}

.pane-close {
    background-image: url(../images/icons/clear.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
    cursor: pointer;
    position: absolute;
    padding: 10px;
    filter: invert(var(--icon-bg-color));
}

.pane-close:hover {
    filter: invert(var(--icon-bg-color-h));
}

.pane-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-gap: 10px;
    box-sizing: border-box;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: 'image description';
}

.pane-image {
    grid-area: image;
    width: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 40px;
    display: grid;
    align-items: center;
}

.pane-image a {
    margin: 0 auto;
}

.pane-image img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    display: none;
    /* new: */
    max-width: 100%;
    max-height: 100%;
}

.pane-description {
    grid-area: description;
    align-self: center;
    font-size: 14px;
    padding: 40px 30px 40px 0;
}

.pane-image-name {
    font-size: 18px;
    padding-bottom: 5px;
}

.pane-image-size {
    padding-bottom: 10px;
}

.search-list {
    /* background-color: var(--alt-bg-color-h); */
    background-color: #fff;
    width: calc(100% - 15px);
    box-sizing: border-box;
    font-weight: 600;
    overflow: auto;
    z-index: 10;
    position: absolute;
    display: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 3px 0 rgba(117, 117, 117, 0.30);
    padding-top: 10px;
    top: 39px;
    left: 7px;
}

.search-list-container {
    overflow: inherit;
}

.search-list-item {
    width: 100%;
    box-sizing: border-box;
}

.search-list-item a {
    line-height: 20px;
    display: block;
    padding: 6px 19px 6px 19px;
    color: var(--standard-gray);
}

.search-list-item:hover,
.list-item-selected {
    background-color: var(--alt-bg-color-a);
}

.list-item-selected a {
    color: var(--url-color-h);
}

.search-query {
    font-weight: normal;
    color: var(--text-color);
}

.cookie-law-container {
    color: var(--alt-color);
}

.cookie-law-container a {
    color: var(--url-color);
    background: var(--alt-bg-color);
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 10px;
    flex-shrink: 0;
}

.cookie-law-container a:hover {
    background: var(--alt-bg-color-h);
}

.cookie-law-container svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie-law-content {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.cookie-law-content div {
    flex-grow: 1;
}

.rtl body {
    direction: rtl;
}

.rtl .search-content-s {
    float: right;
}

.rtl .header-col-menu {
    margin: 0 10px 0 0;
}

.rtl .menu {
    right: unset;
    left: 0;
}

.rtl .menu-icon {
    float: right;
    margin: 0 0 0 10px;
}

.rtl input.search-input {
    padding: 0 12px 0 91px;
}

.rtl input[type="checkbox"] {
    margin: 0 0 10px 10px;
}

.rtl .search-content-s .search-input {
    padding-right: 9px;
    padding-left: 79px;
}

.rtl .search-button {
    right: unset;
    left: 0;
    border-radius: 3px 0 0 3px;
}

.rtl .clear-button {
    right: unset;
    left: 46px;
}

.rtl .search-content-s .clear-button {
    left: 40px;
}

.rtl .row,
.rtl .footer-content {
    padding: 0 120px 0 10px;
}

.rtl .page-menu-left a,
.rtl .home-search-menu,
.rtl .footer-element {
    margin: 0 0 0 20px;
}

.rtl .filters-toggle {
    margin: 0 auto 0 0;
}

.rtl .filter-element {
    margin: 0 0 0 20px;
}

.rtl .filter-element a {
    margin: 0;
}

.rtl .down-arrow {
    margin: 0 7px 0 0;
}

.rtl .results-sidebar .row {
    padding: 0 10px;
}

.rtl .entity-image {
    margin: 0 10px 0 0;
}

.rtl .videos-results .site-media,
.rtl .podcasts-results .site-media {
    margin: 0 0 0 10px;
}

.rtl .related-links>div:first-child {
    margin: 0 0 0 50px;
}

.rtl .button-pagination,
.rtl .results-pagination a {
    float: right;
}

.rtl .results-pagination a {
    margin: 0 0 0 10px;
}

.rtl .x-results,
.rtl .results-by {
    float: left;
}

.rtl .results-by {
    margin: 0 20px 0 0;
}

.rtl .results-by a {
    margin: 0;
}

.rtl .pagination-next {
    background-image: url('../images/icons/prev.svg');
}

.rtl .pagination-prev {
    background-image: url('../images/icons/next.svg');
}

.rtl .button-margin-right {
    margin: 0 0 0 10px;
}

.rtl .button-margin-left {
    margin: 0 10px 0 0;
}

.rtl .preview-buttons {
    left: 10px;
    right: unset;
}

.rtl .pane-close {
    right: unset;
    left: 0;
}

.rtl .flex-images .item {
    float: right;
}

.rtl .pane-description {
    padding: 40px 0 40px 30px;
}

.rtl .entity-url-icon {
    margin: 0 0 0 10px;
    float: right;
}

.rtl .float-left {
    float: right;
}

.rtl .float-right {
    float: left;
}

.rtl .deep-links-inline .deep-link {
    margin: 0 0 0 20px;
}

.rtl .list-col-button {
    float: left;
}

.rtl .list-col-image {
    float: right;
}

.rtl .notification-box>p {
    padding: 0 0 0 24px;
}

.rtl .notification-close {
    right: unset;
    left: 0;
}

.rtl .footer-home .footer-content {
    padding: 0 20px;
}

.rtl .cookie-law-container svg {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .cookie-law-container a {
    margin-left: 0;
    margin-right: 10px;
}

.cc .row,
.cc .header-content,
.cc .footer-content {
    max-width: 1020px;
    padding: 0 10px;
}

.cc .search-content-s {
    max-width: 520px;
}

.cc .page-content,
.cc .search-type-menu,
.cc .results-pagination {
    max-width: none;
}

.cc .filter-element:last-child {
    margin: 0 0 0 auto;
}

.cc .filter-element:last-child .filter-list {
    right: 0;
}

.cc .results-container {
    margin: 0 auto;
    grid-gap: 0;
    grid-template-rows: 1fr;
    grid-template-areas: 'results';
    grid-template-columns: 1fr;
    max-width: none;
}

.cc .content-web .results-container,
.cc .content-news .results-container {
    grid-template-rows: 1fr auto;
    grid-template-areas: 'sidebar''results';
    grid-template-columns: 1fr;
}

.cc .entity-results {
    padding: 0;
}

.cc .web-results .deep-links-col {
    max-width: 300px;
}

.cc .see-also {
    display: none;
}

.cc .cookie-law-content {
    max-width: 1020px;
    margin: 0 auto;
    padding: 10px;
}

ul.podcast_categories_overview {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    max-width: 1260px;
    margin-top: 20px;
}

ul.podcast_categories_overview li {
    padding: 0;
    width: 19%;
    height: 150px;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 5px;
    border-top-right-radius: 0;
    position: relative;
    float: left;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .15)) drop-shadow(1px 2px 2px rgba(0, 0, 0, .01));
    background-size: contain;
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #FFA458, #F7AE37);
}

ul.podcast_categories_overview li a {
    display: block;
    height: 100%;
}

ul.podcast_categories_overview li.bg_0 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #EFC4FF, #FF8982);
}

ul.podcast_categories_overview li.bg_1 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #FFA458, #F7AE37);
}

ul.podcast_categories_overview li.bg_2 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #7FDFD6, #00A5A6);
}

ul.podcast_categories_overview li.bg_3 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #2CC797, #044430);
}

ul.podcast_categories_overview li.bg_4 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #00C6C3, #6DEFD6);
}

ul.podcast_categories_overview li.bg_5 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #EBC144, #FFF1AF);
}

ul.podcast_categories_overview li.bg_6 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #DD83FF, #A53876);
}

ul.podcast_categories_overview li.bg_7 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #9FC9EF, #A8FFFD);
}

ul.podcast_categories_overview li.bg_8 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #5D8CDD, #8A69DA);
}

ul.podcast_categories_overview li.bg_9 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #FFA458, #C35256);
}

ul.podcast_categories_overview li.bg_10 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #2CBAA5, #2830E4);
}

ul.podcast_categories_overview li.bg_11 {
    background: url("../images/icons/podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #64C0EA, #005C86);
}

.category_bg_0 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #FFA458, #F7AE37);
}

.category_bg_1 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #EFC4FF, #FF8982);
}

.category_bg_2 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #7FDFD6, #00A5A6);
}

.category_bg_3 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #2CC797, #044430);
}

.category_bg_4 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #00C6C3, #6DEFD6);
}

.category_bg_5 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #EBC144, #FFF1AF);
}

.category_bg_6 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #DD83FF, #A53876);
}

.category_bg_7 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #9FC9EF, #A8FFFD);
}

.category_bg_8 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #5D8CDD, #8A69DA);
}

.category_bg_9 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #FFA458, #C35256);
}

.category_bg_10 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #2CBAA5, #2830E4);
}

.category_bg_11 {
    background: url("../images/icons/small_podcast_category_background_shape.png") no-repeat right bottom, linear-gradient(to bottom right, #64C0EA, #005C86);
}

ul.podcast_categories_overview li .title {
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    position: absolute;
    top: 55%;
    left: 10%;
    font-weight: 700;
}

.podcasts-results h1,
.podcasts-results h2,
.podcasts-results h3 {
    font-weight: 700;
    padding: 0px;
    margin: 10px 0 5px 0;
}

.podcasts-results h3 {
    font-size: 16px;
    padding-right: 20px;
}

.podcasts-results h3 i {
    vertical-align: middle;
    background-size: 24px;
}

.podcasts-results h1 {
    margin-top: 0;
}

.podcasts-results .podcast-header {
    width: 100%;
    background: linear-gradient(#fdfdfd, #f5f5f5);
    border-radius: 5px;
    padding: 1px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}

.podcasts-results .podcast-header .image {
    width: 230px;
    height: 230px;
    margin: 14px;
    background-size: cover;
    border-radius: 3px;

}

.podcasts-results .podcast-header .header-text {
    width: 70%;
    flex-grow: 1;
    padding: 15px 15px;
}

.podcasts-results .podcast-header .before-title {
    font-size: 12px;
    color: #aaa;
}

.podcasts-results .podcast-header .title {
    font-size: 25px;
    color: #444;
    font-weight: 500;
}

.podcasts-results .podcast-header .subtitle {
    font-size: 18px;
    color: #777;
    margin-bottom: 15px;
}

.podcasts-results .podcast-header .description {
    margin-bottom: 15px;
}

.podcasts-results .podcast-header .subtitle a {
    color: #777;
}

.podcasts-results .podcast-header .subtitle a:hover {
    color: var(--url-color);
}

.podcasts-results .podcast-header .categories {
    font-size: 12px;
    margin-bottom: 15px;
}

.podcasts-results .podcast-header .categories span {
    padding: 4px;
    border-radius: 3px;
    background-color: #222;
    color: #DDD;
    margin-right: 5px;
    font-weight: 700;
}

.podcasts-results .podcast-header .categories span a {
    color: #DDD;
}

.podcasts-results .podcast-header .categories span a:hover {
    color: #EEE;
}

.forgot-password-wrapper {
    padding: 0px 0px 10px 0px;
    font-size: 11px;
}

#avatar-chooser {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    box-sizing: border-box;
    margin: 20px 0;
}

#avatar-chooser .avatar-icon {
    text-align: center;
    margin: 0px;
    background-color: transparent;
}

#avatar-chooser .avatar-icon .avatars {
    box-sizing: border-box;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 0.3rem;
    cursor: pointer;
}

#avatar-chooser .avatar-icon .avatars img {
    box-sizing: border-box;
    width: 100%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--input-border-color);
    box-shadow: 0px 3px 6px var(--site-result-border-shadow-color);
}

#avatar-chooser .avatar-icon .avatars>input {
    display: none;
}

#avatar-chooser .avatar-icon.selected .avatars {
    width: 200px;
    height: 200px;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}

.deselector {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: var(--primary-color);
    right: 15px;
    top: 10%;
    display: none;
    z-index: 99;
}

#avatar-chooser .avatar-icon.selected .deselector {
    display: block;
    transition: none;
}

.deselector .icon-close-delete {
    width: 15px;
    height: 15px;
    display: block;
    margin: 8px;
    padding: 0px;
    color: #fff;
    filter: brightness(0) invert(1);
}

.avatar-icon-wrapper {
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    max-width: 100px;
    background: var(--highlight-color);
    padding: 4px;
    width: 100px;
    height: 100px;
    margin-top: 0px;
}

.avatar-icon {
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    padding: 0rem;
    height: 100%;
    cursor: pointer;
}

.avatar-icon img {
    width: 100%;
    border-radius: 50%;
}

.header .avatar-icon-wrapper {
    width: 51px;
    height: 51px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 2px;
}

/* Login */
.content-auth .page-content {
    max-width: unset;
}

.content-auth .page-content .form-wrapper {
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--input-border-color);
    border-radius: 15px;
    padding: 30px;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .15)) drop-shadow(1px 2px 2px rgba(0, 0, 0, .01));
    background: #fff;
    margin-bottom: 10px;
}

.content-auth .page-content .form-wrapper h2 {
    font-size: 1.6rem;
    margin-top: 0px;
}

.content-auth .page-content .form-wrapper a:not(.button) {
    color: var(--primary-color);
}

.content-auth .page-content .form-wrapper h3 {
    color: var(--primary-color);
    font-size: 0.8rem;
    margin: 0px;
    font-weight: bold;
}

.content-auth .page-content .form-wrapper h4 {
    font-size: 20px;
    text-align: left;
}

.content-auth .page-content .form-wrapper button {
    margin-top: 20px;
    margin-bottom: 10px;
}

.content-auth .page-content .form-wrapper label {
    margin-top: 5px;
}

.button-divider {
    display: flex;
    margin: 5px 0;
    color: var(--light-gray);
}

.button-divider:after,
.button-divider:before {
    color: white;
    content: '';
    flex: 1;
    border-bottom: groove 1px;
    border-bottom-color: rgba(0, 0, 0, .1);
    margin: auto 0.25em;
    box-shadow: 0 -1px;
    /* ou 0 1px si border-style:ridge */
}

.uppercase {
    text-transform: uppercase;
}

.text-color-gray {
    color: var(--standard-gray);
}

form h4 {
    margin: 10px 0;
}

.ui-datepicker {
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    padding: 5px;
    border: 1px solid var(--input-border-color);
    border-radius: 3px;
    width: 45%;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    visibility: hidden;
}

.content-notes .page-content {
    max-width: unset;
}

.content-notes .page-content .row {
    padding: 0 120px 0 120px;
}

.notes-lists {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: flex-start;
    margin-top: 15px;
}

.notes-lists .note-card {
    width: 48%;
    box-sizing: border-box;
    background: var(--input-bg-color);
    border-radius: 10px;
    border: 1px solid var(--input-border-color);
    outline: 0;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .15)) drop-shadow(1px 2px 2px rgba(0, 0, 0, .01));
    margin: 0 1% 1% 0;
}

.notes-lists .note-card.first {
    padding: 30px 10px;
}

.notes-lists * {
    box-sizing: border-box;
}

.notes-lists .note-card .card-header {
    position: relative;
}

.notes-lists .note-card .card-header .card-title {
    overflow: hidden;
    max-width: calc(100% - 32px);
    word-break: break-all;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
}

.notes-lists .note-card.first .card-header .card-title {
    max-width: 100%;
}

.notes-lists .note-card a {
    padding: 15px 10px;
    display: block;
}

.notes-lists .note-card a:hover {
    color: var(--standard-gray);
}

.notes-lists .note-card .card-header .card-subtitle {
    font-size: 11px;
    font-weight: bold;
    color: var(--standard-gray);
    padding: 3px 0;
}

.notes-lists .note-card .card-header .card-subtitle .date {
    text-transform: uppercase;
}

.notes-lists .note-card .card-header .note-remove-cta {
    position: absolute;
    right: 10px;
    top: 10px;
}

.notes-lists .note-card .card-header .note-remove-cta .icon-bin {
    width: 20px;
    height: 20px;
    display: block;
}

.notes-lists .note-card .card-body {
    overflow: hidden;
    color: var(--standard-gray);
}

.content-notes .new-note-cta {
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    padding: 10px 10px;
    display: inline-block;
}

.content-notes .icon-plus {
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #fff;
    filter: invert(100%);
}

.content-notes .note-card.first .icon-wrapper {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--alt-bg-color);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.content-notes .note-card.first .icon-plus {
    width: 54px;
    height: 54px;
    padding: 10px;
    box-sizing: border-box;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(24%) sepia(44%) saturate(2790%) hue-rotate(230deg) brightness(91%) contrast(84%);
}

.note-overlay,
.summary-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    overflow: hidden;
    overscroll-behavior: contain;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.note-overlay .note-content,
.summary-overlay .summary-content {
    position: relative;
    top: 10%;
    width: 100%;
    height: 80%;
    text-align: left;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    overscroll-behavior: contain;
    z-index: 301;
}

.note-overlay .note-content input[type="text"]:focus,
textarea:focus,
.note-overlay .note-content input[type="text"]:hover,
textarea:hover {
    border: none;
}

.note-overlay .note-content .note-editor-subtitle {
    font-size: 11px;
    font-weight: bold;
    color: var(--standard-gray);
    padding: 3px 0;
    box-sizing: border-box;
}

.note-overlay .note-content .note-editor-subtitle .date,
.summary-overlay .summary-content .summary-subtitle .date {
    text-transform: uppercase;
}

.summary-overlay .summary-content .summary-subtitle .date {
    font-weight: bold;
    color: var(--standard-gray);
}

.summary-overlay .summary-content .summary-domain a {
    font-weight: bold;
    color: var(--primary-color);
}

.note-overlay .note-content .note-editor-title,
.summary-overlay .summary-content .summary-title {
    color: var(--primary-color);
    font-size: 22px;
    border: none;
    display: block;
    width: 100%;
    overflow-x: hidden;
    word-break: break-all;
    box-sizing: border-box;
}

.summary-overlay .summary-content .summary-title {
    color: var(--web-title-color);
    margin: 5px 0px;
}

i.title-icon.icon-summary {
    background-size: 13px;
    width: 13px;
    height: 13px;
    vertical-align: inherit;
    margin-top: 4px;
}

.note-overlay .note-content .note-editor-title:focus {
    border: none;
    outline: none;
}

.note-overlay .note-content .note-editor-text,
.summary-overlay .summary-content .summary-text {
    color: var(--standard-gray);
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
    resize: none;
    overflow-x: hidden;
    word-break: break-all;
    box-sizing: border-box;
    max-width: unset;
    border: none;
    filter: none;
    height: 85%;
    padding: 0;
}

.summary-overlay .summary-content .summary-image {
    float: right;
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    margin: 0 10px 10px 20px;
}

.summary-overlay .summary-content .summary-text {
    word-break: break-word;
    overflow-y: auto;
    height: 70%;
    padding: 10px 0px;
    padding-right: 10px;
}

span.note-editor-title[contenteditable] {
    display: inline-block;
}

span.note-editor-title[contenteditable]:empty::before {
    content: attr(data-placeholder);
    display: inline-block;
    color: var(--primary-color);
}

.note-overlay .note-content .note-bar,
.summary-overlay .summary-content .summary-bar {
    box-sizing: border-box;
    padding: 10px 0;
}

.note-overlay .note-content .note-back-button,
.summary-overlay .summary-content .summary-back-button {
    float: left;
    color: var(--primary-color);
    width: 20%;
    box-sizing: border-box;
}

.summary-overlay .summary-content h5 {
    color: var(--standard-gray);
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.note-overlay .note-content .info-bar,
.summary-overlay .summary-content .info-bar {
    float: left;
    color: var(--text-color);
    width: 60%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
}

.note-overlay .note-content .info-bar.error,
.summary-overlay .summary-content .info-bar.error {
    color: var(--notifications-error);
}

.summary-overlay .summary-content .action-bar {
    float: right;
    color: var(--text-color);
    width: 70%;
    text-align: right;
}

.summary-overlay .summary-content .action-bar a {
    color: var(--standard-gray);
}

.summary-overlay .summary-content .action-bar a.success {
    color: var(--primary-color);
}

.summary-overlay .summary-content .action-bar a.error {
    color: var(--notifications-error);
}

.summary-overlay .summary-content .icon-notes-add {
    display: inline-block;
    width: 17px;
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
    filter: invert(54%) sepia(13%) saturate(432%) hue-rotate(169deg) brightness(95%) contrast(94%);
}

.summary-overlay .summary-content .icon-notes-saved {
    display: inline-block;
    width: 17px;
    height: 15px;
    vertical-align: top;
    margin-right: 5px;
    filter: invert(24%) sepia(44%) saturate(2790%) hue-rotate(230deg) brightness(91%) contrast(84%);
}

.summary-overlay .summary-content .action-bar::after {
    clear: both;
}

.note-overlay .note-content .icon-arrow-left,
.summary-overlay .summary-content .icon-arrow-left {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: top;
    filter: invert(24%) sepia(44%) saturate(2790%) hue-rotate(230deg) brightness(91%) contrast(84%);
}

.note-overlay .note-content .note-save-button {
    float: right;
    width: 20%;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
}

.note-overlay .note-content .note-save-button[disabled="disabled"] {
    opacity: 0.1;
}

.note-overlay .note-content .note-bar:after,
.summary-overlay .summary-content .summary-bar:after {
    content: "";
    display: table;
    clear: both;
}

.note-overlay .note-content .icon-check {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    filter: invert(24%) sepia(44%) saturate(2790%) hue-rotate(230deg) brightness(91%) contrast(84%);
    background-repeat: no-repeat;
    opacity: 0.7;
}

.note-overlay .note-content .icon-check:hover {
    opacity: 1.0;
}

.web-ia-assistant .ia-notes .new-note-cta {
    color: var(--text-color);
    box-shadow: 0px 0px 11px #00000015;
    border-radius: 30px;
    padding: 10px;
    display: block;
}

.web-ia-assistant .ia-notes .new-note-cta .icon-plus {
    display: inline-block;
    vertical-align: bottom;
    width: 15px;
    height: 15px;
    background-size: 13px;
}

.web-ia-assistant .ia-notes-content .ia-notes-list {
    margin-top: 15px;
}

.web-ia-assistant .ia-notes-content .ia-notes-list .note {
    border: 1px solid var(--alt-bg-color);
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px var(--site-result-border-shadow-color);
}

.web-ia-assistant .ia-notes-content .ia-notes-list .note .date {
    color: var(--standard-gray);
    font-size: 10px;
    margin-bottom: 5px;
}

.web-ia-assistant .ia-notes-content .ia-notes-list .note .note-title {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: bold;
}

.web-ia-assistant .ia-notes-content .ia-notes-list .note .note-content {
    color: var(--text-color);
    font-size: 11px;
}

.web-ia-assistant .ia-notes-content .ia-notes-list .note .note-content .date {
    font-weight: bold;
}

.web-ia-assistant .ia-notes-title {
    box-shadow: 0px 3px 9px #00000025;
    margin: -15px;
    padding: 15px;
    margin-bottom: 25px;
}

.web-ia-assistant .ia-notes .icon-wrapper {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.web-ia-assistant .ia-notes i.icon {
    width: 35px;
    height: 35px;
    padding: 10px;
    box-sizing: border-box;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    filter: none;
}

.ia-notes-mobile {
    max-width: 760px;
    max-height: 0;
    transition: max-height 0.7s ease-out;
    overflow: hidden;
}

.ia-notes-mobile.expand {
    max-height: 500px;
}

.ia-notes-mobile .site-title {
    font-size: 17px !important;
    font-weight: bold;
    color: var(--input-color);
    margin-top: 3px;
}

.pane-buttons .button {
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 5px;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.card-grid .card {
    width: 18%;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 2.1%;
    margin-bottom: 2%;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
}
.podcasts-results.card-grid {
    justify-content: space-between;
}

.podcasts-results.card-grid .card {
    margin: 0;
    margin-bottom: 10px;
}

.podcast-page .podcasts-results.card-grid,
.podcast-detail-page .podcasts-results.card-grid {
    width: 100%;
    overflow-x: hidden;
    flex-wrap: nowrap;
    justify-content: unset;
}

.podcast-page .podcasts-results.card-grid .card,
.podcast-detail-page .podcasts-results.card-grid .card {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 2.1%;
    margin-bottom: 2%;
}

.card-grid .card .card-body .card-title {
    margin: 0px;
    margin-top: 5px;
    padding: 0 5px;
}

.card-grid .card .card-body .card-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.card-grid .card .card-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-grid .card .card-image.podcast-episode {
    position: relative;
}

.card-grid .card .card-image.podcast-episode .mediPlayer {
    position: absolute;
    margin-left: calc(50% - 14px);
    margin-top: calc(50% - 14px);
}

.card-grid .card .card-body .card-title a {
    color: var(--web-title-color);
    font-size: 14px;
}

.card-grid .card .card-body .card-subtitle {
    margin: 0;
    min-height: 29px;
    padding: 0 5px;
}

.card-grid .card .card-body .card-subtitle a {
    color: #464555;
    font-size: 11px;
    font-weight: normal;
}

.card-grid .card .card-body .card-badges {
    margin-top: 10px;
    padding: 5px 5px;
}

.list-badges {
    margin-top: 0px;
    padding: 5px 5px;
    padding-left: 0;
}

.card-grid .card .card-body .card-badges span,
.list-badges span {
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    padding: 1px 3px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.card-grid .card .card-body .card-badges span:last-of-type {
    margin-bottom: 0px;
}

.card-grid .card .card-body .card-badges span.filled,
.list-badges span.filled {
    background-color: #A9A9A9;
    color: #fff;
}

#top-loader {
    position: fixed;
    top: 1%;
    left: 2%;
    border: 1px solid var(--card-border-color);
    border-radius: 4px 4px 4px 4px;
    z-index: 1000;
    padding: 15px 30px 10px 30px;
    box-sizing: border-box;
    background-color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, .15)) drop-shadow(1px 2px 2px rgba(0, 0, 0, .01));
    display: none;

}

.loading-circle {
    box-sizing: border-box;
    margin-right: 20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    animation: zoom-in-zoom-out 1s ease infinite;
    text-align: center;
    display: inline-block;
}

.loading-text {
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    vertical-align: super;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.result-preview .loader {
    text-align: center;
    margin: 10px auto;
}

/* #images-results-preview .flex-images .item:nth-child(n+4) {
    display: none !important;
    visibility: none;
} */

.flex-images .item img {
    height: unset !important;
    max-height: 175px !important;
}

.podcast-episode-switcher,
.top-stories-switcher {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.top-stories-switcher {
    justify-content: flex-start;
}

.back-to-top-stories-wrapper {
    display: flex;
    justify-content: flex-end;
}

.back-to-top-stories a {
    font-size: 0.8rem;
    color:var(--primary-color);
    text-decoration: underline;
}

.podcast-episode-switcher a,
.top-stories-switcher a {
    font-size: 1.1rem;
    color: #292929;
    display: inline-block;
    padding: 7px 9px 7px 9px;
    text-align: center;
}

.podcast-episode-switcher a.active,
.top-stories-switcher a.active {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 25px;
}

.blog-section {
    background: #fff;
}

.blog-section .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 120px;
}

.blog-section .blog-image {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.blog-section .blog-content {
    padding: 100px 0;
    width: 100%;
}

.blog-section .blog-content a {
    color: var(--primary-color);
}

.blog-section .blog-content a:hover {
    text-decoration: underline;
}

.blog-section .blog-image img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blog-section .blog-subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-section .blog-title {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'BradfordLLWeb-Regular';
}

.text-center {
    text-align: center;
}

.blog-section .blog-text.flex {
    display: flex;
    align-items: center;
}

.blog-section .blog-text {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px;
    color: #626262;
}

.content-bg-conservative {
    background-color: var(--content-conservative) !important;
}

.content-bg-left {
    background-color: var(--content-left) !important;
}

.blog-section .dot {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    flex: none;
}

.blog-section .inner-title {
    font-weight: bold;
    font-size: 32px;
}

.blog-section .blog-link {
    color: #155CEE;
    font-size: 18px;
    display: block;
    margin: 20px 0px;
    font-weight: bold;
}

.blog-bg-blue {
    background-color: var(--blog-bg-blue);
}

.blog-bg-yellow {
    background-color: var(--blog-bg-yellow);
}

.blog-color-white {
    color: #fff;
}

.blog-section-padding {
    padding: 40px 0px;
}

.blog-content-left, .blog-content-right {
    width: 100%;
    padding: 0 15px;
}

.blog-list-title {
    font-size: 20px;
    font-weight: bold;
}

.blog-box-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.blog-section-1 {
    margin-top: -25px;
    padding-bottom: 40px;
}

.blog-section-1.blog-section .blog-subtitle {
    font-size: 20px;
}

.blog-section-2 .blog-content, .blog-section-3 .blog-content, .blog-section-5 .blog-content, .blog-section-6 .blog-content, .blog-section-7 .blog-content, .blog-section-8 .blog-content{
    display: flex;
}

.blog-section-2 .blog-image {
    margin-top: 135px;
}

.blog-section-7.blog-section .blog-text {
    color: #fff;
}

.blog-section-3 .blog-title,.blog-section-4 .blog-title {
    font-size: 38px;
}

.blog-section-4 {
    color: #fff;
    background: linear-gradient(136.86deg, #5E5CE8 -27.64%, #452F9B 58.44%);
}

.blog-section-4 .blog-content {
    padding: 130px 0;
}

.blog-section-7 {
    color: #fff;
    background: linear-gradient(296.9deg, #30586B 29.31%, #5EADD1 129.27%);

}

.blog-section-7 .blog-image img {
    margin: 0;
    width: 100px;
    margin-top: 250px;
}

.blog-boxes {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-boxes .blog-box {
    width: 32%;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    color: #fff;
    backdrop-filter: blur(40px);
    padding: 20px;
    margin-top: 10px;
    font-size: 16px;
}

.blog-button {
    background: var(--primary-color);
    border: none;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 180px;
}

.blog-button:hover {
    color:white;
    opacity: 0.7;
}

.blue-box {
    border-radius: 20px;
    color: #fff;
    padding: 50px 50px;
    background: linear-gradient(100.41deg, #AFC1FF -35.67%, #6969EB 21.25%, #5E5CE8 93.86%);
    margin-bottom: 30px;
    font-size: 18px;
}

.blue-box .title {
    font-size: 30px;
    margin-bottom:20px;
}

#loading-bar {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 500ms ease-out, opacity 400ms linear;
}

::selection {
    background: var(--selection-background);
    color: var(--selection-color);
}

.animated-shadow {
    margin: 0 30px 0;
    background: #85A8A7;
    opacity: 0.5;
    width: 140px;
    height: 40px;
    border-radius: 50%;
    animation: zoomy 2.5s infinite;
    /* margin: auto; */
    margin-left: calc(50% - 84px);
}

@keyframes floaty {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes zoomy {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }
}

.assistant-main {
    display: block;
}

.web-ia .web-results .site-url {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    background: var(--secondary-color);
    margin-left: -15px;
}

.web-ia .web-results .site-url a {
    color: var(--primary-color);
}

.web-ia .web-results .site-url i {
    filter: invert(31%) sepia(10%) saturate(4534%) hue-rotate(210deg) brightness(98%) contrast(97%);
    width: 18px;
    height: 18px;
    background-size: 16px;
}

.web-ia .web-results {
    margin-top: 0px;
}

.results-content .web-ia .web-results {
    padding-bottom: 25px;
    margin-top: 0px;
}

.logo-small img {
    width: 100%;
}

.podcast-page .podcast_categories_short_wrapper {

}

.podcast-page .trending-podcast-week {
    margin-right: 0px;
    position: relative;
    text-align: center;
}

.podcast-page .podcast_categories_short_wrapper h5,
.podcast-page .trending-podcast-week h5 {
    margin: 5px 0;
    color: var(--primary-color);
    font-weight: 600;
    text-align: left;
}

.podcast-page .podcast_categories_short_wrapper h2,
.podcast-page .trending-podcast-week h2 {
    margin: 0px 0 20px 0;
    text-align: left;
}

.podcast-page .trending-podcast-week .title {
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.podcast-page .trending-podcast-week img {
    width: 100%;
    max-width: 140px;
    box-shadow: 0px 0px 12px var(--site-result-border-shadow-color);
    border-radius: 10px 10px 10px 10px;
}

.podcast-page .podcast_categories_short_wrapper,
.podcast-page .trending-podcast-week {
    background-color: #fff;
    padding: 15px 10px;
    border: 1px solid var(--site-result-border-shadow-color);
    border-radius: 15px;
}

.podcast-page .podcast_categories_short {
    display: flex;
    flex-wrap: wrap;
}

.podcast-page .podcast_categories_short_item {
    padding: 15px 40px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.podcast-page .podcast-category-preview {
    margin-bottom: 50px;
}

.podcast-page .podcast-category-hero {
    background: transparent linear-gradient(106deg, rgba(230, 156, 36, 0.7) 0%, rgba(255, 241, 175, 0.7) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000004D;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 4%;
    margin-top: 20px;
    margin-bottom: 220px;
    height: 270px;
    position: relative;
    z-index: 2;
}

.podcast-page .podcast-category-hero h2 {
    font-weight: 700;
    padding: 0px;
    margin: 10px 0 5px 0;
    font-size: 24px;
}

.podcast-page .podcast-category-hero span.text {
    color: #808080;
    display: block;
    font-size: 14px;
}

.podcast-page .podcast-category-hero-left,
.podcast-page .podcast-category-hero-right {
    min-height: 200px;
    position: absolute;
    width: 44%;
    bottom: -166px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 2px 10px #0000004d;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 20px;
}

.podcast-page .podcast-category-hero-left {
    left: 4%;
}

.podcast-page .podcast-category-hero-right {
    right: 4%;
}

.podcast-page .podcast-category-hero-left .podcast,
.podcast-page .podcast-category-hero-right .podcast {
    margin-bottom: 20px;
}

.podcast-page .text-highlight {
    color: var(--primary-color);
    display: inline;
    ;
}

.podcast-page .podcast-category-hero .podcast img {
    width: 25%;
    box-shadow: 0px 0px 12px var(--site-result-border-shadow-color);
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin-right: 20px;
}

.podcast-page .podcast-category-hero .podcast .title,
.podcast-page .podcast-category-hero .episode .title {
    font-size: 16px;
    color: var(--primary-color);
}

.podcast-page .podcast-category-hero .episode .title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.podcast-page .podcast-category-hero .podcast .author {
    margin-bottom: 10px;
}

.back-nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.content-news .back-nav {
    justify-content: right;
    margin-bottom: 10px;
}

.bordered-link {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 25px;
    padding: 7px 10px;
    font-size: 1rem;
}

.bordered-link:hover {
    opacity: 0.7;
}

.podcast-episode-switcher-wrapper,
.top-stories-switcher-wrapper {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

#singleMediaPlayer {
    position: sticky;
    bottom: 10px;
    width: 90%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #7070703D;
    background-color: #F1F2FC;
    border-radius: 5px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 99;
}

#singleMediaPlayer #audio-wrapper {
    overflow: visible;
    flex-grow: 0;
}

#singleMediaPlayer #description-wrapper {
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
    flex-grow: 1;
}

#singleMediaPlayer #description-wrapper div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100%);
}

#singleMediaPlayer #description-wrapper div.media-author a {
    font-size: 11px;
    color: #aaa;
    text-decoration: underline;
}

#singleMediaPlayer .playable,
#singleMediaPlayer .playing,
#singleMediaPlayer .paused {
    margin: 0 !important;
}

.audio-error {
    color: red;
}

#singleMediaPlayer a.single-media-player-close {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 31px;
    cursor: pointer;
    color: #343434;
}

#singleMediaPlayer a.single-media-player-forward {
    position: absolute;
    top: 5px;
    right: 35px;
    margin-right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(../images/icons/player-forward.png) no-repeat center;
    background-size: contain;
}

#singleMediaPlayer a.single-media-player-reverse {
    position: absolute;
    top: 5px;
    right: 85px;
    margin-right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(../images/icons/player-reverse.png) no-repeat center;
    background-size: contain;

}

.podcast-frame.active,
.podcast-episode.active {
    box-shadow: -1px -1px 14px 0px rgba(80, 70, 171, 0.75);
    -webkit-box-shadow: -1px -1px 14px 0px rgba(80, 70, 171, 0.75);
    -moz-box-shadow: -1px -1px 14px 0px rgba(80, 70, 171, 0.75);
    border-radius: 15px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.podcast-frame.active .play-button,
.podcast-episode.active .play-button {
    transform: rotate(45deg);
    transition-duration: 0.8s;
    transition-property: transform;
}

.podcast-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.podcast-episode img.play-button {
    width: 40%;
    cursor: pointer;
    position: absolute;
    margin-left: calc(50% - 37px);
    margin-top: calc(50% - 37px);
}

.podcast-frame img.play-button {
    width: 40%;
    cursor: pointer;
}

#singleMediaPlayer .playable:hover {
    cursor: pointer;
}

#top-beta-banner {
    padding: 7px 0px;
    font-size: 14px;
    text-align: center;
    color:#fff;
    background-color: var(--primary-color);
    margin-bottom:10px;
}

#top-banner-closer {
    position: absolute;
    right: 20px;
    top: 4px;
    color: #fff;
    font-size: 1.1rem;
}


.combined_language_picker {
    /* Reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    /*background-image: url("data:image/svg+xml;utf8,<svg fill='%23A1A1A3' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");*/
    background: url(../images/icons/drowpdown-down.png) no-repeat right #fff;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-size: 10px;
    border: none;
    padding: 1rem;
    padding-right: 1rem;
    font-size: 1.1rem;
    color:rgb(105, 105, 105);
    font-weight: 100;
}
.combined_language_picker option:checked {
    font-style: italic;
}
.combined_language_picker::-ms-expand {
    display: none;
}
.combined_language_picker:focus {
    outline: none;
}
.combined_language_picker option {
    color: inherit;
    background-color: var(--option-bg);
}
.how-it-works-banner-wrapper {
    background: #f2f2f2;
}
.how-it-works-banner-wrapper .how-it-works-banner-content {
    padding: 20px 0;
    width: 100%;
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.how-it-works-banner-wrapper .how-it-works-banner-content .banner-title {
    font-size: 1.3rem;
    font-weight: 700;
}
.how-it-works-banner-wrapper .how-it-works-banner-content a {
    color: var(--primary-color);
    font-weight: bold;
}

.how-it-works-banner-wrapper .how-it-works-banner-content p a {
    color: var(--primary-color);
    font-weight:normal;
    text-decoration: underline;
}

.how-it-works-banner-wrapper .how-it-works-banner-content #how-it-works-close {
    position: absolute;
    top: 40%;
    right: 10px;
    font-size: 1.1rem;
    font-weight: normal;
}

/* Modal Overlay */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(2px);
}

/* Modal Container */
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 280px;
    max-width: 90vw;
    padding: 0;
    overflow: hidden;
}

/* Modal Header */
.modal-header {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* Modal Content */
.modal-content {
    padding: 20px 24px 24px;
}

.share-options {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
    flex: 1;
    text-decoration: none;
    color: #333;
}

.share-option:hover {
    background-color: #f8f9fa;
}

.share-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.copy-icon {
    background-color: #e3f2fd;
    color: #1976d2;
}

.share-icon-img {
    margin-right: 5px;
    height: 15px;
}
.reddit-icon {
    background-color: #fff4e6;
    color: #ff4500;
}

.share-label {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

/* Animation */
.modal-overlay.show {
    display: block;
    animation: fadeIn 0.2s ease-out;
}

.modal-overlay.show .modal {
    animation: slideIn 0.2s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to { 
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width: 1200px) {

    .mobile-order-1 {
        order: 1;
    }
    
    .mobile-order-2 {
        order: 2;
    }

    .blog-section-2 .blog-image {
        margin-top: 20px;
    }

    .podcast-page .podcasts-results.card-grid,
    .podcast-detail-page .podcasts-results.card-grid {
        overflow-x: auto;
    }

    .find-in-other-language-button {
        vertical-align: text-bottom;
    }

    ul.podcast_categories_overview li {
        width: 24%;
    }

    .blog-section .blog-content {
        width: 100%;
        padding: 40px 120px;
        flex-wrap: wrap;
    }

    .blog-content-left, .blog-content-right {
        padding: 0;
        margin-top: 20px;
    }

    .blog-section .row {
        padding: 0 15px;
        flex-wrap: wrap;
    }

    .blog-section .blog-title {
        font-size: 26px;
    }

    .blog-section .inner-title {
        font-size: 16px;
    }

    .find-in-other-language-toggl span,
    .filters-toggle span {
        display: none;
    }

    .assistant-sidebar {
        display: none;
    }

    .note-overlay .note-content,
    .summary-overlay .summary-content {
        width: 90%;
    }
    .blog-section-7 .blog-image img {
        margin-top: 20px;
    }
}

@media (max-width: 990px) {

    .how-it-works-banner-wrapper .how-it-works-banner-content {
        padding: 20px 20px;
    }

    .how-it-works-banner-wrapper .how-it-works-banner-content #how-it-works-close {
        right: 20px;
        top: 20px;
        font-size: 1.3rem;
    }

    .back-to-top-stories a {
        font-size: 1.1rem;
    }
    
    .header .region-switcher { 
        justify-content: center;
    }

    .blog-subtitle br {
        content: " ";
        display: none;
    }
    
    .blog-boxes .blog-box {
        width: 100%;
    }

    .blog-section .blog-image {
        padding: 0;
    }

    .podcast-episode-switcher,
    .top-stories-switcher {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .podcast-episode-switcher a,
    .top-stories-switcher a {
        display: inline-block;
    }

    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }

    .clustered-news-results .news-cluster .news-cluster-more-coverage {
        justify-content: center;
    }

    .podcast-page .podcast-category-preview {
        padding-right: 0px;
    }

    .podcast-page .podcast-category-hero-left,
    .podcast-page .podcast-category-hero-right {
        position: relative;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
        bottom: unset;
        left: unset;
        right: unset;
        padding-bottom: 55px;
    }

    .podcast-page .podcast-category-hero-left {
        margin-top: 20px;
    }

    .podcast-page .podcast-category-hero {
        height: 645px;
    }

    .results-content {
        display: block;
        width: auto;
    }

    .row,
    .rtl .row,
    .content-notes .page-content .row,
    .search-type-menu .row {
        padding: 0 10px;
    }

}

.header .region-switcher .combined_language_picker{
    font-family: 'Twemoji Country Flags', 'MediumLLWeb-Regular', 'Segoe UI', Tahoma, Arial, sans-serif;
}

@media only screen and (max-device-width: 768px),
only screen and (device-width: 768px) and (device-height: 768px),
only screen and (width: 768px) and (orientation: landscape),
only screen and (device-width: 768px),
only screen and (max-width: 768px) {

    .tooltips {
        left: calc( 50vw - 125px );
        top: auto;
    }
    .news-direction {
        position: unset !important;
    }
    .web-results .site-url .news-direction {
        display: block;
        margin-top: 5px;
        
    }

    .clustered-news-results .news-cluster .news-cluster-news-secondary .tooltips {
        width: 270px;
        top: 25px;
    }
    .header .logo-wrapper {
        width: 25%;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top:10px;
        align-items: center;
    }
    
    .header .page-menu {
        width: 75%;
        justify-content: flex-end;
        padding-bottom: 10px;
        padding-top:10px;
        align-items: center;
    }
    .header .page-menu .menu-wrapper{
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    
    .header .search-input-bar {
        width: 80%;
    }
    
    .header .region-switcher {
        width: 20%;
    }

    .clustered-news-results .news-cluster .news-cluster-header {
        flex-direction: column;
    }

    .clustered-news-results .news-cluster .news-cluster-header .news-cluster-keywords {
        font-size: 1rem;
        display:none;
    }

    .clustered-news-results .news-cluster .news-cluster-header .news-cluster-categories a {
        font-size: 1rem;
    }

    .clustered-news-results .news-cluster .news .news-header-wrapper {
        flex-direction: column;
    }

    .clustered-news-results .news-cluster .news .news-header-wrapper .news-title-wrapper {
        order: 5;
    }

    .clustered-news-results .news-cluster .news-cluster-news-secondary { 
        overflow-x: scroll;
        overflow-y: hidden;
        flex-direction: row;
    }

    .clustered-news-results .news-cluster .news-cluster-news-secondary .news {
        padding-bottom: 10px;
        min-width: 75%;
    }

    .clustered-news-results .news-cluster .news-cluster-news-secondary .news:last-child {
        border-bottom: none;
    }

    .clustered-news-results .news-cluster .news-cluster-news-secondary .news .news-header-wrapper .news-title-wrapper a {
        font-size: 0.8rem !important;
    }

    .clustered-news-results .news-cluster .news .news-header-wrapper .news-thumbnail {
        order: 0;
        margin-left: 0;
    }

    .clustered-news-results .news-cluster .news .news-header-wrapper .news-thumbnail img {
        width: 100%;
        max-height: 500px;
    }

    .header .header-col-menu {
        padding-right: 5px;
    }

    .clustered-news-results .news-cluster .news-url {
        padding: 5px 0px;
    }

    .row .three,
    .row .four,
    .row .six,
    .row .seven,
    .row .eight {
        width: 100%;
    }

    .podcast-page .podcast-category-hero {
        height: 622px;
    }

    .podcast-page .podcasts-results.card-grid .card,
    .podcast-detail-page .podcasts-results.card-grid .card {
        width: 43%;
    }

    .podcast-page .podcast_categories_short_wrapper,
    .podcast-page .trending-podcast-week {
        float: none;
    }

    .podcast-page .trending-podcast-week {
        margin-top: 20px;
        margin-right: 0;
    }

    .podcasts-results h3 {
        padding-right: 10px;
    }

    .site-other-language-result-wrapper {
        width: 49%;
        margin-left: 2%;
    }

    .site-other-language-result-wrapper:nth-of-type(1),
    .site-other-language-result-wrapper:nth-of-type(3n) {
        margin-left: 0%;
    }

    .header-col-logo {
        min-width: 120px;
    }

    body.section-auth .header .header-col-menu {
        width: 50%;
    }

    .page-title {
        margin-top: 10px;
    }

    ul.podcast_categories_overview li {
        width: 32%;
    }

    .header .avatar-icon-wrapper {
        margin: 0;
    }

    .blog-section .blog-content {
        width: 100%;
        padding: 40px 0px;
    }

    .summary-overlay .summary-content .summary-image {
        float: none;
        margin: 0;
        max-width: 100%;
        max-height: 500px;
        margin-bottom: 20px;
        display: block;
    }

    .web-results .podcasts-results .card-grid .card:nth-of-type(1n+4) {
        display: none;
    }

    .note-overlay .note-content {
        height: 90%;
        top: 5%;
    }

    .find-in-other-language-mobile {
        padding: 0 10px 0 10px;
    }

    .header-col-menu {
        width: 33%;
        padding-right: 10px;
    }

    .header-content {
        padding: 0px;
    }

    .footer-content,
    .rtl .header-content,
    .rtl .footer-content {
        padding: 0 10px;
    }

    .header-content {
        flex-wrap: wrap;
    }

    .header-col-content {
        width: auto;
        overflow: auto;
        order: 5;
        width: 100%;
        flex: none;
    }

    .header-col-content.search-content {
        float: none;
    }

    .page-menu>div>a {
        flex-shrink: 0;
    }

    .page-menu>div>a:last-child {
        padding: 0 10px 0 0;
    }

    .results-sidebar {
        display: none;
    }

    .web-ia,
    .entity-content {
        padding: 10px;
    }

    .entity-results {
        min-width: auto;
    }

    .row-dragscroll {
        overflow-x: auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
    }

    .row-dragscroll::-webkit-scrollbar {
        display: none;
    }

    .search-type-menu a {
        margin-right: 20px;
    }

    .filters-fade-left:before,
    .filters-fade-right:after {
        content: "";
        width: 25px;
        height: 65px;
        position: absolute;
        z-index: 99;
    }

    .filters-fade-left:before {
        background: linear-gradient(-90deg, rgba(var(--search-menu-fade), 0) 0%, rgba(var(--search-menu-fade), 1) 75%, rgba(var(--search-menu-fade), 1) 100%);
        left: 0;
    }

    .filter-wrapper:last-child {
        padding-right: 20px;
    }

    .rtl .filter-element:last-child {
        padding: 0 0 0 10px;
    }

    .filter-element:last-child,
    .cc .filter-element:last-child {
        margin: 0;
    }

    .filter-element:last-child .filter-list,
    .cc .filter-element:last-child .filter-list {
        left: 0;
        right: auto;
        margin-top: 10px;
        border-radius: 0;
    }

    .filter-list {
        margin: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }

    .web-results .site-url,
    .videos-results .site-url,
    .news-results .site-url,
    .podcasts-results .site-url,
    .entity-url {
        word-break: inherit;
    }

    .video-container {
        width: 50%;
    }

    .dragscroll,
    .dragging .filter-element {
        cursor: grab;
    }

    .dragscroll:active,
    .dragging:active .filter-element {
        cursor: grabbing;
    }

    .rtl .filters-toggle {
        padding: 0 20px 0 10px;
        margin: 0;
        border-left: unset;
        border-right: 1px solid var(--divider-bg-color);
    }

    .filter-wrapper {
        flex-shrink: 0;
        position: inherit;
    }

    .pane-content {
        grid-template-rows: 1fr auto;
        grid-gap: 0;
        grid-template-areas: 'image''description';
        grid-template-columns: 1fr;
    }

    .pane-image {
        padding: 40px 40px 30px 40px;
    }

    .pane-description {
        padding: 0 40px 40px 40px;
        text-align: center;
    }

    .pane-image img {
        /* new: */
        max-height: 270px;
    }

    .pane-buttons {
        padding-bottom: 10px;
    }

    .image-frame:hover .thumb-icon,
    .video-frame:hover .thumb-icon,
    .podcast-frame:hover .thumb-icon {
        display: none;
    }

    .image-active:hover .thumb-icon {
        display: block;
    }

    .search-list-item a {
        padding: 15px 10px;
    }

    .search-list-item:nth-child(n+6) {
        display: none;
    }

    .search-content-s .search-list {
        position: fixed;
        left: 0;
        right: 0;
        margin-top: 15px;
        width: 100%;
        top: 125px;
    }

    .related-links div:first-child {
        margin: 0;
    }

    .related-col {
        display: block;
    }

    .web-results .deep-links {
        flex-direction: column;
    }

    .web-results .deep-link {
        padding: 2px 0 0 0;
    }

    .web-results .deep-links-col {
        max-width: none;
        margin: 0;
    }

    .web-results .deep-link .site-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .web-results .deep-link .site-title a,
    .web-results .deep-link .site-description {
        font-size: 14px;
        display: inline;
        width: auto;
    }

    .web-results .deep-link .site-description:before {
        content: " - ";
    }

    .x-results {
        display: none;
    }

    .results-by a {
        float: right;
        margin: 0;
    }

    .see-also {
        display: none;
    }

    .videos-results .site-media {
        flex: 0 0 180px;
        height: 101px;
    }

    .podcasts-results .site-media {
        flex: 0 0 101px;
        height: 101px;
    }

    .videos-results .site-title,
    .podcasts-results .site-title {
        font-size: 16px;
    }

    .site-result {
        padding: 10px;
        margin-bottom: 10px;
    }

    .entity-results,
    .site-result,
    .query-spell,
    .related-searches {
        background: var(--site-result-bg-color);
        border: 1px solid var(--card-border-color);
        border-radius: 5px;
        box-shadow: none;
    }

    #preview-videos .site-result {
        box-shadow: none;
        background: none;
        border: none;

    }

    .web-ia {
        background: var(--site-result-bg-color);
        box-shadow: none;
    }

    .web-results,
    .videos-results,
    .entity-results {
        margin-top: 10px;
    }

    .web-results .result-section {
        margin-top: 30px;
        padding: 15px 20px 15px 20px;
    }

    .web-results .result-section .section-title {
        left: 21px;
    }

    .results-pagination,
    .query-spell,
    .related-searches {
        margin-bottom: 10px;
    }

    .images-results {
        margin-bottom: 5px;
    }

    .row-images {
        margin-top: 5px;
    }

    .query-spell,
    .related-searches {
        padding: 10px;
    }

    .footer-info {
        flex-shrink: 0;
    }

    .desktop-only {
        display: none;
    }

    .menu a {
        font-size: 20px;
    }

    .pagination-next {
        float: right;
        margin-right: 3px;
    }

    .pagination-prev {
        margin-left: 3px;
    }

    .preview-buttons {
        right: auto;
        bottom: auto;
        top: 150px;
        width: 100%;
    }

    .podcasts-results .podcast-header {
        flex-wrap: wrap;
    }

    .podcasts-results .podcast-header .image {
        margin: 14px;
        background-size: cover;
        border-radius: 3px;
        margin-left: auto;
        margin-right: auto;
    }

    .podcasts-results .podcast-header .header-text {
        width: 100%;
    }

    .podcasts-results .podcast-header .title {
        font-size: 18px;
        font-weight: 500;
    }

    .podcasts-results .podcast-header .subtitle {
        font-size: 14px;
    }

    .card-grid .card {
        width: 31%;
    }

    body {
        padding: 0px;
    }

    #top-beta-banner {
        padding: 9px 0px;
        font-size: 15px;
        margin-right: 0px;
        margin-top: 0px;
    }

    #top-banner-closer {
        top: 6px;
    }

    .web-ia .web-results .site-url {
        margin-left: -10px;
    }
}

@media screen and (max-width: 600px) {

    .header .search-input-bar {
        width: 75%;
    }
    
    .header .region-switcher {
        width: 25%;
        font-size: 1.4rem;
    } 
    
    .header .region-switcher .combined_language_picker{
        padding-left: 0;
    }

    .find-in-other-language-button {
        vertical-align: unset;
    }

    ul.podcast_categories_overview li {
        width: 49%;
    }

    .find-in-other-language-button {
        background-size: 26px;
        height: 26px;
        width: 26px;
    }

    .site-result .site-content {
        width: 100%;
    }

    .site-result .site-action-bar {
        width: 9%;
    }

    .filters-toggle span {
        display: none;
    }

    .search-type-menu .filters-toggle .title-icon {
        vertical-align: unset;
        background-size: 30px;
        margin-top: 4px;
        width: 26px;
        height: 30px;
    }

    .row,
    .rtl .row,
    .content-notes .page-content .row {
        padding: 0 5px;
    }

    .content-home-focus {
        justify-content: normal;
        align-items: normal;
    }

    .content-home-focus .home-logo,
    .content-home-focus .home-description {
        display: none;
    }

    .header-tagline {
        float: none;
        position: fixed;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
        line-height: normal;
        text-align: center;
    }

    .content-auth .page-content .form-wrapper {
        max-width: unset;
        border: none;
        margin: 0px;
        filter: unset;
        padding: 10px;
    }

    .content-auth .page-content .form-wrapper h2,
    .content-auth .page-content .form-wrapper h3,
    .content-auth .page-content .form-wrapper h4 {
        text-align: left;
    }

    .notes-lists .note-card {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .card-grid .card {
        width: 31%;
    }
}

@media only screen and (max-device-width: 480px),
only screen and (device-width: 480px) and (device-height: 480px),
only screen and (width: 480px) and (orientation: landscape),
only screen and (device-width: 480px),
only screen and (max-width: 480px) {
    .podcast-page .podcast-category-hero {
        height: 700px;
    }

    .web-results .result-section .section-title h2 {
        padding-top: 18px;
        font-size: 18px;
    }

    .web-results .result-section .show-all-link {
        padding: 10px 5px;
    }

    .card-grid .card {
        width: 48%;
    }

    .web-results .podcasts-results .card-grid .card:nth-of-type(1n+2) {
        display: block;
    }

    .web-results .podcasts-results .card-grid .card:nth-of-type(1n+3) {
        display: none;
    }

    .header-home .header-content {
        padding: 0;
    }

    .footer-home .footer-content {
        padding: 0 10px;
    }

    .header-menu {
        display: none;
    }

    .menu {
        display: block;
        padding: 0;
        width: 100%;
        background-color: #fff;
        min-height: 100%;
        border: none;
        box-shadow: none;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        right: -1000px;
        z-index: 200;
    }

    .menu.menu-collapsed {
        right: 0px !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .menu-content {
        width: 100%;
        max-width: none;
    }

    .home-center {
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .background .home-center {
        margin-top: 0;
    }

    /* Now also for desktops:
    .content-home-focus {
    justify-content: normal;
    align-items: normal;
    }
    .content-home-focus .home-logo, .content-home-focus .home-description {
    display: none;
    }*/
    .videos-results .site-result,
    .podcasts-results .site-result {
        overflow: auto;
        display: flex;
        justify-content: space-between;
    }

    .videos-results .site-content,
    .podcasts-results .site-content {
        display: flex;
        flex-direction: column;
    }

    .videos-results .site-media {
        flex: 0 0 150px;
        height: 84px;
    }

    .podcasts-results .site-media {
        flex: 0 0 84px;
        height: 84px;
    }

    .videos-results .site-title,
    .podcasts-results .site-title {
        font-size: 14px;
        width: 100%;
        display: block;
        flex-grow: 1;
    }

    .videos-results .site-description,
    .videos-results .site-date {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .search-type-menu .menu-actions {
        padding-right: 20px;
        width: 100%;
        text-align: right;
    }
}

/* new: */
@media (min-width: 1200px) {

    .header-col-logo {
        width: 200px;
    }

    .notes-lists .note-card {
        width: 31%;
        margin: 0 2% 1% 0;
    }

    .notes-lists .note-card .card-header .card-title a {
        font-size: 19px;
    }

    .ia-notes-mobile {
        display: none;
    }

    .assistant-sidebar {
        display: block;
    }
}