/*
Theme Name: IARC.New
Author: Spherical
Description: New theme for International Agency for Research on Cancer
Version: 1.0.0
Text Domain: iarc-theme-new
Tags: custom-colors, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, sidebar-widgets,
theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*== 1.1 - Main tags ==*/
*,
*:before,
*:after {
    outline: none;
    box-sizing: inherit;
    -o-box-sizing: inherit;
    -ms-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

html {
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    height: 100%;
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1 {
    margin-bottom: 1.5rem;
    font-family: 'NotoSans';
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
}

h2 {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #1e7fb8;
}

h2 strong {
    border-bottom: 2px solid;
}

h3, h4 {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    font-weight: normal;
}

h3 span {
    font-family: 'NotoSans';
    font-weight: normal;
}

/* Headings from style guide */
h1 {
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
}

h2 {
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    /*Paragraph Spacing: 10px*/
    text-transform: uppercase;
}

h3 {
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    /*Paragraph Spacing: 10px*/
}

h5 {
    font-family: 'NotoSans';
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    margin-bottom: 25px;
}

ul,
ol,
li > ul,
li > ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

a {
    color: #1E7FB8;
}

a:hover {
    color: #00ADEF;
}

a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
button,
input,
textarea {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.link {
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

b,
strong {
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'NotoSans';
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
}

/*== 1.2 - Secondary tags ==*/
article {
    margin-bottom: 30px;
}

figure {
    margin: 1em 0;
}

big {
    font-size: 125%;
}

hr {
    height: 1px;
    margin: 35px 0;
    border: 0;
    background-color: #c9c9c9;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

embed,
iframe,
object {
    max-width: 100%;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*== 1.3 - Forms ==*/
form {
    padding: 0 18px;
}

form .note {
    display: inline-block;
    width: 32%;
    margin-top: 18px;
    text-align: right;
    line-height: 16px;
    font-size: 10px;
    color: #828282;
    float: right;
}

::-webkit-input-placeholder {
    color: #828282;
}

::-moz-placeholder {
    color: #828282;
    opacity: 1;
}

:-moz-placeholder {
    color: #828282;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #828282;
}

input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
#donation-form select,
.whoswho.page-nav select {
    width: 100%;
    padding: 23px 0 15px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    letter-spacing: 1px;
    font-size: 13px;
    caret-color: #1e7fb8;
    box-shadow: none;
    border-radius: 0;
}

.whoswho.page-nav .page-search input:focus {
    border-bottom: 1px solid #1E7EB7;
}

input:not([type="submit"]):focus {
    border-color: #00adef;
}

input[type="submit"] {
    width: 100px;
    padding: 14px 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    background-color: #1e7fb8;
    cursor: pointer;
}

input[type="submit"]:hover {
    color: #000;
    background-color: #ededed;
}


/* ------- Common form styles ------- */

.form-group {
    margin-bottom: 0px;
}

.form-group input, #donation-form select {
    height: 35px;
    margin-bottom: 3px;
}


.form-group input::placeholder, #donation-form select { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    opacity: 1; /* Firefox */
    font-family: 'NotoSans';
    font-weight: normal;
    letter-spacing: 1;
    font-size: 13px;
}

.form-group input::-ms-input-placeholder, #donation-form select { /* Internet Explorer 10-11 */
    color: #BDBDBD;
    font-family: 'NotoSans';
    font-weight: normal;
    letter-spacing: 1;
    font-size: 13px;
}

.form-group input::-ms-input-placeholder, #donation-form select { /* Microsoft Edge */
    color: #BDBDBD;
    font-family: 'NotoSans';
    font-weight: normal;
    letter-spacing: 1;
    font-size: 13px;
}


.form-group input:focus {
    box-shadow: none;
}

.form-buttons-container .float-sm-right button {
    width: 100%;
}

.form-buttons-container .float-sm-right button {
    padding: 14px 17px;
    margin-top: 10px;
    display: block;
}

.contact-agreement {
    font-family: 'NotoSans';
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #3C3C3C;
}

.recapcha {
    width: 100%;
    transform: scale(0.6);
    transform-origin: 0 0;
}

div.recapcha+span.help-block {
    margin-top: -29px;
}

#contact-form, .donation-form {
    min-width: 210px;
    max-width: 635px;
}

#contact-form label, #donation-form .form-group > label {
    display: none;
}
/* ------- Validation ------- */
.form-group.has-error input[type="text"],
.form-group.has-error input[type="email"],
#donation-form .form-group.has-error select {
    border-bottom: 1px solid #EB5757;
}

.form-group.has-error span.help-block {
    color: #EB5757;
    font-family: 'NotoSans';
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: lowercase;
    display: block;
}

/* ------- Contact form ------- */


.container.inner form {
    padding: 0;
}

#contact-form {
    padding: 0px 15px;
    min-height: 350px;
    padding-top: 17px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}

#contact-form .form-buttons-container .float-left button:last-child {
    display: none;
}

#contact-form #modal-dialog.show {
    display: block;
}

/* ------- Donation form ------- */

#donation-form.container {
    padding: 0;
}

#donation-form .donation-form {
    margin: 50px auto;
}

#donation-form h2 {
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 14px;
    position: relative;
    color: #000;
    text-transform: inherit;
}

#donation-form h2 small {
    display: block;
    font-family: 'NotoSans';
    font-weight: normal;
    font-size: 14px;
}

#donation-form .form-group span button {
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    color: #B0B0B0;
    background-color: rgba(218, 218, 218, 0.3);
    border-radius: 0;
    padding: 13px 15px 15px 15px;
    margin-right: 13px;
    margin-bottom: 11px;
}

#donation-form .form-group span button[disabled] {
    pointer-events: none;
}

#donation-form .form-group span button:hover, #donation-form .form-group span button:visited {
    color: #1E7FB8;
    background-color: rgba(30, 127, 184, 0.2);
    box-shadow: none;
    outline-color: transparent;
    text-decoration-color: transparent;
}

#donation-form .form-group span .btn:focus, #donation-form .form-group label, #donation-form .form-group.text-center .btn:focus {
    box-shadow: none;
}

#donation-form select.form-control:not([size]):not([multiple]) {
    height: 49px;
    margin-top: 7px;
}

#donation-form select {
    color: #464646;
    padding: 0;
}
#donation-form select::-ms-expand {
    display: none;
}

#donation-form .donation-form input:not([type="submit"]) {
    padding: 31px 0 24px;
}

#donation-form .form-group.text-center .btn {
    background-color: transparent;
    color: #1E7FB8;
    text-align: right;
    width: auto;
}

#donation-form .form-group.text-center .btn-primary {
    width: 100%;
    padding: 13px 20px 15px;
    background-color: #1E7FB8;
    color: #FFFFFF;
    text-align: center;
}

#donation-form .hide.hide h2 span {
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    padding-right: 11px;
}

#donation-form #modal-dialog.show {
    display: block;
}

#donation-form .form-group a {
    color: #1E7FB8;
}

#donation-form .form-group button.float-right:last-child {
    color: #1E7FB8;
    background-color: transparent;
}

#donation-form > form > div > div > button.btn.btn-primary {
    padding: 15px 20px;
}

/* denotes a required field asterisk */
#donation-form > form small > label:after {
   content: "*";
   position: absolute;
   margin-top: 3px;
}

#donation-form input#custom-amount {
    height: 56px;
    padding: 0;
}

/*== 1.4 - Bootstrap stylesheets ==*/
.btn {
    padding: .375rem .57rem;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'NotoSans';
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.btn:active:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn + .btn {
    margin-left: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #1e7fb8;
}

.btn-primary:hover {
    -webkit-box-shadow: 0 1px 20px 0px rgba(0,173,239,.5);
    -moz-box-shadow: 0 1px 20px 0px rgba(0,173,239,.5);
    box-shadow: 0 1px 20px 0px rgba(0,173,239,.5);
    background-color: #00adef;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(30,127,184,.5);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(30,127,184,.5);
    box-shadow: inset 0 1px 2px 0 rgba(30,127,184,.5);
    background-color: #00adef;
}

.btn-secondary {
    color: #000;
    background-color: rgba(77,77,77,.2);
}

.btn-secondary:hover {
    color: inherit;
    background-color: rgba(77,77,77,.3);
}

.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: inherit;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
    background-color: rgba(77,77,77,.4);
}

.btn i {
    margin-right: 5px;
    vertical-align: middle;
}
/*--------------------------------------------------------------
# mScroll plugin
--------------------------------------------------------------*/
.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -20px;
}

.mCSB_scrollTools {
    width: 2px;
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 2px;
    background-color: #c4c4c4;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
    right: -35px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: #b0b0b0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: auto;
    height: 2px;
    margin: 7px auto;
    background-color: #1e7fb8;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -9px;
    visibility: visible !important;
}

/*--------------------------------------------------------------
# Chosen plugin
--------------------------------------------------------------*/
.chosen-container {
    min-width: 130px;
}

.chosen-container-single .chosen-single {
    padding: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: normal;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    box-shadow: none;
    background: transparent;
    z-index: 333;
}

.chosen-container-single .chosen-single input[type="text"] {
    width: 100%;
    padding: 0 !important;
}

.chosen-container-single .chosen-single span {
    height: 100%;
    margin-right: 16px;
    line-height: 26px;
}

.chosen-container-single .chosen-single div {
    width: 16px;
}

.chosen-container-single .chosen-single div b {
    background: url(./images/layout/bg-filter.png) no-repeat 0 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 0 6px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-container .chosen-drop {
    width: 190px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,.1);
    background: #fff;
}

.chosen-container-single .chosen-search input[type=text] {
    border-color: #ededed;
    color: #6e7783;
    background: #fff;
}

.chosen-container .chosen-results {
    max-height: 192px;
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li {
    padding: 8px 6px;
    border-bottom: 1px solid #e0e0e0;
    text-transform: none;
    color: #1e7fb8;
}

.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.no-results:hover,
.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #1e7fb8;
}

.active-result.result-selected {
    background: none;
}

.chosen-container .chosen-results li.no-results {
    color: inherit;
    background: transparent;
}
/*reset chosen css*/
.chosen-container-single .chosen-single abbr {
    background: url(images/layout/chosen-sprite.png) -42px 1px no-repeat;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url(images/layout/chosen-sprite.png) no-repeat 100% -20px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url(images/layout/chosen-sprite.png) no-repeat -42px 1px no-repeat;
}

.chosen-rtl .chosen-search input[type="text"] {
    background: url(images/layout/chosen-sprite.png) no-repeat -30px -20px;
}

/*--------------------------------------------------------------
# Slick Carousel plugin
--------------------------------------------------------------*/
.slick-prev,
.slick-next {
    width: 32px;
    height: 32px;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    left: -40px;
    background: url(images/layout/arr-left.png) no-repeat center center;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    right: -40px;
    background: url(images/layout/arr-right.png) no-repeat center center;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
.header {
    padding-bottom: 25px;
}

.logo-link {
    display: block;
    width: 287px;
    height: 69px;
    background: url(images/layout/logo.svg) no-repeat;
}

.site-name-logo {
    background: url(images/layout/globus.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.logo-link:lang(fr) {
    background: url(images/layout/logo-fr.svg) no-repeat;
    background-size: cover;
    width: 300px;
}

.social_networks {
    position: absolute;
    top: 265px;
    left: 0;
    width: 30px;
    text-align: center;
    font-size: 12px;
    color: #8e8e8e;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.social_networks li {
    position: relative;
    padding: 6px 4px;
    background-color: #ededed;
}

.social_networks li:last-child {
    margin-top: 20px;
}

.social_networks li:after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 22px;
    height: 1px;
    background-color: #b0b0b0;
}

.social_networks li:nth-child(4):after,
.social_networks li:last-child:after {
    content: none;
}

.social_networks a {
    color: inherit;
}

ul.social_networks.social_networks_menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #8e8e8e;
    margin-top: 30px;
}

ul.social_networks.social_networks_menu li {
    position: relative;
    padding: 10px 17px 8px 17px;
    background-color: #ededed;
    background-image: url(images/layout/vertical-line.svg);
    background-repeat: no-repeat;
    background-size: 1px 29px;
    background-position: right center;
}

ul.social_networks.social_networks_menu li:nth-child(4) {
    background-image: none;
}

ul.social_networks.social_networks_menu li a {
    font-size: 14px;
}

ul.social_networks.social_networks_menu li:after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 22px;
    height: 1px;
    background-color: #ededed;
}

