html,
body {
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #333333;
}
a,
.green {
  color: #8dbc28;
}
a:hover {
  color: #7fa823;
  cursor: pointer;
  text-decoration: none;
}
a.nav-link:active {
  color: #8dbc28 !important;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
  color: #685743;
  text-transform: uppercase;
}
h2 {
  font-size: 2.3rem;
  padding: 0 0 10px;
  margin-bottom: 2.5rem;
}
h6 {
  font-weight: 600;
}
#main-content h3 {
  text-transform: none;
  font-size: 1.5rem;
}
strong {
  font-weight: 600;
}
.btn {
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 0.5rem 0.75rem;
}
.btn-sm {
  font-size: 0.7rem;
}
.btn-primary {
  background-color: #2fa7da;
  border-color: #2fa7da;
}
.btn-primary:hover,
.btn-secondary:hover {
  background-color: #146898;
  border-color: #146898;
}
.btn-outline-light,
.btn-outline-primary {
  border-width: 2px;
}
.btn-outline-primary {
  border-color: #735952;
  color: #735952;
}
.btn-outline-primary:hover {
  background-color: #735952;
  border-color: #735952;
  color: #fff;
}
.btn-link {
  color: #685743;
}
.btn-link:hover {
  color: #8dbc28;
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled) {
  text-decoration: none;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar {
  padding: 0rem 1rem 1rem;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding-bottom: 0;
  background: #fff;
}
#header {
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header.sticky {
  -webkit-box-shadow: 0 4px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 4px 0 rgb(0 0 0 / 10%);
  padding-bottom: 0;
}
#header.sticky #top-social {
  padding-top: 28px;
  padding-bottom: 28px;
}
.nav-item {
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  color: #685743;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #8dbc28;
}
.navbar-light .navbar-nav li.current .nav-link,
#aside-menu ul li.current a {
  color: #8dbc28;
}
.navbar-brand {
  padding-right: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand img {
  width: 160px;
}
.navbar-collapse {
  flex-grow: unset;
}
.dropdown-menu {
  border-radius: 0;
  padding: 10px 0;
  background: #735952;
  border: none;
  top: 55px;
}
.dropdown-item {
  padding: 0.4rem 1.5rem;
  color: #fff;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-item:hover {
  background: #735952;
  color: #8dbc28;
}
.dropdown-item:first-child {
  padding-top: 0.6rem;
}
.dropdown-item:last-child {
  padding-bottom: 0.8rem;
}
.dropdown-toggle::after {
  color: #685743;
}
#top-social {
  padding-left: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
#top-social .nav-item {
  padding: 0 0.5rem;
}
#top-social .nav-item a {
  color: #685743;
}
#top-social .nav-item a.btn {
  color: #685743;
}
#search.dropdown-toggle::after {
  display: none;
}
#search-field.dropdown-menu {
  min-width: 17rem;
  border-color: #735952;
  background: #735952;
  margin-top: -0.5rem;
  margin-right: -2px;
  padding: 0;
}
#search-field.dropdown-menu .form-control {
  background: #735952;
  color: #fff;
  width: 100%;
}
#search-field.dropdown-menu .form-control::placeholder {
  color: #fff;
}
#search-field.dropdown-menu .form-control {
  border: none;
}
#top-social.navbar-nav .nav-item {
  margin-right: 2px;
  line-height: 20px;
  font-size: 0.8rem;
  text-align: center;
}
#banner-home {
  background: url(../images/banner-home.jpg) no-repeat top center;
  background-size: cover;
  margin-top: 75px;
  position: relative;
}
#intro-text {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 600;
  min-height: 550px;
  padding-top: 7rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#scroll-btn {
  background-color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #8dbc28;
  z-index: 2;
  padding: 35px 20px;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: -55px;
  font-weight: 600;
}
#scroll-btn img {
  width: 30px;
}
section {
  padding: 3rem 0;
}
section h2 {
  font-size: 2rem;
}
section#about {
  padding: 0;
  background: #8dbc28;
  color: #fff;
}
section#about h2 {
  color: #fff;
}
section h2,
#page-title h1 {
  margin-bottom: 1rem;
  position: relative;
}
.row.news-item {
  margin-left: 0;
}
#news-list .news-img {
  overflow: hidden;
  max-height: 230px;
}
.news-item .news-info {
  margin-bottom: 4rem;
}
section#news .news-item h2,
.search-result h2,
#news-list .news-item h2 {
  font-size: 1.2rem;
  padding: 5px 0 5px 0;
  text-transform: none;
  border-bottom: none;
  letter-spacing: 0;
  line-height: 1.6rem !important;
  margin-bottom: 0.5rem;
}
section#news .news-item h2:after {
  display: none;
}
section#news .news-info {
  position: relative;
}
.news-item h2 a,
.search-result h2 a,
.post-content h2 a {
  color: #333 !important;
  margin-top: 0.5rem;
}
.news-item h2 a:hover,
.search-result h2 a:hover {
  color: #95c748 !important;
}
.news-item .date,
.doc-item .date,
.search-result .date {
  text-transform: uppercase;
}
.news-item .date,
.date {
  color: #735952;
  padding-bottom: 0;
}
.news-item .date .category,
.category {
  text-transform: uppercase;
  color: #fff;
  padding: 5px 8px;
  font-size: 0.7rem;
  margin-right: 10px;
}
.news-item .date .cat-news,
.cat-news {
  background-color: #8dbc28;
}
.news-item .date .cat-event,
.cat-event {
  background-color: #735952;
}
.search-result h2 {
  font-size: 1.2rem;
}
section#consortium {
  padding: 3rem 0 2rem;
  background: #ebeff1;
}
section#consortium ul li {
  width: 20%;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 25px 20px;
}

