/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 August 2021 09:57:43
*/

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 auto;
}
.d-flex a {
  display: inline;
}
.d-flex img.prod {
  max-width: 200px !important;
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
  object-position: center center;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

body {
  background-color: #f7f7f7;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  max-height: auto;
  margin-bottom: 0.8em;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  border-left: 1px solid #e2e2e2;
  float: right;
  margin: 0 0 1em 1em;
  padding-left: 12px;
}

.article-content .article-image--full-width {
  border-bottom: 1px solid #e2e2e2;
  border-left: none;
  float: none;
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 100%;
  padding-bottom: 1em;
  padding-left: 0;
  width: 100%;
}

.article-content .article-image--full-width img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

figcaption {
  color: #666;
  font-size: 11px;
  line-height: 1.2em;
}

figure img {
  border: 1px solid #e2e2e2;
  margin-bottom: 0.4em;
}

table {
  margin-bottom: 1em;
}

.data-table tr {
  border-bottom: 1px solid #e2e2e2;
}

.data-table th {
  text-align: left;
}

.data-table td {
  padding: 7px 5px;
  vertical-align: top;
}

input,
select,
textarea {
  display: block;
  width: 100%;
}

.article-content > div > table {
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
  margin: 10px auto;
  width: 100%;
}

.article-content > div > table thead {
  border-bottom: 1px solid #e2e2e2;
}

.article-content > div > table tbody tr:nth-child(odd) {
  background: #eee;
}

.article-content > div > table tr:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.article-content > div > table th,
.article-content > div > table td {
  padding: 7px;
}

.article-content > div > table th {
  font-weight: bold;
  text-align: left;
}

.article-content > div > table th:not(:last-child),
.article-content > div > table td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

label {
  display: inline;
  width: auto;
}

.recaptchatable input {
  display: inline;
}

.date-picker-wrapper {
  padding: 1em 0;
}

.date-picker-wrapper input,
.date-picker-wrapper select {
  display: inline-block;
  width: auto;
}

input[type="text"] {
  padding: 0.4em;
}

input[type="text"],
textarea {
  border: 1px solid #e2e2e2;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  position: relative;
  top: -1px;
  width: auto;
}

input[type="reset"],
input[type="submit"] {
  display: inline-block;
  width: auto;
}

input[type="text"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.js-live-search {
  -webkit-appearance: none;
  width: 97%;
}

.input-wrapper {
  margin-bottom: 0.8em;
}

.article-aside p.reference {
  color: #666;
  font-size: 9px;
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-align: right;
  width: 100%;
}

.article-content figure {
  max-width: 262px;
}

.article-content p {
  position: relative;
}

.article-content p .side-note {
  color: #888;
  display: inline-block;
  font-size: 0.8em;
  max-width: 262px;
  padding: 0 0 1em 1em;
  position: absolute;
  right: 0;
  top: 0;
}

figure iframe,
figure img {
  height: auto;
  max-width: 100%;
}

object {
  max-width: 100%;
}

form ul {
  list-style: none;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  color: #128dc1;
  text-decoration: none;
}

a:active {
  color: #34617e;
}

a:visited {
  color: #8e2b6f;
}

a:hover {
  color: #318cbf;
  text-decoration: none;
}

.sub-nav-wrapper a:hover {
  color: #318cbf;
  text-decoration: none;
}

.sub-nav-wrapper a:visited {
  color: #128dc1;
}

li a {
  display: block;
}

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}

h1 {
  color: #9c3907;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0.5em 0 0.8em;
}

.page-title {
  color: #9c3907;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0.5em 0.8% 0.8em;
}

div[class*="module"] h1,
h2 {
  color: #930;
  font-size: 1.14em;
  font-weight: 700;
  line-height: 1.1em;
}

div[class*="module"] h1 {
  font-size: 1.6em;
  font-weight: 400;
  margin: 10px 0 1em;
}

h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}

h6 {
  font-size: 15px;
}

h5 {
  font-size: 16px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 18px;
}

div[class*="sub-module"] h3 {
  font-size: 1em;
  font-weight: 700;
}

time {
  color: #999;
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.4em;
  margin-top: 0.2em;
}

#page-wrap {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  background-color: #fff;
  margin: 10px auto 0;
  max-width: 1024px;
}

header {
  position: relative;
  width: 100%;
}

#logo {
  background: url(../img/who-europe-logo-en.png) left center no-repeat;
  display: block;
  float: left;
  height: 97px;
  margin-left: 1em;
  position: relative;
  top: 20px;
  left: 1em;
  text-indent: -999em;
  width: 249px;
  z-index: 1001;
}

#languagebar {
  float: right;
  margin: 10px 1em 0 0;
  position: relative;
  z-index: 952;
}

#languagebar ul {
  position: relative;
}

#languagebar li {
  color: #888;
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

#languagebar li a {
  color: #34617e;
  font-size: 14px;
  text-decoration: none;
}

#languagebar li.current-language a {
  font-weight: 700;
  text-decoration: underline;
}

#languagebar li a:hover {
  text-decoration: underline;
  color: #318cbf;
}

