@import url(https://fonts.googleapis.com/css?family=Lato|Open+Sans:400,700,800&display=swap);@import url(https://fonts.googleapis.com/css?family=Playfair+Display&display=swap);@import url(https://fonts.googleapis.com/css?family=Oswald:300|Roboto:300,500);@charset "UTF-8";

/*------
Title: Responsive
Description: This is the responsive mixin for different screen sizes.
Example included: Yes
-------*/

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 1000px) {
  body {
    font-size: calc(12px + .4vw);
  }
}

p {
  line-height: 1.4;
  font-size: 18px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h2#featured-post-title {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

body {
  margin: 0;
  padding: 0;
}

button:hover {
  cursor: pointer;
}

p,
span,
.MsoNormal {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

a.read-more-link {
  background: #e9e9ec;
  text-decoration: none;
  font-size: 0.75rem;
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #2B74C6;
  font-weight: bold;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border-top: 1px solid #2B74C6;
}

a.article-link {
  color: #181818;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

a.article-link:hover {
  color: #2B74C6;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

a.article-link-white {
  color: #ffffff;
}

a.article-link-white:hover {
  background-color: #ffffff;
  color: #181818;
}

.nav-mrg {
  margin-top: 90px;
}

@media only screen and (min-width: 768px) {
  .nav-mrg {
    margin-top: 180px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}

.title-ejil {
  border-bottom: 1px solid #2B74C6;
  margin-bottom: 16px;
}

.title-ejil h1,
.title-ejil h2,
.title-ejil h3,
.title-ejil h4 {
  text-transform: uppercase;
  color: #383838;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.title-ejil-bg-white {
  border-bottom: 1px solid #2B74C6;
  background-color: #ffffff;
}

.title-ejil-bg-white h1,
.title-ejil-bg-white h2,
.title-ejil-bg-white h3,
.title-ejil-bg-white h4 {
  text-transform: uppercase;
  color: #383838;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.title-ejil-white {
  border-bottom: 1px solid #ffffff;
}

.title-ejil-white h1,
.title-ejil-white h2,
.title-ejil-white h3,
.title-ejil-white h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.title-ejil-with-link {
  border-bottom: 1px solid #2B74C6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  flex-basis: 100%;
}

.title-ejil-with-link h1,
.title-ejil-with-link h2,
.title-ejil-with-link h3,
.title-ejil-with-link h4 {
  text-transform: uppercase;
  color: #383838;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.title-ejil-with-link .ejil-title-link {
  display: none;
  font-size: 0.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #e9e9ec;
  text-align: right;
}

.title-ejil-with-link .ejil-title-link:hover a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .title-ejil-with-link .ejil-title-link {
    display: -webkit-box;
    display: flex;
  }
}

.title-ejil-with-link .ejil-title-link a {
  text-decoration: none;
  color: #383838;
  font-weight: bold;
  padding: 0rem 0.5rem;
  text-transform: uppercase;
}

.normal-content-container-ejil {
  margin: 1rem;
}

.hidden {
  display: none !important;
}

.flex-dir-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-dir-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

#lost-user {
  min-height: 60vh;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#lost-user h1 {
  font-size: 60px;
}

#lost-user a {
  padding: 32px 0;
}

#categories-list {
  list-style: none;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media only screen and (min-width: 768px) {
  #categories-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
}

#categories-list .category-item {
  padding: 0.5rem 0;
}

#categories-list .category-item a {
  color: #2B74C6;
}

#categories-list .category-item a:visited {
  color: #ababab;
}

#categories-list .category-item a:hover {
  color: #000;
}

#cat-order-button {
  background: #2B74C6;
  color: #ffffff;
  border: 0px;
  padding: 0.5rem 1.5rem;
}

#cat-order-button:hover {
  opacity: 0.8;
}

body.logged-in #nav-desktop {
  top: 28px !important;
}

body.logged-in #nav-mobile {
  top: 28px !important;
}

.citation {
  height: 0px;
  width: 0px;
}

.container-wrapper {
  margin-bottom: 2rem;
}

.search-filer-ejil form input.read-only-filter {
  font-family: "Lato", sans-serif;
  background: #DFDFDF;
  color: #2B74C6;
}

.clr-blue {
  color: #2B74C6;
}

.search-result-sentence {
  font-weight: 400;
  font-size: 1rem;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #DFDFDF;
}

.spctr-slider-link {
  font-size: 0.75rem;
}

.spctr-slider-link:hover {
  color: #ffffff !important;
}

.parsley-custom-error-message {
  color: orange;
}

.highlight-text {
  color: #2B74C6;
  font-weight: bold;
}

.blog-content {
  margin: 0;
  width: 100%;
}

.blog-content a,
.author-bio-ejil a,
.micro-bio a,
address a {
  overflow: auto;
  text-decoration: none;
  border-bottom: 1px solid #2B74C6;
  color: #2B74C6;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}

.blog-content a:hover,
.author-bio-ejil a:hover,
.micro-bio a:hover,
address a:hover {
  -webkit-transition: background 0.05s ease-in;
  transition: background 0.05s ease-in;
  background: #d7eaff;
  color: #181818;
}

address.author {
  line-height: 24px;
}

.hv-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.ui-helper {
  width: 100% !important;
}

.blue-title {
  color: #2B74C6 !important;
}

.blog-info-author {
  color: #181818 !important;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  padding-right: 1rem;
}

.blog-info-author:hover {
  color: #2B74C6 !important;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

hr {
  border-top: 1px solid #2B74C6;
  margin: 16px 0 32px 0;
  width: 50%;
}

.printfriendly {
  z-index: 5 !important;
}

/*------
Title: Responsive
Description: This is the responsive mixin for different screen sizes.
Example included: Yes
-------*/

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 1000px) {
  body {
    font-size: calc(12px + .4vw);
  }
}

p {
  line-height: 1.4;
  font-size: 18px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h2#featured-post-title {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.container {
  position: relative;
  width: 90vw;
  margin: 0 auto;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .container {
    min-height: 20px;
    margin: 80px auto;
  }
}

@media only screen and (min-width: 1248px) {
  .container {
    width: 1200px;
    min-height: 20px;
    margin: 80px auto;
  }
}

.container-almost-fullwidth {
  position: relative;
  width: 90vw;
  margin: 0 auto;
}

@media only screen and (min-width: 1248px) {
  .container-almost-fullwidth {
    width: 98vw;
    margin: 0 auto;
  }
}

.container-fullwidth {
  width: 100%;
  position: relative;
}

.container-article {
  width: 60vw;
  position: relative;
  overflow-wrap: break-word;
}

.content-wrapper {
  width: 50%;
  min-width: 400px;
  margin: 40px 0;
}

@media only screen and (min-width: 1248px) {
  .content-wrapper {
    width: 45%;
  }
}

.ejil-pagination {
  border-top: 1px solid #2B74C6;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.ejil-pagination a {
  text-decoration: none;
  background: #FAFAFA;
  padding: 0.5rem 0.8rem;
  font-weight: bold;
  color: #383838;
}

.ejil-pagination ul {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0px;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
}

.ejil-pagination ul li a,
.ejil-pagination ul li .current {
  text-decoration: none;
  background: #FAFAFA;
  font-weight: bold;
  margin: 0rem 0.5rem;
}

.ejil-pagination ul li a:hover,
.ejil-pagination ul li .current:hover {
  background: #e9e9ec;
}

.ejil-pagination ul li a .active,
.ejil-pagination ul li .current .active {
  background: #2B74C6;
}

.ejil-pagination ul li button {
  text-decoration: none;
  background: #FAFAFA;
  padding: 0.5rem 0.8rem;
  margin: 0rem 0.5rem;
  outline: none;
  border: none;
}

.ejil-pagination ul li button i {
  font-weight: bold;
}

.footer-subscribe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #2B74C6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #ffffff;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.footer-subscribe h2 {
  margin-bottom: 0.3rem;
}

.footer-subscribe #mailpoet_form_1,
.footer-subscribe #mailpoet_form_2 {
  text-align: center;
}

.footer-subscribe form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 70vw;
}

