/*
Theme Name: MathematicalThinkingLab
Author: Anonymous
Author URI:
Version: 1.0.1
Description: MathematicalThinkingLab theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
*/

html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
margin: 0;
}

/* HTML5 display definitions
 ========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
display: none;
height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/

[hidden],
template {
display: none;
}

/* Links
 ========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
background-color: transparent;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/

a:active,
a:hover {
outline: 0;
}

/* Text-level semantics
 ========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/

dfn {
font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
font-size: 2em;
margin: .67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
background: #ff0;
color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup {
top: -.5em;
}

sub {
bottom: -.25em;
}

/* Embedded content
 ========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root) {
overflow: hidden;
}

/* Grouping content
 ========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
box-sizing: content-box;
height: 0;
}

/**
* Contain overflow in all browsers.
*/

pre {
overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

/* Forms
 ========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*
*/

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/

input[type="search"] {
-webkit-appearance: textfield; /* 1 */
box-sizing: content-box; /* 2 */
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: .35em .625em .75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
font-weight: bold;
}

/* Tables
 ========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
border-collapse: collapse;
border-spacing: 0;
}

td,
th {
padding: 0;
}

/* custom select styles */

.jcf-select {
display: inline-block;
vertical-align: top;
position: relative;
border: 1px solid #777;
background: #fff;
margin: 0 0 12px;
min-width: 150px;
height: 26px;
}

.jcf-select select {
z-index: 1;
left: 0;
top: 0;
}

.jcf-select .jcf-select-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
font-size: 13px;
line-height: 26px;
margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
position: absolute;
text-align: center;
background: #aaa;
width: 26px;
bottom: 0;
right: 0;
top: 0;
}

body > .jcf-select-drop {
position: absolute;
margin: -1px 0 0;
z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
position: absolute;
margin-top: 0;
z-index: 9999;
top: 100%;
left: -1px;
right: -1px;
}

.jcf-select .jcf-drop-flipped {
bottom: 100%;
top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
overflow: hidden;
display: inline-block;
border: 1px solid #b8c3c9;
min-width: 200px;
margin: 0 15px;
}

/* select options styles */

.jcf-list {
display: inline-block;
vertical-align: top;
position: relative;
background: #fff;
line-height: 14px;
font-size: 12px;
width: 100%;
}

.jcf-list .jcf-list-content {
vertical-align: top;
display: inline-block;
overflow: auto;
width: 100%;
}

.jcf-list ul {
list-style: none;
padding: 0;
margin: 0;
}

.jcf-list ul li {
overflow: hidden;
display: block;
}

.jcf-list .jcf-overflow {
overflow: auto;
}

.jcf-list .jcf-option {
overflow: hidden;
cursor: default;
display: block;
padding: 5px 9px;
color: #656565;
height: 1%;
}

.jcf-list .jcf-disabled {
background: #fff !important;
color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
background: #e6e6e6;
color: #000;
}

.jcf-list .jcf-optgroup-caption {
white-space: nowrap;
font-weight: bold;
display: block;
padding: 5px 9px;
cursor: default;
color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
border-color: #f00 !important;
}

@font-face {
font-family: "icomoon";
src: url("fonts/icomoon.eot?i5ee7f");
src: url("fonts/icomoon.eot?i5ee7f#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?i5ee7f") format("truetype"), url("fonts/icomoon.woff?i5ee7f") format("woff"), url("fonts/icomoon.svg?i5ee7f#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; /* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-researchgate:before {
content: "\e904";
}

.icon-linkedin:before {
content: "\e900";
}

.icon-twitter:before {
content: "\e901";
}

.icon-facebook:before {
content: "\e902";
}

.icon-jcf-opener:before {
content: "\e903";
}

.icon-google:before {
content: "\e905";
}


.goals-list,
.card-team .info-block .project-list,
.publications-list,
.menu,
.social-list {
margin: 0;
padding: 0;
list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
content: "";
display: block;
clear: both;
}

.ellipsis {
white-space: nowrap; /* 1 */
text-overflow: ellipsis; /* 2 */
overflow: hidden;
}

html {
box-sizing: border-box;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

* {
max-height: 1000000px;
}

body {
color: #1a212b;
background: #fff;
font: 18px/1.2 "proximanova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
min-width: 320px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

img {
max-width: 100%;
height: auto;
vertical-align: top;
}

.gm-style img {
max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
margin: 0 0 1.2em;
}

blockquote {
border-left: 4px solid #999;
padding-left: .5em;
margin-left: 1.2em;
}

th,
td {
border: 1px solid #999;
padding: .5em;
text-align: left;
vertical-align: top;
}

th {
text-align: center;
vertical-align: middle;
}

ul,
ol {
padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
padding-left: 3em;
margin: 0;
}

ul {
list-style-type: disc;
}

dl dt {
float: left;
clear: left;
padding-right: .3em;
font-weight: bold;
}

dl dd {
overflow: hidden;
}

pre {
max-width: 100%;
}

form,
fieldset {
margin: 0;
padding: 0;
border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
box-sizing: border-box;
border: 1px solid #999;
padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
opacity: 1;
color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
color: #999;
}

select {
-webkit-border-radius: 0;
}

textarea {
resize: vertical;
vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
-webkit-appearance: none;
-webkit-border-radius: 0;
cursor: pointer;
}

#content {
float: left;
width: 70%;
}

#content:only-child {
float: none;
width: 100%;
}

#sidebar {
float: right;
width: 25%;
}