ul.social_networks.social_networks_menu > li:nth-child(5) {
    display: none;
}

.icon-soc-twitter:hover {
    color: #00aced;
}

.icon-soc-youtube:hover {
    color: #ff0000;
}

.icon-soc-linkedin:hover {
    color: #0077b5;
}

.icon-soc-rss:hover {
    color: #ff7d1f;
}

.icon-soc-print:hover {
    color: #1e7fb8;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Top Menu */
.header-bar {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 20px;
}

.header-bar__top-line {
    display: -ms-flex;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    flex-shrink: 0;
}
.btn-set-wraper {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;

}
.btn-set-wraper ul {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.btn-set-wraper ul li:not(:last-child){
    margin-right: 13px;
}

.btn-donations-custom .support-button {
    background-color: #CC4666;
    width: auto;
    height: auto;
    padding: 0px 15px;
}
.btn-donations-custom .support-button:hover {
    background-color: #DB606C;
}

.language-switcher-custom-btn > a,
.language-switcher-custom-btn > a:hover,
.language-switcher-custom-btn > a:focus {
    background-color: transparent;
    color: #474747;
    box-shadow: none;
    font-weight: 700;
}

.btn-search-custom > a,
.btn-search-custom > a:active,
.btn-search-custom > a:focus,
.btn-search-custom > a:hover {
    background-color: transparent;
    color: #474747;
    font-weight: 700;
}

.header-bar .logo-wrap {
    /* margin-top: 30px; */
    margin-right: 20px;
}

.header-bar .home-link {
    width: 14px;
    height: 16px;
    background: url("images/layout/house-grey.svg") no-repeat;
    background-size: 14px 16px;
    margin-left: auto;
    margin-top: 3px;
}

.header-bar .main-menu .menu-items .menu-home + .menu-item {
    margin-left: 15px;
}

body.home .header-bar .home-link,
.header-bar .home-link:hover {
    background-image: url("images/layout/house-blue.svg");
}

body.single-event {
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}


/* Main top navigation */

.header-bar .top-menu-wrap {
    margin-left: auto;
    display: block;
    width: 100%;
}

.menu-item a, .menu-more a {
    font-family: 'NotoSans';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: inherit;
}

.header-bar .main-menu {
    margin-top: 20px;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-bar .main-menu.second-menu {
    margin-top: 0;
}

.header-bar .main-menu,
.header-bar .sub-menu {
    display: flex;
}

.header-bar .main-menu .menu-items,
.header-bar .sub-menu .menu-items {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 30px;
}

.header-bar .sub-menu .menu-items > div {
    margin-left: 20px;
}

/* .header-bar .main-menu .menu-item:first-child, */
.header-bar .sub-menu .menu-item:first-child {
    margin-left: auto;
}

.header-bar .secondary-menu {
    position: relative;
}

.header-bar .secondary-menu .menu-items {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
}

.header-bar .secondary-menu .mCSB_container {
    margin-bottom: 0;
}

.header-bar .secondary-menu .mCSB_container .menu-item {
    margin-left: 30px;
}

.header-bar .secondary-menu .mCSB_container .menu-item:first-child {
    margin-left: 0;
}

.header-bar .menu-items .menu-item:not(.menu-home) {
    margin-left: 30px;
}

.header-bar .secondary-menu .mCSB_draggerContainer {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.header-bar .secondary-menu .mCSB_scrollTools {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    min-height: 30px;
    pointer-events: none;
}

.header-bar .secondary-menu .mCSB_buttonLeft,
.header-bar .secondary-menu .mCSB_buttonRight {
    background: url("images/layout/arr-right.png") no-repeat center center;
    pointer-events: all;
    width: 30px;
    height: 30px;
    opacity: 1;
    display: inline-block;
}

.header-bar .secondary-menu .mCSB_scrollTools:before,
.header-bar .secondary-menu .mCSB_scrollTools:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    width: 45px;
    z-index: -1;
}

.header-bar .secondary-menu .mCSB_scrollTools.left-arrow-hidden:before {
    opacity: 0;
    visibility: hidden;
}
.header-bar .secondary-menu .mCSB_scrollTools.right-arrow-hidden:after {
    opacity: 0;
    visibility: hidden;
}


.header-bar .secondary-menu .mCSB_scrollTools:before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
}

.header-bar .secondary-menu .mCSB_scrollTools:after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
}

.header-bar .secondary-menu .mCSB_buttonLeft {
    background: url("images/layout/arr-left.png") no-repeat center center;
}


.header-bar .secondary-menu .mCustomScrollBox {
    width: 100%;
}
.header-bar .secondary-menu .mCSB_container {
    display: flex;
}

.top-menu-wrap .menu-item > a {
    padding: 5px;
    font-family: 'NotoSans';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #3c3c3c;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.top-menu-wrap .secondary-menu .menu-item > a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}

.top-menu-wrap .sub-menu .menu-item > a,
.top-menu-wrap .sub-menu .menu-more {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #3c3c3c;
}

.top-menu-wrap .sub-menu .menu-item > a:hover,
.top-menu-wrap .sub-menu .menu-more:hover {

}

.header-bar .sub-menu .menu-more {
    margin-left: 20px;
}

.header-bar .main-menu .menu-item > div:not(.current-menu-item) > a {
    display: block;
    /* box-shadow: inset 0px 3px 0px 0px rgba(30, 127, 183,0.75); */
}

.header-bar .main-menu .menu-more {
    display: none;
    margin-left: 20px;
}

.header-bar .main-menu {
    margin-bottom: 10px;
}

.header-bar .menu-items > div > a:hover,
header .menu-more:hover,
.top-menu-wrap .secondary-menu .menu-item > a:hover,
.top-menu-wrap .secondary-menu .menu-item.current_page_item > a,
.header-bar .main-menu .menu-items > div.current-menu-item > a,
.header-bar .main-menu .menu-items > div.current-menu-parent > a,
div:not(.bottom-menu-line) > .menu-items > div.current-menu-parent > a,
.header-bar .top-menu-wrap .menu-more a:hover {
    color: #1e7fb8;
}

.header .sub-menu {
    display: none;
}

.header-bar .main-menu.second-menu .menu-item > a,
.header-bar .main-menu.second-menu .menu-more {
    text-transform: capitalize;
}

header .burger {
    display: none;
}

/* Current Menu */
.current-menu > li > a {
    margin-right: 15px;
    font-family: 'NotoSans';
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #1e7fb8;
}

.current-menu li.current-menu-parent > a {
    color: inherit;
}

.current-menu li.current-menu-parent > a:hover,
.current-menu li a:hover,
.filter-box li a:hover {
    color: #1e7fb8;
}

.current-menu li {
    display: inline-block;
    margin-right: 15px;
}

.current-menu li:last-child {
    margin-right: 0;
}

/* Copyright Menu */
.copyright-menu li {
    display: inline-block;
    margin-right: 35px;
}

.copyright-menu a {
    line-height: 22px;
    font-size: 12px;
    color: #1E7FB8;
}

/* Navigation & Pagination */
.post-navigation-wrapper {
    position: relative;
}

.post-navigation-wrapper.container {
    padding: 0 60px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
}

.post-navigation .nav-next {
    float: right;
}

.post-navigation .nav-previous a {
    padding-left: 30px;
    background: url("images/layout/arr-left.png") no-repeat left center;
}

.post-navigation .nav-next a {
    padding-right: 30px;
    background: url("images/layout/arr-right.png") no-repeat center right;
}

.pagination-wrapper {
    margin: 30px 0 40px;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
    margin: 0 6px;
    color: #1e7fb8;
}

.page-numbers li:first-child {
    margin: 0 6px 0 0;
}

.page-numbers li:last-child {
    margin: 0 0 0 6px;
}

.page-numbers a,
.page-numbers span {
    display: inline-block;
    width: 13px;
    line-height: 23px;
}

.page-numbers .current {
    font-family: 'NotoSans';
    font-weight: bold;
}

.page-numbers .prev {
    background: url(images/layout/arr-left.png) no-repeat;
}

.page-numbers .next {
    background: url(images/layout/arr-right.png) no-repeat;
}

/*--------------------------------------------------------------
# Wrappers
--------------------------------------------------------------*/
/******** Main ********/
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.container {
    padding: 0 0 0 60px;
    max-width: 100%;
}

.container.inner {
    max-width: 610px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    line-height: 22px;
}

.container + .container {
    margin-top: 75px;
}

.error {
    display: none;
    margin-bottom: 40px;
    clear: both;
}

.main-content {
    position: relative;
    padding: 26px 5px 15px;
}

.main-content > .row {
    height: calc(100% - 30px);
}

.main-content > .row > div,
.media-posts > .row {
    height: 100%;
}

.main-content.load-cards {
    padding: 0px;
}

.top-content {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 15px;
}

.top-content .btn-close {
    margin: 0 0 -1px 3px;
}

#filter_year_chosen.chosen-container {
    min-width: 116px;
}

#filter_year_chosen.chosen-container .chosen-drop {
    left: auto;
    right: 0;
}

.filter-box li {
    display: inline-block;
    margin-right: 28px;
    vertical-align: middle;
}

.filter-box li:last-child {
    margin-right: 0;
}

.filter-box li.active > a {
    font-family: 'NotoSans';
    font-weight: bold;
}

.filter-box li div.styled-select.slate select {
    border-bottom: none;
    text-transform: uppercase;
    width: 90px;
    background-position: right 11px;
    margin-top: 0;
}

.progress-box {
    height: 2px;
    margin-right: -60px;
    background-color: #b0b0b0;
}

.progress-box .progress {
    max-width: 100%;
    height: 100%;
    background-color: #1e7fb8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.container-btn-more-posts {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 100%;
    margin-top: -16px;
    background: white;
    z-index: 2;
    opacity: 0.9;
}

body.body-background div.container-btn-more-posts {
    background: transparent;
}

div.container-scroll-left {
    position: absolute;
    top: 160px;
    left: 0px;
    width: 60px;
    height: calc(100% - 160px - 80px);
    min-height: 359px;
    margin-top: -16px;
    background: white;
    z-index: 0;
    opacity: 0.9;
}

body.page-template-template-staff-list div.container-scroll-left {
    top: 188px;
}

a.btn-more-posts {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url(images/layout/arr-right.png) no-repeat center center;
}

a.btn-scroll-left {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url(images/layout/arr-right.png) no-repeat center center;
    transform: scaleX(-1);
}

.btn-close {
    width: 14px;
    height: 17px;
    background: url(images/layout/close.png) no-repeat top 6px right 0px;
}

/******** Cards  ********/
.card-wrap {
    height: 100%;
    min-height: 250px;
    padding: 0 10px;
}

.card.dropdown-visible {
    overflow: unset;
}

.card {
    display: block;
    padding: 18px 20px 38px;
    border: none;
    border-top: 2px solid #1e7fb8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    border-radius: 0;
}

.card p {
    line-height: 22px;
    margin-bottom: 10px;
}

.card p strong {
    letter-spacing: 0;
}

.card .note-box {
    font-family: 'NotoSans';
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    background: rgba(224, 224, 224, 0.5);
    color: #4F4F4F;
    padding: 7px 20px;
    margin: 0 -20px;
}

.card ul {
    margin-bottom: 12px;
}

.card li {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.card li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #4F4F4F;
    font-size: 12px;
}

.main-content div[class^="col"] p:last-child {
    margin-bottom: 0;
}

.card.blue-full {
    background: #1E7FB8;
    color: #fff;
}

.use-thumbnail {
    position: relative;
    margin: -18px -20px 5px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.use-thumbnail * {
    position: relative;
    color: #fff !important;
    z-index: 2;
}

.use-thumbnail.top {
    height: 90px;
}

.use-thumbnail.full {
    margin: 0;
    background-size: cover;
}

.use-thumbnail.full.blue-btm:after,
.card.blue-transp:after,
.card.blue-transp-solid:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,143,213,0) 56%, rgba(0,143,213,0.71) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,143,213,0) 56%,rgba(0,143,213,0.71) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,143,213,0) 56%,rgba(0,143,213,0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b5008fd5',GradientType=0 );
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    /*opacity: 0;*/
}

