.search-block {
    background-color: #f0f2f8;
    box-shadow: 0 8px 6px -6px #999;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.search-block h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.article-search-block {
    padding: 2.5rem 0rem 0rem 0rem;
}

.jobs-search-block {
    padding: 2.5rem 0rem 2.5rem 0rem;
}


@media (min-width: 768px) {
    .article-search-block {
        height: 100%;
        padding: 2.5rem 2.5rem 2.5rem 0rem;
        border-right: 1px solid rgb(0 0 0 / 30%);
    }

    .jobs-search-block {
        padding: 2.5rem 0rem 2.5rem 2.5rem;
    }
}

.mega-menu {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-search-icon {
    height: 24px;
    width: 24px;
    background: url(../images/search.webp) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-flex;
}

.btn-close {
    height: 24px;
    width: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="40"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M18 6L6 18M6 6l12 12"></path></g></svg>');
    background-size: cover;
    position: absolute;
    top: 2.5rem;
    right: 1.25rem;
    z-index: 10; 
}

.search-block.open {
    display: block;
}







/**/

ul.token-input-list,ul.token-input-list-facebook {
    background: 0;
    background: rgba(0,0,0,0);
    clear: left;
    color: red !important;
    cursor: text;
    font-family: 'Calibre Regular';
    font-size: 16px;
    height: auto !important;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

ul.token-input-list li {
    list-style-type: none
}

ul.token-input-list li input,ul.token-input-list-facebook li input,li.token-input-token,li.token-input-token-facebook {
    font-family: 'Calibre Regular';
    display: block;
    width: 100% !important;
    height: 40px;
    padding: 6px 0;
    font-size: 16px !important;
    color: #212224;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #2f3a53 !important;
    border-radius: 0
}

ul.token-input-list-facebook li input {
    background-color: #f1f1f1;
    background-image: none;
    z-index: 99999;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 13px -2px #ababab;
    box-shadow: inset 0 1px 13px -2px #ababab
}

li.token-input-token p,li.token-input-token-facebook p {
    color: #212224 !important;
    float: left;
    font-family: 'Calibre Regular';
    font-size: 16px;
    margin: 0;
    padding: 7px 0 !important;
    width: auto !important
}

li.token-input-token-facebook p {
    color: #111 !important
}

li.token-input-token span,li.token-input-token-facebook span {
    color: #ac2757;
    cursor: pointer;
    float: right;
    font-size: 26px;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 9px
}

li.token-input-token,li.token-input-token-facebook {
    display: flex;
    align-items: center
}

li.token-input-token p,li.token-input-token-facebook p {
    float: none;
    padding: 3px 18px 0 0 !important
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff
}

li.token-input-selected-token span {
    color: #bbb
}

li.token-input-input-token-facebook {
    width: 100%;
    float: left;
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
    list-style-type: none
}

div.token-input-dropdown,div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 16px;
    z-index: 999
}

div.token-input-dropdown p,div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    color: #777
}

div.token-input-dropdown ul,div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0
}

div.token-input-dropdown ul li,div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none
}

div.token-input-dropdown-facebook ul li {
    margin: 0
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa
}

div.token-input-dropdown ul li.token-input-dropdown-item2,div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook,div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff
}

div.token-input-dropdown ul li em,div.token-input-dropdown-facebook ul li em {
    font-style: normal
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #e5e4e4
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #e5e4e4
}

@media screen and (max-width: 768px) {
    div.token-input-dropdown,div.token-input-dropdown-facebook {
        width:100% !important
    }
}

