/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap');

body {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #121212;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: 2.94em;
  line-height: 1.36;
  font-weight: 800;
}

h2,
.h2 {
  margin-bottom: 0.4em;
  font-size: 2.35em;
  line-height: 1.37;
  font-weight: 800;
  color: #094f69;
}

h3,
.h3 {
  font-size: 1.18em;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #094f69;
}

h4 {
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #17657e;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

span {
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/

* {
  outline-color: transparent !important;
  outline: none !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

figure {
  margin: 0 0 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

@media (min-width: 1200px) {
  .container {
    max-width: 77.1em;
  }
}

.button {
  display: inline-block;
  background: #1ea373;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  padding: 0.588em 1.76em;
  border: 1px solid #1ea373;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.button.button-outline {
  color: #1ea373;
  background: #fff;
}

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  color: #1ea373;
  background: #fff;
}

.button.button-outline:hover,
.button.button-outline:focus,
.button.button-outline:active {
  background: #1ea373;
  color: #fff;
}

.link {
  font-weight: 700;
  text-transform: capitalize;
  color: #1ea373;
}

.link:hover {
  text-decoration: underline;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal.open {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.modal-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.modal-container {
  background: #fff;
  position: relative;
  padding: 30px;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  appearance: none;
  background: 0 0;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

svg {
  vertical-align: middle;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

header {
  padding: 30px 0;
}

#logo a {
  display: flex;
}

#logo img {
  width: unset;
}

#mobile-header {
  height: 100%;
}

#navigation .menu {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
}

#navigation li a {
  padding: 0.85em;
  font-weight: 700;
  text-transform: capitalize;
  color: #252525;
}

/* dropdown menu */
#navigation {
  position: static;
  height: 100%;
}

#navigation nav {
  justify-content: flex-end;
  height: 100%;
}

#navigation nav ul.sub-menu {
  display: none;
  position: absolute;
  width: 19.64em;
  height: auto;
  margin: 0;
  padding: 3em 0 2em;
  background: #fff;
  list-style: none;
  z-index: 1;
  left: -6.5em;
}

#navigation nav > ul > li > ul.sub-menu::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  left: 0;
  right: 0;
  top: 1em;
  background: #baa375;
  margin: 0 auto;
}

#navigation nav > ul > li {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

#navigation nav ul.sub-menu ul.sub-menu {
  left: 100%;
  top: unset;
  bottom: 0;
  background: #7ca1ab;
  padding: 1em 0;
  min-height: 50%;
}

#navigation nav ul.sub-menu ul.sub-menu a {
  color: #fff;
}

#navigation .menu-item.button {
  margin-left: auto;
  padding: 0;
}

#navigation .menu-item.button:hover a {
  color: inherit;
}

#navigation .menu-item.button a {
  display: block;
  padding: 0.588em 1.76em;
  color: #fff;
}

#modal-header .modal-container {
  height: 100%;
  background: linear-gradient(108.5deg, #094f69 0%, #3fa4b8 100%);
}

#modal-header .menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#modal-header .menu li a {
  padding: 10px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
}

#modal-header .menu .button a {
  padding: 0;
}

#modal-header .modal-close.modal-exit {
  right: 30px;
  top: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}

#modal-header .modal-container {
  padding-top: 100px;
  overflow-y: scroll;
}

#modal-header .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/

#subheader {
  overflow: hidden;
  color: #fff;
}

#subheader .glide.glide-subheader {
  width: 80vw;
}

#subheader .glide.glide-subheader .glide__track {
  width: 100vw;
}

#subheader .glide__slide,
.subheader {
  position: relative;
  min-height: 23.53em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: auto;
  padding: 4em 5.7em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subheader {
  position: relative;
  color: white;
}

#subheader .glide__slide::before,
.subheader::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    96.99deg,
    rgba(9, 79, 105, 0.8) 0%,
    rgba(63, 164, 184, 0.8) 100%
  );
}

