/*
   .-----------------------------------------------------.
   |                      FONTS                          |
   '-----------------------------------------------------'
*/

@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
   .-----------------------------------------------------.
   |                        HTML5                        |
   '-----------------------------------------------------'
*/

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

/*
   .-----------------------------------------------------.
   |                       GENERAL                       |
   '-----------------------------------------------------'
*/

body {
  margin: 0;
  padding: 0;
  background: #fff url("../images/bg.jpg") repeat-x;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #19a7e1;
  outline: none;
}

a.active {
  color: #19a7e1;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

a img {
  border: none;
}

hr {
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  height: 1px;
  overflow: hidden;
  margin: 0.8em 0 1.2em 0;
  border: 0;
  background: #d6d6d6;
}

/* --- General Use --- */

.element-invisible,
.hide {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  display: block;
}

.row-50 {
  width: 50%;
  float: left;
}

.cb {
  clear: both;
  height: 0;
}

.align-l {
  text-align: left;
}

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

.align-r {
  text-align: right;
}

.clearfix:after,
.cf:after {
  clear: both;
  display: block;
  content: ".";
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.container-content,
.container {
  width: 1138px;
  margin: auto;
}

/* --- Other --- */

.container-content p {
  margin-bottom: 10px;
  line-height: 1.5;
}

h2.standard {
  font-size: 24px;
  font-weight: 400;
  color: #19a7e1;
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 15px;
}

h2.standard2 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  display: block;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 15px;
}

h3.standard,
.page-standard h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #444444;
}

ul.standard,
.page-standard ul {
  margin: 10px 0 0 20px;
}

ul.standard li,
.page-standard ul li {
  margin-bottom: 10px;
}

ul.standard li:before,
.page-standard ul li:before {
  content: '';
  background: #19a7e1;
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: -14px;
  margin-right: 10px;
  margin-bottom: 2px;
}

article {
  line-height: 1.5;
}

article p {
  margin: 5px 0 15px 0;
  line-height: 1.5;
}

.main-content p {
  margin: 5px 0 15px 0;
  line-height: 1.5;
}

/* --- Inline Images --- */

.post-content img.aligncenter,
.wp-caption {
  display: block;
  width: 100% !important;
  max-width: 600px;
  margin: 2.5em auto;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-sizing: border-box;
}

.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-caption p {
  margin: 0;
  padding: 7px 0 3px;
  color: #131e8b;
}

/*
   .-----------------------------------------------------.
   |                    LANGUAGE BAR                     |
   '-----------------------------------------------------'
*/

.choose-language {
  height: 30px;
  padding-top: 10px;
  background: url("../images/topbar_bg.png");
  border-bottom: 3px solid #1293db;
  overflow: hidden;
}

.choose-language ul {
  float: right;
}

.choose-language ul li {
  float: left;
  margin-left: 7px;
}

.choose-language a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.choose-language a.active,
.choose-language a:hover {
  color: #19a7e1;
}

/*
   .-----------------------------------------------------.
   |                        HEADER                       |
   '-----------------------------------------------------'
*/

header.header {
  height: 115px;
  padding: 0 0 35px 0;
  overflow: hidden;
}

a.logo,
a.uw-logo {
  margin: 35px 50px 0 0;
  float: left;
  width: 360px;
  height: 72px;
}

a.uw-logo {
  margin-right: 30px;
  width: 65px;
}

.related-sites {
  float: right;
  padding-top: 58px;
  border-left: 1px solid #1293db;
  position: relative;
}

.related-sites strong {
  display: block;
  width: 100px;
  position: absolute;
  left: -124px;
  bottom: -2px;
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
  color: #2e2e82;
  font-weight: 400;
  letter-spacing: 0.2pt;
}

.related-sites strong span {
  display: block;
  color: #19a7e1;
  font-weight: 600;
}

.related-sites a {
  float: left;
  text-indent: -9999px;
  margin: 0 0 -5px 21px;
  height: 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 75px;
}