@media screen and (max-width: 576px) {
    div.token-input-dropdown,div.token-input-dropdown-facebook {
        width:280px !important
    }
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0,0,0,0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0,0,0,0.05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,.selectize-input,.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input,.selectize-control.single .selectize-input.input-active {
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 0;
    border-bottom: 1px solid #465576;
    padding: 8px 2px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 10px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.disabled,.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;*display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    font-size: 16px;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input::after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    width: 0;
    height: 0;
    font-size: 21px;
    color: #ac2757
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 99;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 11px 34px 0 rgba(47,58,83,0.27)
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125,168,208,0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown .option,.selectize-dropdown .optgroup-header {
    padding: 5px 8px
}

.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48,48,48,0.5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
    font-size: 16px
}

.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    width: 0;
    height: 0;
    font-size: 21px;
    color: #ac2757
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -13px;
    content: "\f106"
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.smartselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.smartselect button,.smartselect button:hover,.smartselect button:active {
    outline: 0
}

.smartselect>button {
    min-width: 25%;
    width: 100%
}

.smartselect .ss-caret.caret.pull-right {
    margin-top: 8px;
    margin-left: 5px
}

.smartselect>button>.ss-caret {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    opacity: 0
}

.smartselect .ss-hide.ss-hide-0,.smartselect .ss-hide.ss-hide-1,.smartselect .ss-hide.ss-hide-2,.smartselect .ss-hide.ss-hide-3,.smartselect .ss-hide.ss-hide-4,.smartselect .ss-hide.ss-hide-5 {
    display: none
}

.smartselect .ss-group>a,.smartselect .data-level-1.ss-nogrp>a {
    padding-left: 50px;
    padding-top: 6px;
    padding-bottom: 2px;
    display: block
}

.smartselect .ss-group>a,.smartselect .data-level-1.ss-nogrp>a:hover {
    background: #e5e4e4
}

.smartselect .data-level-1>a,.smartselect .data-level-2.ss-nogrp>a:hover {
    background: #fff;
    color: transparent !important;
    font-size: inherit !important
}

.smartselect .data-level-2>a,.smartselect .data-level-3.ss-nogrp>a {
    padding-left: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eee;
    display: block
}

.smartselect .data-level-3>a,.smartselect .data-level-4.ss-nogrp>a {
    padding-left: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    display: block
}

.smartselect .data-level-3>a,.smartselect .data-level-4.ss-nogrp>a:hover {
    background: #f8f8f8
}

.smartselect .data-level-4>a,.smartselect .data-level-5.ss-nogrp>a {
    padding-left: 130px;
    background: #eee;
    display: block
}

.smartselect .data-level-5>a {
    padding-left: 150px
}

.smartselect .ss-select-label {
    font-size: 15px
}

.smartselect .ss-group .ss-label {
    font-size: 15px;
    font-weight: 600
}

.smartselect .ss-label a {
    font-family: 'Calibre Medium'
}

.smartselect .ss-folder {
    font-size: 14px;
    padding-right: 34px
}

.smartselect .ss-folder:hover {
    color: red;
    cursor: pointer
}

.smartselect .open .ss-folder.ss-open,.smartselect .ss-folder.ss-close {
    display: inline;
    color: #ac2757
}

.smartselect .open .ss-folder.ss-close,.smartselect .ss-folder.ss-open {
    display: none
}

.smartselect .ss-checker,.smartselect .ss-checkno {
    width: 20px;
    padding-right: 6px;
    margin-left: -20px;
    color: #8393b3;
    font-size: 18px
}

.smartselect .ss-checker {
    color: #ac2757
}

.smartselect .ss-checker,.smartselect .active .ss-checkno {
    display: none
}

.smartselect .active .ss-checker,.smartselect .ss-checkno {
    display: inline;
    position: relative;
    top: 2px
}

.smartselect .ss-toolbar {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 100%;
    margin-left: 5px
}

.smartselect .ss-toolbar.left {
    left: auto;
    right: 100%;
    margin-right: 3px
}

.smartselect .ss-label {
    cursor: default !important;
    white-space: initial;
    color: #465576
}

.smartselect .ss-toolbar button {
    padding: 5px
}

.smartselect .ss-toolbar li>div {
    padding: 4px 20px 4px 20px
}

.smartselect .ss-alias .ss-icon {
    margin-right: 10px
}

.smartselect .ss-alias {
    position: relative
}

.smartselect .ss-alias .ss-caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.smartselect .ss-alias .ss-label {
    padding-right: 30px
}

.smartselect .dropdown-menu>.disabled>a {
    background-color: transparent;
    text-decoration: line-through
}

.smartselect .disabled .ss-checker {
    display: none
}

.smartselect {
    width: 45%
}

.dropdown-menu .ss-label {
    white-space: normal;
    color: #212224
}

.dropdown-toggle span {
    white-space: normal;
    word-break: break-all;
    text-align: left;
    float: left
}

.ss-folder {
    color: black
}

.ss-checkno {
    color: black
}

.dropdown-menu {
    width: 100%
}

.fa-plus-circle {
    padding-right: 27px !important
}

.fa-minus-circle {
    padding-right: 27px !important
}

.smartselect .btn-default,.open>.btn-default.dropdown-toggle {
    font-family: "Calibre Regular";
    display: block;
    width: 100% !important;
    height: 40px;
    padding: 10px 0;
    font-size: 16px;
    color: #212224;
    border-bottom: 1px solid #061128
}

.smartselect>.dropdown-menu {
    margin: 0 0 0 !important;
    padding: 0 0 !important
}

.smartselect .dropdown-toggle:after {
    border: 0;
    font-family: 'FontAwesome';
    content: "\f107";
    right: 21px;
    position: absolute;
    font-size: 21px;
    top: 12px;
    color: #ac2757
}

.smartselect.open .dropdown-toggle:after {
    content: "\f106"
}

.smartselect.open>.dropdown-menu {
    position: absolute !important;
    z-index: 999999;
    border: solid 1px #ddd;
    height: 337px;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 0;
    box-shadow: 0 11px 34px 0 rgba(47,58,83,0.27)
}

.form-select_custom {
    overflow: visible
}

.smartselect>.dropdown-menu li {
    display: inline-block;
    width: 100%
}

.smartselect {
    width: 100% !important
}

.smartselect .dropdown-menu {
    position: relative
}

.dropdown-toggle-copy {
    height: auto;
    padding: 10px;
    text-align: left
}

.smartselect.open>.dropdown-menu {
    display: block
}

@media screen and (max-width: 1024px) {
    .smartselect .dropdown-toggle:after {
        right:13px
    }
}

@media screen and (max-width: 767px) {
    .smartselect .dropdown-toggle:after {
        right:20px
    }
}