#languagebar li a:active {
  text-decoration: underline;
  font-weight: 700;
}

#header-searchbar {
  clear: both;
  float: right;
  margin: -20px 1em 20px 0;
  position: relative;
  width: 300px;
  z-index: 953;
}

#searchbar-icon,
#mobile-nav-icon {
  display: none;
}

.searchbar input {
  border: 1px solid #4580a7;
  display: block;
  float: left;
}

.searchbar input[type="text"] {
  height: 24px;
  margin-right: 2%;
  padding: 0;
  text-indent: 0.5em;
  width: 78%;
}

.searchbar input[type="submit"] {
  background-color: #e2e2e2;
  font-size: 14px;
  height: 24px;
  width: 20%;
}

.searchbar input[type="submit"]:hover {
  background-color: #c9c9c9;
}

nav#main-nav {
  /*position: relative;*/
  z-index: 850;
}

.mobile-menu-toggle {
  display: none;
}

nav#main-nav ul.top-nav {
  background-color: #00558f;
  border-top: 2px solid #00558f;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}

nav#main-nav .top-nav li {
  display: block;
  float: left;
  list-style: none;
  text-align: center;
}

.has-dropdown.open {
  background-color: #eee;
}

nav#main-nav .has-dropdown.open a {
  color: #333;
}

nav#main-nav .top-nav > li {
  margin: 0;
  width: 14.28%;
}

nav#main-nav .current {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

nav#main-nav .top-nav .current a {
  color: #34617e;
}

nav#main-nav .top-nav a {
  color: #fff;
  display: block;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
}

:lang(de) nav#main-nav .top-nav > li > a {
  font-size: 13px;
}

:lang(fr) nav#main-nav .top-nav > li > a {
  height: 58px;
}

:lang(ru) nav#main-nav .top-nav > li > a {
  font-size: 13px;
  height: 58px;
}

:lang(fr) .searchbar input[type="text"] {
  width: 68%;
}

:lang(fr) .searchbar input[type="submit"] {
  width: 30%;
}

nav#main-nav .top-nav > li > a:after {
  background-color: #80a3bd;
  content: " ";
  position: absolute;
  bottom: 7px;
  right: -1px;
  top: 7px;
  width: 1px;
}

nav#main-nav .top-nav a:hover {
  background-color: #eee;
  color: #333;
}

#dropnav,
nav#main-nav .top-nav a:hover:after,
nav#main-nav .top-nav > li.current > a:after,
nav#main-nav .top-nav > li:last-child > a:after {
  display: none;
}

.dropdown-container {
  position: relative;
  z-index: 900;
}

.dropdown {
  background-color: #eee;
  font-size: 12px;
  padding: 20px 0;
}

.dropdown-container .dropdown {
  display: none;
}

.dropdown.open {
  display: block;
}

.dropdown > * {
  border-right: 1px solid #dedede;
  float: left;
  margin: 0;
  padding: 0 1em 0 0;
}

.dropdown > :last-child {
  border-right: none;
}

.dropdown.list-1-5 > * {
  margin: 0 1%;
  padding: 0 1%;
  width: 18%;
}

.dropdown.list-1-4 > * {
  margin: 0 1%;
  padding: 0 1%;
  width: 23%;
}

.dropdown.list-1-4 li span {
  width: 70%;
}

.dropdown.list-1-3 > * {
  margin: 0 1%;
  padding: 0 1%;
  width: 31%;
}

.dropdown.list-1-2 > * {
  margin: 0 1%;
  padding: 0 1%;
  width: 48%;
}

.dropdown li {
  display: table;
  margin-bottom: 5px;
}

.dropdown ul.icon-links li {
  margin-bottom: 1.6em;
}

.dropdown li a {
  display: table;
}

.dropdown li a:hover {
  text-decoration: underline;
}

.dropdown li img,
.dropdown li span {
  float: left;
}

.dropdown li img {
  margin-bottom: 0;
  margin-right: 0.8em;
}

.dropdown li span {
  width: 80%;
}

.dropdown li span.title {
  padding-bottom: 7px;
}

.dropdown li span.description {
  color: #333;
}

.dropdown li.large-btn a {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.dropdown li.large-btn a:hover {
  background-color: #f9f9f9;
}

.dropdown .sub-module-2 {
  border: none;
}

#bodyOverlay {
  background: url(../img/black-40.png);
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 800;
  width: 100%;
}

#breadcrumb {
  border-bottom: 1px solid #e2e2e2;
  clear: both;
  font-size: 12px;
  padding: 1.3em 1em;
}

.breadcrumb-divider {
  background: url(../img/breadcrumb-divider.png) center center no-repeat;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  position: relative;
  top: 2px;
  text-indent: -99em;
  width: 8px;
}

#content {
  margin: 0 auto;
  padding: 1em 1% 3em;
  position: relative;
  width: 98%;
}

#top-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-content {
  float: right;
  position: relative;
  width: 75%;
}

#content .main-content.full-width,
#content .full-width {
  border-left: none;
  width: 100%;
}