.related-sites a:hover {
  background-position: 0 -37px;
}

a.rel-ceemr {
  background-image: url("../images/related_ceemr.png");
  width: 110px;
}

a.rel-idub-pl,
a.rel-idub-en {
  background-image: url("../images/related_idub_pl.png");
  width: 100px;
}

a.rel-idub-en {
  background-image: url("../images/related_idub_en.png");
}

/*
   .-----------------------------------------------------.
   |                      MAIN MENU                      |
   '-----------------------------------------------------'
*/

ul.main-menu {
  height: 42px;
  width: 100%;
  margin: 0;
  border-top: 4px solid #131e8b;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  z-index: 100;
  white-space: nowrap;
}

ul.main-menu > li {
  float: left;
  position: relative;
}

.main-menu > li > a {
  float: left;
  font-size: 17px;
  line-height: 22px;
  color: #555555;
  font-weight: 400;
  padding: 9px 20px 11px 20px;
}

.main-menu a:not([href]) {
  cursor: default;
}

.main-menu > li > a:hover,
.main-menu > li:hover > a,
.main-menu > li.hover > a,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-parent > a {
  border-top: 4px solid #19a7e1;
  color: #19a7e1;
  margin-top: -4px;
}

/* --- Level 2 & 3 --- */

.main-menu ul.sub-menu {
  visibility: hidden;
  position: absolute;
  top: 42px;
  left: 0;
  border-top: 1px solid #d6d6d6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.main-menu ul.sub-menu > li {
  position: relative;
}

.main-menu ul.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  border-top: 0;
}

.main-menu > li:hover > ul > li,
.main-menu > li.hover > ul > li {
  visibility: visible;
}