@media only screen and (min-width: 768px) {
  .footer-subscribe form {
    width: 30vw;
  }
}

.footer-subscribe form input {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  padding: 16px 8px;
  margin: 0 auto;
  background: #ffffff;
  width: 100% !important;
  max-width: 305px !important;
  font-size: 1.2rem;
  box-sizing: content-box;
  text-align: center;
}

.footer-subscribe form input[type=email] .mailpoet_text {
  width: 100% !important;
  max-width: 305px !important;
}

.footer-subscribe form input[type=submit] {
  text-transform: uppercase;
  font-size: 1rem;
  width: 100%;
  font-weight: bold;
}

.footer-subscribe form input[type=submit]:hover {
  cursor: pointer;
  background-color: #2B74C6;
  color: #ffffff;
}

.footer-subscribe form p {
  margin: 0.5rem 0;
}

.footer-subscribe form button {
  background: #FAFAFA;
  border: 1px solid #DFDFDF;
  padding: 1rem 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem;
}

.footer-subscribe form .mailpoet_validate_success,
.footer-subscribe form .mailpoet_validate_error {
  color: white !important;
}

.footer-subscribe form li.parsley-custom-error-message {
  color: white !important;
}

.footer-containter {
  background: #FAFAFA;
  padding: 1rem;
}

@media only screen and (min-width: 1248px) {
  .footer-containter .footer-content {
    width: 1200px;
    min-height: 20px;
    margin: 0 auto;
  }
}

.logo-and-links-footer-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}

.logo-and-links-footer-ejil .logo-footer-ejil .footer-logo {
  font-family: "Playfair Display", serif;
  margin: 0px;
  font-size: 1.3rem;
}

.logo-and-links-footer-ejil .logo-footer-ejil .logo-subtitle {
  margin-top: 0px;
}

.logo-and-links-footer-ejil .ejil-footer-links {
  display: none;
}

@media only screen and (min-width: 1248px) {
  .logo-and-links-footer-ejil .ejil-footer-links {
    display: block;
  }
}

.logo-and-links-footer-ejil .ejil-footer-links img {
  width: auto;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 8px;
}

.menu-and-search-footer-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 1248px) {
  .menu-and-search-footer-ejil {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

.menu-and-search-footer-ejil .menu-footer-ejil {
  flex-basis: 60%;
}

.menu-and-search-footer-ejil .menu-footer-ejil ul {
  list-style: none;
  padding-left: 0px;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

@media only screen and (min-width: 1248px) {
  .menu-and-search-footer-ejil .menu-footer-ejil ul {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}

.menu-and-search-footer-ejil .menu-footer-ejil ul li {
  margin: 0 0 18px 0;
}

.menu-and-search-footer-ejil .menu-footer-ejil ul li a {
  text-decoration: none;
  color: #383838;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

.menu-and-search-footer-ejil .menu-footer-ejil ul li:hover a {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #2B74C6;
}

@media only screen and (min-width: 1248px) {
  .ejil-footer-links-mobile {
    display: none;
  }
}

.ejil-footer-links-mobile a {
  text-decoration: none;
}

.ejil-footer-links-mobile img {
  width: 20px;
  margin-right: 8px;
}

.footer-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 1248px) {
  .footer-image {
    display: none;
  }
}

.search-footer {
  flex-basis: 30%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  display: none;
}

@media only screen and (min-width: 1248px) {
  .search-footer {
    display: -webkit-box;
    display: flex;
  }
}

#btn-search-footer-wrapper {
  height: 32px;
  border-left: 1px solid black;
  padding: 0 8px;
  margin: 0 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#btn-search-footer-wrapper.search-active {
  width: 26vh;
  display: -webkit-box;
  display: flex;
}

#btn-search-footer-wrapper form#search-footer {
  display: none;
}

#btn-search-footer-wrapper form#search-footer input#search-footer-input {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #2B74C6;
  font-size: 16px;
}

#btn-search-footer-wrapper form#search-footer button#submit-footer {
  background: none;
  border-radius: 8px;
  border: 0px;
  padding: 4px;
  margin: 0 8px;
}

#btn-search-footer-wrapper form#search-footer button#submit-footer:hover {
  color: #2B74C6;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

#btn-search-footer-wrapper button.btn-search-footer {
  background: none;
  border: 0;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

#advanced-search-footer-link {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 0 16px;
  border-right: 1px solid;
  border-left: 1px solid;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

#advanced-search-footer-link:hover {
  color: #2B74C6;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

#advanced-search-footer-link span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 123px;
  height: 32px;
}

.social-links-footer {
  display: -webkit-box;
  display: flex;
}

.social-links-footer a {
  text-decoration: none;
}

.social-links-footer a .social-links-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 32px;
  min-height: 20px;
  border-right: 1px solid black;
}

.social-links-footer a i {
  color: #2B74C6;
  position: relative;
}

.social-links-footer-mobile {
  background: #2B74C6;
  display: -webkit-box;
  display: flex;
}

@media only screen and (min-width: 1248px) {
  .social-links-footer-mobile {
    display: none;
  }
}

.social-links-footer-mobile a {
  text-decoration: none;
  padding: 0.5rem 1rem;
}

.social-links-footer-mobile a .social-links-wrapper {
  display: -webkit-box;
  display: flex;
}

.social-links-footer-mobile a i {
  color: #FFFFFF;
  position: relative;
  font-size: 1.5rem;
}

.hide-icon {
  display: none;
}

.container-ejil {
  margin: 8rem 1rem;
}