.use-thumbnail.full.grey-btm:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(157, 157, 157, 0) 56%, rgba(157, 157, 157,0.71) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(157, 157, 157,0) 56%,rgba(157, 157, 157,0.71) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(157, 157, 157,0) 56%,rgba(157, 157, 157,0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b5008fd5',GradientType=0 );
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    /*opacity: 0;*/
}
/*.use-thumbnail.full:hover:after {
    opacity: 1;
    }*/
    .card.blue-transp:after {
        background: -moz-linear-gradient(top, rgba(51,51,51,0.8) 0%, rgba(0,143,213,0.2) 29%, rgba(0,55,82,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(51,51,51,0.8) 0%,rgba(0,143,213,0.2) 29%,rgba(0,55,82,0.7) 100%);
        background: linear-gradient(to bottom, rgba(51,51,51,0.8) 0%,rgba(0,143,213,0.2) 29%,rgba(0,55,82,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc333333', endColorstr='#b3003752',GradientType=0 );
    }

    .card.blue-transp-solid:after {
        background: none;
        background: rgba(2, 142, 213, 0.5);
    }

    .card.dark-over:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .card.no-border {
        border: none;
    }

    .card.no-padd {
        padding: 0;
    }

    .card.scroll-box {
        padding: 0;
    }

    .card.scroll-box .mCSB_container {
        padding: 18px 20px;
    }

    .use-thumbnail.plus:before {
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        top: 50%;
        left: 50%;
        background: url(images/layout/plus.png) no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .cpt-label {
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 3px;
        padding: 2px 4px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'NotoSans';
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        color: #fff;
        background-color: #1e7fb8;
    }

    .cpt-label.transp {
        background: rgba(255, 255, 255, 0.3);
    }

    .cpt-label.icon-video {
        font-family: 'NotoSans' !important;
        font-weight: bold !important;
    }

    .cpt-icon.icon-video:after,
    .cpt-label.icon-video:after {
        content: "";
        display: inline-block;
        margin: 2px 0 4px 6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #ffffff;
        vertical-align: middle;
    }

    .cpt-icon.icon-video:after {
        margin: 0px 0 3px 2px;
    }

    .cpt-status {
        position: absolute;
        right: 20px;
        top: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'NotoSans';
        font-size: 12px;
        font-weight: bold;
        color: #1E7FB8;
    }

    .use-thumbnail:not(.full) .cpt-label {
        margin: 20px 0 0 20px;
    }

    .upper {
        text-transform: uppercase;
    }

    .no-transform {
        text-transform: none;
    }

    .cpt-icon {
        display: block;
        font-size: 10px;
        width: 19px;
        height: 18px;
        background: #1E7FB8;
        color: #fff;
        line-height: 22px;
        text-align: center;
        margin-bottom: 15px;
        margin-left: 3px;
    }

    .cpt-icon:hover {
        color: #fff;
    }

    .cpt-bottom {
        position: absolute;
        bottom: 18px;
        width: calc(100% - 60px);
        z-index: 2;
    }

    .cpt-bottom a,
    .card-list a,
    .post-navigation-wrapper a,
    .link {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'NotoSans';
        font-weight: bold;
        color: #1e7fb8;
    }

    .cpt-bottom span {
        color: #c9c9c9;
        float: right;
    }

    .card .cpt-bottom i {
        font-size: 12px;
    }

    .card.blue-full .cpt-bottom a {
        color: #fff;
    }

    .card.closed {
        border-color: #eb5757;
    }

    .card.closed .cpt-icon {
        background: #eb5757;
    }

    .card.closed .cpt-status {
        color: #eb5757;
    }

    .card ul.card-list {
        margin-bottom: 0;
    }

    .card .card-list li {
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
        flex: 1;
        display: flex;
    }

    .card .card-list li:last-child {
        margin-bottom: 0;
    }

    .card .card-list li > a {
        align-self: center;
    }

    .card .card-list i {
        position: static;
        margin-right: 14px;
        padding: 4px;
        font-size: 10px;
        color: #fff;
        background-color: #1e7fb8;
    }

    .card-example {
        height: auto !important;
    }

    .card-example .card-wrap {
        margin-bottom: 30px;
    }

    .card-example .card {
        height: 350px;
    }

    .card-example h2 {
        margin-bottom: 1.5rem;
        font-family: 'NotoSans';
        font-size: 28px;
        line-height: 36px;
        font-weight: bold;
        color: inherit;
    }

    /* Color Scheme */
    .blue-scheme {
        color: #fff;
        background: url(images/layout/fond_v2.png) no-repeat;
        background-size: cover;
        overflow: hidden;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }

    .blue-scheme:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(29,118,171,.8);
        z-index: -1;
    }

    .blue-scheme.burger-body:after {
        display: none;
    }

    body.burger-body {
        background: white;
    }

    .blue-scheme .main-wrapper {
        position: relative;
        min-height: 100%;
        padding-bottom: 131px;
        z-index: 1;
    }

    .blue-scheme .logo-link {
        background-image: url(images/layout/logo-white.svg);
    }

    .blue-scheme .logo-link:lang(fr) {
        background-image: url(images/layout/logo-white-fr.svg);
    }

    body.blue-scheme .header-bar .home-link {
        background: url(images/layout/home-white.png) no-repeat;
    }

    .blue-scheme .copyright-menu a,
    .blue-scheme .current-menu li.current-menu-parent > a:hover,
    .blue-scheme .current-menu li a:hover,
    .blue-scheme .filter-box li a:hover,
    .blue-scheme .header-bar .top-menu-wrap a,
    .blue-scheme .header-bar .top-menu-wrap a:hover {
        color: #fff;
    }

    .blue-scheme .header-bar .top-menu-wrap .popup a {
        color: rgb(60, 60, 60)
    }

    .blue-scheme .header-bar .top-menu-wrap .popup a:hover {
        color: #1e7fb8
    }

    .blue-scheme .social_networks {
        color: rgba(255,255,255,.6);
    }

    .blue-scheme .social_networks li {
        background-color: rgba(255,255,255,.2);
    }

    .blue-scheme .social_networks li:after {
        background-color: rgba(255,255,255,.6);
    }

    .blue-scheme .inner-box {
        width: 650px;
    }

    .blue-scheme .main-content {
        min-height: auto;
        padding: 0;
    }

    .blue-scheme .main-content > .row {
        height: 100%;
    }

    .blue-scheme .main-content > .row > div {
        height: auto;
    }

    .blue-scheme .inner-box h1 {
        margin-bottom: 1.3rem;
        line-height: 44px;
        font-size: 32px;
    }

    .blue-scheme .inner-box p {
        margin-bottom: 20px;
        line-height: 22px;
    }

    .blue-scheme .inner-box .mt-auto a {
        padding: 5px 15px 4px;
        border: 1px solid #fff;
        text-transform: uppercase;
        text-align: center;
        font-family: 'NotoSans';
        font-weight: bold;
        color: #1e7fb8;
        background-color: #fff;
    }

    .blue-scheme .inner-box .mt-auto a + a {
        margin-left: 17px;
        color: #fff;
        background-color: transparent;
    }

    .blue-scheme .footer {
        margin-top: -163px;
        z-index: 1;
    }

    .blue-scheme .footer:before {
        content: none;
    }

    .blue-scheme .btn-primary,
    .blue-scheme .btn-primary:focus,
    .blue-scheme .btn-primary:not(:disabled):not(.disabled):active {
        color: #1e7fb8;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
    }

    .blue-scheme .btn-secondary {
        color: #000;
        background-color: rgba(242,243,244,.4);
    }

    .blue-scheme #btn-search {
        display: none;
    }

    .blue-scheme footer {
        background: transparent;
    }

    .blue-scheme .burger {
        background-image: url("images/layout/burger-white.svg");
    }

    /*About-IARC*/


    .page-nav {
        font-family: 'NotoSans';
        font-weight: normal;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 16px;
        text-align: center;
        overflow: hidden;
    }

    .page-nav > * {
        display: inline-block;
    }

    .page-title, .page-letters, .page-search {
        margin-top: 10px;
    }

    .page-title {
        min-width: 86px;
    }

    .whoswho {
        padding-left: 5px;
    }

    .whoswho.page-nav select {
        padding: 0;
        border-bottom: none;
        text-transform: uppercase;
        background-position: right 15px;
    }

    .whoswho.page-nav select:focus::-ms-value {
        background-color: transparent;
    }
    .whoswho.page-nav select::-ms-expand {
        display: none;
    }
    .page-section {
        text-transform: uppercase;
    }

    .page-letters a {
        padding: 0 4px;
    }

    .page-letters-filtered {
        display: block;
        z-index: 1;
        text-align: left;
    }

    .page-letters-filtered.scroll-stick.on {
        width: 100%;
        background: white;
        padding: 14px 58px;
        text-align: left;
        left: 0;
        top: 0;
    }

    .page-search {
        display: block;
    }

    .page-search form {
        padding: 0;
    }

    .whoswho.page-nav .page-search input {
        border-bottom: none;
        padding: 10px 0;
        min-width: 160px;
    }

    .whoswho.page-nav .page-search input::placeholder {
        color: black;
        text-transform: uppercase;
    }

    .whoswho.page-nav .page-search input:focus {
        padding: 10px 0 9px 0;
        width: 100%;
        text-align: left;
    }

    .whoswho.page-nav .page-search input:focus::placeholder {
        padding: 0;
        width: 400px;
        color: #BDBDBD;
        padding-bottom: 9px;
    }

    .whoswho.page-nav .page-search input:focus::placeholder {
        text-transform: unset;
    }


    .whoswho select.section-desktop.show-bold {
        font-weight: 900;
    }

    .whoswho-section-contacts .cpt-bottom a {
        text-transform: lowercase;
    }

    .border-top-transp {
        border-top: 2px solid transparent;
    }

    .director-and-his-team {
        background-position: 0% 100%;
    }

    .communications-group {
        background-position: 71% 100%;
    }

    .education-and-training-group {
        background-position: 30% 100%;
    }

    .donations {
        background-position: 100% 75%;
    }

    .icon-soc-linkedin {
        font-size: 16px;
    }

    .border-top-none {
        border-top: none;
    }

    div.border-top-shadow {
        border-top: none;
        padding-top: 5px;
    }

    .persons-img {
        width: 44%;
        height: 100%;
        float: left;
        background-color: #DFEDF0;
        background-size: cover;
        background-position: center;
    }

    .persons-page-img {
        height: 250px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .whoswho-person.testimonial .persons-page-img {
        height: 350px;
        background-size: contain;
    }

    .whoswho-person.testimonial .accordion {
        margin-top: 10px;
    }

    .persons-info {
        width: 56%;
        float: right;
        padding: 20px;
        font-size: 14px;
    }

    .persons-name, .persons-lastname {
        color: #1E7FB8;
        font-family: 'NotoSans';
        font-weight: bold;
        line-height: 21px;
    }

    .persons-position {
        font-family: 'NotoSans';
        font-weight: normal;
        margin: 2px 0 12px 0;
        line-height: 21px;
    }

    .persons-lastname {
        text-transform: uppercase;
    }


    /******** Who's who-person  ********/
    .text-styles {
        font-family: 'NotoSans';
        font-weight: normal;
        font-size: 14px;
    }

    .text-bold {
        font-family: 'NotoSans';
        font-weight: bold;
    }

    .box-shadow {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    }

    .main-border {
        border-bottom: 1px solid #dee2e6;
    }

    .whoswho-person {
        max-width: 610px;
        margin: 0 auto;
    }

    .whoswho-person .person-card {
        padding: 20px;
    }

    .person-card img {
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .person-card-name {
        color: #000;
        font-size: 14px !important;
        letter-spacing: 1px;
    }

    .person-card-position {
        display: block;
        text-transform: initial;
        font-size: 13px;
        margin-top: 12px;
        letter-spacing: 1px;
    }

    .person-card-specialty {
        line-height: 21px;
        margin-right: 20px;
    }

    .table-information tr.box-shadow th {
        border-bottom: 1px solid #dee2e6 !important;
        border-right: 1px solid #dee2e6;
    }

    .table-information tr.box-shadow th:last-child {
        border-right: none;
    }

    .person-content a, .person-content a:hover {
        color: #1E7FB8;
    }

    .about-form .form-group {
        margin-bottom: 0;
    }

    .form-ddl .chosen-single div {
        right: 14px;
    }

    .form-ddl .chosen-single span {
        text-align: right;
        color: #1E7FB8;
        padding-right: 25px;
    }

    .form-ddl .chosen-container-single .chosen-single div b {
        background: url(images/layout/arr-down.png) no-repeat 0 10px;
    }

    .form-ddl .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: 0 0;
    }

    .form-ddl .chosen-container .chosen-drop {
        width: 100%;
    }

    .form-ddl .chosen-container .chosen-results li {
        font-size: 13px;
        padding: 8px 2px 8px 4px;
    }

    .form-ddl .chosen-container-single .chosen-single {
        margin-top: 21px;
    }

    .card-list {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    /******** Research ********/
    .research .card-wrap, .research .card {
        height: 165px;
        min-height: 165px;
    }

    .research .card-wrap {
        margin-bottom: 20px;
        padding-bottom: 0;
        display: block;
    }

    .research-sections {
        background-position: 21% 100%;
    }

    .use-thumbnail.full.cancer-topics {
        background-position: 10% 0%;
        background-size: 186%;
    }

    .use-thumbnail.full.iarc-monographs {
        background-position: 44% 59%;
        background-size: 335%;
    }

    .obesity-increases {
        background-size: cover;
    }

    .cancer-prevention {
        background-position: 100% 48%;
        margin-bottom: 14px;
    }

    .icon-label-vial:before {
        margin: 0px 2px 3px 0;
    }

    .research-sections h3, .research-sections p {
        color: #000 !important;
    }

    .research-sections .ddl .chosen-container span {
        float: left;
        padding-right: 0;
        text-overflow: initial;
        white-space: initial;
        height: auto;
        margin-right: 10px;
    }

    .research-sections .placeholder-width .chosen-single span {
        max-width: 69%;
        line-height: 23px;
        position: relative;
        margin-right: 0;
        padding-right: 16px;
    }

    .research-sections .placeholder-infections .chosen-single span {
        max-width: 66%;
    }

    .placeholder-infections .chosen-container .chosen-drop {
        top: 34%;
    }

    .research-sections .chosen-container-single a {
        height: auto;
    }

    .research-sections .chosen-single {
        float: left;
    }

    .research-sections .chosen-container-single .chosen-single div {
        position: static;
        float: left;
        height: 18px;
    }

    .link-list {
        margin-top: 19px;
    }

    .link-list li {
        padding: 0;
    }

    .link-list li a {
        font-family: 'NotoSans';
        font-weight: normal;
        font-size: 14px;
        color: #1E7FB8;
    }

    .research-sections .cpt-label {
        margin-bottom: 7px;
        margin-left: 5px;
    }

    .ddl .chosen-container-single .chosen-single {
        margin-top: 0;
    }

    .ddl .chosen-single span {
        text-align: left;
        float: left;
        padding-right: 0;
        text-overflow: initial;
        white-space: initial;
        height: auto;
        margin-right: 10px;
    }

    .ddl .chosen-single div {
        left: 88px;
        position: static;
        float: left;
        height: 18px;
    }

    .research-sections .chosen-single span:after {
        position: absolute;
        top: 0;
        right: 0;
        content: url(./images/layout/arr-down.png);
    }

    .research-sections .chosen-container-active.chosen-with-drop .chosen-single span:after {
        transform: rotate(180deg);
        top: 2px;
    }


    .ddl .chosen-drop {
        background: #ffffffe6;
    }

    .research-slider-content {
        height: 100%;
    }

    .research-slider-content .cancer-prevention {
        height: 90px;
    }

    .slide-height {
        height: 350px;
    }

    .research-slider.card {
        padding: 0;
    }

    .research-slider h3 {
        padding: 15px 15px 0 15px;
    }

    .research-slider p {
        padding: 0 15px;
    }

    .research-slider .use-thumbnail {
        margin: 0;
    }

    .research-slider ul.slick-dots {
        bottom: 0;
        margin-bottom: 0;
        padding-bottom: 7px;
        background: white;
        overflow: hidden;
    }

    .research-slider .slick-arrow {
        top: auto;
        bottom: -10px;
        z-index: 1;
    }

    .research-slider .slick-arrow.slick-next {
        right: 5px;
    }

    .research-slider .slick-arrow.slick-prev {
        left: 5px;
    }

    .research-slider .slick-dots li button::before, .featured-news-slider .slick-dots li button::before {
        content: url(./images/layout/slick-square.svg);
        font-size: 17px;
    }

    .research-slider .cpt-bottom {
        position: relative;
    }

    div.slick-track > .card-wrap {
        min-width: 180px;
    }

    div.slick-track > .card-wrap div.cpt-bottom {
        width: 100%;
    }

    div.slick-track div.slick-slide > div > div.col-3 {
        max-width: none;
        min-width: unset;
    }

    div.slick-track div.slick-slide > div > div.card-wrap {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .research-sections .form-ddl .chosen-container-single .chosen-single div b {
        background: none;
    }
    /******** Main ********/
    .main .card-wrap {
        min-height: 165px;
        margin-bottom: 5px;
        display: block;
    }

    .main .card {
        height: 165px;
    }

    .main .use-thumbnail {
        margin-bottom: 15px;
    }

    .main .small-card .use-thumbnail {
        margin-bottom: 0;
    }

    .main .card.no-border.use-thumbnail.full.dark-blue-bg.upper {
        padding-top: 14px;
    }

    .iarc-news {
        background-position: 100% 70%;
    }

    .featured-news {
        background-position: 100% 68%;
    }

    .featured-news .show-single {
        text-transform: none;
        letter-spacing: 0;
    }

    .use-thumbnail.full.red-btm:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c15d93+0,b03366+50,b03366+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(193,93,147,0) 0%, rgba(176,51,102,0.5) 50%, rgba(176,51,102,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(193,93,147,0) 0%,rgba(176,51,102,0.5) 50%,rgba(176,51,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(193,93,147,0) 0%,rgba(176,51,102,0.5) 50%,rgba(176,51,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c15d93', endColorstr='#b03366',GradientType=0 ); /* IE6-9 */
    }

    .featured-news .cpt-label {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .featured-news-slider .featured-news .cpt-label {
        background-color: #1e7fb8;
    }
/*
.main h2 {
    font-family: "Source Sans Pro";
    font-size: 20px;
    color: white;
    letter-spacing: 3px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}
*/
.gco-logo {
    width: 48px;
    height: 48px;
    margin-top: -5px;
    background-repeat: no-repeat;
}

div.card.cancer-today-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}

.cancer-today-container {
    padding-bottom: 15px;
    display: flex;
}

.cancer-today-container td.cancer-today-headers {
    width: 200px;
}

.cancer-today-container h2 {
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    white-space: nowrap;
}

.cancer-today form select,
.cancer-today form select:focus {
    max-width: 100%;
    float: left;
    border: 0;
    background: transparent;
    text-indent: 1px;
    background-image: url(./images/layout/arr-down.svg);
    background-repeat: no-repeat;
    background-position: right 15px;
    color: white !important;
    padding-left: 0;
    padding-right: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.cancer-today form select::-ms-expand {
    display: none;
}

.cancer-today form select > option {
    color: #3C3C3C;
    font-weight: normal;
}

.cancer-today input[type=submit]:hover {
    color: white;
}

a.cancer-today-container.external-link-icon:after {
    content: "";
}

h2.cancer-today-selects-header {
    color: white;
    font-size: 18px;
    padding-bottom: 10px;
}

.main .ddl {
    display: inline-block;
    margin-top: 10px;
}

.cancer-today:first-of-type {
    z-index: 4;
}

.cancer-today {
    z-index: 3;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cancer-today .form-ddl {
    width: 85%;
    float: left;
}

.cancer-today form {
    padding: 0;
}

.cancer-today .form-ddl .chosen-container-single .chosen-single {
    margin-top: 10px;
}

.cancer-today .form-ddl .chosen-single span {
    text-align: left;
    float: left;
    padding-right: 7px;
    margin-right: 0;
    overflow: initial;
    letter-spacing: 0.5px;
}

.cancer-today .form-ddl .chosen-single div {
    position: relative;
    float: left;
    right: 0;
}

.cancer-today .cancer-today-submit, .cancer-today .cancer-today-submit:hover {
    background-color: transparent;
    float: right;
    width: 15%;
    padding: 12px 0 16px;
    text-align: right;
}

.cancer-today .form-ddl .chosen-container-single .chosen-single div b {
    background: url(images/layout/arr-down.svg) no-repeat 0 10px;
}

.cancer-today .form-ddl .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 0 7px;
}

.cancer-today .chosen-container .chosen-results li {
    color: #1e7fb8 !important;
}

.cancer-today .chosen-container .chosen-results li.highlighted {
    color: #fff !important;
}

.dark-blue-bg {
    background: rgb(30,127,184); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,127,184,1) 0%, rgba(30,127,184,1) 37%, rgba(18,87,128,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,127,184,1) 0%,rgba(30,127,184,1) 37%,rgba(18,87,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,127,184,1) 0%,rgba(30,127,184,1) 37%,rgba(18,87,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e7fb8', endColorstr='#125780',GradientType=0 ); /* IE6-9 */
}

.main .cpt-label {
    margin-left: 0;
}

.main .cpt-label i::before {
    padding-right: 3px;
}

.main .cpt-label img {
    display: inline;
    padding-right: 3px;
}


.use-thumbnail.full.gray-overlay:after, .card.blue-transp:after, .card.blue-transp-solid:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.slider-arr-top .slick-next {
    background: url(images/layout/arr-left-white.svg) no-repeat center center;
    top: 28px;
    right: 10px;
}

.slider-arr-top .slick-prev {
    background: url(images/layout/arr-left-white.png) no-repeat center center;
    top: 28px;
    z-index: 1;
    left: auto;
    right: 45px;
}

.evaluation-bg {
    background-position: 100% 100%;
}

.publications {
    background-position: 67% 100%;
}

.youtube-video .cpt-bottom a {
    text-transform: none;
}

.small-card {
    height: 75px;
    padding: 0px 14px;
}

.main .small-card {
    min-height: 75px;
}

.small-card .card {
    height: 75px;
}

.tv-img {
    background-image: url(../images/content/tv.png);
    height: 67px;
    width: 89px;
    position: absolute;
    bottom: 0;
    right: 25px;
}

.tv .cpt-bottom {
    bottom: 17px;
}

.tv .cpt-bottom a {
    line-height: 21px;
}

.gray-border {
    border-bottom: 1px solid #ffffff33;
}

.gray-border-top {
    border-top: 1px solid #ffffff33;
}

.press-releases .card {
    padding-top: 12px;
}

.youtube-video .card {
    padding-top: 16px;
}

.youtube-video .cpt-bottom {
    bottom: 18px;
}

.youtube-video .cpt-bottom a {
    line-height: 21px;
    letter-spacing: 0;
}

.card.featured-news-slider {
    padding: 0;
    margin: 0;
}

.featured-news-slider .slick-dots li button::before {
    content: url(./images/layout/slick-square-white.svg);
    font-size: 17px;
}

.featured-news-slider .slick-dots {
    top: 9px;
    right: 8px;
    bottom: auto;
    left: auto;
    width: auto;
}

.blue-btm-large:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 12%, rgba(0,143,213,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 12%,rgba(0,143,213,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 12%,rgba(0,143,213,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3008fd5',GradientType=0 ); /* IE6-9 */
}

.main .slick-dotted.slick-slider {
    margin-bottom: 0;
}


/******** Cards ********/
.card p {
    max-height: 220px;
    overflow: hidden;
}

/******** Publications ********/
.publications .text-padd {
    padding: 21px 17px 38px;
}

.publications .icon-label-publication {
    font-size: 9px;
    padding: 2px 6px 0 2px;
}

.publications .icon-label-journal {
    padding: 0 5px 0 0;
}

.publications .journal-articles {
    background-position: 100% 50%;
}

.publications .card span img {
    padding: 0 10px 2px 1px;
}

/******** Specials ********/
.box-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    padding: 25px;
}

.container.specials {
    padding: 0;
}

.specials {
    line-height: 22px;
}

.specials form {
    padding: 0;
}

.specials h3 {
    display: inline-block;
    margin-bottom: 0;
}

.specials h1 {
    margin-bottom: 1.8rem;
}

.specials p {
    margin-bottom: 10px;
}

.specials span {
    font-size: 14px;
}

/*custom-checkbox*/
.checkbox {
    padding-left: 1px !important;
}

.checked-icon {
    background-image: url(./images/layout/checked.png);
    height: 8px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #BDBDBD;
    border-radius: 0;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .checked-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 31%;
    left: 6%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .checked-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .checked-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

.specials .specials-form label {
    width: unset;
    padding: 4px 8px 0 0;
    letter-spacing: 0;
    cursor: pointer;
}

div.specials form.specials-form {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    padding: 20px;
}

.specials .specials-form .checkbox label {
    text-align: left;
}

.checkbox-two-lines .cr {
    margin-top: 0;
}

.specials .specials-form input {
    padding: 18px 0 11px !important;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
}

.specials .specials-form .btn {
    padding: 13px !important;
    margin-top: 7px;
    background-color: #1E7FB8;
    height: 46px;
}

.specials .specials-form .btn:hover {
    color: white;
}

.dropdown-text {
    display: inline-block;
    position: absolute;
    top: 9px;
}

.specials-form .form-control:focus {
    box-shadow: none;
}

.no-box-shadow {
    box-shadow: none !important;
}

.link-styles a {
    color: #1E7FB8;
    font-size: 14px;
    font-family: 'NotoSans';
    font-weight: bold;
}

.bottom-menu {
    text-align: center;
}
.specials div.bottom-menu {
    white-space: nowrap;
}

/*select styles*/
.styled-select {
    overflow: hidden;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    width: 268px;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(./images/layout/bg-filter.png);
    background-repeat: no-repeat;
    background-position: right 13px;
}

#donation-form .form-group select {
    background-position: right 22px;
}

.styled-select.slate select {
    border: none;
    border-bottom: 1px solid #BDBDBD;
    font-size: 16px;
    height: 30px;
    width: 100%;
    padding-left: 0px;
    font-family: 'NotoSans' !important;
    font-weight: normal !important;
    font-size: 13px;
    border-radius: 0;
    color: #464646;
    margin-top: 10px;
}

.select-year-width .styled-select.slate {
    min-width: 130px;
}

.centered-text {
    display: block;
    text-align: center;
}
/******** Special search result & Staff publications ********/
.special-search-result .top-text {
    font-family: 'NotoSans';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
}

.top-text a {
    margin-left: 10px;
}

.special-search-result .page-nav {
    display: block;
    overflow: hidden;
}

.special-search-result h3 {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
}

.close-image {
    width: 11px;
    height: 11px;
}

.container-width {
    max-width: 610px;
    margin: 0 auto;
    overflow: hidden;
}

.special-search-result .year-line {
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: row;
}

.special-search-result .year {
    width: 2.7rem;
    color: #B1B1B1;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'NotoSans';
    font-weight: bold;
}

.special-search-result .line {
    border-bottom: 1px solid #bdbdbd;
    margin-top: 9px;
    margin-bottom: 9px;
    flex: auto;
}

.special-search-result .filter-close {
    white-space: nowrap;
}

.special-search-result .form-group select {
    background-position: top 11px right 0px;
}

.specials-block {
    overflow: hidden;
    font-family: 'NotoSans';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.blue-title {
    color: #1E7FB8;
    margin-top: 10px;
}

.blue-title-highlighted {
    font-family: 'NotoSans';
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #1E7FB8;
}

.specials-result-author {
    margin-top: 7px;
}

.specials-result-content {
    margin-top: 10px;
}

.specials-result-content .blue-title-highlighted, .specials-result-author .blue-title-highlighted {
    border: 0;
}

.blue-title-highlighted .blue-title-highlighted {
    border: 0;
}

.special-search-result .metric {
    display: block;
    margin-top: 13px;
    padding-bottom: 10px;
}

.special-search-result .styled-select.slate select {
    border-bottom: 1px solid transparent;
}

.special-search-result .styled-select.slate {
    border-bottom: 1px solid transparent;
    width: 100%;
    max-width: 130px;
}

.special-search-result .left-block {
    margin-top: 5px;
}

.staff-publications .styled-select.slate {
    border-bottom: 1px solid transparent;
    width: 108px;
}

.staff-publications div.year-filter {
    margin-right: 0;
}

.staff-publications a i.icon-arrow-more {
    margin-left: 5px;
    font-size: 0.9em;
}

/******** Media Centre ********/
.twitter-box {
    height: 100%;
}

.single-twit {
    position: relative;
    margin-bottom: 24px;
}

.single-twit:last-child {
    margin-bottom: 0;
}

.single-twit .twit a {
    color: #1E7FB8;
}

.twit-top {
    min-height: 29px;
    margin-bottom: 5px;
    line-height: 29px;
    background: url(images/layout/twit-label.png) no-repeat top right;
}

.twit-top .organization {
    font-family: 'NotoSans';
    font-weight: bold;
}

.twit-top .author {
    text-transform: uppercase;
    color: #c9c9c9;
}

.twit-top .author > span {
    text-transform: none;
}

/******** RSS Feeds & Contact ********/
.rss-carousel {
    padding: 0;
}

.rss-carousel .slick-slider,
.rss-carousel .slick-track,
.rss-carousel .slick-slide {
    height: 100%;
}

.rss-carousel .slick-list {
    height: 100%;
    margin: -20px 0;
    padding: 20px 0;
}

.rss-carousel .slick-prev {
    display: none !important;
}

.contact-form {
    padding: 25px 25px 15px;
}

/******** About pages ********/
.container.inner form.donation-form {
    margin: 30px 0 42px;
    padding: 28px 25px;
    font-size: 13px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}

.donation-form .hidden-box {
    display: none;
}

.donation-form .box-left {
    width: 340px;
    margin-top: 30px;
    padding-right: 40px;
    float: left;
}

.donation-form .box-left > div {
    float: left;
}

.donation-form .box-left > div + div {
    padding-left: 30px;
    width: 180px;
}

.donation-form .box-right {
    width: 182px;
    margin-top: 30px;
    float: left;
}

.donation-form .box-right span {
    display: inline-block;
    line-height: 22px;
}

.donation-form .radio-box {
    margin-top: 30px;
}

.donation-form .radio-box + input {
    width: 208px;
    padding: 23px 0 15px !important;
    margin-bottom: 10px;
}

.donation-form h3 {
    margin-bottom: 0;
}

.donation-form label {
    margin: 0 16px 0 0;
    padding: 14px 0;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'NotoSans';
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
}

.donation-form div.checkbox label {
    text-align: left;
}

.donation-form ::-webkit-input-placeholder {
    color: #bdbdbd;
}

.donation-form ::-moz-placeholder {
    color: #bdbdbd;
}

.donation-form :-moz-placeholder {
    color: #bdbdbd;
}

.donation-form :-ms-input-placeholder {
    color: #bdbdbd;
}


.donation-form input[type=radio] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.donation-form input[type=radio]:checked + label {
    color: #1e7fb8;
    background-color: rgba(30, 127, 184, 0.2);
}

.donation-form textarea {
    max-height: 30px;
    padding: 30px 0 8px;
    margin-bottom: 0;
}

.donation-form .chosen-container {
    margin-top: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
}

.donation-form .chosen-container-single .chosen-single span {
    color: #464646;
}

.donation-form .btn-row {
    padding-top: 30px;
}

.donation-form input[type=submit] {
    float: left;
}

.donation-form button[type=reset] {
    margin-top: 14px;
    padding: 0;
    float: right;
}

#donation-form .form-group span button.btn-primary {
    color: #fff;
    background-color: #1e7fb8;
}

.card-wrap.height {
    height: 390px;
    margin-top: -10px;
}

.height .card {
    height: 370px;
}

.height .card-list a {
    letter-spacing: 0;
}
/******** Single Post ********/
.single .main-wrapper,
.search .main-wrapper {
    min-height: 100%;
    padding-bottom: 124px;
}

.single .container.inner > a {
    font-family: 'NotoSans';
    font-weight: bold;
    color: #1e7fb8;
}

.single .container.inner > a:last-child {
    margin: 25px 0 0;
}

.single h1 + img {
    width: 100%;
    margin-bottom: 30px;
}

.single hr {
    height: 2px;
}

.single:not(.single-cards_page) .footer:before,
.search .footer:before {
    content: "";
}


@media (min-width: 591px) {
    .close-reading-mode {
        position: absolute;
        top: 0;
        left: 50%;
        width: 176px;
        margin-left: -88px;
        margin-top: 7px;
    }
}

@media (max-width: 590px) {
    .nav-links a {
        font-size: 0;
        width: 20px;
        height: 20px;
    }
    .post-navigation-wrapper.container {
        padding: 0 15px;
    }

    .close-reading-mode {
        float: left;
        text-align: center;
        position: absolute;
        bottom: 1px;
        width: calc(100% - 50px * 2);
        left: 50px;
    }
}

a.isolated {
    display: block;
    margin: 25px 0;
    letter-spacing: 1px;
    font-family: 'NotoSans';
    font-weight: bold;
    color: #1e7fb8;
}

/******** Search & 404 ********/
.search .top-content {
    margin-bottom: 30px;
}

.search-form {
    padding: 0;
    z-index: 1;
}

.search-form label {
    width: calc(100% - 104px);
}

.search-form span {
    text-transform: uppercase;
}

.search-form input[type=search] {
    padding: 14px 0 13px;
}

.search-form input[type]:-webkit-autofill,
.search-form input[type]:-webkit-autofill:hover,
.search-form input[type]:-webkit-autofill:focus,
.search-form input[type]:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
    text-fill-color: #fff !important;
}

.search-form.alt {
    position: relative;
    color: rgba(255,255,255,.4);
}

.search-form.alt ::-webkit-input-placeholder {
    color: rgba(255,255,255,.4);
}

.search-form.alt ::-moz-placeholder {
    color: rgba(255,255,255,.4);
    opacity: 1;
}

.search-form.alt :-moz-placeholder {
    color: rgba(255,255,255,.4);
    opacity: 1;
}

.search-form.alt :-ms-input-placeholder {
    color: rgba(255,255,255,.4);
}

.search-form.alt input[type=search] {
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    padding: 14px 60px 13px 0;
    font-size: 32px;
    color: #fff;
    background-color: transparent;
    caret-color: #fff;
}

.search-form.alt input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 71px;
    background: url(images/layout/search-white.png) no-repeat bottom 20px right 10px;
    opacity: 0.4;
}

.search-form.alt input[type=submit]:hover,
.search-form.alt input[type=search]:focus + input[type=submit] {
    opacity: 1;
}

.container.search > .top-content {
    align-self: flex-start;
}

.container.search > .top-content > a {
    color: white;
    z-index: 1;
}

body.search .top-content-close {
    z-index: 1;
    right: 80px;
    margin-top: -10px;
    position: absolute;
}

body.search .top-content-close > a {
    background: url(images/layout/close_cross_white.svg);
    width: 30px;
    height: 30px;
}

.container.search {
    width: 623px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
}

.container.search .main-content {
    flex-basis: 60%;
}

.error404 #btn-search {
    display: inline-block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

@media (max-width: 350px) {
    .checkbox-two-lines .cr {
        margin-top: 8px;
    }
}

@media (min-width: 576px) {
    .bottom-menu {
        text-align: left;
    }

    .contact-agreement {
        text-align: right;
    }

    #contact-form {
        padding: 17px 40px 6px;
    }

    #contact-form .form-group input {
        height: 52px;
    }

    .form-buttons-container .float-sm-right button {
        width: 100px;
    }

    #donation-form h2 small {
        position: absolute;
        top: 0;
        right: 0;
    }

    #donation-form .form-group.text-center .btn-primary {
        max-width: 100px;
    }

    #donation-form .form-group span button {
        margin-bottom: 0;
    }

    .styled-select.slate select {
        margin-top: 5px;
    }

    .specials .specials-form input {
        padding: 0px 0 13px !important;
        height: 35px;
    }

    .person-card-specialty {
        position: absolute;
        bottom: 0;
    }

    .person-card img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .donation-form .radio-box {
        margin: 30px 0 20px;
    }

    .donation-form .hidden-box > .row:first-child {
        margin-bottom: 15px;
    }

    .donation-form .hidden-box > .row:first-child .text-right {
        text-align: left !important;
    }

    .donation-form label {
        margin: 0 9px 0 0;
    }

    .donation-form .form-control {
        padding: 10px 0;
    }

    .donation-form textarea.form-control {
        max-height: 43px;
        padding: 10px 0;
    }

    .donation-form .chosen-container {
        min-width: 100%;
        margin-top: 2px;
    }
    .whoswho.page-nav div.page-section-name {
        width: 700px;
        text-align: left;
        font-weight: bold;
    }
}

@media (max-width: 575.98px) {
    .donation-form .radio-box {
        margin: 30px 0 5px;
    }

    .donation-form .hidden-box {
        margin: 40px 0 0;
    }

    .donation-form label {
        width: 54px;
        margin: 0 0 4px 0;
    }

    .donation-form div.checkbox label {
        width: 100%;
        margin: 0 0 4px 0;
    }

    .donation-form small label {
        width: 10px;
    }

    .donation-form textarea.form-control {
        max-height: inherit;
    }
}

@media only screen and (min-width: 992px) {
    .page-nav {
        text-align: left;
    }

    .whoswho.page-nav .page-search input:focus {
        width: 400px;
        padding: 0 0 9px 0;
    }

    .whoswho.page-nav .page-search input {
        padding: 0 0 10px 0;
        text-align: right;
    }
}

@media only screen and (max-width: 991px) {
    header .burger {
        display: block;
    }

    .header-bar .main-menu, .header-bar .sub-menu {
        display: none;
    }

    header .btn-set-wraper {
        display: none;
    }

    .mobile-menu-wraper {
        display: -ms-flex;
        display: flex;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    header > .header-bar {
        padding: 0 20px;
    }

    .header-bar .top-menu-wrap {
        margin-left: auto;
        width: auto;
    }

    .header-bar__top-line {
        flex-shrink: 0;
    }

    .header-bar__top-line .logo-wrap {
        margin-top: 0;
    }

    .header-bar__top-line .site-name-wrapper {
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    .header-bar__top-line div.site-name-wrapper > div.site-name {
        -ms-align-items: center;
        align-items: center;
        max-width: 400px;
        margin-top: 0;
    }

    div.site-name img {
    	max-width: 10%;
    }

    .header-bar__top-line div.site-name-wrapper > div.site-name > img{
    	max-width: 10%;
    }

    .header-bar div.site-name-wrapper {
        justify-content: flex-start;
    }

    .header-bar div.site-name-wrapper > div.site-name {
        font-size: 16px;
    }

    .top-menu-container {
        margin-top: 20px;
    }

    .mobile-menu-wraper .burger {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1300px) {
    .placeholder-infections .chosen-container .chosen-drop {
        top: 50%;
    }

    .header-bar div.site-name-wrapper > div.site-name {
        font-size: 20px;
        max-width: 600px;
    }
}

@media only screen and (min-width: 1440px) {
	.header-bar div.site-name-wrapper > div.site-name {
		font-size: 32px;
		max-width: 890px;
	}
}

@media (min-width : 1919px) {
    .main-content {
        padding: 40px 5px 15px;
    }

    .social_networks {
        top: 189px;
    }
}

.card {
    width: 100%;
    overflow: hidden;
}

.card-wrap {
    display: flex;
    height: 50%;
    padding-bottom: 20px;
    min-width: 275px;
}

@media (max-height: 1043px) and (min-width: 769px) {
    body.big-cards-page .card-wrap {
        height: 100%;
    }
}

body {
    display: flex;
    flex-direction: column; 
}

body.burger-body {
    display: block;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Commented out due to footer blocking by main element */


/* Returned for single 404 page because of main content conflict with background */
body.error404 main {
    z-index: 1;
}


header {
    z-index: 2;
}

div.scroll-body {
    padding-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

div.cards {
    display: flex;
    /* align-content: baseline; */
    flex-flow: column wrap;
    height: 500px;
    padding-top: 10px;
}

body.news-events-template-default div.main-container,
body.search div.container {
    height: 100%;
}

body.news-events-template-default footer.footer,
body.search footer.footer {
    margin-top: 30px;
}

.top-content .filter-box {
    display: none;
}

/* Slick slider main page fix */
.slick-slider {
    width: 100%;
}

/* News longread page */
div.news-date {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
}

body {
    min-height: 600px;
}

body.big-cards-page .card-wrap {
    min-height: 380px;
}

body.big-cards-page {
    min-height: 665px;
}

.card-content-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-content-wrap.top {
    height: calc(100% - 90px);
}


/* Footer and footer menu */
.footer {
    position: relative;
    padding: 0px 0 12px;
    letter-spacing: 1px;
}

body:not(.search) .footer:before,
body:not(.search) .with-border:before {
    content: none;
    position: absolute;
    top: 0;
    right: 60px;
    left: 60px;
    height: 2px;
    background-color: #c9c9c9;
}

body:not(.search) .with-border:before {
    content: "";
}

.footer .language-switcher {
    flex: 1;
    text-align: center;
}

body.show-bottom-menu .language-switcher {
    display: none;
}

body:not(.show-bottom-menu):not(.page-template-template-staff-list) .footer {
    margin-top: 30px;
}

body:not(.show-bottom-menu) .footer .bottom-menu-line {
    display: none;
}

body:not(.show-bottom-menu):not(.page-template-template-staff-list) .footer {
    padding-top: 20px;
    padding-bottom: 30px;
}

.copyright-menu {
    flex: 1;
}

.footer .copyright-line {
    padding: 0 60px;
    display: flex;
}

.copyright {
    text-align: right;
    line-height: 14px;
    font-size: 10px;
}

.copyright p {
    margin-bottom: 0;
}

.copyright a {
    color: #3C3C3C;
}

.bottom-menu-line {
    display: flex;
    margin-bottom: 18px;
    padding: 0 60px;
}

.bottom-menu-line .menu-items {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    overflow: hidden;
}

.bottom-menu-line .menu-items > div,
.bottom-menu-line .menu-more {
    margin: 5px 0;
    white-space: nowrap;
}

.bottom-menu-line .menu-items a,
.bottom-menu-line .menu-more {
    margin-right: 15px;
    font-family: 'NotoSans';
    font-size: 14px;
    font-weight: bold;
}

.bottom-menu-line .menu-more {
    margin-right: 30px;
}

.bottom-menu-line .menu-items div.current-menu-item a,
.bottom-menu-line .menu-items a:hover {
    color: #1e7fb8;
}

.bottom-menu-at-the-top {
    display: none;
}

.bottom-menu-at-the-top .bottom-menu-line {
    margin-bottom: 0;
}

.more-arrow {
    display: inline-block;
}

.more-arrow:after {
    content: url(images/layout/menu-more-arrow.svg);
}

body.search .more-arrow:after {
    content: url(images/layout/menu-more-arrow-white.svg);
}

main.scrollable-cards {
    padding-top: 8px;
}

main.scrollable-cards .cards > .card-wrap:first-child,
main.scrollable-cards .cards > .card-wrap:nth-child(2) {
    padding-left: 3px;
}

main.scrollable-cards div.tablet-download {
    text-align: center;
}

main.scrollable-cards div.tablet-download a {
    margin-top: 20px;
    margin-bottom: 36px;
    font-family: 'NotoSans';
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1E7FB8;
    display: none;
}

@media (max-height: 850px) {
    .card-wrap {
        height: 100%;
    }
    .card-wrap.person-card-wrap {
        height: 50% !important;
    }
    main.scrollable-cards .cards > .card-wrap:nth-child(2) {
        padding-left: 10px;
    }
    main.scrollable-cards .cards > .card-wrap.person-card-wrap:nth-child(2) {
        padding-left: 3px;
    }
}

@media only screen and (max-width: 768px) {
    .card-wrap {
        height: 290px;
    }

    .footer {
        background-color: #f2f2f2;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    body:not(.home) .footer .bottom-menu-line,
    .footer .bottom-menu-line > div:last-child,
    .footer .menu-items {
        display: none;
    }

    .bottom-menu-at-the-top {
        display: block;
        padding-bottom: 15px;
    }

    .header-bar .secondary-menu {
        border-top: 1px solid #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    main#main > .container > .top-content ul.filter-box {
        display: none;
    }

    main#main > .container > .top-content div.year-filter {
        margin-right: 0;
    }

    .footer .language-switcher {
        display: none;
    }

    .footer .copyright-menu {
        flex: 1;
    }

    .footer::before {
        background-color: inherit;
    }

    header div.logo-wrap a.logo-link {
        width: 208px;
        height: 50px;
        background-size: 208px 50px;
    }

    .social_networks, .container-btn-more-posts {
        display: none;
    }

    .bottom-menu-at-the-top .bottom-menu-line,
    main.scrollable-cards > .container {
        padding: 0 20px;
    }

    .bottom-menu-at-the-top .bottom-menu-line .menu-more {
        margin-right: 7px;
    }

    header .burger {
        margin-top: 16px;
    }

/*     header .header-bar .logo-wrap {
        margin-top: 15px;
    } */

    main.scrollable-cards div.cards {
        flex-flow: row wrap;
        height: 600px;
    }

    .scroll-wrapper {
        max-width: 100% !important;
    }

    main.scrollable-cards div.card-wrap {
        width: 50%;
    }

    main.scrollable-cards .cards div.card-wrap,
    main.scrollable-cards .cards > .card-wrap:first-child,
    main.scrollable-cards .cards > .card-wrap:nth-child(2) {
        padding: 0 0 10px 0;
    }

    main.scrollable-cards .cards div.card-wrap:nth-child(odd):not([class*="card-wrap-double"]) {
        padding-right: 10px;
    }

    main.scrollable-cards div.tablet-download a {
        display: block;
    }
    .card-wrap {
        height: 350px;
    }
}


@media only screen and (max-width: 590px) {
    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer .bottom-menu-line {
        display: block;
        text-align: center;
    }

    .footer .copyright-line {
        flex-direction: column;
    }

    .footer .copyright-menu li {
        display: block;
        padding-bottom: 30px;
    }

    .footer .copyright-line .copyright {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer .copyright-menu {
        text-align: center;
        padding-top: 30px;
    }

    .footer .copyright-menu li {
        margin-right: 0px;
    }
    main.scrollable-cards div.card-wrap {
        width: 100%;
    }
    main.scrollable-cards .cards div.card-wrap:nth-child(odd),
    main.scrollable-cards .cards div.card-wrap:nth-child(odd):not([class*="card-wrap-double"]) {
        padding-right: 0px;
    }
    .footer .copyright-menu {
        padding-top: 0px;
    }
    .footer #menu-copyright-menu {
        padding-top: 30px;
    }

    body {
        min-width: 320px;
        overflow: auto;
    }
}

.burger {
    display: block;
    width: 28px;
    height: 28px;
    background: url(images/layout/burger.svg) no-repeat;
    background-size: 28px 28px;
    margin-top: 31px;
    cursor: pointer;
}

/* Vacancies */
.vacancy .closed {
    color: #eb5757;
}

.vacancy a {
    letter-spacing: 1px;
    color: #1e7fb8;
}

.vacancy .col.general-staff-notice {
    padding: 10px 30px;
    background-color: #f1f1f1;
    margin: 0 10px;
}

/* Social sharing common block */
.social-sharing-line {
    margin-left: -55px;
}

.social-sharing-line a {
    padding: 7px 2px;
    font-size: 0.7rem;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 -2px;
    display: inline-block !important;
}

.social-sharing-line .icon-soc-show {
    background-color: #1E7FB8;
    color: white !important;
    margin-right: 20px;
}

.social-sharing-line .icon-soc-mail {
    background-color: #DBDBDB;
}

.social-sharing-line .icon-soc-twitter {
    color: white !important;
    background-color: #1DA1F2;
}

.social-sharing-line .icon-soc-twitter:hover {
    color: white !important;
}

.social-sharing-line .icon-soc-facebook {
    color: white !important;
    background-color: #3B5998;
}

.social-sharing-line .icon-soc-linkedin {
    color: white !important;
    background-color: #0077B5;
}

.social-sharing-line .icon-soc-google-plus {
    color: white !important;
    background-color: #DB4437;
}

.sharing-title {
    color: #4F4F4F;
}

.top-content.top-title {
    display: block;
}

header .menu-more > div.popup,
footer .menu-more > div.popup,
.bottom-menu-at-the-top .menu-more > div.popup {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    position: absolute;
    margin-right: 50px;
    right: 0;
    z-index: 4;
}
.bottom-menu-at-the-top .menu-more > div.popup {
    margin-right: 20px;
}
footer .menu-more > div.popup {
    margin-right: 0px;
    right: 217px;
    bottom: 82px;
}
header .menu-more ul,
footer .menu-more ul,
.bottom-menu-at-the-top .menu-more ul {
    background-color: white;
    border: solid 1px #EEE;
}
header .menu-more li,
footer .menu-more li,
.bottom-menu-at-the-top .menu-more li {
    padding: 10px;
    border-bottom: solid 1px #ddd;
}

div.menu-more > div.popup a.current-menu-item {
    color: #1e7fb8;
}

.scroll-stick.on {
    position: fixed;
}

/* Fix for dotted border around select in Firefox */
.form-group select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/* Calendar Styling */
.card.calendar {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 20px;
}

.card.calendar .card-content-wrap {
    display: flex;
    flex-direction: column;
}

.card.calendar .calendar-top {
    display: flex;
    flex-direction: row;
}

.card.calendar .calendar-top > a:nth-last-child(2) {
    margin-left: auto;
}

.card.calendar .calendar-head,
.card.calendar .calendar-row {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
}

.card.calendar .calendar-head > div,
.card.calendar .calendar-row > div {
    width: 14.285714286%;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.card.calendar .calendar-row > div > div {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.card.calendar .calendar-legend {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    letter-spacing: 0px;
}

.card.calendar .calendar-legend > div {
    margin-right: 5px;
    margin-bottom: 18px;
}

.card.calendar .calendar-head,
.card.calendar .calendar-legend {
    color: #828282;
}

.card.calendar .calendar-legend > div:before {
    content: '___';
    color: transparent;
}

.card.calendar .calendar-row {
    color: #333333;
    height: 16.666666667%;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
}

.card.calendar .non-current-month {
    color: #BDBDBD;
}

.card.calendar .calendar-today {
    font-family: 'NotoSans';
    font-weight: bold;
}

.card.calendar .calendar-legend > .calendar-legend-seminar:before,
.card.calendar .calendar-legend > .calendar-legend-meeting-upcoming:before,
div.card.calendar.meetings .calendar-row .meeting-upcoming:not([class*="non-current-month"]) > div,
.card.calendar .calendar-date-seminar > div {
    background: rgba(0,173,239,0.5)
}

.card.calendar .calendar-legend > .calendar-legend-meeting:before,
.card.calendar .calendar-legend > .calendar-legend-meeting-past:before,
.card.calendar .calendar-date-meeting > div {
    background: rgba(189,189,189,0.5)
}

.card.calendar .calendar-legend > .calendar-legend-tumour:before,
.card.calendar .calendar-date-tumour > div {
    background: rgba(113,188,144,0.5)
}

.card.calendar .card {
    padding-bottom: 0px;
}

.card.calendar .calendar-body {
    flex: 1;
    border-bottom: solid 1px #BDBDBD;
    margin-bottom: 16px;
    padding: 5px 0px;
}

.card.calendar .calendar-top > div:nth-child(1) {
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 12px;
    color: #1E7FB8;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.card.calendar .calendar-top > a:nth-last-child(2),
.card.calendar .calendar-top > a:nth-last-child(1) {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDcgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjI0MzE2IDEuMjg1NjRMMS4yNDMxNiA2Ljg5NTQ5TDYuMjQzMTIgMTIuNzE0MiIgc3Ryb2tlPSIjODI4MjgyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMy44NjM3Ii8+Cjwvc3ZnPgo=') no-repeat 0 10px;
}

.card.calendar .calendar-top > a:nth-last-child(2) {
    width: 10px;
    height: 30px;
    margin-top: -10px;
    margin-right: 10px;
}

.card.calendar .calendar-top > a:nth-last-child(1) {
    width: 10px;
    height: 30px;
    margin-top: -10px;
    transform: scaleX(-1);
    margin-left: 10px;
}

div.card.calendar.meetings .calendar-row > div[class*="calendar-date"] > div {
    width: 100%;
}

/* Events system */
.card-wrap.event {
    flex-direction: column;
}

.card-wrap.event .card{
    height: 100%;
}

.event p.event-content a {
    color: #1E7FB8;
}

.event div.use-thumbnail * {
    color: white;
}

.card-wrap.event div.use-thumbnail {
    filter: opacity(0.9);
}

.event div.use-thumbnail p.event-content a {
    border-bottom: 1px solid white;
}

.event div p span.icon-calendar {
    padding-right: 5px;
}

.event div p span.icon-map-pointer {
    padding-right: 10px;
}

.event div.cpt-bottom a {
    display: block;
}

.event div.cpt-bottom a.custom-link:nth-of-type(1):not(:last-child) {
    margin-bottom: 10px;
}

.event div.cpt-bottom p:last-of-type {
    margin-bottom: 20px;
}

.event div.cpt-bottom.lecture {
    text-transform: uppercase;
}

.event.event-medal h3 {
    text-transform: uppercase;
}

.event div.card-top-line {
    height: 2px;
    width: 100%;
}

.card-wrap.event.meeting > div.card > h3 {
    margin-bottom: 0;
}

.card-wrap.event.meeting > div.card > p.event-content {
    margin-bottom: 30px;
}

/* Burger Overlay */
body.burger-body > :not(.burger-overlay) {
    display: none;
}

body:not(.burger-body) .burger-overlay {
    display: none;
}

body.burger-body .burger-overlay {
    display: flex;
    flex-direction: column;
}

.burger-overlay .close {
    width: 28px;
    height: 31px;
    margin: 10px 10px 0 auto;
    background: url(images/layout/close.svg) no-repeat;
    background-size: 28px 31px;
    opacity: 1;
}

.burger-overlay .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.burger-overlay a.home-link::before {
    background: url(images/layout/house-grey.svg) no-repeat;
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
    content: '___';
    color: transparent;
    background-position-y: 1px;
    background-position-x: 6px;
}

.burger-overlay .home {
    text-align: center;
}

.burger-overlay .menu-item {
    color: #828282;
    opacity: 0.7;
    font-family: 'NotoSans';
    font-weight: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 13px;
}

.burger-overlay .menu-item.menu-item-has-children.active {
    opacity: 1;
}

.burger-overlay ul.general-menu ul.sub-menu li.menu-item {
    text-transform: none;
    opacity: 1;
}

.burger-overlay ul.general-menu ul.sub-menu li.menu-item.current-menu-item {
    color: #1E7FB8;
}

.burger-overlay ul.general-menu > li:not(.active) .sub-menu,
.burger-overlay .sub-menu .sign {
    display: none;
}

.burger-overlay li:not(.menu-item-has-children) .sign {
    display: none;
}

.burger-overlay .sign:after {
    padding-left: 10px;
    content: url(images/layout/plus.svg);
}

.burger-overlay li.active .sign:after {
    padding-left: 10px;
    content: url(images/layout/minus.svg);
    position: relative;
    top: -4px;
}

.burger-overlay li.active {
    color: #1E7FB8;
}

.burger-overlay .sub-menu li {
    color: #000000;
    font-size: 13px;
    letter-spacing: 1px;
}

.burger-overlay div.burger-bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.burger-overlay div.burger-bottom.tablet {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    height: 30px;
}

.burger-overlay div.burger-bottom div.burger-language-switcher {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.burger-overlay div.burger-bottom div.burger-language-switcher .btn-secondary {
    color: white;
    background-color: #bdbdbd;
}

.burger-overlay div.burger-bottom div.burger-language-switcher > a {
    margin: 0;
}

.burger-overlay div.burger-bottom .copyright-menu-burger {
    margin-top: 25px;
}

.burger-overlay div.burger-bottom.tablet .copyright-menu-burger {
    margin-top: 0;
    display: flex;
    flex-direction: row;
}

.burger-overlay div.burger-bottom.tablet .copyright-menu-burger li:first-child {
    margin-left: 15px;
}

.burger-overlay div.burger-bottom.tablet .copyright-menu-burger li:last-child {
    margin-left: 25px;
}

.burger-overlay div.burger-bottom .copyright-menu-burger a {
    text-transform: initial;
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
}

.burger-overlay div.burger-bottom.tablet .copyright-menu-burger a {
    color: #1E7FB8;
}

.burger-overlay div.burger-bottom ul.copyright-burger {
    margin-top: 25px;
    text-align: center;
}

.burger-overlay div.burger-bottom ul.copyright-burger p {
    color: #3C3C3C;
    opacity: 0.5;
    font-size: 10px;
    letter-spacing: 1px;

}

.burger-overlay div.burger-bottom ul.copyright-burger a {
    color: #3C3C3C;
    font-size: 10px;
    letter-spacing: 1px;

}

.burger-overlay div.burger-bottom.tablet ul.copyright-burger p {
    margin-right: 20px
}

/* Hide template parts on specific post type pages */
article.type-video div.post-thumbnail {
    display: none;
}

.twitter-wrapper {
    height: 100%;
}

/* Twitter Card config for Media Center Page */
main.scrollable-cards .cards .card-wrap.twitter-wrapper + .card-wrap {
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    .twitter-wrapper {
        height: 350px;
    }

    main.scrollable-cards .cards .card-wrap.twitter-wrapper + .card-wrap {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 590px) {
    .twitter-wrapper {
        height: 350px;
    }
}

body:not(.home) .footer a.support-button {
    display: none;
}

a.support-button {
    width: 214px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1.56px;
    background: #166492;
}

/* Accordion Pages */
div.accordion > div:not(.active) > h5 {
    cursor: pointer;
}

div.accordion div.accordion-head {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #1E7FB8;
}

div.accordion div.accordion-head::after {
    content: '+';
    font-family: 'NotoSans';
    font-weight: normal;
    transform: scale(1.5);
    display: flex;
    align-items: center;
    padding-left: 10px;
}

div.accordion > div.active > div.accordion-head::after {
    content: '—';
    transform: scaleX(0.7) scaleY(1.5);
    margin-right: -8px;
}

div.accordion > div:not(.active) > :nth-child(2) {
    display: none;
}

div.accordion h5 {
    font-family: 'NotoSans';
    font-weight: bold;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    margin: 0;
}

div.accordion > div > :nth-child(2) {
    margin-top: 20px;
}

div.accordion > div {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
    padding: 20px;
    margin-bottom: 10px;
}


/* Pages Header Styles */
.entry-header {
    margin-bottom: 50px
}

.entry-header .entry-title {
    margin-bottom: 0;
}

.post-thumbnail {
    margin-bottom: 50px;
}

.entry-content h2 {
    color: #000;
}

body.single-cards_page .main-content,
body.home .main-content,
.main-content.no-padding,
.card.no-padding {
    padding: 0;
}

/* Slider Card */
.auto-slider {
    position: relative;
}

.auto-slider .ruler {
    display: flex;
    flex-direction: row;
    margin-top: 26px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 4;
    mix-blend-mode: difference;
}

.auto-slider .ruler .box {
    background: white;
    height: 5px;
    margin-right: 10px;
    width: 5px;
    cursor: pointer;
    opacity: 0.4;
}

.auto-slider .ruler .box.active {
    opacity: 1;
}

.slider-card, .slider-card > div {
    width: 100%;
    height: 100%;
}

.slider-card:not(.current) {
    display: none;
}

.slider-card.coming {
    display: block;
    position: absolute;
    top: 0;
    z-index: 3;
}

/* Styles for specific posts/pages */
body.donations div#donation-app,
body.about-iarc-donations div#donation-app {
    padding: 0;
}

/* Listings filters */
div.year-filter {
    flex-grow: 1;
    text-align: right;
    margin-right: 70px;
}

div.card-menu form {
    padding: 0;
}

div.card-menu select {
    font-family: 'NotoSans';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1E7FB8;
    border: 0;
    background-color: white;
    background: url(images/layout/arr-down.png) no-repeat left 7px;
    max-width: 100%;
    padding: 0 20px;
}

@-moz-document url-prefix() {
    div.card-menu select {
        margin-left: -6px;
    }
}

div.card-menu .select-replacement-wrapper > a {
    text-align: left;
    display: block;
    font-family: 'NotoSans';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1E7FB8;
    border: 0;
    background-color: white;
    background: url(images/layout/arr-down.png) no-repeat left 7px;
    padding: 0 20px;
}

select.replace {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}

div.card-menu select > option {
    color: black;
}

div.year-filter select {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    background-color: white;
    background-position: right 5px;
    padding: 0;
}

div.lecture-filter select {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    background-color: white;
    background-position: right 5px;
}

div.lecture-filter > div.filter-text-container {
    margin: 25px 0 15px 0;
    display: none;
}

div.lecture-filter > div.filter-text-container > div.filter-text {
    display: inline;
    padding-right: 25px;
    background: url(images/layout/close_cross.svg) no-repeat right -1px;
    background-size: 20px 21px;
}

div.period-filter a {
    display: inline-block;
    color: black;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
}

div.period-filter a:nth-of-type(2), div.period-filter a:nth-of-type(3) {
    margin-left: 30px;
}


/* Cards gradient filters */
.use-thumbnail.full.grey-btm:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    z-index: 1;
    mix-blend-mode: normal;
}
.use-thumbnail.full.blue-btm-intense:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,143,213,0.8) 0%, rgba(0,143,213,0) 50%), rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    z-index: 1;
    mix-blend-mode: normal;
}
.use-thumbnail.full.blue-btm:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #008FD5 0%, rgba(0,143,213,0.706123) 0%, rgba(0,143,213,0) 100%);
    transition: all 0.5s ease;
    z-index: 1;
    mix-blend-mode: normal;
}
.use-thumbnail.full.blue-double:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,143,213,0.8) 0%, rgba(0,143,213,0.2) 50%, rgba(0,143,213,0.5) 100%), rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    z-index: 1;
    mix-blend-mode: normal;
    opacity: 0.8;
}



/* Friends of IARC and Staff */
.card-wrap.person-card-wrap {
    height: 25%;
    min-height: 100px;
}

.card-wrap.person-card-wrap .card {
    padding: 0;
}

body.friends-of-iarc div.cards div.card-wrap:first-of-type {
    padding-top: 0;
}
main.scrollable-cards .cards > .card-wrap.person-card-wrap:nth-child(3) {
    padding-left: 3px;
}


/* Longreads lists styles */
div.container div.entry-content ul > li {
    list-style: disc outside;
    margin-left: 1em;
}
div.container div.entry-content ul > ul,
div.container div.entry-content ul > li > ul  {
    padding-left: 20px;
}
div.container div.entry-content ul > ul > li,
div.container div.entry-content ul > li > ul > li {
    list-style: circle inside;
    list-style-position: outside;
}
div.container div.entry-content ol > li {
    list-style: decimal outside;
    margin-left: 1em;
}


/* Gallery */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
}
.swiper-container.gallery-top {
    width: 100%;
}
.gallery-top .swiper-slide {
    height: 300px;
    background-size: cover;
    background-position: center;
}
.gallery-top .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 143, 213, 0.8) 0%, rgba(0, 143, 213, 0) 50%), rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1;
    mix-blend-mode: normal;
}
.swiper-container.gallery-thumbs {
    box-sizing: border-box;
    margin-top: 7px;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 72px;
    opacity: 0.5;
    background-size: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-top .swiper-slide > img {
    display: none;  /* Prevent duplicating in on-page gallery */
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.15137 2.64453L10.6141 10.1379L2.15137 17.6312' stroke='#fff' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat;
    right: 0px;
    left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9517 2.64453L2.48893 10.1379L10.9517 17.6312' stroke='#fff' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat;
    left: 10px;
    right: auto;
}
.swiper-pagination {
    text-align: right;
    padding-right: 20px;
    color: white;
}
.swiper-text {
    position: absolute;
    text-align: left;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    color: white;
    bottom: 10px;
    left: 20px;
}

.sl-overlay {
    opacity: 1;
    z-index: 1035 !important;
}
.sl-wrapper .sl-close {
    width: 28px;
    height: 31px;
    background: url(images/layout/close.svg) no-repeat;
    background-size: 28px 31px;
    opacity: 1;
}
.sl-wrapper .sl-navigation button.sl-prev {
    background: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9517 2.64453L2.48893 10.1379L10.9517 17.6312' stroke='#1E7FB8' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat;
}
.sl-wrapper .sl-navigation button.sl-next {
    background: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.15137 2.64453L10.6141 10.1379L2.15137 17.6312' stroke='#1E7FB8' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat;
}
.sl-wrapper .sl-counter {
    color: #000;
}
.sl-wrapper .sl-image .sl-caption {
    color: #000;
    background: none;
    position: relative;
    padding-left: 0;
}


/* Video wrapper */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
div.card.card-menu {
    border-top: 2px solid #1e7fb8;
}


.go-up-button {
    background-color: #1E7FB8;
    color: #FFFFFF;
    float: right;
    font-family: 'NotoSans';
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 5px 20px 5px 9px;
    cursor: pointer;
    margin-bottom: 10px;
}
.go-up-button:after {
    content: "^";
    transform: scaleX(2) translateX(5px);
    display: inline-block;
}


article.page a {
    display: initial;
}



body.long-read main#main a {
    color: #1E7FB8;
    text-decoration: none;
}