#content .full-width {
  float: left;
}

.databases .main-content {
  border-left: 1px solid #e2e2e2;
  margin-bottom: 2em;
  padding: 0 0 0 1.3em;
}

.databases > .main-content,
.databases > .sub-nav-wrapper {
  padding-top: 0;
}

div[class*="module"] .nav-link-list {
  padding: 1em 0;
}

div[class*="module"] .nav-link-list h3 {
  font-size: 14px;
}

div[class*="module"] .nav-link-list ul {
  padding-left: 1.4em;
}

div[class*="module"] .nav-link-list li {
  color: #34617e;
  list-style: disc;
  margin-bottom: 0.2em;
}

div[class*="module"] .nav-link-list a {
  font-size: 12px;
}

.databases h1 {
  margin-top: 0;
}

.banner-wrapper {
  padding-top: 1em;
}

.banner {
  height: auto;
  width: 100%;
}

#top-story {
  background-color: #eee;
}

#top-story img {
  float: none;
  width: 100%;
}

#top-story .top-story__icon {
  float: left;
  height: auto;
  width: auto;
}

#top-story .links-collection img {
  float: left;
}

#top-story.featured-publication img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 70px;
}

#top-story li {
  border-bottom: none;
}

#top-story li a {
  font-size: 1em;
}

#top-story .issuuembed {
  margin-bottom: 0;
  padding: 0;
}

#top-story .issuuembed div {
  margin-bottom: 0;
}

#top-story a {
  font-size: 1.2em;
  line-height: 1em;
}

.events-landingpage #top-story h3 {
  font-size: 1.2em;
  font-weight: 400;
}

.event-location-container,
.event-date-container {
  padding: 0 !important;
}

.event-location-container img,
.event-date-container img {
  border: none !important;
}

figure.page-top-image {
  border: none;
  float: none;
  margin: 0 0 1em 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

figure.page-top-image img {
  height: auto;
  width: 100%;
}

figure.page-top-image figcaption {
  text-align: right;
}

.page-manchet {
  margin-bottom: 2em;
  padding: 0 1.2%;
}

div[class*="module"] .links-collection.links-collection--full-width img {
  margin: 0 11px 11px 0;
}

.participant {
  display: block;
  float: left;
  margin-bottom: 1em;
  margin-right: 1%;
  width: 49%;
}

.participant--name {
  margin: 2px 0 5px 0;
}

.participant--title {
  color: #666;
}

.participant--organastion {
  color: #666;
}

.participant--image {
  border: none !important;
  height: 95px;
  width: 70px;
}

.link-box {
  padding: 0 !important;
}

.link-box-header {
  border-bottom: 1px solid #e2e2e2;
  padding: 1em;
}

.link-box-footer {
  padding: 1em;
}

.link-box__title {
  margin-bottom: 5px !important;
}

.link-box__manchet {
  margin: 0;
}

.link-box-content {
}

.link-box-content a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  padding: 0.5em 1em;
}

.event-box__read-more {
  display: block;
  padding-top: 1em;
}

.link-box-content a:first-child {
  padding-top: 1em;
}

.link-box-content a:last-child {
  padding-bottom: 1em;
}

.link-box-content a:hover {
  background-color: #f7f7f7;
}

.image-box img {
  float: none;
  height: auto;
  width: 100% !important;
}

.event-partners {
  padding-top: 2em;
  text-align: center;
}

.event-partners h2 {
  margin-bottom: 2em;
}

.event-partners img {
  margin: 0 2.5% 3em;
  max-width: 25%;
}

.event-partners .read-more {
  text-align: center;
}

.event-partners .read-more a {
  border: 1px solid #128dc1;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 11px;
}

.event-partners .read-more a:visited {
  color: #128dc1;
}

.event-partners .read-more a:hover {
  background-color: #128dc1;
  color: #fff;
}

.simple-list {
  list-style: none;
  margin-bottom: 0.4em;
  margin-left: 0;
  padding-left: 0;
}

.simple-list li {
  margin-bottom: 0.5em;
}

.simple-list time {
  margin: 0;
}

.simple-list p {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 0;
  margin-top: 0;
}

.main-content .links-collection {
  padding-left: 0;
}

.links-collection li {
  clear: both;
  display: table;
  width: 100%;
}

.links-collection.full-width li {
  display: block;
}

div[class*="module"] .links-collection img {
  margin: 0;
}

.links-collection.full-width img {
  border: 1px solid #e2e2e2;
}

.links-collection a {
  display: block;
}

.links-collection a p {
  color: #222;
  font-size: 12px;
}

.links-collection h4 {
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}

.links-collection li div,
.links-collection li img,
.links-collection-1-3 li img {
  display: block;
  float: left;
}

.links-collection li img {
  max-width: 17%;
}

.module-2-4 .links-collection li img {
  max-width: 24%;
}

.links-collection-1-3 li img {
  margin: 0 10px 10px 0;
  width: 33%;
}

.links-collection li div {
  margin-left: 3%;
  vertical-align: top;
  width: 72%;
}

.links-collection li span {
  color: #333;
  display: block;
  font-size: 0.8em;
}