#sidebar #wp-calendar {
width: 100%;
}

.widget {
margin-bottom: 1.2em;
}

.widget ul {
padding-left: 2em;
}

.widget select {
min-width: 150px;
}

.comment-form label {
display: block;
padding-bottom: 4px;
}

.comment-form textarea {
overflow: auto;
margin: 0;
height: 120px;
min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
margin: 0 4px 0 0;
max-width: 300px;
width: 100%;
}

.comment-form input[type="submit"] {
display: block;
float: none;
}

.post-password-form label {
display: block;
margin-bottom: 4px;
}

.post-password-form input[type="password"] {
margin: 0 4px 0 0;
max-width: 300px;
width: 100%;
}

.search-form {
margin-bottom: 15px;
}

.search-form input {
float: left;
height: 2em;
}

.search-form input[type="search"] {
margin: 0 4px 0 0;
width: 150px;
}

.post-password-form input {
float: left;
height: 2em;
}

.post-password-form input[type="password"] {
width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
background: #1a212b;
color: #fff;
height: 2em;
border: none;
padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
opacity: .8;
}

.commentlist {
margin: 0 0 1.2em;
}

.commentlist .edit-link {
margin: 0;
}

.commentlist .avatar-holder {
float: left;
margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
padding: 0;
}

.comment,
.commentlist-holder {
overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
padding-top: 1.2em;
}

.widget_calendar #next {
text-align: right;
}

.gallery-item dt {
float: none;
padding: 0;
}

.navigation,
.navigation-comments {
position: relative;
vertical-align: middle;
margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
position: absolute;
left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
display: inline-block;
vertical-align: middle;
padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
display: inline-block;
vertical-align: middle;
max-width: 48%;
background: #1a212b;
color: #fff;
padding: .4em;
text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
opacity: .8;
}

.navigation-single {
margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
float: left;
vertical-align: middle;
max-width: 48%;
background: #1a212b;
color: #fff;
text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
color: inherit;
text-decoration: none;
padding: .4em;
display: block;
}

.navigation-single .next {
float: right;
}

.wp-caption {
max-width: 100%;
clear: both;
border: 1px solid #999;
padding: .4em;
margin-bottom: 1.2em;
}

.wp-caption img {
margin: 0;
vertical-align: top;
}

.wp-caption p {
margin: .4em 0 0;
}

div.aligncenter {
margin: 0 auto 1.2em;
}

img.aligncenter {
display: block;
margin: 0 auto;
}

.alignleft {
float: left;
margin: 0 1.2em 4px 0;
}

.alignright {
float: right;
margin: 0 0 4px 1.2em;
}

.mejs-container {
margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
height: auto;
}

#wp-calendar tbody td {
text-align: center;
}

#wp-calendar td,
#wp-calendar th {
border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
font-family: inherit;
font-weight: bold;
margin: 0 0 .5em;
color: inherit;
}

h1,
.h1 {
font-size: 26px;
}

h2,
.h2 {
font-size: 24px;
}

h3,
.h3 {
font-size: 20px;
}

h4,
.h4 {
font-size: 18px;
}

h5,
.h5 {
font-size: 16px;
}

h6,
.h6 {
font-size: 14px;
}

p {
margin: 0 0 1em;
}

a {
color: #046ff1;
}