@media only screen and (min-width: 768px) {
  .container-ejil {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1248px) {
  .container-ejil {
    width: 1200px;
    margin: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .container-ejil .author-container-ejil {
    width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .container-ejil .author-sidebar-ejil {
    width: 28%;
  }
}

.author-profile-image-container {
  display: -webkit-box;
  display: flex;
  height: 200px;
}

@media only screen and (min-width: 1024px) {
  .author-profile-image-container {
    height: 220px;
  }
}

.author-profile-image-container .author-image-background-ejil {
  background: #2B74C6;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 1024px) {
  .author-profile-image-container .author-image-background-ejil {
    height: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .author-profile-image-container .author-image-background-ejil {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

.author-profile-image-container .author-image-background-ejil .author-profile-image {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .author-profile-image-container .author-image-background-ejil .author-profile-image {
    margin-left: 1rem;
  }
}

.author-profile-image-container .author-image-background-ejil .author-profile-image img {
  border: 5px solid #e9e9ec;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: #e9e9ec;
}

@media only screen and (min-width: 768px) {
  .author-details-ejil {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .author-details-ejil .author-name-and-social-ejil {
    flex-basis: 25%;
  }
}

.author-details-ejil .author-name-and-social-ejil .author-name-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .author-details-ejil .author-name-and-social-ejil .author-name-container {
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.author-details-ejil .author-name-and-social-ejil .author-name-container .author-name-ejil {
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
}

.author-details-ejil .author-name-and-social-ejil .author-name-container .author-twitter-ejil {
  font-size: 1rem;
  color: #2B74C6;
  margin-top: 0.1rem;
}

.author-details-ejil .author-name-and-social-ejil .author-social-links-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.author-details-ejil .author-name-and-social-ejil .author-social-links-ejil a {
  background: #e9e9ec;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #383838;
  font-weight: bold;
  padding: 0.7rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.author-details-ejil .author-name-and-social-ejil .author-social-links-ejil a:hover {
  background: #2B74C6;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .author-details-ejil .author-bio-ejil {
    flex-basis: 74%;
  }
}

@media only screen and (min-width: 768px) {
  .author-details-ejil .author-bio-ejil {
    flex-basis: 69%;
  }
}

@media only screen and (min-width: 1024px) {
  .author-sidebar-ejil .recent-articles-author-ejil {
    display: none;
  }
}

.related-topic-slider-ejil div {
  background: #e9e9ec;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0.6rem 0rem;
  padding: 0.5rem;
}

.related-topic-slider-ejil div a {
  color: #383838;
  text-decoration: none;
}

.related-topic-slider-ejil-desktop {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .related-topic-slider-ejil-desktop {
    display: block;
    background: #2B74C6;
    padding: 1rem 1rem;
  }

  .related-topic-slider-ejil-desktop .title-ejil-white h2 {
    margin-top: 0px;
  }

  .related-topic-slider-ejil-desktop .related-topic-list-ejil {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .related-topic-slider-ejil-desktop .related-topic-list-ejil a {
    padding: 1rem 0.5rem;
    color: #ffffff;
    text-decoration: none;
  }

  .related-topic-slider-ejil-desktop .related-topic-list-ejil a:hover {
    background: #e9e9ec;
    color: #2B74C6;
  }
}

.homepage-above-fold-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .featured-post-and-comments-ejil {
    flex-basis: 46%;
  }
}

.comment-ejil-homepage-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.recent-commnets-ejil-desktop {
  padding-top: 32px;
}

.recent-commnets-ejil-desktop .comments-ejil-homepage .comment-ejil-homepage {
  margin: 0.5rem 0rem;
  background: #2B74C6;
  overflow: hidden !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.recent-commnets-ejil-desktop .comments-ejil-homepage .comment-ejil-homepage-wrapper .comment-content-ejil {
  padding: 0.5rem;
  box-sizing: border-box;
}

.recent-commnets-ejil-desktop .comments-ejil-homepage .comment-ejil-homepage-wrapper .comment-content-ejil h4 {
  color: #ffffff;
  margin: 0px;
}

.recent-commnets-ejil-desktop .comments-ejil-homepage .comment-ejil-homepage-wrapper .comment-content-ejil .comment-date-and-time {
  margin: 0.3rem 0rem;
  font-size: 0.8rem;
}

.recent-commnets-ejil-desktop .comments-ejil-homepage .comment-ejil-homepage-wrapper .comment-content-ejil p {
  margin-top: 0rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.recent-commnets-ejil-desktop .comments-ejil-homepage .comment-ejil-homepage-wrapper a {
  background: #e9e9ec;
  display: block;
  text-decoration: none;
  padding: 0.5rem;
  color: #383838;
  text-transform: uppercase;
  font-weight: bold;
}

.recently-published-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: start;
}

@media only screen and (min-width: 768px) {
  .recently-published-ejil {
    flex-basis: 50%;
  }
}

.featured-topic-section-ejil {
  flex-basis: 100%;
}

.featured-topic-section-ejil .featured-topic-articles {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.archive-section-ejil {
  flex-basis: 100%;
  margin: 4rem 0;
}

.archive-section-ejil .archive-articles-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.quick-links-homepage-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.quick-links-homepage-ejil .single-homepage-quick-link-ejil {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .quick-links-homepage-ejil .single-homepage-quick-link-ejil {
    flex-basis: 32%;
  }
}

.quick-links-homepage-ejil .single-homepage-quick-link-ejil .full-image-content {
  margin-top: 0.5rem;
  background: #FAFAFA;
}

.quick-links-homepage-ejil .single-homepage-quick-link-ejil .full-image-content img {
  width: 100%;
}

.quick-links-homepage-ejil .single-homepage-quick-link-ejil a {
  background: #e9e9ec;
  text-decoration: none;
  display: block;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #383838;
  font-weight: bold;
}

.quick-links-homepage-ejil .single-homepage-quick-link-ejil a:hover {
  background: #2B74C6;
  color: #ffffff;
}

.home-editors {
  display: none;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .home-editors {
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin: 40px 0;
  }
}

.team-three {
  display: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .team-three {
    width: 49%;
    display: -webkit-box;
    display: flex;
  }
}

.team-six {
  display: none;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .team-six {
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin-bottom: 4rem;
  }
}

.team-member-tease {
  width: calc(25% - 16px);
  margin: 16px 8px;
  text-decoration: none;
  color: #383838;
  border-bottom: 1px solid #2B74C6;
}

@media only screen and (min-width: 1024px) {
  .team-member-tease {
    width: calc(20% - 16px);
  }
}

.team-member-tease h4 {
  font-size: 16px;
  margin: 8px 0;
}

.team-member-tease p {
  font-size: 14px;
  margin: 0 0 8px 0;
}

.team-member-tease:hover {
  cursor: pointer;
}

.team-member-tease .team-image-ejil {
  width: 100%;
  background-color: #e9e9ec;
}

.team-member-tease .team-image-ejil:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.team-member-tease-six {
  width: 15%;
  text-decoration: none;
  color: #383838;
}

.team-member-tease-six:hover {
  cursor: pointer;
}

.team-member-tease-six .team-image-ejil {
  width: 100%;
  background-color: #e9e9ec;
}

.team-member-tease-six .team-image-ejil:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.team-member-tease-six h3 {
  border-bottom: 1px solid #2B74C6;
}

/* Mobile Editors */

.team-ejil-accordion button {
  background: #e9e9ec;
  padding: 1rem;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: medium;
  color: #383838;
  border: 0px;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.team-ejil-accordion button:hover {
  background: #2B74C6;
  color: #ffffff;
}

.team-ejil-accordion .active {
  background: #2B74C6;
  color: #ffffff;
}

.team-ejil-accordion .active:hover {
  background: #e9e9ec;
  color: #383838;
  cursor: pointer;
}

.team-mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .team-mobile {
    width: 49%;
    display: none;
  }
}

.team-mobile .team-member-tease {
  text-decoration: none;
  color: #383838;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 1rem;
  width: 100%;
  border-bottom: 1px solid #2B74C6;
  padding-bottom: 1rem;
}

.team-mobile .team-member-tease:hover {
  cursor: pointer;
}

.team-mobile .team-member-tease .team-image-ejil {
  width: 25%;
  background-color: #e9e9ec;
}

.team-mobile .team-member-tease .team-image-ejil:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.team-mobile .team-member-tease .team-tease-name {
  margin-right: auto;
  margin-left: 2rem;
}

.team-mobile .team-member-tease .team-tease-name h3 {
  border-bottom: none;
}

/* Mobile trending topics */

.trending-topics-ejil-mob {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* Style the tab */
}

.trending-topics-ejil-mob .tab .tab-container {
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  height: 100px;
}

.trending-topics-ejil-mob .tab .tab-container a {
  height: 100px;
}

.trending-topics-ejil-mob .tab .tab-container a.active {
  background-color: #2B74C6;
  color: #ffffff;
  display: block;
}

@media only screen and (min-width: 768px) {
  .trending-topics-ejil-mob {
    display: none;
  }

  .trending-topics-ejil-mob h3 {
    margin-bottom: 8px;
  }
}

/* Desktop trending topics */

.trending-topics-ejil {
  display: none;
}

@media only screen and (min-width: 768px) {
  .trending-topics-ejil {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.trending-topics-ejil h3 {
  margin-bottom: 8px;
}

/* Style the tab */

.tab {
  overflow: hidden;
  background-color: #FAFAFA;
}

.tab .tab-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1248px) {
  .tab .tab-container {
    width: 1200px;
    margin: auto;
  }
}

/* Style the buttons inside the tab */

.tab button {
  font-size: 1rem;
  background-color: inherit;
  border: none;
  padding: 1rem;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #383838;
}

.tablinks {
  font-size: 1rem;
  background-color: inherit;
  border: none;
  padding: 1rem;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  color: #383838;
  text-transform: uppercase;
}

.tablinks.main-tablink {
  font-weight: bold;
  pointer-events: none;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #2B74C6;
  color: #ffffff;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #2B74C6;
  color: #ffffff;
}

/* Style the tab content */

.tabcontent {
  padding: 1rem;
  display: none;
  background: #2B74C6;
  border-top: 1px solid #2B74C6;
  color: #ffffff;
}

.tabcontent .tab-content-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1248px) {
  .tabcontent .tab-content-container {
    width: 1200px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.tabcontent .tab-content-container .trending-topic-article {
  width: 30%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-article-content {
  padding: 16px;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-article-content h3 {
  margin: 0px;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-article-content p {
  text-align: justify;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-article-content .trending-topic-date-ejil {
  margin: 0.25rem 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-link:hover {
  color: #2B74C6;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-link-2 {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  -webkit-box-align: center;
          align-items: center;
}

.tabcontent .tab-content-container .trending-topic-article .trending-topic-link-2:hover {
  color: #181818;
}

.tabcontent .tab-content-container .trending-topic-see-more-link {
  width: 100%;
  border-top: 1px solid #e9e9ec;
  display: -webkit-box;
  display: flex;
  margin-top: 1rem;
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
  font-size: 0.6rem;
}

.tabcontent .tab-content-container .trending-topic-see-more-link a {
  background: #e9e9ec;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #2B74C6;
  font-weight: bold;
  -webkit-transition: 0.1s color ease-out;
  transition: 0.1s color ease-out;
}

.tabcontent .tab-content-container .trending-topic-see-more-link a:hover {
  -webkit-transition: 0.2s color ease-in;
  transition: 0.2s color ease-in;
  color: black;
}

.explore-ejil {
  background: #2B74C6;
  display: none;
}

@media only screen and (min-width: 768px) {
  .explore-ejil {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.explore-ejil .explore-ejil-container {
  padding: 1rem;
}

@media only screen and (min-width: 1248px) {
  .explore-ejil .explore-ejil-container {
    width: 1200px;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.explore-ejil .explore-ejil-container .explore-ejil-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e9e9ec;
  color: #ffffff;
  text-transform: uppercase;
}

.explore-ejil .explore-ejil-container .explore-ejil-link:hover {
  cursor: pointer;
}

.explore-ejil .explore-ejil-container .explore-ejil-link:hover a {
  font-size: 0.6rem;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: black;
  background: #ffffff;
}

.explore-ejil .explore-ejil-container .explore-ejil-link p {
  font-weight: bold;
  margin: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.2rem;
}

.explore-ejil .explore-ejil-container .explore-ejil-link a {
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  font-size: 0.6rem;
  background: #e9e9ec;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #2B74C6;
  padding: 0.5rem;
}

.explore-ejil .explore-ejil-container .explore-ejil-topics {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.explore-ejil .explore-ejil-container .explore-ejil-topics a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .explore-ejil .explore-ejil-container .explore-ejil-topics a {
    width: 31%;
  }
}

@media only screen and (min-width: 1248px) {
  .explore-ejil .explore-ejil-container .explore-ejil-topics a {
    width: 22%;
  }
}

.explore-ejil .explore-ejil-container .explore-ejil-topics a:hover {
  cursor: pointer;
  color: #2B74C6;
}

@media only screen and (min-width: 768px) {
  .explore-ejil-mobile {
    display: none;
  }
}

.explore-ejil-mobile .explore-ejil-topics-mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.explore-ejil-mobile .explore-ejil-topics-mobile a {
  background: #e9e9ec;
  text-align: center;
  padding: 1rem;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  color: #383838;
}

.explore-ejil-mobile .explore-ejil-topics-mobile a:hover {
  background: #2B74C6;
  color: #ffffff;
}

.wrapper {
  display: block;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    display: none;
  }
}

.details {
  overflow: hidden;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}

.details:last-child {
  border-bottom: 0;
}

.details__summary {
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  background: #e9e9ec;
  padding: 1rem;
  font-weight: bold;
}

[open] > .details__summary {
  background: #2B74C6;
  color: #ffffff;
}

.details__summary::-webkit-details-marker {
  display: none;
}

.details__summary:before,
.details__summary:after {
  content: "";
  position: absolute;
}

.details__summary:before {
  right: 21px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: #383838;
}

.details__summary:after {
  right: 28px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: #383838;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

[open] .details__summary:after {
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

[open] .details__summary:before {
  background: #ffffff;
}

.mobile-team-member-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #2B74C6;
  padding-bottom: 1rem;
}

.mobile-team-member-ejil .mobile-team-image-ejil {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-wrapper {
  width: 100%;
  margin: 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media only screen and (min-width: 1248px) {
  .blog-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.blog-info {
  margin: 0;
  font-weight: bold;
}

.blog-info-cat {
  text-transform: uppercase;
  font-weight: bold;
}

.blog-info-title {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 16px 0;
}

.blog-info-author {
  text-decoration: none;
  color: black;
}

.blog-feat-image {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2rem 0 1rem 0;
}

@media only screen and (min-width: 768px) {
  .blog-feat-image {
    height: 400px;
  }
}

@media only screen and (min-width: 1248px) {
  .blog-feat-image {
    height: 440px;
  }
}

.article-comments-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 560px;
}

@media only screen and (min-width: 1248px) {
  .article-comments-wrapper {
    width: 100%;
    padding: 0 80px 0 40px;
    max-width: 50%;
  }
}

aside.aside-ejil {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media only screen and (min-width: 1248px) {
  aside.aside-ejil {
    width: 25vw;
    padding: 120px 1rem 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.aside-ejil-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media only screen and (min-width: 1248px) {
  .aside-ejil-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.micro-bio {
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  margin: 32px 0;
}

@media only screen and (min-width: 1248px) {
  .micro-bio {
    text-align: left;
    -webkit-box-align: start;
            align-items: start;
  }
}

.micro-bio img.micro-bio-image,
.micro-bio .entry_author_image img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.micro-bio .micro-bio-author {
  font-size: 21px;
  margin: 16px;
}

@media only screen and (min-width: 1248px) {
  .micro-bio .micro-bio-author {
    margin: 16px 0 0 0;
  }
}

.micro-bio-twitter-handle {
  text-decoration: none;
  color: #2B74C6;
}

.micro-bio-twitter-handle h4 {
  margin: 8px 0;
}

.categories-tags-banner {
  background: #e9e9ec;
}

.categories-tags-banner h3 {
  padding: 14px 8px;
  text-transform: uppercase;
}

.categories-tags-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

@media only screen and (min-width: 1248px) {
  .categories-tags-items {
    -webkit-box-pack: start;
            justify-content: start;
  }
}

.categories-tags a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  line-height: 31px;
  padding: 8px 16px;
}

.categories-tags a:hover {
  color: #2B74C6;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.more-articles-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .more-articles-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.aside-title-wrapper {
  margin: 40px 0 32px 0;
  border-bottom: 1px solid #2B74C6;
}

.aside-title-wrapper h3 {
  text-transform: uppercase;
}

.more-articles-by-card {
  margin: 32px 0;
  background: #fafafa;
  min-height: 50px;
}

.more-articles-by-card img {
  width: 100%;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-articles-by-card .date {
  font-weight: bold;
  text-transform: uppercase;
  margin: 8px 0;
  padding: 0 8px;
  display: inline;
}

.more-articles-by-card .title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 8px 0;
  padding: 0 8px;
}

.more-articles-by-card .tease {
  padding: 0 8px;
}

.more-articles-by-card a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.more-articles-by-card a .read-more {
  background: #e9e9ec;
  color: #000000;
  padding: 16px 8px;
  margin: 16px 0;
  width: calc(100% - 16px);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.more-articles-by-card a .read-more:hover {
  background: #2B74C6;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.author-socail-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.aside-ejil-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.aside-ejil-social-btn {
  text-decoration: none;
  color: #000000;
  margin: 8px 0;
  width: 100%;
  background: #e9e9ec;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.aside-ejil-social-btn:hover {
  background: #2B74C6;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  color: #ffffff;
}

.comments-ejil .article-comment-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.comments-ejil .article-comment-form textarea {
  border: 1px solid #d3d3d3;
  margin: 8px 0;
  padding: 8px;
  font-size: 18px;
  width: calc(100% - 8px);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.26);
}

@media only screen and (min-width: 768px) {
  .comments-ejil .article-comment-form textarea {
    width: 400px;
    height: 168px;
  }
}

.comments-ejil .article-comment-form input {
  border: 1px solid #d3d3d3;
  margin: 8px 0;
  padding: 8px;
  font-size: 18px;
  width: calc(100% - 8px);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.26);
}

@media only screen and (min-width: 768px) {
  .comments-ejil .article-comment-form input {
    width: calc(30% - 8px);
  }
}

.comments-ejil .article-comment-form button {
  font-size: 0.8rem;
  padding: 8px;
  color: #ffffff;
  background-color: #2B74C6;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  width: 48%;
}

.comments-ejil .article-comment-form button:hover {
  background: #43d277;
  color: #fafafa;
  cursor: pointer;
}

.comments-ejil .comments-ejil-wrapper .comment-card {
  padding: 16px;
  margin: 16px 0;
  text-align: justify;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.26);
  border: 0.1px solid #d7d7d7;
}

.comments-ejil .comments-ejil-wrapper .comment-card .name {
  color: #2B74C6;
  font-weight: bold;
}

.comments-ejil .comments-ejil-wrapper .comment-card .date {
  font-size: 1rem;
  line-height: 1px;
  margin: 0 0 24px 0;
}

#comments-mobile {
  padding-top: 1rem;
}

.comments-mobile {
  display: block;
}

.comments-mobile button {
  background: #FAFAFA;
  border: 1px solid #DFDFDF;
  padding: 16px 8px;
  width: calc(100% - 8px);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem;
  box-shadow: 2px 2px 5px #dfdfdf;
}

.comments-mobile button#reveal-comments-btn #comments-action {
  color: #2B74C6;
}

.comments-mobile button:hover {
  cursor: pointer;
  color: #ffffff;
}

@media only screen and (min-width: 1248px) {
  .comments-mobile {
    display: none;
  }
}

.comments-desktop {
  display: none;
}

@media only screen and (min-width: 1248px) {
  .comments-desktop {
    display: block;
  }
}

#comment-buttons {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #comment-buttons {
    width: 420px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

#comment-buttons button#cancel-button {
  background: #DFDFDF;
  color: #181818;
}

#comment-buttons button#cancel-button:hover {
  color: #c73f54;
  cursor: pointer;
}

img.featured-journal {
  display: none;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 1248px) {
  img.featured-journal {
    display: block;
    height: 500px;
  }
}

#featured-journal-link {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

#featured-journal-link:hover {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

#jp-relatedposts .jp-relatedposts-items {
  display: block;
}

@media only screen and (min-width: 1248px) {
  #jp-relatedposts .jp-relatedposts-items {
    display: -webkit-box;
    display: flex;
  }
}

#jp-relatedposts .jp-relatedposts-headline {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .advanced-search-ejil {
    width: 60%;
  }
}

.advanced-search-wrapper {
  margin-bottom: 3rem;
  min-height: 80vh;
}

.ejil-form-advanced-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.ejil-form-advanced-search .advances-input-ejil {
  flex-basis: 100%;
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  margin-top: 0.5rem;
  padding: 1rem 0.5rem;
}

.ejil-form-advanced-search label {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.ejil-form-advanced-search .advanced-form-element {
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-self: flex-end;
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .ejil-form-advanced-search .advanced-form-element {
    flex-basis: 48%;
  }
}

.ejil-form-advanced-search .advanced-form-element input[type=date] {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0.5rem;
  background: #ffffff;
  font-family: "Lato", sans-serif;
  color: #383838;
}

.ejil-form-advanced-search .advanced-form-element input {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0.5rem;
  background: #ffffff;
}

.ejil-form-advanced-search .advanced-form-element select {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0.5rem;
  background: #ffffff;
}

.ejil-form-advanced-search .advanced-form-element button {
  background: #2B74C6;
  border: 0px;
}

.form-submit-button {
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.form-submit-button button {
  background: #2B74C6;
  color: #ffffff;
  padding: 0.8rem 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2rem;
  border: 0px;
  width: 100%;
}

@media only screen and (min-width: 1248px) {
  .form-submit-button button {
    width: auto;
  }
}

.advanced-search-trending-ejil {
  /*Desktop styles*/
}

@media only screen and (min-width: 768px) {
  .advanced-search-trending-ejil {
    width: 35%;
  }
}

.advanced-search-trending-ejil .search-trending-topics-ejil {
  display: none;
}

@media only screen and (min-width: 768px) {
  .advanced-search-trending-ejil .search-trending-topics-ejil {
    display: block;
    background: #2B74C6;
    padding: 0.5rem 1rem 1rem 1rem;
  }
}

.advanced-search-trending-ejil .search-trending-topics-ejil .search-topics-ejil {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.advanced-search-trending-ejil .search-trending-topics-ejil .search-topics-ejil a {
  width: 45%;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem;
  font-weight: bold;
}

.advanced-search-trending-ejil .search-trending-topics-ejil .search-topics-ejil a:hover {
  background: #e9e9ec;
  color: #2B74C6;
}

/* AJAX Author Suggestions */

#author-suggestions-wrapper,
#tag-suggestions-wrapper,
#cat-suggestions-wrapper {
  position: relative;
}

#author-suggestions-wrapper #author-suggestions-container,
#author-suggestions-wrapper #tag-suggestions-container,
#author-suggestions-wrapper #cat-suggestions-container,
#tag-suggestions-wrapper #author-suggestions-container,
#tag-suggestions-wrapper #tag-suggestions-container,
#tag-suggestions-wrapper #cat-suggestions-container,
#cat-suggestions-wrapper #author-suggestions-container,
#cat-suggestions-wrapper #tag-suggestions-container,
#cat-suggestions-wrapper #cat-suggestions-container {
  position: absolute;
  min-width: 240px;
  z-index: 9;
}

#author-suggestions-wrapper #author-suggestions-container #author-suggestions,
#author-suggestions-wrapper #author-suggestions-container #tag-suggestions,
#author-suggestions-wrapper #author-suggestions-container #cat-suggestions,
#author-suggestions-wrapper #tag-suggestions-container #author-suggestions,
#author-suggestions-wrapper #tag-suggestions-container #tag-suggestions,
#author-suggestions-wrapper #tag-suggestions-container #cat-suggestions,
#author-suggestions-wrapper #cat-suggestions-container #author-suggestions,
#author-suggestions-wrapper #cat-suggestions-container #tag-suggestions,
#author-suggestions-wrapper #cat-suggestions-container #cat-suggestions,
#tag-suggestions-wrapper #author-suggestions-container #author-suggestions,
#tag-suggestions-wrapper #author-suggestions-container #tag-suggestions,
#tag-suggestions-wrapper #author-suggestions-container #cat-suggestions,
#tag-suggestions-wrapper #tag-suggestions-container #author-suggestions,
#tag-suggestions-wrapper #tag-suggestions-container #tag-suggestions,
#tag-suggestions-wrapper #tag-suggestions-container #cat-suggestions,
#tag-suggestions-wrapper #cat-suggestions-container #author-suggestions,
#tag-suggestions-wrapper #cat-suggestions-container #tag-suggestions,
#tag-suggestions-wrapper #cat-suggestions-container #cat-suggestions,
#cat-suggestions-wrapper #author-suggestions-container #author-suggestions,
#cat-suggestions-wrapper #author-suggestions-container #tag-suggestions,
#cat-suggestions-wrapper #author-suggestions-container #cat-suggestions,
#cat-suggestions-wrapper #tag-suggestions-container #author-suggestions,
#cat-suggestions-wrapper #tag-suggestions-container #tag-suggestions,
#cat-suggestions-wrapper #tag-suggestions-container #cat-suggestions,
#cat-suggestions-wrapper #cat-suggestions-container #author-suggestions,
#cat-suggestions-wrapper #cat-suggestions-container #tag-suggestions,
#cat-suggestions-wrapper #cat-suggestions-container #cat-suggestions {
  box-sizing: border-box;
  max-height: 160px;
  overflow-y: scroll;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 0.5rem;
  width: 100%;
}

#author-suggestions-wrapper #author-suggestions-container #author-suggestions li,
#author-suggestions-wrapper #author-suggestions-container #tag-suggestions li,
#author-suggestions-wrapper #author-suggestions-container #cat-suggestions li,
#author-suggestions-wrapper #tag-suggestions-container #author-suggestions li,
#author-suggestions-wrapper #tag-suggestions-container #tag-suggestions li,
#author-suggestions-wrapper #tag-suggestions-container #cat-suggestions li,
#author-suggestions-wrapper #cat-suggestions-container #author-suggestions li,
#author-suggestions-wrapper #cat-suggestions-container #tag-suggestions li,
#author-suggestions-wrapper #cat-suggestions-container #cat-suggestions li,
#tag-suggestions-wrapper #author-suggestions-container #author-suggestions li,
#tag-suggestions-wrapper #author-suggestions-container #tag-suggestions li,
#tag-suggestions-wrapper #author-suggestions-container #cat-suggestions li,
#tag-suggestions-wrapper #tag-suggestions-container #author-suggestions li,
#tag-suggestions-wrapper #tag-suggestions-container #tag-suggestions li,
#tag-suggestions-wrapper #tag-suggestions-container #cat-suggestions li,
#tag-suggestions-wrapper #cat-suggestions-container #author-suggestions li,
#tag-suggestions-wrapper #cat-suggestions-container #tag-suggestions li,
#tag-suggestions-wrapper #cat-suggestions-container #cat-suggestions li,
#cat-suggestions-wrapper #author-suggestions-container #author-suggestions li,
#cat-suggestions-wrapper #author-suggestions-container #tag-suggestions li,
#cat-suggestions-wrapper #author-suggestions-container #cat-suggestions li,
#cat-suggestions-wrapper #tag-suggestions-container #author-suggestions li,
#cat-suggestions-wrapper #tag-suggestions-container #tag-suggestions li,
#cat-suggestions-wrapper #tag-suggestions-container #cat-suggestions li,
#cat-suggestions-wrapper #cat-suggestions-container #author-suggestions li,
#cat-suggestions-wrapper #cat-suggestions-container #tag-suggestions li,
#cat-suggestions-wrapper #cat-suggestions-container #cat-suggestions li {
  list-style: none;
  padding: 2px;
}

#author-suggestions-wrapper #author-suggestions-container #author-suggestions li button,
#author-suggestions-wrapper #author-suggestions-container #tag-suggestions li button,
#author-suggestions-wrapper #author-suggestions-container #cat-suggestions li button,
#author-suggestions-wrapper #tag-suggestions-container #author-suggestions li button,
#author-suggestions-wrapper #tag-suggestions-container #tag-suggestions li button,
#author-suggestions-wrapper #tag-suggestions-container #cat-suggestions li button,
#author-suggestions-wrapper #cat-suggestions-container #author-suggestions li button,
#author-suggestions-wrapper #cat-suggestions-container #tag-suggestions li button,
#author-suggestions-wrapper #cat-suggestions-container #cat-suggestions li button,
#tag-suggestions-wrapper #author-suggestions-container #author-suggestions li button,
#tag-suggestions-wrapper #author-suggestions-container #tag-suggestions li button,
#tag-suggestions-wrapper #author-suggestions-container #cat-suggestions li button,
#tag-suggestions-wrapper #tag-suggestions-container #author-suggestions li button,
#tag-suggestions-wrapper #tag-suggestions-container #tag-suggestions li button,
#tag-suggestions-wrapper #tag-suggestions-container #cat-suggestions li button,
#tag-suggestions-wrapper #cat-suggestions-container #author-suggestions li button,
#tag-suggestions-wrapper #cat-suggestions-container #tag-suggestions li button,
#tag-suggestions-wrapper #cat-suggestions-container #cat-suggestions li button,
#cat-suggestions-wrapper #author-suggestions-container #author-suggestions li button,
#cat-suggestions-wrapper #author-suggestions-container #tag-suggestions li button,
#cat-suggestions-wrapper #author-suggestions-container #cat-suggestions li button,
#cat-suggestions-wrapper #tag-suggestions-container #author-suggestions li button,
#cat-suggestions-wrapper #tag-suggestions-container #tag-suggestions li button,
#cat-suggestions-wrapper #tag-suggestions-container #cat-suggestions li button,
#cat-suggestions-wrapper #cat-suggestions-container #author-suggestions li button,
#cat-suggestions-wrapper #cat-suggestions-container #tag-suggestions li button,
#cat-suggestions-wrapper #cat-suggestions-container #cat-suggestions li button {
  width: 100%;
  text-align: left;
  padding: 0.5rem;
  border: none;
  background-color: #ffffff;
}

#author-suggestions-wrapper #author-suggestions-container #author-suggestions li button:hover,
#author-suggestions-wrapper #author-suggestions-container #tag-suggestions li button:hover,
#author-suggestions-wrapper #author-suggestions-container #cat-suggestions li button:hover,
#author-suggestions-wrapper #tag-suggestions-container #author-suggestions li button:hover,
#author-suggestions-wrapper #tag-suggestions-container #tag-suggestions li button:hover,
#author-suggestions-wrapper #tag-suggestions-container #cat-suggestions li button:hover,
#author-suggestions-wrapper #cat-suggestions-container #author-suggestions li button:hover,
#author-suggestions-wrapper #cat-suggestions-container #tag-suggestions li button:hover,
#author-suggestions-wrapper #cat-suggestions-container #cat-suggestions li button:hover,
#tag-suggestions-wrapper #author-suggestions-container #author-suggestions li button:hover,
#tag-suggestions-wrapper #author-suggestions-container #tag-suggestions li button:hover,
#tag-suggestions-wrapper #author-suggestions-container #cat-suggestions li button:hover,
#tag-suggestions-wrapper #tag-suggestions-container #author-suggestions li button:hover,
#tag-suggestions-wrapper #tag-suggestions-container #tag-suggestions li button:hover,
#tag-suggestions-wrapper #tag-suggestions-container #cat-suggestions li button:hover,
#tag-suggestions-wrapper #cat-suggestions-container #author-suggestions li button:hover,
#tag-suggestions-wrapper #cat-suggestions-container #tag-suggestions li button:hover,
#tag-suggestions-wrapper #cat-suggestions-container #cat-suggestions li button:hover,
#cat-suggestions-wrapper #author-suggestions-container #author-suggestions li button:hover,
#cat-suggestions-wrapper #author-suggestions-container #tag-suggestions li button:hover,
#cat-suggestions-wrapper #author-suggestions-container #cat-suggestions li button:hover,
#cat-suggestions-wrapper #tag-suggestions-container #author-suggestions li button:hover,
#cat-suggestions-wrapper #tag-suggestions-container #tag-suggestions li button:hover,
#cat-suggestions-wrapper #tag-suggestions-container #cat-suggestions li button:hover,
#cat-suggestions-wrapper #cat-suggestions-container #author-suggestions li button:hover,
#cat-suggestions-wrapper #cat-suggestions-container #tag-suggestions li button:hover,
#cat-suggestions-wrapper #cat-suggestions-container #cat-suggestions li button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #2B74C6;
}

.category-filer-ejil {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .category-filer-ejil {
    width: 70%;
  }
}

.category-filer-ejil p {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin: 0.2rem 0rem;
}

@media only screen and (min-width: 768px) {
  .category-filer-ejil p {
    width: 20%;
  }
}

.category-filer-ejil input {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  margin: 0.2rem 0rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .category-filer-ejil input {
    width: 23%;
  }
}

.category-filer-ejil select {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  margin: 0.2rem 0rem;
  width: 100%;
  background-color: #e9e9ec;
}

@media only screen and (min-width: 768px) {
  .category-filer-ejil select {
    width: 23%;
  }
}

@media only screen and (min-width: 1024px) {
  .category-page-articles {
    width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .category-page-sidear {
    width: 28%;
  }
}

.ejil-category-description {
  background: #FAFAFA;
  padding: 1rem;
}

.recent-articles-category-ejil {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .recent-articles-category-ejil {
    display: block;
    background: #2B74C6;
    padding: 1rem 1rem;
  }

  .recent-articles-category-ejil .title-ejil-white h2 {
    margin-top: 0px;
  }

  .recent-articles-category-ejil .related-topic-list-ejil {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .recent-articles-category-ejil .related-topic-list-ejil a {
    padding: 0.8rem 0.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }

  .recent-articles-category-ejil .related-topic-list-ejil a:hover {
    background: #e9e9ec;
    color: #2B74C6;
  }
}

.search-page-articles {
  min-height: 470px;
}

@media only screen and (min-width: 1024px) {
  .search-page-articles {
    width: 70%;
  }
}

.search-page-sidebar {
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .search-page-sidebar {
    width: 28%;
    padding: 0 1rem;
  }
}

.search-filter {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.search-filter .title-ejil {
  width: 100%;
  margin-bottom: 1rem;
}

.search-filter input {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0 1rem 0.5rem;
  background: #ffffff;
  margin: 0.2rem 0rem;
  width: calc(100% - .63rem);
  box-shadow: 2px 2px 5px #dfdfdf;
}

.search-filter select {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0 1rem 0.5rem;
  background: #ffffff;
  margin: 0.2rem 0rem;
  width: 100%;
  box-shadow: 2px 2px 5px #dfdfdf;
  background-color: #e9e9ec;
}

.search-filter .form-submit-button button {
  background: #2B74C6;
  border: 0px;
  color: #ffffff;
  min-width: 100%;
}

@media only screen and (min-width: 1248px) {
  .search-filter .form-submit-button button {
    min-width: 30%;
  }
}

.search-filter .form-submit-button button:active {
  background: #e9e9ec;
}

.search-filter form#filter-form {
  width: 100%;
}

.search-filter form#filter-form input.read-only-filter {
  font-family: "Lato", sans-serif;
  background: #DFDFDF;
  color: #ababab;
}

.search-filter form#filter-form input.read-only-filter::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ababab;
}

.search-filter form#filter-form input.read-only-filter::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
}

.search-filter form#filter-form input.read-only-filter:-ms-input-placeholder {
  /* IE 10+ */
  color: #ababab;
}

.search-filter form#filter-form input.read-only-filter:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
}

.search-filter form#filter-form select {
  background: white;
}

.search-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .search-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

#archive-wrapper {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  #archive-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media only screen and (min-width: 768px) {
  #archive-wrapper section.main-container {
    width: 50%;
    padding: 0 80px 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  #archive-wrapper aside.aside-container {
    width: 45%;
    padding: 0 1rem;
  }
}

.catergory-description {
  width: 70%;
}

.title-ejil.page-title h1 {
  margin: 0.9rem 0 0 0;
}

form.ejil-form-advanced-filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

form.ejil-form-advanced-filter h3 {
  text-transform: uppercase;
  margin: 0;
}

form.ejil-form-advanced-filter label {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

form.ejil-form-advanced-filter .advanced-form-element-group {
  display: block;
}

@media only screen and (min-width: 768px) {
  form.ejil-form-advanced-filter .advanced-form-element-group {
    display: -webkit-box;
    display: flex;
  }
}

form.ejil-form-advanced-filter .advanced-form-element-group .advanced-form-element {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-self: flex-end;
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  form.ejil-form-advanced-filter .advanced-form-element-group .advanced-form-element {
    flex-basis: 20%;
    padding: 0 0.5rem 0 0;
  }
}

form.ejil-form-advanced-filter .advanced-form-element-group .advanced-form-element input[type=date] {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0.5rem;
  background: #ffffff;
}

form.ejil-form-advanced-filter .advanced-form-element-group .advanced-form-element input {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0.5rem;
  background: #ffffff;
}

form.ejil-form-advanced-filter .advanced-form-element-group .advanced-form-element select {
  -webkit-appearance: none;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  padding: 1rem 0.5rem;
  background: #ffffff;
}

.related-ejil {
  background: #2B74C6;
  display: none;
}

@media only screen and (min-width: 768px) {
  .related-ejil {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.related-ejil .related-ejil-container {
  padding: 1rem;
  width: 100%;
}

@media only screen and (min-width: 1248px) {
  .related-ejil .related-ejil-container {
    margin: auto;
  }
}

.related-ejil .related-ejil-container .related-ejil-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e9e9ec;
  color: #ffffff;
}

.related-ejil .related-ejil-container .related-ejil-link:hover {
  cursor: pointer;
}

.related-ejil .related-ejil-container .related-ejil-link:hover a {
  background: #ffffff;
}

.related-ejil .related-ejil-container .related-ejil-link p {
  font-weight: bold;
  margin: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.related-ejil .related-ejil-container .related-ejil-link a {
  background: #e9e9ec;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #2B74C6;
  padding: 0.5rem;
}

.related-ejil .related-ejil-container .related-ejil-topics {
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
}

.related-ejil .related-ejil-container .related-ejil-topics a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 0.25rem;
}

.related-ejil .related-ejil-container .related-ejil-topics a:hover {
  cursor: pointer;
  color: #2B74C6;
  background: #ffffff;
}

#related-topics-title {
  width: calc(100% - 2rem);
}

.featured-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1248px) {
  .featured-wrapper {
    width: 600px;
  }
}

.post-tease-ejil {
  background: #FAFAFA;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 1rem 0;
}

.post-tease-ejil .post-tease-image-ejil img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-tease-ejil .post-tease-content-ejil {
  padding: 1rem;
}

.post-tease-ejil .post-tease-content-ejil h3 {
  margin: 0;
  text-align: left;
}

.post-tease-ejil .post-tease-content-ejil .featured-date-and-author {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: start;
  flex-wrap: wrap;
}

.post-tease-ejil .post-tease-content-ejil .featured-date-and-author p {
  font-size: 0.8rem;
  margin: 0.1rem 0 0 0;
  width: 100%;
}

.post-tease-ejil .post-tease-content-ejil p {
  margin: 0.6rem 0rem;
  text-align: justify;
}

.post-tease-ejil .post-tease-link-ejil {
  background: #e9e9ec;
  text-transform: uppercase;
  color: #2B74C6;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.5rem;
  border-top: 1px solid #2B74C6;
}

.featured-post-tease-ejil {
  margin: 0.5rem 0rem;
  background: #FAFAFA;
}

.featured-post-tease-ejil img {
  width: 100%;
  height: auto;
}

.featured-post-tease-ejil h2 {
  margin: 0;
}

.featured-post-tease-ejil .featured-post-tease-ejil-content {
  padding: 1rem;
}

.featured-post-tease-ejil .featured-post-tease-ejil-content .featured-date-and-author {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: start;
  flex-wrap: wrap;
}

.featured-post-tease-ejil .featured-post-tease-ejil-content .featured-date-and-author p {
  font-size: 0.8rem;
  margin: 0.1rem 0 0 0;
  width: 100%;
}

.featured-post-content-ejil h2 {
  margin: 0rem;
  text-align: left;
}

.featured-post-content-ejil p {
  text-align: justify;
}

.half-image-tease {
  margin: 0.5rem 0rem;
  width: 100%;
  background: #FAFAFA;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .half-image-tease {
    width: 32%;
  }
}

.half-image-tease img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.half-image-tease .full-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ffffff;
  padding-top: 1rem;
}

.half-image-tease .half-image-content {
  padding: 1rem;
  height: 100%;
}

.half-image-tease .half-image-content h3 {
  margin: 0rem;
  text-align: left;
}

.half-image-tease .half-image-content .half-image-date-and-time {
  margin: 0.35rem 0 0.5rem 0;
  font-size: 0.8rem;
}

.half-image-tease .half-image-content p {
  text-align: justify;
}

.half-image-tease .half-image-content span {
  margin: 0.35rem 0 0.5rem 0;
  font-size: 0.8rem;
}

.half-image-tease .half-image-content a {
  font-size: 0.8rem;
}

nav#nav-mobile {
  height: 100px;
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.26);
  position: fixed;
  top: 0;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  nav#nav-mobile {
    display: none;
  }
}

nav#nav-mobile .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#illustration-mobile {
  width: 30vw;
  height: 100%;
  background: url(/wp-content/themes/spectre-custom-theme/dist/img/illustration-ejil@2x.png) no-repeat center center;
  background-size: contain, cover;
  position: absolute;
  left: 0;
  top: 0;
}