#subheader .glide__slide > *,
.subheader > * {
  position: relative;
}

#subheader .glide__slide h1,
#subheader .glide__slide h2 {
  color: #fff;
}

#subheader .desc {
  max-width: 910px;
}

.tags ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.tags ul li {
  margin-right: 10px;
}

.subheader-bottom {
  display: flex;
  align-items: center;
}

#subheader .addtoany_shortcode {
  margin-left: 15px;
}

#subheader .a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #fff;
}

#subheader .a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share::before {
  content: '';
  width: 19px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='mask0_90_1834' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='url(%23pattern0)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_90_1834)'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_90_1834' transform='scale(0.0078125)'/%3E%3C/pattern%3E%3Cimage id='image0_90_1834' width='128' height='128' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.glide__bullets {
  bottom: 4em;
  left: 7em;
}

.glide__bullet {
  width: 6px;
  height: 6px;
  background: #1ea373;
}

.glide__bullet.glide__bullet--active {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
}

.glide__arrow:hover svg path {
  stroke: #1ea373;
}

.glide__arrow:hover svg rect {
  fill: white;
}

article.post.type-post {
  margin-bottom: 30px;
}

.news-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 373px;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  padding: 30px;
  overflow: hidden;
  color: white;
}

.news-item::before {
  content: '';
  display: block;
  border-radius: 3px;
  background: linear-gradient(
    147.45deg,
    rgba(9, 79, 105, 0.8) 0%,
    rgba(63, 164, 184, 0.8) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-item > * {
  position: relative;
}

.news-item .h3 {
  color: white;
  margin: 9px 0 0;
}

.filter {
  margin: 50px 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-search {
  max-width: 119px;
  margin-right: 20px;
}

.search-field {
  border: none;
  border-bottom: 1px solid #094f69;
  padding: 7px 30px;
  max-width: 100%;
}

.search-form {
  position: relative;
}

.search-submit {
  position: absolute;
  top: 6px;
  background: transparent;
  border: none;
}

.news-show-more {
  margin: 20px 0 130px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers:not(.next):not(.prev) {
  padding: 15px;
  color: #1ea373;
  font-weight: 600;
}

.page-numbers.current {
  color: #000;
}

.bottom {
  margin: 130px 0 100px;
  text-align: center;
}

.single-content.container {
  margin-top: 7em;
  margin-bottom: 5em;
  padding-top: 2em;
}

.back-to-blog {
  border-bottom: 2px solid #094f69;
  position: relative;
  top: 7em;
  font-weight: 700;
  font-size: 1.18em;
  text-transform: uppercase;
  color: #094f69;
  z-index: 1;
}

.blog-posts {
  margin: 130px 0;
}

.blog-posts h2 {
  text-align: center;
  margin-bottom: 1.25em;
}

.search.search-results h1 span {
  color: #1ea373;
}

.search-no-results h1,
.search.search-results h1 {
  margin-top: 2em;
}

.search.search-results article {
  margin-bottom: 0;
  padding: 3em 15px;
}

.search.search-results article:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.no-results.not-found .search-form {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}

.no-results.not-found .search-form label {
  margin: 0;
}

.no-results.not-found .search-field {
  padding: 0.9em;
  font-family: 'Manrope', sans-serif;
}

.no-results.not-found .search-submit {
  display: inline-block;
  background: #1ea373;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  padding: 0.588em 1.76em;
  border: 1px solid #1ea373;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  position: static;
  margin-left: 15px;
  font-size: 1em;
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
}

.no-results.not-found .search-submit:hover {
  color: #1ea373;
  background: #fff;
}

.pagination-nav {
  margin-bottom: 2em;
  margin-top: 1em;
}

.news-item.search-item {
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  height: auto;
}

.news-item.search-item img {
  max-width: 15%;
  margin: 0;
  height: auto;
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

footer {
  padding-top: 3em;
}

.site-footer {
  background: linear-gradient(90deg, #094f69 0%, #3fa4b8 100%);
  color: #fff;
}

.site-footer h3,
.site-footer a {
  color: #fff;
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.footer-desc-row.row {
  align-items: center;
}

.footer-desc-row.row .button {
  padding: 0.588em 0.76em;
  width: 100%;
}

.footer-menu-row.row {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-column-gap: 3em;
  padding-top: 3em;
  border-top: 1px solid #e9e9e9;
  margin-top: 3em;
  margin-left: 0;
  margin-right: 0;
}

.footer-menu-row.row {
  padding: 3em 0 1.2em;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 3em;
}

.site-footer h3 {
  margin-bottom: 1em;
}

.site-footer ul.menu {
  margin-bottom: 1.8em;
}

.site-footer ul.menu .sub-menu {
  display: none;
}

.site-footer ul.menu > li {
  margin-bottom: 10px;
}

.site-footer ul.menu > li > a {
  color: #e9e9e9;
}

.footer-contacts a {
  display: block;
  margin-bottom: 10px;
}

.footer-social {
  margin-top: 1.2em;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2em;
}

.footer-social a:not(:last-child) {
  margin-right: 1em;
}

#site-info {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  text-align: center;
}

#site-info p {
  margin-top: 14px;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1580px) {
  #subheader .glide__slide,
  .subheader {
    min-height: 26.53em;
  }
}

@media (max-width: 1199px) {
  #navigation .menu {
    padding: 0;
  }

  .footer-menu-row.row {
    grid-column-gap: 1em;
  }
}

@media (max-width: 991px) {
  #navigation .menu {
    justify-content: space-between;
  }

  #navigation .menu-item.button {
    margin-left: 0;
  }

  #navigation .menu-item.button a {
    padding: 0.588em 0.76em;
  }

  #navigation li a {
    padding: 0.2em;
    font-size: 0.9em;
  }

  .back-to-blog {
    display: inline-block;
    top: 0;
    margin-top: 1em;
  }

  .footer-menu-row.row {
    grid-template-columns: repeat(3, auto);
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #navigation {
    display: none;
  }

  #mobile-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #responsive-menu-button > span {
    background: #1ea373;
    display: block;
    border-radius: 3px;
    height: 3px;
    margin: 5px;
    width: 30px;
  }

  .footer-menu-row.row {
    grid-template-columns: repeat(2, auto);
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 35px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  #subheader .glide__slide,
  .subheader {
    min-height: 400px;
  }

  #subheader h1,
  #subheader .h1,
  .subheader h1,
  .subheader .h1 {
    width: 100%;
  }

  .subheader .tags ul,
  #subheader .tags ul {
    justify-content: center;
  }

  #subheader .glide.glide-subheader {
    width: 100vw;
  }

  #subheader .glide__slide,
  .subheader {
    padding: 70px 20px;
    text-align: center;
  }

  #subheader .button {
    width: 100%;
  }

  .subheader-bottom {
    justify-content: center;
    width: 100%;
  }

  #subheader .glide__bullets {
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    justify-content: center;
  }

  .filter {
    margin: 30px 0;
  }

  .news-item {
    height: 95vw;
  }

  .news-show-more {
    margin: 20px 0 75px;
  }

  .blog-posts {
    margin: 50px 0;
  }

  .blog-posts h2 {
    margin-bottom: 0.75em;
  }

  .single-content.container {
    margin-top: 2em;
    margin-bottom: 4em;
  }

  .bottom {
    margin: 75px 0;
  }

  .footer-desc-row.row {
    text-align: center;
  }

  .footer-desc-row.row > :not(:last-child) {
    margin-bottom: 1.4em;
  }

  .footer-menu-row.row > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-menu-row.row {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-social a:not(:last-child) {
    margin-right: 1.7em;
  }

  #footer5 .button {
    width: 100%;
  }

  #site-info p {
    margin: 0;
  }
}