body.long-read main#main a:hover {
    color: #00ADEF;
}


/* Contact form layout */
#contactForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contactForm > div.form-row:nth-child(1) {
    flex: calc(50% - 10px);
    margin-right: 10px;
}

#contactForm > div.form-row:nth-child(2) {
    max-width: 50%;
}

#contactForm > div.form-row:nth-child(n+3) {
    flex: 100%;
}

#contactForm label {
    display: none;
}

#contactForm select {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    background-position: right 10px top 13px;
    border-radius: 0;
    padding-left: 0px;
    margin-top: 1px;
    font-family: 'NotoSans';
    font-size: 13px;
    text-indent: -1px;
    padding: 0 30px 0 0px !important;
}

#contactForm select:focus {
    border-bottom: 1px solid #00adef;
}

.contact-form-card {
    min-width: 540px;
}

@media (max-width: 768px) {
    .contact-form-card, .card-wrap-double {
        width: 100% !important;
    }
}

@media (max-width: 590px) {
    .contact-form-card {
        min-width: initial;
        min-height: 450px;
    }
    #contactForm > div.form-row:nth-child(2) {
        max-width: initial;
        flex: 100%;
    }
    #contactForm > div.form-row:nth-child(3) {
        flex: 100%;
        margin-right: -5px;
    }
    #contactForm > div.form-row.mt-3 > div.form-group:first-child {
        max-height: 70px;
    }
}