a:hover,
a:focus {
text-decoration: none;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-ultralight.woff") format("woff"), url("fonts/aileron-ultralight.ttf") format("truetype");
font-weight: 100;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-ultralightitalic.woff") format("woff"), url("fonts/aileron-ultralightitalic.ttf") format("truetype");
font-weight: 100;
font-style: italic;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-thin.woff") format("woff"), url("fonts/aileron-thin.ttf") format("truetype");
font-weight: 200;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-thinitalic.woff") format("woff"), url("fonts/aileron-thinitalic.ttf") format("truetype");
font-weight: 200;
font-style: italic;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-light.woff") format("woff"), url("fonts/aileron-light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-lightitalic.woff") format("woff"), url("fonts/aileron-lightitalic.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-regular.woff") format("woff"), url("fonts/aileron-regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-italic.woff") format("woff"), url("fonts/aileron-italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-semibold.woff") format("woff"), url("fonts/aileron-semibold.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-semibolditalic.woff") format("woff"), url("fonts/aileron-semibolditalic.ttf") format("truetype");
font-weight: 600;
font-style: italic;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-bold.woff") format("woff"), url("fonts/aileron-bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-bolditalic.woff") format("woff"), url("fonts/aileron-bolditalic.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-heavy.woff") format("woff"), url("fonts/aileron-heavy.ttf") format("truetype");
font-weight: 800;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-heavyitalic.woff") format("woff"), url("fonts/aileron-heavyitalic.ttf") format("truetype");
font-weight: 800;
font-style: italic;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-black.woff") format("woff"), url("fonts/aileron-black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: "aileron";
src: url("fonts/aileron-blackitalic.woff") format("woff"), url("fonts/aileron-blackitalic.ttf") format("truetype");
font-weight: 900;
font-style: italic;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-light.woff") format("woff"), url("fonts/proximanova-light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-lightitalic.woff") format("woff"), url("fonts/proximanova-lightitalic.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-regular.woff") format("woff"), url("fonts/proximanova-regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-regularitalic.woff") format("woff"), url("fonts/proximanova-regularitalic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-semibold.woff") format("woff"), url("fonts/proximanova-semibold.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-semibolditalic.woff") format("woff"), url("fonts/proximanova-semibolditalic.ttf") format("truetype");
font-weight: 600;
font-style: italic;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-bold.woff") format("woff"), url("fonts/proximanova-bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-boldit.woff") format("woff"), url("fonts/proximanova-boldit.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-extrabold.woff") format("woff"), url("fonts/proximanova-extrabold.ttf") format("truetype");
font-weight: 800;
font-style: normal;
}