section#consortium ul li img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 180px;
}
section#consortium ul li a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
section#footer-box {
  padding: 3rem 0 2.5rem 0;
  color: #fff;
  background-color: #735952;
}
section#footer-box div h3 {
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
  color: #fff;
}
#page-banner {
  background: url(../images/banner-pages.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  padding-top: 140px;
  margin-top: 75px;
}
#main-content {
  padding: 1rem 0 3rem;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0 !important;
  font-size: 0.9rem;
}
ol.breadcrumb li a {
  color: #92826b;
}
ol.breadcrumb li a:hover {
  color: #8dbc28;
}
.breadcrumb-item.active {
  color: #444444;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #333 !important;
}
#aside-menu ul {
  margin-top: 0.5rem;
}
#aside-menu ul li {
  margin-bottom: 1.5rem;
}
#aside-menu ul li a {
  color: #685743;
  text-transform: uppercase;
}
#aside-menu ul li.current:before,
#aside-menu ul li.active:before {
  background: url(../images/arrow-current.png) left no-repeat;
  display: inline-block;
  margin-left: -1.6rem;
  height: 15px;
  width: 25px;
  background-size: 50%;
  content: "" !important;
}
#main-content .row {
  margin-bottom: 2rem;
}
#main-content #page-title h1 {
  margin-bottom: 3rem;
}
#main-content #page-title h1:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: -1.5rem;
  left: 0;
  width: 90px;
  height: 2px;
  background: #685743;
}
#main-content h2 {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  text-transform: none;
}
#main-content h2:first-child {
  padding-top: 0;
}
#main-content li::marker {
  color: #827054;
  font-size: 1.2rem;
}
.post-content h2 {
  font-size: 1.6rem !important;
  line-height: 1.9rem;
  text-transform: none;
  margin-bottom: 1.5rem;
}
.date {
  padding: 1rem 0;
}
label {
  font-size: 0.9rem;
}
label,
span.wpcf7-list-item-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #685743;
}
.partner-box {
  background: #f3f5f7;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 2rem !important;
  min-height: 285px;
}
.partner-box p {
  text-align: center !important;
}
.partner-box .partner-name a {
  color: #685743;
}
.partner-box .partner-name a:hover {
  color: #8dbc28;
}
.partner-box img {
  width: 180px;
  margin-bottom: 1.5rem;
}
.partner-logo {
  padding: 0 5rem 0 0;
}
.border-right {
  border-right: 1px solid #92826b !important;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-link {
  border-color: #dadada;
  color: #444;
}
.page-link:hover {
  background-color: #f3f5f7;
  color: #8dbc28;
}
.page-item.active .page-link {
  background-color: #8dbc28;
  border-color: #8dbc28;
}
.share {
  padding: 0.5rem 0 0;
  border-top: 1px solid #92826b;
  border-bottom: 1px solid #92826b;
  margin-top: 2rem;
  color: #685743;
}
.share ul a {
  color: #685743;
}
.share ul a:hover {
  color: #8dbc28;
}
.share li {
  display: inline-block;
}
#news-nav .btn {
  border-radius: 0;
}
.doc-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #92826b;
  overflow: hidden;
  padding: 1rem 0;
}
#main-content .doc-item h2 {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 0;
}
#main-content .doc-item h2 a {
  color: #685743;
  font-weight: 400;
}
#main-content .doc-item h2 a:hover {
  color: #8dbc28;
}
.doc-item img {
  width: 18px;
}
.form-control {
  border-radius: 0;
  border: 1px solid #92826b;
  height: calc(2.25rem + 10px);
}
.icon.w15 {
  width: 15px;
  margin-bottom: 4px;
}
.input-group-prepend .input-group-text {
  border-right: 1px solid #f8f9fa !important;
  border-radius: 0;
  background: #f8f9fa;
  border-right: none;
}
#archived-newletters li {
  margin-bottom: 0.5rem;
}
#archived-newletters li a {
  color: #685743;
}
.search-result {
  margin-bottom: 1rem;
  border-bottom: 1px solid #c5c6c6;
}
.search-result h2 {
  margin-bottom: 0rem !important;
  padding-top: 1rem !important;
  font-size: 1.2rem !important;
}
.search-result:first-child h2 {
  padding-top: 0 !important;
}
.search-result .btn-link {
  color: #8dbc28;
}
.category {
  text-transform: uppercase;
}
#event-info {
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #727373;
}
#footer {
  padding: 2rem 0;
  background: #fff;
}
#footer img {
  width: 100px;
  float: left;
}
#footer .disclaimer {
  line-height: 1rem;
  color: #707070;
  font-size: 0.9rem;
  margin-top: 1rem;
}
#footer ul {
  margin-bottom: 0;
  display: inline;
}
#footer ul a {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #685743;
}
#footer ul a:hover {
  color: #827054;
}
#footer ul .nav-link {
  padding: 1rem 0.2rem;
}
#scrollUp {
  bottom: 80px;
  right: 20px;
  height: 50px;
  width: 50px;
  background: url(../images/scroll-up.png) no-repeat;
  background-size: 100%;
}
.navbar-light .navbar-toggler {
  color: #000;
  border-color: #000;
  position: absolute;
  right: 10px;
  top: 15px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
}
.navbar-toggler {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/ico-menu.png);
}
/*--------------------------------*/