/* Half cards layout */
.half-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
}
.half-cards > div.card-wrap:nth-child(n+2) {
    margin-top: 10px;
}

.half-cards .card-wrap {
    margin: 0;
    padding: 0;
    min-height: 0;
    height: 100%;
}

.half-cards {
    overflow: hidden;
}

.half-cards > .card-wrap {
    width: 100% !important;
    min-width: initial;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.card-wrap.main .slick-list,
.card-wrap.main .slick-list > .slick-track,
.card-wrap.main .slick-list > .slick-track > .slick-slide > div,
.card-wrap.main .slick-list > .slick-track > .slick-slide > div > .card,
.card-wrap.main .slick-list > .slick-track > .slick-slide > div > .card-wrap > .card  {
    height: 100%
}

.card-wrap.main .slick-list > .slick-track > .slick-slide > div > .card-wrap {
    padding-bottom: 0;
    height: 100%;
}

.external-link-icon:after {
    font-family: 'icomoon' !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 2px;
    font-size: 0.85em;

    content: "\e90a";
}

#donation-form select {
    padding-right: 25px;
}


@media (min-width: 1531px) {
    .research-slider .slick-dots li {
        padding-top: 3px;
    }

    .research-slider .slick-dots li button {
        position: relative;
        left: -21px;
    }

    .research-slider .slick-dots li button::before {
        line-height: inherit;
        position: initial;
    }
}