@font-face {
font-family: "proximanova";
src: url("fonts/proximanova-black.woff") format("woff"), url("fonts/proximanova-black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: "proximanovacond";
src: url("fonts/proximanovacond-light.woff") format("woff"), url("fonts/proximanovacond-light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: "proximanovacond";
src: url("fonts/proximanovacond-lightit.woff") format("woff"), url("fonts/proximanovacond-lightit.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}

@font-face {
font-family: "proximanovacond";
src: url("fonts/proximanovacond-regular.woff") format("woff"), url("fonts/proximanovacond-regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "proximanovacond";
src: url("fonts/proximanovacond-regularit.woff") format("woff"), url("fonts/proximanovacond-regularit.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: "proximanovacond";
src: url("fonts/proximanovacond-semibold.woff") format("woff"), url("fonts/proximanovacond-semibold.ttf") format("truetype");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "proximanovacond";
src: url("fonts/proximanovacond-semiboldit.woff") format("woff"), url("fonts/proximanovacond-semiboldit.ttf") format("truetype");
font-weight: 600;
font-style: italic;
}

#wrapper {
position: relative;
overflow: hidden;
}

.resize-active * {
-webkit-transition: none !important;
transition: none !important;
}

a {
-webkit-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}

.container {
max-width: 1146px;
margin: 0 auto;
padding: 0 20px;
}

.goals {
padding: 28px 0 25px;
background-color: #f4f6f6;
}

.goals .title-holder {
text-align: center;
margin-bottom: 25px;
}

.goals .title-holder h2 {
font-size: 32px;
margin-bottom: 7px;
}

.goals-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
}

.goals-list li {
width: 100%;
padding: 38px 15px 15px;
box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
background-color: #fff;
margin-bottom: 35px;
}

.goals-list .img-holder {
margin-bottom: 30px;
}

.goals-list .text-holder {
line-height: 1.25;
}

.about {
background-color: #9bc4d3;
padding: 23px 0 216px;
position: relative;
}

.about:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 136px;
height: 180px;
background-image: url("images/about-decor.svg");
background-size: 100%;
background-position: top left;
background-repeat: no-repeat;
}

.about .container {
max-width: 1200px;
position: relative;
z-index: 2;
padding: 0 28px;
}

.about .content-holder h2 {
line-height: 1.2;
font-size: 35px;
letter-spacing: -.4px;
margin-bottom: 28px;
}

.about .content-holder .text-holder {
line-height: 1.28;
}

.selected-publication {
background-color: rgba(26, 33, 43, .03);
padding: 30px 0 33px;
}

.selected-publication .title-box {
text-align: center;
margin-bottom: 30px;
}

.selected-publication h2 {
font-size: 35px;
letter-spacing: -.4px;
}

.selected-publication .publications-list .heading {
background-color: #9bc4d3;
}

.selected-publication .publications-list .heading a:hover {
text-decoration: underline;
}

.selected-publication .publications-list .heading a:hover span {
text-decoration: underline;
}

.intro-home {
background-color: #bcedd9;
background-size: 657px 218px;
background-position: right bottom;
padding: 28px 0 243px;
background-repeat: no-repeat;
background-image: url("images/home-intro-bg-mobile.png");
}

.intro-home .container {
max-width: 1354px;
padding: 0 28px;
}

.intro-home h1 {
font-weight: 800;
color: #0f173d;
}

.about .container a {
color: #1a212b;
}

.team-section {
padding: 40px 0;
}

.team-section .container {
max-width: 1086px;
padding: 0 25px;
}

.team-section h2 {
margin-bottom: 20px;
}

.team-section .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px 40px;
}

.team-section .row .col {
width: 100%;
padding: 0 15px 30px;
}

.team-section .row .col .name-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
box-shadow: 0 2px 5px rgba(21, 41, 129, .1);
border-radius: 0 0 6px 6px;
background-color: rgba(155, 196, 211, .17);
padding: 16px 18px 0;
}

.team-section .row .col .name-block .text-block {
font-size: 17px;
width: calc(100% - 47px);
padding-right: 6px;
}

.team-section .row .col .name-block .cv-img {
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
width: 47px;
}

.team-section .row .col .name-block .cv-img:hover {
opacity: .7;
}

.team-section .row .col .name-block h3 {
font-size: 22px;
margin-bottom: 4px;
text-transform: capitalize;
}

.card-holder {
-webkit-transition: .6s;
transition: .6s;
position: relative;
width: 100%;
height: auto;
min-height: 350px;
}

.card-holder.active .card-team.back {
opacity: 1;
visibility: visible;
}

.card-team {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transition: .6s ease-in-out;
transition: .6s ease-in-out;
}

.card-team.front {
cursor: pointer;
}

.card-team.back {
overflow: hidden;
opacity: 0;
visibility: hidden;
}

.card-team .img-block {
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
min-height: 350px;
}

.card-team .info-block {
background: #bcedd9;
font-size: 16px;
min-height: 350px;
line-height: 1.38;
overflow: auto;
height: 100%;
}

.card-team .info-block h4 {
font-size: 17px;
margin-bottom: 3px;
}

.card-team .info-block .holder {
padding: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}

.card-team .info-block .project-list {
margin-bottom: 16px;
}

.card-team .info-block a {
color: #000;
margin-bottom: 15px;
}

.card-team .info-block a:hover {
color: #046ff1;
}

.intro-section {
background-size: cover;
background-position: 50%, 50%;
background-repeat: no-repeat;
padding: 10px 0;
}

.intro-section .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.intro-section .heading {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 53%;
}

.intro-section h1 {
letter-spacing: -.43px;
margin-bottom: 0;
}

.publications-section {
padding: 35px 0;
}

.filtration-holder {
margin-bottom: 25px;
}

.jcf-select,
input[type="text"] {
background-color: #e4eaf9;
border: none;
border-radius: 22px;
color: #1a212b;
font-size: 18px;
font-weight: 700;
height: 41px;
padding: 8px 25px;
width: 100%;
}

.jcf-select .jcf-select-text {
font-size: 18px;
margin: 0;
}

.jcf-select .jcf-select-opener {
background-color: transparent;
border-radius: 0 22px 22px 0;
width: 40px;
}

.jcf-select .jcf-select-opener:before {
content: "\e903";
color: #152981;
font-family: "icomoon" !important;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

input[type="text"]::-webkit-input-placeholder {
color: #1a212b;
}

input[type="text"]::-moz-placeholder {
opacity: 1;
color: #1a212b;
}

input[type="text"]:-moz-placeholder {
color: #1a212b;
}

input[type="text"]:-ms-input-placeholder {
color: #1a212b;
}

input[type="text"].placeholder {
color: #1a212b;
}

.jcf-select-drop .jcf-select-drop-content {
border: none;
padding: 16px 0 0;
}

.jcf-select-drop .jcf-list {
border: 1px solid #ebf0fa;
border-radius: 5px;
box-shadow: 0 1px 10px rgba(12, 24, 77, .05);
}

.jcf-select-drop .jcf-list:after,
.jcf-select-drop .jcf-list:before {
bottom: 100%;
content: "";
display: block;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}

.jcf-select-drop .jcf-list:before {
height: 0;
width: 0;
border-bottom: 10px solid #ebf0fa;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}

.jcf-select-drop .jcf-list:after {
height: 0;
width: 0;
border-bottom: 9.5px solid white;
border-left: 9.5px solid transparent;
border-right: 9.5px solid transparent;
}

.jcf-select-drop .jcf-list .jcf-option {
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
color: #152981;
cursor: pointer;
font-size: 18px;
padding: 16px 25px;
}

.jcf-select-drop .jcf-list .jcf-option.jcf-hover {
background-color: #f6f8fd;
}

.jcf-select-drop .jcf-list .jcf-option.jcf-option-hideme {
display: none;
}

.publications-section h2 {
margin-bottom: 48px;
}

.popup-holder {
position: relative;
}

.popup-holder .popup {
display: none;
position: absolute;
bottom: 100%;
left: 0;
width: 350px;
padding: 10px;
background: #fff;
}

.popup-holder.popup-active .popup {
display: block;
}

.type-section.hidden {
position: absolute;
left: -9999px;
top: 0;
}

.publications-list {
margin-bottom: 30px;
}

.publications-list .hidden,
.publications-list .inactive {
position: absolute;
left: -9999px;
top: 0;
}

.publications-list li {
box-shadow: 0 0 35px rgba(21, 41, 129, .05);
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 35px;
padding-bottom: 18px;
}

.publications-list li:last-child {
margin-bottom: 20px;
}

.publications-list li.blue-item .heading,
.publications-list li.other-publications .heading,
.publications-list li.preprints .heading {
background-color: #9bc4d3;
}

.publications-list li.blue-item .download-link,
.publications-list li.other-publications .download-link {
background-image: url("images/pdf-blue.svg");
}

.publications-list li.yellow-item .heading {
background-color: #ffe54d;
}

.publications-list li.yellow-item .download-link {
background-image: url("images/pdf-yellow.svg");
}

.publications-list li.pink-item .heading,
.publications-list li.articles-in-peer-reviewed-journals .heading,
.publications-list li.book-chapters .heading {
background-color: #e3cae5;
}

.publications-list li.pink-item .download-link,
.publications-list li.articles-in-peer-reviewed-journals .download-link,
.publications-list li.book-chapters .download-link {
background-image: url("images/pdf-pink.svg");
}

.publications-list li.green-item .heading,
.publications-list li.conference-presentations .heading {
background-color: #bcedd9;
}

.publications-list li.green-item .download-link,
.publications-list li.conference-presentations .download-link {
background-image: url("images/pdf-green.svg");
}

.publications-list li.pink-item .heading,
.publications-list li.tools .heading {
background-color: #ffe54d;
}

.publications-list li.pink-item .download-link,
.publications-list li.tools .download-link {
background-image: url("images/pdf-yellow.svg");
}


.publications-list .heading {
border-radius: 6px 6px 0 0;
padding: 8px 28px;
width: 100%;
}

.publications-list .heading a {
color: #1a212b;
text-decoration: none;
}

.publications-list .heading a:hover {
text-decoration: underline;
}

.publications-list .heading a:hover span {
text-decoration: underline;
}

.publications-list h3 {
font-size: 16px;
margin-bottom: 0;
}

.publications-list h3 > span {
display: inline-block;
white-space: nowrap;
}

.publications-list .publications-name {
font-size: 14px;
}

.publications-list .title-holder {
padding: 29px 26px 0 26px;
}

.publications-list .title {
display: block;
font-size: 16px;
line-height: 1.375;
margin-bottom: 20px;
}

.publications-list .download-link {
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
width: 31px;
height: 32px;
background-image: url("images/pdf-blue.svg");
background-size: cover;
background-position: 50%, 50%;
background-repeat: no-repeat;
display: block;
margin: 0 14px 0 auto;
}

.publications-list .download-link:hover {
opacity: .7;
}

.publications-list .popup {
overflow: auto;
font-size: 14px;
line-height: 1.6;
z-index: 5;
padding: 35px 25px 13px 16px;
}

.publications-list .popup.direction-rtl {
direction: rtl;
text-align: right;
}

.publications-list .popup h3 {
font-size: 16px;
margin-bottom: 0;
}

.publications-list .popup .btn-close {
position: absolute;
right: 10px;
top: 10px;
width: 25px;
height: 25px;
}

.publications-list .popup .btn-close:before,
.publications-list .popup .btn-close:after {
content: "";
width: 15px;
height: 2px;
background-color: #1a212b;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}

.publications-list .popup .btn-close:after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}

.article {
padding: 25px 0 0 0;
}

.article .container {
max-width: 994px;
}

.article h1 {
font-weight: 800;
letter-spacing: -.33px;
}

.article h2 {
margin-bottom: 5px;
}

.article p {
margin-bottom: 16px;
}

.article a {
color: #1a212b;
}

.article a:hover {
text-decoration: none;
}

.article .wp-caption {
border: none;
padding: 0;
margin-bottom: 15px;
}

.article .wp-caption img {
margin-bottom: 2px;
}

.article .wp-caption p {
margin-bottom: 16px;
}

.article .tools-holder {
margin-bottom: 25px;
overflow: hidden;
}

.article .tools-holder .title-holder {
margin-bottom: 15px;
}

.article .tools-holder .img-holder {
max-width: 100px;
margin: 0 auto;
}

.article .tools-holder .text-holder p {
margin-bottom: 10px;
}

.article .tools-holder .text-holder ul {
margin-bottom: 10px;
}

#header {
position: relative;
padding: 20px 0 29px;
z-index: 4;
background-color: #fff;
}

#header .container {
max-width: 1526px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 18px 0 27px;
}

.logo {
width: 173px;
display: block;
}

.nav-opener {
width: 19px;
height: 14px;
position: relative;
}

.nav-active .nav-opener span {
opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
left: 0;
right: 0;
}

.nav-active .nav-opener:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
background-color: #0f173d;
position: absolute;
height: 2px;
right: 0;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}