.multimedia-list li {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
}

div[class*="module"] .multimedia-list div.fluid-width-video-wrapper {
  margin-bottom: 0.2em;
}

.article-page.main-content {
  border-left: 1px solid #e2e2e2;
  margin-bottom: 4em;
  padding: 1.2em 0 0 1.3em;
  width: 75%;
}

.article-page.main-content p,
.article-page.main-content ul {
  max-width: 80%;
}

.share {
  position: absolute;
  bottom: 0;
  left: 1.6em;
  width: 390px;
}

.addthis_sharing_toolbox {
  margin-bottom: 11px;
}

.article-page h1 {
  margin-top: 0;
}

.article-aside {
  clear: both;
  float: right;
  margin: 0 0 1em 1em;
  position: relative;
  width: 262px;
  z-index: 1;
}

.article-aside img {
  border: 1px solid #e2e2e2;
}

.bottom-links,
.reference-links {
  font-size: 0.9em;
}

.bottom-links a,
.reference-links a {
  color: #00558f;
}

.bottom-links a:hover,
.reference-links a:hover {
  color: #4097d3;
}

.bottom-links a:visited,
.reference-links a:visited {
  color: #8e2b6f;
}

.bottom-links p,
.reference-links p {
  color: #666;
  font-weight: 400;
  margin-top: 0;
}

.reference-links h3 {
  color: #666;
  font-size: 1em;
  font-weight: 700;
}

.reference-links {
  counter-reset: section;
}

.reference-link {
  padding-left: 20px;
  position: relative;
}

.reference-link > a:first-child {
  position: absolute;
  left: 0;
  top: 2px;
}

.reference-link > a:first-child:before {
  counter-increment: section;
  content: counter(section);
}

#utilities {
  position: absolute;
  bottom: 0;
  right: 1.6em;
}

#utilities a {
  display: inline-block;
  margin-left: 0.4em;
}

#utilities img {
  height: auto;
  width: auto;
}

.category-title {
  color: #333;
  margin: 0 0.5em;
  padding: 0.3em 0;
}

.factbox,
.quote {
  border-left: 1px solid #e2e2e2;
  padding-left: 12px;
}

.quote {
  background: url(../img/quote-icon.png) 6px top no-repeat;
  padding-top: 2.3em;
}

ul.link-list {
  padding-left: 1em;
}

ul.link-list li {
  color: #ccc;
  list-style-type: square;
}

div[class*="module"] .grid-layout-3 li {
  display: block;
  float: left;
  margin-bottom: 0.4em;
  width: 33%;
}

.grid-layout-3 li div,
.grid-layout-3 li img {
  float: left;
}

.grid-layout-3 li img {
  height: 50px;
  width: 30%;
}

.grid-layout-3 li div {
  padding-left: 5%;
  width: 65%;
}

.publication-box img {
  float: left;
  margin: 0 0.6em 0.6em 0;
}

.sub-nav-wrapper.module-1-4 {
  border: none;
  padding-left: 0;
}

.sub-nav-wrapper.module-1-4 .sub-nav {
  margin-bottom: 1em;
}

.sub-nav h4 {
  margin: 0 0 5px;
}

div[class*="module"] .sub-nav-title {
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0.1em;
  width: 100%;
}

div[class*="module"] h1.sub-nav-title {
  color: #333;
}

.sub-nav-title a {
  border-bottom: none;
}