.logo-mobile {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.logo-mobile a {
  color: #000;
  background: #ffffff;
}

#mobile-subtitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#mobile-subtitle p {
  font-size: 0.8rem;
}

#nav-button-search {
  background: none;
  border: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#mobile-search-icon {
  height: 16px;
  width: 16px;
  background: url(/wp-content/themes/spectre-custom-theme/dist/img/icons/search-icon.svg) no-repeat center center;
  background-size: cover;
  border: none;
}

.nav-mobile-button .hamburger-inner,
.nav-mobile-button .hamburger-inner:after,
.nav-mobile-button .hamburger-inner:before {
  position: absolute;
  height: 2px;
}

/* The Overlay (background) */

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 100px;
  background-color: white;
  /* Black fallback color */
  background-color: rgba(255, 255, 255, 0.97);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  font-weight: bold;
}

/* Position the content inside the overlay */

.overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  display: block;
  /* Display block instead of inline */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* Position the close button (top right corner) */

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #2B74C6 !important;
}

/* SLINKY */

.slinky-menu {
  overflow: hidden;
  width: 100%;
}

.slinky-menu ul {
  padding: 0;
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  padding: 0;
}

.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu a {
  display: block;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

/* Default theme */

.slinky-menu a {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #2B74C6;
  color: black;
  padding: 12px 0;
  font-size: 16px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.slinky-menu a:hover {
  background: white;
}

.slinky-menu a.next:after {
  content: "\276F";
  margin-left: 1em;
  float: right;
  font-weight: 100;
  font-size: 22px;
}

.slinky-menu a.back:before {
  content: "\276E";
  margin-right: 1em;
  float: left;
  font-size: 22px;
}

#mobile-search-input-wrapper {
  display: none;
}

.nav-mobile-search-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #FFFFFF;
  width: 103px;
  position: absolute;
  right: 0;
}

