@import url('https://fonts.googleapis.com/css2?family=Domine:wght@700&family=Yellowtail&display=swap');
/*This hides the title if the logo contains the same words*/

.container {
  max-width: 1440px;
}
/*Max Container Width*/
/*Max container width	None (auto)	540px	720px	960px	1140px*/
/*@media (min-width:@sm) { ... }*/
/*@media (min-width:@md) { ... }*/
/*@media (min-width:@lg) { ... }*/
/*@media (min-width:@xl) { ... }*/
/*@media (min-width:@xxl) { ... }*/

/*Banner*/

.ccms-banner:after {
  background-color: rgba(0, 0, 0, 0);
}
.ccms-banner-slider .slick-prev:before,
.ccms-banner-slider .slick-next:before {
  color: #4f4f4f;
  opacity: 0.5;
}
.ccms-banner-slider .slick-dots li.slick-active button:before {
  color: #4f4f4f;
}
.ccms-banner-slider .slick-dots li button:before {
  color: #4f4f4f;
}
span#slick-slide00 {
  color: #fff;
}
/* --------------
    Scroll Button
   ------------ */

a.scroll-button > span {
  color: #053253;
}
a.scroll-button {
  color: #053253;
}
a.scroll-button i {
  border: 2px solid #053253;
}
.banner .ccmsSide .side-button:hover .buttonText {
  background: #035e00;
  color: #ffffff;
}
/*@media (min-width:@sm) { ... }*/

/*@media (min-width:@md) { ... }*/

/*@media (min-width:@lg) { ... }*/

@media (min-width: 1200px) {
  /*Topbar*/
  
  .top-bar .top-bar-title h1 {
    color: #020202;
    font-family: 'Domine';
    font-size: 200%;
    line-height: 1.2;
  }
  .top-bar .top-bar-title .top-bar-sub-title {
    font-family: 'Yellowtail';
    color: #020202;
    font-size: 150%;
  }
  .top-bar .top-bar-link > div > a:first-of-type {
    color: #020202;
  }
  .top-bar .top-bar-link {
    color: #020202;
  }
  .top-bar .top-bar-link .translate-dropdown .dropdown-toggle {
    color: #020202;
  }
  .top-bar .search-icon {
    border: 2px solid #020202;
    color: #020202;
  }
  .top-bar {
    background: url(../images/header-bg.png) right center no-repeat;
    background-color: #fefefe;
  }
}
/* ------------------
   Banner Link Mod
   ---------------- */

.ccms-banner-overlay {
  width: 100%;
}
a.ccms-banner-button {
  border: 0px #fff solid;
  display: block;
  border-radius: 0px;
  width: 90%;
  position: absolute;
  height: 165px;
  bottom: 0vw;
}
a.ccms-banner-button strong {
  display: none;
}
a.ccms-banner-button:link {
  border: 0px #fff solid;
  display: block;
  border-radius: 0px;
  width: 90%;
  position: absolute;
  height: 165px;
  bottom: 0vw;
}
a.ccms-banner-button:hover {
  background-color: #ffffff00;
  color: #ffffff;
}
@media (min-width: 576px) {
  a.ccms-banner-button {
    height: 185px;
    bottom: 0vw;
  }
  a.ccms-banner-button:link {
    height: 185px;
    bottom: 0vw;
  }
}
@media (min-width: 768px) {
  .ccms-banner h1 {
    position: relative;
    top: 60px;
    font-size: 4.875rem;
    line-height: 2em;
  }
  .ccms-banner p {
    position: static;
    top: -90px;
  }
  a.ccms-banner-button {
    width: 100%;
    height: 336px;
    bottom: 0vw;
    position: absolute;
  }
  a.ccms-banner-button:link {
    width: 100%;
    height: 336px;
    bottom: 0vw;
    position: absolute;
  }
}
@media (min-width: 992px) {
  a.ccms-banner-button {
    height: 336px;
    bottom: -1vw;
  }
  a.ccms-banner-button:link {
    height: 336px;
    bottom: -1vw;
  }
  .ccms-banner h1 {
    line-height: 1em;
  }
  .ccms-banner p {
    line-height: 3em;
  }
}
@media (min-width: 1200px) {
  a.ccms-banner-button {
    height: 576px;
    bottom: -0.3vw;
  }
  a.ccms-banner-button:link {
    height: 576px;
    bottom: -0.3vw;
  }
  .ccms-banner h1 {
    line-height: 1em;
  }
  .ccms-banner p {
    line-height: 3em;
  }
  .top-bar .top-bar-title h1 {
    font-size: 160%;
  }
  .top-bar {
    background-image: url(../images/header-bg.png), linear-gradient(to right, #055301, #055301, #2C732A, #2C732A);
  }
  .top-bar .top-bar-title h1 {
    color: #ffffff;
  }
  .top-bar .top-bar-title .top-bar-sub-title {
    color: #ffffff;
  }
}