.sub-nav > ul {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.sub-nav ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.sub-nav li {
  position: relative;
}

.sub-nav li.has-children span {
  background: url(../img/sub-nav-arrow.png) center top no-repeat;
  display: block;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  text-indent: -99em;
  width: 10px;
}

.sub-nav li.has-children span:hover {
  cursor: pointer;
}

.sub-nav li.has-children span.active {
  background-position: center bottom;
}

div[class*="module"] .sub-nav ul ul {
  display: none;
}

div[class*="module"] .sub-nav ul ul li {
  margin: 0;
}

div[class*="module"] .sub-nav ul ul li a {
  display: block;
  padding-left: 2em;
}

.sub-nav a {
  border-bottom: 1px solid #e2e2e2;
}

div[class*="module"] .sub-nav li {
  margin: 0;
}

.sub-nav li a {
  display: block;
  padding: 3px 0 3px 1.3em;
}

.sub-nav li ul a {
  padding-left: 1.5em;
}

.sub-nav li.current-sub-nav {
  color: #930;
}

.sub-nav li.current-sub-nav > a {
  color: #930;
  font-weight: 700;
}

div[class*="module"] .sub-nav li.current-sub-nav ul {
  display: block;
}

.current-sub-nav {
  color: #930;
}

.current-sub-nav ul {
  display: inline-block;
}

.tabs-wrapper {
  padding-bottom: 1em;
}

.tab-nav {
  margin: 0;
  padding: 0;
}

.tab-nav li {
  display: inline-block;
  list-style: none;
  margin-right: -5px;
  min-height: 0;
  position: relative;
  bottom: -1px;
}

.tab-nav a {
  border: 1px solid #e2e2e2;
  border-bottom: none;
  display: block;
  padding: 10px;
}

.tab-nav li .selectedView {
  background-color: #eee;
}

.tab-content {
  background-color: #eee;
  border: 1px solid #e2e2e2;
  margin-bottom: 0.8em;
  padding-bottom: 1em;
  padding-top: 1em;
}

.tab-box.module-1-3 {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  min-height: 350px;
  margin-bottom: 1em;
}

.tab-box h2 {
  color: #3d627c;
  font-size: 1.3em;
  margin-bottom: 0.4em;
}

.tab-box.module-1-3 li {
  margin-bottom: 0.4em;
}

.tabs-wrapper a.more {
  font-size: 1em;
  float: right;
}

.index-list a {
  display: inline-block;
  margin-left: -4px;
  padding: 0 4px;
}

.index-marker {
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top: 1em;
}

.image-grid-container {
  background-color: #f7f7f7;
}

.image-grid-container > div {
  display: flex;
  justify-content: space-between;
}

.image-grid-container img {
  height: auto;
  margin: 0 0 1em 0 !important;
  width: 32%;
}

.top-box {
  float: left;
  margin: 0 0.9%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

div[class*="module"].top-box.module-2-3 {
  width: 64.6666%;
}

.top-box__image {
  margin: 0 !important;
}

.top-box__content {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(85%);
  transition: 0.2s all;
  width: 100%;
}

.top-box:hover .top-box__content {
  transform: translateY(55%);
  transition: 0.2s all;
}

.top-box__title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-box:hover .top-box__title {
  width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: none;
}

.equal-height #top-story {
  margin-bottom: 0;
}

.event-updates-container {
  overflow: visible !important;
  padding-bottom: 3em !important;
}

.event-updates-container .more {
  position: absolute;
  left: 1em;
  bottom: 1em;
}

.event-updates-wrapper {
  margin-bottom: 1em;
}

.event-update {
  padding-right: 1em;
}

.event-update > * {
  margin-bottom: 0 !important;
}

.event-update > a {
  display: block;
}

.event-update {
  float: left;
  width: 50%;
}

.news-banner {
  clear: both;
  display: block;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

.news-banner p {
  margin: 0;
  position: relative;
}

header .news-banner {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.news-banner--gray {
  background-color: #e2e2e2;
}

.news-banner--gray a,
.news-banner--gray a:visited {
  color: #666;
  font-size: 0.8em;
}

.news-banner--gray a:hover {
  text-decoration: underline;
}

.news-banner--red {
  background-color: #d11313;
  color: #fff;
}

.news-banner--red:hover {
  background-color: #ba0d0d;
  color: #fff;
}

.news-banner--red:visited {
  color: #fff;
}

.news-banner .info-icon {
  border: 2px solid #333;
  border-radius: 50%;
  color: #333;
  display: inline-block;
  font-size: 2em;
  font-style: normal;
  height: 1.2em;
  line-height: 1em;
  position: relative;
  top: 12px;
  left: -12px;
  width: 1.2em;
}

.tools {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.tool {
  display: block;
  text-align: center;
  width: 18%;
}

.tool:hover {
  cursor: pointer;
}

div[class*="module"] .tool img {
  border: none;
  float: none;
  margin: 0 0 0.25em 0;
  opacity: 0.8;
  padding: 0 0 0.5em 0;
}

div[class*="module"] .tool img:hover {
  opacity: 1;
}

.links-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.links-grid__item {
  display: block;
  margin-bottom: 8px;
  padding: 0;
  text-align: center;
  width: calc(50% - 4px);
}

div[class*="module"] .links-grid__item img {
  border: none;
  float: none;
  height: auto;
  margin: 0;
  width: 100%;
}

div[class*="module"] .links-grid__item img:hover {
  opacity: 0.9;
}

footer {
  clear: both;
}

#footer-global {
  background: #00558f;
  color: #fff;
  font-size: 12px;
  padding: 0;
  position: relative;
}

#footer-global a {
  color: #fff;
}

#footer-global a:hover {
  text-decoration: underline;
}

.social-links-container {
  background-color: #4188c4;
  margin-bottom: 1.8em;
  padding: 2em 0 1.8em;
  text-align: center;
}

.social-link {
  display: inline-block;
  margin: 0 2em;
  vertical-align: middle;
}

.social-link img,
.social-link span {
  display: inline-block;
  vertical-align: middle;
}

.social-link img {
  margin: 0 3px 0 0;
}

.social-link span {
  font-size: 16px;
}

#footer-global .social-link:hover {
  text-decoration: none;
}

.social-link:hover span {
  text-decoration: underline;
}
.flex-link {
  display: flex !important;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .flex-link {
    flex-wrap: wrap;
  }
  .flex-link a {
    width: calc(50% - 20px);
    margin: 10px 0 10px 0;
    display: flex;
    justify-content: flex-start;
  }
}

.copyright {
  background-color: #3aa9ae;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0.4em 1em;
  text-align: right;
  width: 100%;
}

.copyright a {
  color: #fff;
}