.nav-mobile-search-wrapper.search-active {
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

#mobile-search-input-wrapper.search-active {
  display: block;
}

form#mobile-search-form #search-input-mobile {
  width: 50vw;
  border: 0px;
  border-bottom: 1px #383838;
}

@media only screen and (min-width: 768px) {
  form#mobile-search-form #search-input-mobile {
    width: 70vw;
    -webkit-transition: width 2s ease-out;
    transition: width 2s ease-out;
  }
}

form#mobile-search-form input.submit-search {
  display: none;
}

nav#nav-desktop {
  display: none;
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.26);
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

nav#nav-desktop.scrolled {
  height: 80px;
}

@media only screen and (min-width: 768px) {
  nav#nav-desktop {
    display: -webkit-box;
    display: flex;
  }
}

#ejil-logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: #000000;
}

#ejil-logo h1 {
  font-family: "Playfair Display", serif;
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2.5rem;
  -webkit-transition: font-size 0.3s ease-out;
  transition: font-size 0.3s ease-out;
}

#ejil-logo h4 {
  margin: 0.5rem 0;
  font-weight: 400;
  font-size: 1rem;
  -webkit-transition: font-size 0.3s ease-out;
  transition: font-size 0.3s ease-out;
}

#ejil-logo:hover a {
  color: #2B74C6;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