.main-menu > li > ul a {
  display: block;
  font-size: 17px;
  line-height: 22px;
  color: #555555;
  font-weight: 400;
  padding: 9px 20px 11px 20px;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

.main-menu > li > ul li:hover > a,
.main-menu > li > ul li.current-menu-item > a {
  background: #eee;
  color: #19a7e1;
}

/* --- Level 3 --- */

.main-menu ul.sub-menu li:hover > ul {
  visibility: visible;
}

/*
   .-----------------------------------------------------.
   |                      MAINPART                       |
   '-----------------------------------------------------'
*/

.mainpart {
  padding: 40px 0;
}

.main-content {
  float: left;
  width: 846px;
}

.sidebar {
  float: right;
  width: 262px;
}

/* --- Page Title --- */

.page-title {
  overflow: hidden;
  background: url("../images/hr_1.png") left bottom repeat-x;
}

.page-title-line {
  display: block;
  height: 2px;
  width: 90px;
  overflow: hidden;
  background: #0095da;
}

h1.page-title-heading {
  color: #131e8b;
  font-size: 26px;
  line-height: 1.35em;
  margin: 0;
  padding: 0.28em 0 0.48em;
}

.content-push-top {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

/* --- Blue Box --- */

.blue-box {
  border: 1px solid #19a7e1;
  font-size: 14px;
  margin-top: 30px;
}

.people-box {
  margin: 0 0 25px;
}

.blue-box h2 {
  background: url("../images/bluebox_header_bg.png");
  font-family: 'bebas_neueregular', sans-serif;
  font-size: 18px;
  color: #19a7e1;
  border-bottom: 1px solid #19a7e1;
  letter-spacing: 2pt;
  padding: 11px 0 8px 20px;
}

.people-box a {
  color: #19a7e1;
}

.blue-box a:hover {
  color: #0385d7;
}

.blue-box ul {
  padding: 30px 15px 20px 20px;
  line-height: 1.25;
}

.blue-box ul li {
  background: url("../images/arrow_right_blue.png") 0 6px no-repeat;
  padding: 0 0 8px 22px;
}

.publications-box ul li a {
  font-style: italic;
}

/*
   .-----------------------------------------------------.
   |                      HOME PAGE                      |
   '-----------------------------------------------------'
*/

.home-boxes {
  width: 100%;
  overflow: hidden;
}

.home-boxes ul {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style: none;
}

.home-boxes li {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  width: 33.3333%;
  box-sizing: border-box;
}

.home-boxes li .li-content {
  display: block;
  width: 100%;
  height: 0;
  /* width height proportions: width: 278px, height: 215px */
  padding-bottom: 77.33812949%;
  position: relative;
  overflow: hidden;
}

.home-boxes .li-content a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-boxes a .a-content,
.home-boxes a .a-content img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-boxes a .a-content img {
  transition: 1s transform;
}

.home-boxes a .a-content h3 {
  width: 100%;
  margin: 0;
  padding: 17px 20px 12px 25px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-family: 'bebas_neueregular', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.5pt;
  text-shadow: 1px 1px #000000;
  transition: 1s background-color;
}

.home-boxes a .a-content h3:before {
  content: '';
  background: #19a7e1;
  width: 13px;
  height: 8px;
  display: block;
  margin-left: -25px;
  margin-bottom: -12px;
  transition: 1s margin;
}

.home-boxes a:hover .a-content img {
  transform: scale(1.1);
}

.home-boxes a:hover .a-content h3 {
  background-color: rgba(25, 167, 225, 0.95);
}

.home-boxes a:hover .a-content h3:before {
  margin-left: -76px;
}

.home-boxes li.home-box-last .li-content a {
  cursor: default;
}

.home-boxes li.home-box-last a:hover .a-content img {
  transform: none;
}

/*
   .-----------------------------------------------------.
   |                       FOOTER                        |
   '-----------------------------------------------------'
*/

/* --- Tags Above The Footer --- */

.tags {
  border-top: 3px solid #eceef1;
  padding: 12px 0 23px 0;
}

/* --- Footer --- */

.footer {
  background: #eceef1;
}

.footer-dots {
  display: block;
  height: 16px;
  background: url("../images/footer_dots.png");
}

.footer-logos {
  padding-top: 12px;
  overflow: hidden;
}

.rel-logos {
  float: right;
}

.rel-logos a {
  float: left;
  text-indent: -9999px;
  margin: 0 0 -5px 21px;
  height: 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.rel-logos a:hover {
  background-position: 0 -37px;
}

.footer-menu {
  margin: 12px 0 21px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #666666;
  overflow: hidden;
}

.footer-menu li {
  display: inline;
}

.footer-menu li:before {
  content: '|';
  color: #c1c1c1;
  display: inline-block;
  width: 6px;
  height: 12px;
  padding-right: 7px;
}

.footer-menu li:first-child:before {
  display: none;
}

.footer-menu a {
  color: #222222;
}

.footer-copyright {
  padding-bottom: 20px;
}

/*
   .-----------------------------------------------------.
   |                       SIDEBAR                       |
   '-----------------------------------------------------'
*/

.block {
  margin-bottom: 30px;
}

.block:last-child {
  margin-bottom: 0;
}

/* --- Searchbox --- */

.searchbox form {
  overflow: hidden;
  margin: 0;
}

.searchbox .form-text {
  float: left;
  width: 225px;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  border-right: 0;
  background: #fff;
  padding: 0 9px;
  font-size: 14px;
  height: 2.7em;
  line-height: 2.7em;
  box-sizing: border-box;
}

.searchbox .form-submit {
  float: right;
  width: 37px;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background: #fff url(../images/icon_search.png) center center no-repeat;
  padding: 0 9px;
  font-size: 14px;
  height: 2.7em;
  line-height: 2.7em;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.searchbox .form-submit:hover {
  background-color: #e5f5fc;
}

/* --- Social Icons --- */

.share-icons {
  width: 100%;
  overflow: hidden;
}

.share-icons a {
  float: left;
  height: 32px;
  width: 32px;
  margin-right: 12px;
  border: 2px solid #8d8d8d;
  background: #bbb center center no-repeat;
  background-size: 20px 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999px;
  transition: border-color 0.2s, background-color 0.2s;
}

a.share-spotify {
  background-image: url(../images/social-spotify.svg);
}

a.share-youtube {
  background-image: url(../images/social-youtube.svg);
}

a.share-facebook {
  background-image: url(../images/social-facebook.svg);
}

a.share-twitter {
  background-image: url(../images/social-twitter.svg);
}

.share-spotify:hover {
  border-color: #1db954;
  background-color: #81cc8a;
}

.share-youtube:hover {
  border-color: #ff0000;
  background-color: #e66a69;
}

.share-facebook:hover {
  border-color: #1778f2;
  background-color: #769ef2;
}

.share-twitter:hover {
  border-color: #1d9bf0;
  background-color: #7fb6f2;
}

/* --- Ukraine Flag --- */

.ukraine-flag {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 71.66324%;
}

.ukraine-flag img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
   .-----------------------------------------------------.
   |                        LISTS                        |
   '-----------------------------------------------------'
*/

/* --- List Of Publications --- */

.list-of-publication {
  font-size: 14px;
}

.list-of-publication h3 {
  margin-bottom: 10px;
}

.list-of-publication li {
  padding-bottom: 8px;
}

.list-of-publication a:hover {
  color: #0385d7;
}

/*
   .-----------------------------------------------------.
   |                    STANDARD PAGE                    |
   '-----------------------------------------------------'
*/

.page-standard {
  line-height: 1.6;
  font-size: 14px;
}

.page-standard h3 {
  margin-top: 8px;
}

.page-standard h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0 0;
  color: #555555;
}

.page-standard ol {
  margin-left: 30px;
}

.page-standard ol li {
  list-style: decimal;
  background: none;
}

/*
   .-----------------------------------------------------.
   |                       SIDEBAR                       |
   '-----------------------------------------------------'
*/

/* --- Recent Events / Recent Publications --- */

.recent-events-box {
  margin-top: 15px;
  margin-bottom: 25px;
}

.recent-events-box h2.resent-events-header,
.recent-publications-box h2 {
  font-family: 'bebas_neueregular', sans-serif;
  font-size: 18px;
  color: #444444;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  letter-spacing: 2pt;
  padding: 12px 0 10px 0;
}

.recent-events-box h2.resent-events-header span,
.recent-publications-box h2 span {
  color: #19a7e1;
}

.recent-events-box article,
.recent-publications-box article {
  font-size: 12px;
  color: #555555;
  padding: 12px 0 4px 0;
}

.recent-events-box article p,
.recent-publications-box article p {
  padding: 0;
  display: inline;
}

.block h3 {
  font-size: 16px;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 10px;
}

a.more {
  color: #009deb;
  padding-left: 5px;
}

a.more:hover {
  color: #0385d7;
}

a.more:after {
  content: '';
  background: url("../images/arrow_right_blue.png") no-repeat;
  width: 13px;
  height: 7px;
  display: inline-block;
  margin-left: 5px;
}



/*
   .-----------------------------------------------------.
   |                    PUBLICATIONS                     |
   '-----------------------------------------------------'
*/

p.pub-meta {
  color: #19a7e1;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.35em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 12px 0 -4px;
  padding: 0;
}

p.pub-meta a:hover {
  text-decoration: underline;
}

.pub-name {
  margin: 0 0 1em 0;
  color: #444;
}

p.pub-press {
  font-weight: 400;
  margin: -1em 0 1em;
  padding: 0;
  color: #888;
}

.pub-download {
  width: 100%;
  overflow: hidden;
  font-size: 1.1em;
}

.pub-download a {
  float: left;
  color: #19a7e1;
  border-bottom: 1px solid #a5daf0;
  line-height: 1.2em;
}

.list-of-publication .pub-meta {
  color: #666;
  margin-bottom: 5px;
}

h2.pub-term-year {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #25247b;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 1em;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.list-of-publication hr {
  margin-bottom: 1.5em;
}