#footer-featured {
  background-color: #eee;
  font-size: 13px;
}

#footer-featured a h4 {
  background-color: #eee;
  color: #333;
  opacity: 0.9;
  padding: 5px 0;
  position: absolute;
  bottom: 1.2em;
  left: 0;
  right: 0;
  text-align: center;
}

#footer-featured .module-1-6:hover h4 {
  opacity: 1;
}

#footer-featured img {
  height: auto;
  margin-bottom: 0.2em;
  width: 100%;
}

#footer-featured p {
  padding: 0 1em;
}

#footer-featured p a {
  border-right: 1px solid #bebebe;
  display: inline-block;
  margin-left: -4px;
  padding: 0 0.4em;
}

#footer-featured p a:last-child {
  border-right: none;
}

.footer-box {
  border-right: 1px solid #87b0cc;
  float: left;
  min-height: 160px;
  margin-bottom: 1.4em;
  padding: 0 2%;
  width: 25%;
}

.footer-box:last-child {
  border-right: none;
}

.footer-box h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
}

.footer-box .toggle-footer-box {
  display: none;
}

.footer-box p {
  margin-bottom: 0;
}

.footer-box ul {
  margin: 0;
  padding: 0;
}

.footer-box li {
  font-size: 12px;
  list-style: none;
  margin-bottom: 0.5em;
}

.scroll-to-top {
  background-color: transparent;
  border: none;
  display: none;
  opacity: 0.8;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1000;
}

.scroll-to-top:hover {
  cursor: pointer;
  opacity: 1;
}

.scroll-to-top:focus,
.scroll-to-top:active {
  outline: none;
}

.scroll-to-top.show {
  display: inline-block;
}

header.observatory {
  background: #eceef0;
}

.partners {
  clear: both;
  text-align: center;
}

.partners a {
  display: inline-block;
  width: 5.1%;
}

.obs-lower-footer,
.obs-upper-footer {
  padding: 0 1em;
}

.obs-upper-footer {
  background-color: #eceef0;
}

.obs-lower-footer {
  background-color: #dfe1e3;
}

div[class*="module"] {
  border: 1px solid #e2e2e2;
  float: left;
  margin: 0 0.9%;
  overflow: hidden;
  padding: 1.2em 1.2%;
  position: relative;
}

div[class*="module"] h2 {
  margin-bottom: 1em;
}

div[class*="module"] p {
  margin-top: 0;
}

div[class*="module"] ul {
  margin: 0;
  padding: 0;
}

div[class*="module"] ol {
  padding: 0 0 0 20px;
}

div[class*="module"] ul li {
  line-height: 1.2em;
  list-style: none;
  margin-bottom: 0.8em;
}

div[class*="module"].no-border {
  border: none;
}

div[class*="module"].bullet-list li,
#top-story .bullet-list li {
  background: url(../img/event_bullet.png) left 6px no-repeat;
  display: block;
  padding-left: 12px;
}

div[class*="module"].grid-container ul {
  margin-bottom: -1.2em;
}

.issuuembed,
.issuuembed object {
  min-height: 155px;
  margin-bottom: 1em;
}

div[class*="module"] .fluid-width-video-wrapper {
  margin-bottom: 1em;
  width: 100%;
}

div[class*="module"] iframe,
div[class*="module"] object {
  max-width: 100% !important;
}

div[class*="module"] img {
  border: 1px solid #e2e2e2;
  float: left;
  margin: 0 0.6em 0 0;
}

div[class*="module"].title-container {
  padding: 0;
}

div[class*="module"].multimedia-box li {
  border: none;
}

div[class*="module"].multimedia-box div {
  margin-top: 0.3em;
}

#top-content div[class*="module"] {
  min-height: 500px;
}

.module-1-3 {
  width: 31.3333%;
}

.module-2-3 {
  width: 64.6666%;
}

.module-3-3,
.module-full-width {
  width: 98%;
}

.module-1-4 {
  width: 23%;
}

.module-2-4 {
  width: 48%;
}

.module-1-6 {
  width: 16.66%;
}

.height-300 {
  height: 300px;
}

.height-340 {
  height: 340px;
}

.height-550 {
  height: 550px;
}

div[class*="module"] form {
  margin-bottom: 1em;
}

.module-1-3 label {
  display: none;
}

.module-1-3 input[type="text"] {
  width: 65%;
}

.module-1-3 input[type="submit"] {
  width: 33%;
}

div[class*="module"] {
  margin-bottom: 10px;
}

.featured-module {
  min-height: 230px;
}

#footer-featured .module-1-6 {
  border: none;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  margin: 0;
  padding-top: 1.6em;
}

#footer-featured .module-1-6:last-child {
  border-right: none;
}

div[class*="sub-module"] > div {
  border: none;
  display: block;
  float: left;
  margin: 0 0 1em;
  padding: 1em 0;
  position: relative;
  vertical-align: top;
}

div[class*="sub-module"] > div img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
@media (max-width: 575px) {
  .blur-after {
    background: url(../img/hand.png) no-repeat center 68px !important;
  }
}
.main-content div.sub-module-2 > div {
  background-color: transparent;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}

