@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-Thin.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-Light.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-Regular.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-SemiBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/assets/fonts/montserrat/static/Montserrat-Bold.ttf);
  font-weight: 800;
}
a {
  text-decoration: none;
}
span {
  color: #023047;
  font-family: Montserrat;
  line-height: 150%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
  line-height: 150%;
  font-family: Montserrat;
  color: #023047;
}
.flex {
  display: flex!important;
}
.d-grid {
  display: grid;
}
.relative {
  position: relative;
}
.small-text {
  font-size: 16px;
}
.gray-text {
  color: #a0a0a0;
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
.es-publication-link {
  text-decoration: underline;
  color: #83E5DE;
  display: block;
  margin-bottom: 10px;
}
.es-publications-documents {
  margin-top: 40px;
}
.extra-bold {
  font-weight: 700;
}
.container-fluid {
  padding: 0px 60px;
}
.large-vertical-padding-top {
  padding-top: 200px;
  padding-bottom: 100px;
}
.large-vertical-padding-bottom {
  padding-top: 100px;
  padding-bottom: 200px;
}
#navbarSupportedContent {
  margin-top: 25px;
}
.invert {
  filter: invert(1);
}
.nav-link {
  color: #397DCB !important;
  font-family: Montserrat;
  font-weight: 500 !important;
}
.nav-link:hover {
  color: #F3A161 !important;
}
.footer {
  background-color: #FFD700;
  padding: 50px 60px 5px 60px;
}
.footer-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.footer-items .footer-item {
  flex: 50%;
  margin-bottom: 25px;
}
.footer-item {
  width: 100%;
}
.footer-item a {
  tein-right: 25px;
}
.header-bar {
  padding: 20px 60px;
  background-color: #0057b8;
}
.header-bar a {
  color: #fff;
  text-decoration: none;
  text-align: right;
}
.banner-image {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.es-logo {
  padding-right: 100px;
  height: 70px;
}
.es-button {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 10px;
  background-color: transparent;
  color: #fff;
  transition: 0.14s ease-out;
}
.es-button:hover {
  background-color: #fff;
  color: #023047;
}
.es-button-bg-blue {
  border: 1px solid #397DCB;
  background-color: #397DCB;
  border-radius: 6px;
  color: #fff;
  padding: 10px 20px;
  transition: 0.14s ease-out;
  cursor: pointer;
}
.es-button-bg-blue:hover {
  background-color: #fff;
}
.es-button-bg-blue:hover span {
  color: #397DCB !important;
}
.es-button-bg-blue:hover img {
  filter: invert(48%) sepia(10%) saturate(6168%) hue-rotate(184deg) brightness(87%) contrast(80%);
}
.es-button-blue {
  border: 1px solid #023047;
  border-radius: 6px;
  padding: 10px;
  background-color: transparent;
  color: #023047;
  transition: 0.14s ease-out;
}
.es-button-blue:hover {
  background-color: #023047;
  color: #fff;
}
.es-button-orange {
  background-color: #F3A161;
  font-family: Montserrat;
  font-size: 12px;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
}
.es-button-orange:hover {
  background-color: #397DCB;
}
.es-button-orange img {
  padding-left: 5px;
  filter: invert(1);
}
.es-button-faq-content {
  position: absolute;
  right: 30px;
  bottom: 10px;
  max-width: 120px;
}
.es-input-search {
  outline: none;
  box-shadow: unset !important;
}
.es-input-search::placeholder {
  font-weight: 300;
}
.es-search-icon {
  position: absolute;
  margin-top: 9px;
  margin-left: 20px;
  height: 15px;
  filter: opacity(0.7);
  cursor: pointer;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-color: var(--color);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .container h1 {
  text-align: left;
  color: #fff;
}
.swiper-pagination-bullets {
  bottom: 20px !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.slide-text {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 700 !important;
}
.blog-posts {
  padding: 30px 0px;
}
.blog-photo {
  width: 100%;
}
.blog-photo-bigger {
  height: 400px;
  object-fit: cover;
}
.post-category {
  display: block;
  color: #023047;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
.post-title {
  margin-bottom: 20px !important;
  font-size: 20px;
  font-weight: 600;
  color: #023047;
}
.post-date {
  color: #023047;
  font-weight: bold;
}
.post-authors {
  color: #023047;
  font-weight: 400;
}
.post-summary {
  color: #023047;
}
.post-read-more {
  text-decoration: none;
}
.post-read-more:hover {
  color: #a0a0a0;
}
.post-read-more img {
  filter: opacity(0.3);
}
.tags {
  display: inline-flex;
  margin-bottom: 5px;
}
.tag {
  background-color: var(--color);
  padding: 0px 5px;
  margin-right: 5px;
  border-radius: 100px;
  font-size: 12px;
}
.faq {
  border: 2px solid #023047;
  padding: 20px 15px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.faq h5 img {
  cursor: pointer;
}
.faq-content {
  display: none;
  margin-top: 9px;
  padding: 20px;
}
.member {
  padding: 30px 30px;
}
.member-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
}
.member-function {
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
}
.member-description {
  color: #023047;
  font-size: 18px;
  line-height: 200%;
}
.member-image {
  max-width: 100%;
  padding: 0px 30px;
  object-fit: cover;
  height: 110px;
}
.es-assessments {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 150px 40px;
}
.es-assessments .es-assessment {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 100px;
}
.es-assessment a {
  position: absolute;
  bottom: 20px;
  right: -30px;
  background-color: transparent;
  color: #a0a0a0;
  border: 0px;
  min-width: 120px;
  text-decoration: none;
}
.es-assessment .es-assessment-category {
  margin-bottom: 15px;
}
.es-assessment-input {
  text-indent: 27px;
  border: 0px;
  outline: none;
  font-style: italic;
}
.es-assessment-input::placeholder {
  color: #ebebeb;
}
.es-assessment-filters li {
  padding-right: 70px;
}
.es-assessment-read-more img {
  height: 13px;
  filter: opacity(0.3);
  padding-left: 5px;
}
.es-country-list {
  padding-left: 120px;
  display: grid;
  grid-template-columns: auto auto auto;
  list-style: none;
}
.es-country-other-list {
  padding-left: 120px;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 600px;
}
.es-country-other-list li {
  color: #023047;
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}
.es-country-other-list li:before {
  content: "▸";
  font-size: 10pt;
  position: absolute;
  left: -13px;
  top: 5px;
}
.es-country-list li {
  color: #023047;
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}
.es-country-list li:before {
  content: "▸";
  font-size: 10pt;
  position: absolute;
  left: -13px;
  top: 5px;
}
#map {
  height: 500px;
}
.es-line {
  border: 1px solid #023047;
}
.es-blog-categories-selector {
  border: 1px solid #023047;
  width: 400px;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.14s ease-out;
}
.es-blog-categories-selector:hover {
  background-color: #023047;
  color: #fff;
}
.es-blog-categories-selector:hover img {
  filter: invert(1);
}
.es-blog-categories-list {
  transition: 0.3s ease-out;
  display: none;
  border-right: 1px solid #023047;
  border-bottom: 1px solid #023047;
  border-left: 1px solid #023047;
  width: 100px;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  background-color: #6a70a9;
  padding: 5px 20px;
}
.es-blog-categories-list a {
  color: #fff !important;
}
.es-blog-categories-list a:hover {
  text-decoration: underline !important;
}
.es-blog-share {
  margin-left: 10px;
  filter: invert(46%) sepia(76%) saturate(575%) hue-rotate(175deg) brightness(84%) contrast(88%);
}
.contact-name {
  line-height: 210%;
}
.contact-function {
  line-height: 210%;
}
.es-checkbox-box {
  display: flex;
  margin-right: 60px;
}
.es-checkbox-box span {
  font-size: 14px;
}
.es-checkbox {
  padding: 10px;
  border: 1px solid #023047;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -30px;
  cursor: pointer;
}
.es-checkbox .background {
  width: 72%;
  height: 75%;
  position: absolute;
  left: 2.675px;
  top: 2.7px;
}