#ejil-logo.scrolled h1 {
  -webkit-transition: font-size 0.1s ease-in;
  transition: font-size 0.1s ease-in;
  font-size: 2rem;
}

#ejil-logo.scrolled h4 {
  -webkit-transition: font-size 0.1s ease-in;
  transition: font-size 0.1s ease-in;
  font-size: 0.8rem;
}

#title-category {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60vw;
}

@media only screen and (min-width: 1248px) {
  #title-category {
    font-size: 20px;
  }
}

#ejil-illustration {
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 460px;
  background: url("/dist/img/illustration-ejil@2x.png") no-repeat center center;
  background-size: cover;
  -webkit-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
  #ejil-illustration {
    width: 25%;
  }
}

@media only screen and (min-width: 1248px) {
  #ejil-illustration {
    width: 30%;
  }
}

#ejil-illustration.scrolled {
  height: 80px;
  width: 320px;
  -webkit-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  -webkit-transition: width 0.1s ease-in;
  transition: width 0.1s ease-in;
}

@media only screen and (min-width: 768px) {
  #ejil-illustration.scrolled {
    width: 20%;
  }
}

.btn-search-wrapper {
  height: 100%;
  width: auto;
  position: absolute;
  right: 160px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  background: #FFFFFF;
}

@media only screen and (min-width: 1248px) {
  .btn-search-wrapper {
    width: 140px;
  }
}