div[class*="sub-module"] > .caption {
  margin-bottom: 0;
}

div[class*="sub-module"] > .sub-module-first {
  border-right: 1px solid #e2e2e2;
  padding-right: 3%;
  max-width: 64%;
}

#top-story > .sub-module-first img {
  max-width: 100%;
  width: auto;
}

.dropdown div[class*="sub-module"] > .sub-module-first,
div[class*="sub-module"]#top-story > .sub-module-first {
  border-right: none;
  padding-right: 2%;
}

div[class*="sub-module"]#top-story > .sub-module-first.border-right {
  border-right: 1px solid #ccc;
}

div[class*="sub-module"] > .sub-module-last {
  padding-left: 2%;
  width: 35%;
}

div.sub-module-2-wide > .sub-module-first,
div.sub-module-2-wide > .sub-module-last {
  width: 50%;
}

.intro-box h1 {
  margin-top: 0;
}

.sub-module-2.intro-box {
  border-top: none;
  border-right: none;
  border-left: none;
}

.sub-module-2.intro-box .sub-module-first {
  border-right: none;
  width: 24%;
}

.sub-module-2.intro-box .sub-module-last {
  padding-left: 0;
  width: 76%;
}

a.external {
  background: url(../img/external-link-icon.png) right 3px no-repeat;
  display: inline-block;
  padding-right: 17px;
}

#top-story .more,
.more {
  clear: both;
  color: both;
  display: block;
  font-size: 0.8em;
  padding-top: 0.4em;
}

.large-font {
  font-size: 2.4em;
  line-height: 1em;
  margin-bottom: 0.2em;
}

.right {
  float: right;
  margin: 1em 0 1em 1em;
}

.left {
  float: left;
  margin: 1em 1em 1em 0;
}

.download-meta-data {
  color: #919191;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.equal-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 1em;
}

.equal-height div[class*="module"] {
  float: none !important;
  margin-bottom: 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.clear-floats {
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.lt-ie9 #wmvplayer {
  height: 212px !important;
}

.lt-ie9 .searchbar input[type="text"] {
  font-size: 12px;
}

.lt-ie9 #top-story > .sub-module-first img {
  margin-right: 0;
}

.lt-ie9 div[class*="sub-module"] .sub-module-first {
  width: 62%;
}

.lt-ie9 .sub-module-2.intro-box .sub-module-last {
  width: 74%;
}

.lt-ie8 .module-1-3 {
  width: 28.8%;
}

.lt-ie8 .module-2-3 {
  width: 60%;
}

.lt-ie8 .module-3-3 {
  width: 95%;
}

.lt-ie8 .module-1-4 {
  width: 21%;
}

.lt-ie8 .module-2-4 {
  width: 44%;
}

.lt-ie8 .module-1-5 {
  width: 18%;
}

.lt-ie8 .module-1-6 {
  width: 13%;
}

.lt-ie8 div[class*="sub-module"] > div {
  width: 47%;
}

.lt-ie8 div[class*="sub-module"] > .sub-module-last {
  padding-left: 1.8%;
}

.lt-ie8 div[class*="sub-module"].image-250 .sub-module-first {
  width: 56%;
}

.lt-ie8 div[class*="sub-module"].image-250 .sub-module-last {
  width: 37%;
}

.lt-ie8 .footer-box {
  background: #00558f;
  width: 21%;
}

.lt-ie8 .dropdown.list-1-5 > * {
  width: 15%;
}

.lt-ie8 .dropdown.list-1-4 > * {
  width: 21%;
}

.lt-ie8 .dropdown.list-1-3 > * {
  width: 29%;
}

.lt-ie8 .dropdown.list-1-2 > * {
  width: 46%;
}

.lt-ie8 .dropdown .sub-module-2 {
  width: 35% !important;
}

.lt-ie8 .searchbar input[type="text"] {
  width: 70%;
}

.lt-ie8 #logo {
  background: url(../img/who-europe-logo-en.png) no-repeat;
  background-position: center;
  background-color: transparent;
  top: 0;
}

.lt-ie8 #header-searchbar {
  margin-top: 0;
  text-align: right;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2,
div.gsc-control-cse * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.gsc-input:focus {
  border: none !important;
  box-shadow: none !important;
}

@media print {
  * {
    background: 0 0;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  #page-wrap {
    border: none;
  }

  #logo {
    background: url(../img/who-europe-logo-en.png) left center no-repeat !important;
    display: block;
    float: left;
    height: 97px;
    margin-left: 1em;
    position: relative;
    top: 20px;
    left: 1em;
    text-indent: -999em;
    width: 219px;
  }

  #breadcrumb,
  #footer-featured,
  #footer-global,
  #header-searchbar,
  #languagebar,
  #main-nav,
  .module-1-4.sub-nav-wrapper,
  .share {
    display: none;
  }

  .article-page.main-content {
    border-left: none !important;
    clear: both;
    float: none;
    font-size: 13px;
    width: 100% !important;
  }

  div[class*="module"] {
    border: none;
    clear: both;
    float: none;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
  }
}