/* Left menu for long reads */
.left-menu-container {
    top: 220px;
    margin-left: 60px;
    max-width: 150px;
    position: fixed;
    left: 0px;
}

.left-menu-container > * {
    display: block !important;
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px !important;
    line-height: 22px !important;
}

.left-menu-anchor {
    font-size: 0 !important;
}

@media (max-width: 1079px) {
    .left-menu-container {
        display: block;
        position: initial;
        margin: 0px;
        max-width: initial;
    }
}

@media (min-width: 769px) {
    .whoswho.page-nav {
        margin-right: 60px;
    }
}

/* Hide Vue.js templates/markup until the model is initialized */
[v-cloak] { display: none }


/* WordPress Core Styles */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

body.big-cards-page div.card-wrap.card-wrap-double {
    min-height: 380px;
}


/* Testimonials */

.single-testimonial .person-card .person-card-name + span {
    font-size: 14px;
}
.single-testimonial .person-card .person-card-information {
    line-height: 21px;
}
.single-testimonial .person-card .person-card-specialty p {
    margin: 0;
}
body.long-read.single-testimonial main#main > div.inner article.page > h1 {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 610px;
    font-size: 28px;
    line-height: 36px;
}
.single-testimonial .person-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.single-testimonial .person-content-wrapper .accordion .accordion-head h5 {
    text-transform: initial;
}
.single-testimonial .sharing-title {
    font-size: 13px;
    line-height: 22px;
}