.nav-opener:before {
content: "";
top: 0;
left: 0;
}

.nav-opener span {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 40%;
}

.nav-opener:after {
content: "";
bottom: 0;
left: 62%;
}

.drop-holder {
-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
position: absolute;
top: 100%;
left: 0;
right: 0;
height: calc(100vh - 109px);
overflow: auto;
background-color: #fff;
padding: 0 18px 0 27px;
opacity: 0;
visibility: hidden;
}

.nav-active .drop-holder {
opacity: 1;
visibility: visible;
}

.info-box {
display: none;
}

.navigation {
margin-bottom: 0;
}

.menu {
padding: 7px 0 0;
}

.menu li {
margin-bottom: 36px;
}

.menu li.active a:before {
opacity: 1;
}

.menu a {
color: #222c38;
text-decoration: none;
font-size: 16px;
position: relative;
}

.menu a:hover:before {
opacity: 1;
}

.menu a:before {
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
content: "";
position: absolute;
height: 4px;
background-color: #ffe54d;
bottom: -4px;
right: -6px;
left: -6px;
opacity: 0;
}

#footer {
background-color: #e5e5e5;
padding: 35px 0;
}

#footer .container {
max-width: 1200px;
}

#footer .logo {
width: 139px;
display: block;
margin-bottom: 24px;
}