div[class*="module"].news-updates-container {
  margin-bottom: 0;
  overflow: visible !important;
}

div[class*="module"] .more {
  padding: 0;
}

/* 
 Plugins
*/

/* Slick slider 1.8.0 */

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* custom for WHO */

.slick-arrow {
  background-color: transparent;
  font-size: 0;
  position: absolute;
}

.slick-arrow:focus {
  outline: none;
}

.news-updates-container .slick-next,
.event-updates-wrapper .slick-next,
.news-updates-container .slick-prev,
.event-updates-wrapper .slick-prev {
  border: none;
}

.news-updates-container .slick-next:hover,
.event-updates-wrapper .slick-next:hover,
.news-updates-container .slick-prev:hover,
.event-updates-wrapper .slick-prev:hover {
  background-color: transparent;
}

.news-updates-container .slick-prev,
.event-updates-wrapper .slick-prev {
  bottom: auto;
  left: -50px;
  top: 20%;
}

.news-updates-container .slick-next,
.event-updates-wrapper .slick-next {
  bottom: auto;
  left: auto;
  right: -30px;
  top: 20%;
}

.event-updates-wrapper .slick-next {
  right: -40px;
}

.news-updates-container .slick-next:before,
.event-updates-wrapper .slick-next:before {
  border-bottom: 50px solid transparent;
  border-left: 15px solid #ccc;
  border-top: 50px solid transparent;
  content: "";
  display: inline-block;
}

.news-updates-container .slick-prev:before,
.event-updates-wrapper .slick-prev:before {
  border-bottom: 50px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 50px solid transparent;
  content: "";
  display: inline-block;
}

.news-updates-container .slick-next:hover:before,
.event-updates-wrapper .slick-next:hover:before {
  border-left-color: #00558f;
}

.news-updates-container .slick-prev:hover:before,
.event-updates-wrapper .slick-prev:hover:before {
  border-right-color: #00558f;
}

.slide-link {
  padding: 0 8px;
}

.slide-link__image {
  height: auto;
  width: 100%;
}

.slide-link__title {
}

@media (min-width: 768px) {
  .graph .txt {
    margin-bottom: 23px;
    text-align: right;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .forfoto .rel,
  .forfoto img {
    float: none;
    max-width: 300px;
  }
  .effects div.phot,
  .effects div.txt {
    margin: 0 auto 5%;
    min-width: auto;
    width: 100%;
  }
  .forfoto img {
    margin: auto;
    width: 100% !important;
  }
  .forfoto {
    padding: 2%;
    text-align: center;
  }
  .forfoto p {
    margin: 20px auto 0 !important;
    padding-left: 0 !important;
    text-align: left;
  }
  .forfoto .rel {
    width: 100%;
  }
  .relclear {
    clear: both;
  }
  .forfoto .txt {
    float: none;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 96%;
  }
  #headertheme h1 {
    font-size: 17pt !important;
  }
  .graph img {
    position: absolute;
  }
  .numbers div {
    display: inline-block;
    width: 9.09%;
  }
  .graph {
    background-repeat-y: repeat;
    border: 1px solid #aaa;
    margin-top: 15px;
  }
  .halfborder {
    border-width: 0 1px;
    margin: 0;
  }
  .numbers {
    display: block;
    margin-left: -9%;
    overflow: hidden;
    width: 111%;
  }
  .numbers span {
    background: #fff;
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    text-align: right;
    width: 100%;
  }
  .graph .txt {
    background: #004586;
    color: #fff;
    margin: 2.5% 0;
    padding: 0;
    position: relative;
    text-align: left;
  }
  .graph .txt span {
    display: block;
    padding: 7px 10px;
    text-align: left;
  }
  .graph .abs,
  .graph .tab {
    height: 100%;
    left: 100%;
    margin: auto;
    padding: 0;
    top: 0;
  }
  .graph .abs {
    position: absolute;
  }
  .graph .tab {
    display: table;
  }
  .graph .row {
    display: table-row;
    height: 100%;
    margin: auto;
  }
  .graph .cell {
    display: table-cell;
    height: 100%;
    margin: auto;
    padding: 0 4px;
    position: relative;
    vertical-align: middle;
  }
  .graph .cell span {
    background: #fff;
    color: #000;
    display: inline;
    font-size: 22px;
    font-weight: 700;
    padding: 3px 0;
  }
  .graph {
    background-position: -15px 0;
    background-repeat: no-repeat;
    background-size: 100% 108%;
    width: 96%;
  }
  .graph .abs {
    display: block;
  }
  #copyright,
  .legal_testim {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }
  button,
  input,
  label,
  select {
    font-size: 16px;
    line-height: 18px;
  }
  .graph img {
    display: none;
  }
}
@media (max-width: 760px) {
  .list0 {
    width: 90%;
  }
}

.my-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #004585 !important;
  transition: all 0.2s ease-in 0s !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.my-btn:hover {
  color: #fff !important;
  background-color: #004585 !important;
  transform: scale(1.1) !important;
}
