/* ---------- Color Module Styles ----------- */

@property --white-color {
  syntax: '<color>';
  initial-value: #ffffff00;
  inherits: false;
}

body {
  color: #4c564f;
  background: #015D2D;
  line-height: 1.6em;
}

::selection {
  background: #015D2D;
  color: #fff;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.is-active,
 .navbar-nav .show>.nav-link {
  color: #015D2D;
  border-color: #015D2D;
}

.navbar-light .nav-link {
  color: #1d2723;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-main {
  background-color: #FFFFFF00;
}

#page.has-header-image #navbar-main {
  background-color: #FFFFFF99;
}

#navbar-main.sticked,
#page.has-header-image #navbar-main {
  background-color: #FFFFFFEE;
  box-shadow: 0 0 4px #00000033;
}

a,.link {
    color: #015D2D;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #218f39;
}
.navbar-nav .dropdown-menu {
  background: #ffffffcc;
  border-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #218f39;
}
.nav-item .dropdown-item a.active,
.dropdown-item.active a.active,
.dropdown-item:active a.active,
.dropdown-item.active a:hover,
.dropdown-item:active a:hover,
.dropdown-item.active a:focus,
.dropdown-item:active a:focus,
.dropdown-item.active .link:hover,
.dropdown-item:active .link:hover,
.dropdown-item.active .link:focus,
.dropdown-item:active .link:focus {
  color: white;
}

.nav-link {
  color: rgb(231, 231, 231);
}
.nav-link:hover,
.nav-link:focus {
  color: rgb(231, 231, 231);
}
a:active,
.link:active {
  color: #218f39;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

#content h1 {
  color: rgb(83, 160, 122);
}

h3 {
  padding: .5em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  color: rgb(83, 160, 122);
  font-size: 24px;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(83, 160, 122);
  padding: .5em;
  margin: 1em 0;
  padding-left: 1.5em;
  background-image: url('data:image/svg+xml,%3Csvg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12 7C12 4.23858 9.76142 2 7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12V14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 10.866 10.866 14 7 14V12C9.76142 12 12 9.76142 12 7Z" fill="%239DBFA5"/%3E%3C/svg%3E');
  background-position: left;
  background-repeat: no-repeat;
}

#main .main-content .block-menu a.nav-link {
    color: #015D2D;
    border-bottom: 2px solid transparent;
    transition: .5s ease;
}

#main .main-content .block-menu a.nav-link.active,
#main .main-content .block-menu a.nav-link:hover {
    color: #218f39;
    border-bottom: 2px solid #218f39;
}

table thead > tr {
  border-bottom: 2px solid #a6d696;
  background: #d5ddd2;
}

table thead > tr > th {
  color: #015D2D;
}

.header {
  background: transparent;
}

.featured-top {
  background: #112732;
  color: #fff;
}

.highlighted {
  background: #ebf2f1;
}

.highlighted p {
    color: #3d533f;
}

.highlighted a {
    color: rgb(83, 160, 122);
}

.highlighted a:hover {
    color: rgb(114, 192, 135);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ccc;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.main-content .form-control {
  background: #f3f7f6;
}

.btn-primary {
  background-color: rgb(83, 160, 122);
  border-color: rgb(83, 160, 122);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgb(114, 192, 135);
  border-color: rgb(83, 160, 122);
}

.site-footer {
  background: #015D2D;
}

.featured-bottom {
    background: #f3f7f6;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

.thead-dark {
  background-color: #112732;
}


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