#footer .info-holder {
font-size: 14px;
max-width: 238px;
}

#footer .info-holder address {
font-style: normal;
margin-bottom: 0;
}

#footer .box-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 28px;
}

#footer .box-holder .mail {
display: inline-block;
vertical-align: middle;
margin-bottom: 24px;
color: #1a212b;
text-decoration: none;
}

#footer .box-holder .mail:hover {
color: #046ff1;
}

#footer .box-holder a {
color: #1a212b;
}

#footer .box-holder a:hover {
text-decoration: none;
}

#footer .box-holder .contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

#footer .box-holder .contact span {
display: inline-block;
vertical-align: middle;
margin-bottom: 4px;
}

#footer .box-holder .contact a {
color: #1a212b;
text-decoration: none;
}

#footer .box-holder .contact a:hover {
color: #046ff1;
}

#footer .social-holder {
max-width: 191px;
width: 100%;
padding-top: 5px;
}

#footer .social-holder h5 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 21px;
}

.social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -12px;
}

.social-list li {
padding: 0 12px;
}

.social-list a {
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
font-size: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 47px;
height: 47px;
border-radius: 50%;
background-color: rgba(0, 0, 0, .07);
color: #fff;
text-decoration: none;
}

.social-list a:hover {
background-color: rgba(0, 0, 0, .6);
}

@media (min-width: 375px) {
.intro-section .container {
	padding: 0 30px;
}
}