.btn-search-wrapper.search-active {
  width: 55vw;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  border-left: 1px solid #d0d0d0;
}

.btn-search-wrapper button.btn-search {
  background: #ffffff;
  height: 100%;
  position: absolute;
  border: 0;
  border-left: 1px solid #d0d0d0;
  font-size: 16px;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .btn-search-wrapper button.btn-search {
    width: 60px;
    right: -38px;
  }
}

@media only screen and (min-width: 1248px) {
  .btn-search-wrapper button.btn-search {
    width: 138px;
    right: 2px;
  }
}

.btn-search-wrapper button.btn-search:hover {
  background: #2B74C6;
  border-right: 1px solid #2B74C6;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  color: #ffffff;
  cursor: pointer;
}

.btn-search-wrapper button.btn-search:hover #search-icon {
  background: url(/wp-content/themes/spectre-custom-theme/dist/img/icons/search-icon-white.svg) no-repeat center center;
}

.btn-search-wrapper button.btn-search #search-icon {
  height: 16px;
  width: 16px;
  background: url(/wp-content/themes/spectre-custom-theme/dist/img/icons/search-icon.svg) no-repeat center center;
  background-size: cover;
  z-index: 999999;
}

.btn-search-wrapper button.btn-search #search-icon.switch-icon {
  display: none;
}