/* Featured stories */
.card-wrap.featured-story .event-content {
    font-weight: bold;
}
.card-wrap.featured-story .card {
    border-top: none;
}


/* Partners */
.partner-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.partner-image {
    background-size: contain;
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1E7FB8;
}

/* Volumes */
div.volume {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

div.volume > a {
    font-weight: bold;
}

div.volume-search-container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

form.volume-search {
    width: 55%;
}

form.volume-search > input[type=text] {
    font-size: 13px;
    border-bottom: 1px solid #1E7FB8;
    width: 100%;
    background: url(images/layout/search.svg) no-repeat bottom 7px right 3px;
}

form.volume-search > input[type=text]::placeholder {
    color: #4C4C4C;
}

div.volume-filter select {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    background-color: white;
    background-position: right 22px;
    margin-bottom: -11px;
}

a.anchor {
    display: inline;
    padding: 0;
    margin: 0;
}

/* Syndication */
.syndication-wrapper {
    height: 100%;
}

.syndication-wrapper > .card > h2 {
    color: black;
}

main.scrollable-cards .cards .card-wrap.syndication-wrapper + .card-wrap {
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    .syndication-wrapper {
        height: 290px;
    }

    main.scrollable-cards .cards .card-wrap.syndication-wrapper + .card-wrap {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 590px) {
    .syndication-wrapper {
        height: 350px;
    }
}
.syndication-box {
    height: 100%;
}

.single-s-item {
    position: relative;
    margin-bottom: 24px;
}

.single-s-item:last-child {
    margin-bottom: 0;
}

.single-s-item .twit a {
    color: #1E7FB8;
}

.s-item-top {
    min-height: 29px;
    margin-bottom: 5px;
    line-height: 29px;
}

.s-item-top .s-item-title {
    font-family: 'NotoSans';
    font-weight: bold;
}

.s-item-top .s-item-date {
    color: #c9c9c9;
}

.header-bar .logo-wrap.fixed-logo {
    position: fixed;
    top: 0;
    /*left: 0;*/
    opacity: 0.9;
    padding-top: 0;
    margin-top: 20px;
}

body.long-read .fixed-header-bar {
    position: fixed;
    top: 0;
    background-color: white;
    opacity: 0.9;
    width: 100%;
    z-index: 10;
}

body.long-read .header-bar.fixed-header-bar > div.top-menu-wrap > div.main-menu:first-child {
    display: none;
}

body.long-read .header-bar.fixed-header-bar > div.top-menu-wrap > div.top-menu-wrap {
}

body.long-read .header-bar.fixed-header-bar > div.logo-wrap {
    padding-bottom: 5px;
}

div.media-topic-filter {
    position: absolute;
    margin-top: 0;
    display: none;  // IARCWEB-761
}

div.media-topic-filter select {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    background-color: white;
    background-position: right 5px;
    padding: 0;
}

div.media-topic-filter > div.filter-text-container {
    margin: 25px 0 15px 0;
    display: none;
}

div.media-topic-filter > div.filter-text-container > div.filter-text {
    display: inline;
    padding-right: 25px;
    background: url(images/layout/close_cross.svg) no-repeat right -1px;
    background-size: 20px 21px;
}

div.clickable-card {
    cursor: pointer;
}

div.cpt-bottom div.section-link {
    margin-top: 9px;
}

div.container.inner.faq-container div.accordion {
    margin-top: 20px;
}

div.site-name-wrapper {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    /* position: absolute;
    right: 60px; */
}

div.site-name img {
    flex-shrink: 0;
}

div.site-name-wrapper > div.site-name {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #1E7FB8;
    /* margin: 0 0 -8px 0; */
    word-break: keep-all;
    white-space: normal;
    max-width: 400px;
}

.blue-scheme div.site-name-wrapper > div.site-name {
    color: #fff;   
}


div.site-name-wrapper.mobile,
div.site-name-wrapper.mobile > div.site-name {
    display: none;
}

.no-filter:after {
    content: none !important;
}

div.research-left-side-menu-wrapper {
    position: absolute;
    left: 60px;
    margin-top: 20px;
    width: 190px;
}

div.research-left-side-menu-wrapper:last-child {
    display: none;
}

div.research-left-side-menu-wrapper > p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #4F4F4F;
    margin: 0;
}

ul.research-left-side-menu li a {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    color: #1E7FB8;
}

ul.research-left-side-menu li a.current {
    font-weight: bold;
}

ul.research-left-side-menu > li > ul > li {
    padding-left: 20px;
}

@media only screen {
    .entry-print-footer{
        display: none;
    }
}
