html,
body,
button,
input,
select,
optgroup,
textarea,
.ul-parent-account,
.ul-parent-footer {
  color: #1b2327;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #54758c;
}

.cke_top,
.w3-border,
ul.primary,
.cke_bottom,
.cke_chrome,
ul.secondary,
ul.primary > li {
  border-color: #ccd8e0 !important;
}

a,
.w3-button {
  transition: 0.4s !important;
}

.w3-hover-over:hover,
#open-nav-inner:hover,
#open-search:hover,
.w3-button:hover {
  color: #d6e0e7 !important;
  background-color: #4e6c82 !important;
}

.ul-parent-account {
  color: inherit;
}

#header .fa,
#header .svg-inline--fa {
  color: inherit;
}

#footer-menu h1,
#footer-menu h2,
#footer-menu h3,
#footer-menu h4,
#footer-menu h5,
#footer-menu a,
#footer-menu p,
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header a,
#header p {
  color: white !important;
}

#header {
  background-color: #3d5059;
  color: white !important;
}

.close-nav,
.mobile-nav,
.main-navigation-wrapper {
  background-color: #445963;
  color: white;
}

#page-title,
#highlighted,
.page-wrapper,
#top-container,
#footer-container,
.search-slide-wrapper,
#top-container .top-box>div,
#main-container .main-box > div,
#footer-container .footer-box>div,
#bottom-container .bottom-box>div {
  background-color: white;
  color: #1b2327;
}

#main-container {
  background-color: #ecf0f3;
  color: #1b2327;
}

#top-container .top-box>div,
#bottom-container .bottom-box>div,
#footer-container .footer-box>div {
  border: 1px solid #ccd8e0;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 25px 57px 0 rgba(0, 0, 0, .25);
  border-color: #c1d0da !important;
}

/* Four panels - light color */
.pager__item.is-active {
  background-color: #ecf0f3;
}

#bottom-container {
  background-color: #e2e8ec;
}

/* map and contact  */
#footer-menu {
  background-color: #141c22;
  color: white;
}

#footer-menu-inner form.w3-content {
  border: 1px solid #445963;
}

#copyright {
  background-color: #0e1317;
  color: white;
}

/* button animation  */
@keyframes btnBorderAnimation {
  0% {
    width: 0;
    height: 0;
    border-bottom-color: #f2f2f2;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-bottom-color: #f2f2f2;
  }

  100% {
    width: 0;
    height: 0;
    border-bottom-color: transparent;
  }

}

@keyframes borderLeftColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: #c1d0da;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #c1d0da;
    border-right-color: #c1d0da;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  66% {
    width: 100%;
    height: 100%;
    border-top-color: #c1d0da;
    border-right-color: #c1d0da;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: #c1d0da;
    border-right-color: #c1d0da;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}

@keyframes borderRightColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #c1d0da;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #c1d0da;
    border-left-color: #c1d0da;
  }

  66% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #c1d0da;
    border-left-color: #c1d0da;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #c1d0da;
    border-left-color: #c1d0da;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}