a#btn-advanced-search-link {
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  color: #000;
}

a#btn-advanced-search-link:active {
  color: #2B74C6;
}

a#btn-advanced-search-link:visited {
  color: #000000;
}

a#btn-advanced-search-link:hover {
  background: #2B74C6;
  color: #ffffff;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}

.btn-advanced-search {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  align-items: center;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .btn-advanced-search {
    width: 120px;
  }
}

@media only screen and (min-width: 1248px) {
  .btn-advanced-search {
    width: 160px;
  }
}

.btn-advanced-search span {
  text-align: center;
}

.btn-advanced-search:hover {
  background: #2B74C6;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  border-right: 1px solid #2B74C6;
  border-left: 1px solid #2B74C6;
}

#search-desktop {
  display: none;
}

#search-desktop-img {
  padding: 0 16px;
}

#search-desktop-input {
  border: 0;
  padding: 0 32px;
  width: 37vw;
  font-size: 18px;
}

.show-form {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.submit-desktop {
  height: 100%;
  width: 100%;
  display: none;
}

#nav-links-desktop {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 150px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  background: #2B74C6;
  color: #ffffff;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  /* Default */
  -webkit-box-pack: center;
          justify-content: center;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.26);
}

#nav-links-desktop a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05rem;
  padding: 0.4rem 0;
}

#nav-links-desktop li {
  padding: 8px 1vw;
  list-style: none;
  color: black;
}

#nav-links-desktop li:hover {
  color: #2B74C6;
}

#nav-links-desktop li:hover ul {
  position: absolute;
  display: -webkit-box;
  display: flex;
  width: 100vw;
  left: 0;
  bottom: -48px;
  background: #E3F2FD;
  -webkit-box-pack: center;
          justify-content: center;
}

#nav-links-desktop li ul {
  position: absolute;
  display: none;
}

#nav-links-desktop li ul li a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
  padding: 8px 0px;
  border-bottom: 0;
}

.spctr-slider-panel {
  height: 200px;
}

.spctr-slider-panel:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.spctr-slider-panel:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.spctr-slider-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  background: #ffffff;
}

.spctr-slider-nav .slider-nav-dot circle {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  fill: #2B74C6;
  margin: 0 8px;
}

.spctr-slider-nav .slider-nav-dot:hover {
  cursor: pointer;
}

.spctr-slider-nav .slider-nav-dot_active circle {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  fill: #383838;
}