@media (min-width: 767px) and (max-width: 1199px) {
  #intro {
    padding-bottom: 0px;
  }
}

@media (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 1.2rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .breadcrumb {
    font-size: 0.8rem;
  }
  #intro-text {
    font-size: 1.6rem;
    min-height: 400px;
    padding-top: 8rem;
  }
  #about-text {
    padding-top: 0 !important;
    padding-right: 0 !important;
  }
  #about-text h2 {
    padding-top: 0 !important;
  }
  #about-text .btn {
    margin-top: 0.3rem !important;
  }
  section#consortium {
    padding: 2rem 0 1rem;
  }
  section#consortium ul li {
    width: 23%;
    padding: 25px 10px;
  }
  #footer img {
    width: 80px;
  }
  #footer ul a.nav-link {
    font-size: 0.75rem;
    padding: 1rem 0.1rem;
  }
  #footer small {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand {
    padding: 15px 10px 15px 0px;
  }
  .navbar-brand img {
    width: 125px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
  }
  #top-social {
    padding-top: 15px;
  }
  #search-field.dropdown-menu {
    margin-top: -0.3rem;
  }
  .news-item h2 {
    font-size: 0.9rem;
    padding: 5px 0 10px 0;
  }
  section#footer-box div h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    padding: 10px 10px;
  }
  .navbar-brand {
    padding-left: 0;
    border-right: none;
  }
  .navbar-brand img {
    width: 120px;
  }
  .navbar-nav .nav-link {
    padding-left: 10px;
  }
  section h2 {
    font-size: 1.6rem;
  }
  #about-img {
    background: url(../images/img-about.jpg) no-repeat top center;
    background-size: cover;
  }
  #about-img img {
    display: none;
  }
  #top-social {
    top: 30px;
    right: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-left: none;
  }
  #top-social.navbar-nav {
    flex-direction: row;
    position: absolute;
    top: 10px;
  }
  #header.sticky #top-social {
    padding-top: 16px;
  }
  .navbar-collapse {
    margin: 1rem 0;
  }
  #search-field.dropdown-menu {
    position: absolute;
  }
  #intro-text {
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 0.5em;
    min-height: 350px;
  }
  #intro-text h1 {
    font-size: 2.2rem;
    padding-top: 1rem;
  }
  section#news .news-item h2 {
    font-size: 1rem;
    line-height: initial !important;
  }
  #page-banner {
    padding: 7rem 0 0rem;
  }
  #main-content #page-title h1 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  #aside-menu ul li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
  .news-item div:first-child {
    height: auto;
  }
  #news-list .news-img {
    max-height: initial;
  }
  #event-info {
    font-size: 0.8rem;
  }
  #event-info span {
    margin-right: 1rem !important;
  }
  .doc-item h3 {
    display: block;
    border-left: none;
    padding-left: 0;
  }
  .doc-item .date {
    padding-bottom: 0.8rem;
  }
  section#consortium ul li {
    width: 20%;
  }
  #contact-info,
  #contact-info h4 {
    font-size: 0.9rem;
  }
  #contact-form {
    margin-bottom: 2rem;
  }
  #scrollUp {
    bottom: 120px;
  }
  #aside-menu ul li.active::before {
    margin-right: 0;
  }
  .breadcrumb {
    padding-top: 1rem;
  }
  .partner-logo {
    padding: 0 4rem 1rem 0;
  }
  #footer-menu {
    display: none !important;
  }
  #footer .border-bottom {
    border-bottom: none !important;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
  .navbar.sticky #top-social.navbar-nav {
    top: 5px;
  }
  .navbar.sticky .navbar-toggler {
    top: 10px;
  }
  #banner-home {
    margin-top: 0;
    min-height: 300px;
    padding-top: 6rem;
  }
  #intro {
    padding-bottom: 0px;
  }
  #intro-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    min-height: inherit;
    padding-top: 4rem;
  }
  #about-text {
    text-align: center;
    margin-top: 2rem;
  }
  #about-img {
    min-height: 400px;
  }
  .news-img,
  #news-list .news-img {
    max-height: inherit;
  }
  section#consortium ul li {
    width: 22%;
    padding: 10px 0;
  }
  section#consortium ul li img {
    width: 120px;
  }
  .border-right {
    border-right: none !important;
  }
  #contact-info {
    margin-top: 2rem;
    font-size: 0.9rem;
  }
  section#news h2,
  section#consortium h2 {
    font-size: 1.8rem;
  }
  section#news h2:after,
  section#consortium h2:after {
    display: none;
  }
  section#news .news-info h2 {
    font-size: 1.2rem;
  }
  #page-title {
    padding: 0;
    margin-top: 0;
  }
  section#footer-box {
    padding: 3rem 0 3rem 0;
    text-align: center;
  }
  #footer img {
    margin-right: 1rem;
  }
  #footer .mb-2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .list-unstyled {
    line-height: 1.4rem;
  }
  section#consortium ul li {
    width: 22%;
    margin-bottom: 0;
  }
  section#consortium ul li img {
    width: 140px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.6rem;
  }
  #page-title h1 {
    font-size: 1.6rem;
  }
  .breadcrumb {
    font-size: 0.8rem;
    padding-left: 20px;
  }
  #main-content h2:first-child {
    padding-top: 2rem;
  }
}
.ajax-load-more-wrap.white .alm-btn-wrap .alm-load-more-btn.more,
.ajax-load-more-wrap.white .alm-btn-wrap .alm-load-more-btn.done {
    font-family: 'Barlow', sans-serif;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  border-color: #735952;
  color: #735952;
  border-width: 2px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.8rem!important;
  letter-spacing: 1px;
  padding: 0.5rem 0.75rem;

  
}

.ajax-load-more-wrap.white .alm-btn-wrap .alm-load-more-btn.more:hover {
    background-color: #735952;
    border-color: #735952;
    color: #fff;
}

.breadcrumb-item.post.post-page:not(.active){
  display: none;
}