@media (min-width: 480px) {
.goals-list li {
	box-shadow: none;
	margin-bottom: 0;
	background-color: transparent;
	width: 50%;
	padding: 0 25px 25px;
}

.team-section .row .col {
	width: 50%;
}

.team-section .row .col .name-block {
	padding: 16px 14px 0;
}

.team-section .row .col .name-block .text-block {
	font-size: 14px;
	width: calc(100% - 37px);
	padding-right: 10px;
}

.team-section .row .col .name-block .cv-img {
	width: 37px;
}

.team-section .row .col .name-block h3 {
	font-size: 18px;
}

.card-holder {
	min-height: 290px;
}

.card-team .img-block {
	min-height: 290px;
}

.card-team .info-block {
	min-height: 292px;
	font-size: 13px;
	line-height: 1.41538461;
}

.card-team .info-block h4 {
	font-size: 14px;
}

.card-team .info-block .holder {
	padding: 15px;
}

.article .tools-holder {
	margin-bottom: 48px;
}

.article .tools-holder .img-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

	.article .tools-holder .text-holder ul {
		list-style-position: inside;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 620px) {
	.intro-home {
		background-size: 100% auto;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 17px;
	}

	h6 {
		font-size: 15px;
	}

	.goals {
		padding: 43px 0 11px;
		background-color: #fff;
	}

	.goals .title-holder {
		margin-bottom: 78px;
	}

	.goals .title-holder h2 {
		letter-spacing: -.23px;
		font-size: 35px;
		margin-bottom: 3px;
	}

	.goals-list {
		margin: 0 -25px;
	}

	.goals-list .img-holder {
		margin-bottom: 30px;
}

	.goals-list .text-holder h4 {
		margin-bottom: 13px;
	}

	.about {
		padding: 30px 0 170px;
	}

	.about:before {
		width: 130px;
		height: 173px;
		left: -11px;
	}

	.about .container {
		padding: 0 15px;
	}

	.about .content-holder {
		max-width: 967px;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about .content-holder h2 {
		line-height: 1;
		width: 100%;
		letter-spacing: -.23px;
		padding: 0 15px;
	}

	.about .content-holder .text-holder {
		width: 50%;
		padding: 0 15px;
	}

	.selected-publication {
		padding: 42px 0 25px;
	}

	.intro-home {
		background-position: center;
		background-size: cover;
		padding: 50px 0 130px;
		background-image: url("images/home-intro-bg.png");
	}

	.intro-home .container {
		padding: 0 15px;
	}

	.intro-home .text-holder {
		max-width: 460px;
		font-size: 22px;
		line-height: 1.136363;
	}

	.team-section {
		padding: 78px 0 23px;
	}

	.team-section .container {
		padding: 0 15px;
	}

	.team-section h2 {
		margin-bottom: 38px;
	}

	.team-section .row .col {
		width: 33.332%;
	}

	.card-holder.active .card-team.back {
		-webkit-transform: perspective(800px) rotateY(0);
		transform: perspective(800px) rotateY(0);
	}

	.card-holder.active .card-team.front {
		-webkit-transform: perspective(800px) rotateY(-179.9deg);
		transform: perspective(800px) rotateY(-179.9deg);
	}

	.card-team {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.card-team.front {
		-webkit-transform: perspective(800px) rotateY(0deg);
		transform: perspective(800px) rotateY(0deg);
		z-index: 2;
	}

	.card-team.back {
		-webkit-transform: perspective(800px) rotateY(180deg);
		transform: perspective(800px) rotateY(180deg);
		opacity: 1;
		visibility: visible;
	}

	.card-team .info-block .holder {
		display: block;
	}

	.card-team .info-block a {
		margin-bottom: 0;
	}

	.intro-section .container {
		padding: 0 12px;
	}

	.intro-section .heading {
		min-height: 187px;
	}

	.intro-section h1 {
		margin-top: 30px;
	}

	.publications-section {
		padding: 42px 0;
	}

	.filtration-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 44px;
	}

	.filtration-holder .select-holder {
		margin-right: 15px;
	}

	.filtration-holder .select-holder.topic {
		width: calc(25% + 15px);
	}

	.filtration-holder .select-holder.year {
		width: calc(18% + 15px);
	}

	.filtration-holder .select-holder.language {
		width: calc(25% + 15px);
	}

	.filtration-holder .input-holder {
		width: 26%;
	}

	.publications-section h2 {
		margin-bottom: 38px;
	}

	.publications-list li {
		margin-bottom: 14px;
		padding-bottom: 0;
	}

	.publications-list .heading {
		border-radius: 6px 0 0 6px;
		padding: 9px 21px;
		width: 35%;
	}

	.publications-list .title-holder {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 23px;
		padding: 9px 21px;
		width: 65%;
	}

	.publications-list .title {
		max-width: 90%;
		margin-bottom: 0;
	}

	.publications-list .popup {
		max-height: 246px;
		box-shadow: 0 0 35px rgba(5, 7, 19, .24);
		padding: 13px 25px 13px 16px;
		min-width: 426px;
		width: auto;
	}

	.publications-list .popup .btn-close {
		display: none;
	}

	.article {
		padding: 50px 0 40px 0;
		font-size: 16px;
		line-height: 1.4;
	}

	.article h1 {
		font-size: 40px;
		line-height: 1.06;
		margin-bottom: 36px;
	}

	.article .wp-caption {
		margin-bottom: 25px;
	}

	#footer {
		padding: 90px 0 94px;
	}

	#footer .box-holder {
		padding-left: 13px;
	}

	#footer .social-holder h5 {
		padding-left: 7px;
	}
}

@media (min-width: 1024px) {
	h1 {
		font-size: 65px;
	}

	.goals-list li {
		width: 25%;
	}

	.about {
		padding: 81px 0 53px;
	}

	.about:before {
		width: 204px;
		height: 270px;
	}

	.about .content-holder {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.about .content-holder h2 {
		max-width: 244px;
		padding: 0;
	}

	.about .content-holder .text-holder {
		width: calc(50% - 111px);
		padding: 0 20px;
	}

	.intro-home {
		background-size: cover;
		padding: 108px 0 80px;
		min-height: 520px;
	}

	.intro-home h1 {
		font-size: 50px;
		line-height: .92;
		letter-spacing: -.33px;
		margin-bottom: 15px;
	}

	.intro-home .text-holder {
		max-width: 630px;
	}

	.team-section .row {
		margin: 0 -58px 40px;
	}

	.team-section .row .col {
		padding: 0 58px 88px;
	}

	.filtration-holder .select-holder.topic {
		margin-right: 31px;
		width: calc(25% + 31px);
	}

	.filtration-holder .select-holder.year {
		margin-right: 35px;
		width: calc(13% + 35px);
	}

	.filtration-holder .select-holder.language {
		margin-right: 45px;
		width: calc(25% + 45px);
	}

	.filtration-holder .input-holder {
		width: 28%;
	}

	.publications-list {
		margin-bottom: 59px;
	}

	.publications-list .heading {
		width: 24%;
	}

	.publications-list .title-holder {
		width: 76%;
	}

	.article {
		padding: 94px 0 167px 0;
	}

	.article h1 {
		font-size: 50px;
	}

	#header {
		padding: 25px 0 14px;
	}

	#header .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 15px;
	}

	.nav-opener {
		display: none;
	}

	.drop-holder {
		width: calc(100% - 173px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		opacity: 1;
		visibility: visible;
		position: static;
		overflow: visible;
		height: auto;
		padding: 0;
		background-color: transparent;
	}

	.info-box {
		display: block;
		position: relative;
		max-width: 350px;
		width: 100%;
		font-size: 16px;
		padding: 7px 0 0 25px;
	}

	.info-box:before {
		content: "";
		position: absolute;
		left: 0;
		height: 71px;
		width: 1px;
		background-color: #979797;
		opacity: .73;
		top: calc(50% - 6px);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.info-box h5 {
		font-size: 18px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 2px;
	}

	.navigation {
		padding-top: 22px;
		padding-right: 25px;
	}

	.navigation:only-child {
		padding-right: 0;
	}

	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -9px;
		padding: 0;
	}

	.menu li {
		padding: 0 9px;
		margin-bottom: 0;
	}

	.menu a {
		font-weight: 600;
	}
}

@media (min-width: 1200px) {
	.about:before {
		width: 294px;
		height: 390px;
	}

	.info-box {
		max-width: 500px;
		padding: 7px 0 0 30px;
	}

	.navigation {
		padding-right: 30px;
	}
}

@media (min-width: 1400px) {
	.info-box {
		max-width: 609px;
		padding: 7px 0 0 55px;
	}

	.navigation {
		padding-right: 73px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.selected-publication .publications-list .popup {
		margin-left: auto !important;
	}

	.publications-list .popup {
		z-index: 5;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		margin-left: auto;
	}
}

@media (max-width: 479px) {
	.article img {
		margin-bottom: 15px;
		display: block;
		width: 100%;
		max-width: none !important;
	}

	.article .tools-holder .text-holder ul {
		padding-left: 25px;
	}
}
