/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #53789E;
}

a:hover {
  color: #2a2c39;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.content p {
  font-size: 1.1em;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

/*--------------------------------------------------------------
# CookieBot Popup
--------------------------------------------------------------*/
#CybotCookiebotDialogPoweredbyImage {
  display: none !important;
}

#CybotCookiebotDialog {
  background-color: #2a2c39 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  color: #f8f8ff !important;
}

#CybotCookiebotDialogBodyContentText {
  color: #f8f8ff !important;
}

#CybotCookiebotDialogBodyButtonDetails {
  color: #f8f8ff !important;
}

#CybotCookiebotDialogBodyButtons a {
  color: #f8f8ff !important;
}

#CybotCookiebotDialogBodyButtons a:hover {
  color: #dfdfe5 !important;
}

#CybotCookiebotDialogBodyButtonAccept {
  background-color: #53789E !important;
  border: 1px solid #53789E !important;
  border-radius: 5px !important;
}

#CybotCookiebotDialogBodyButtonDecline {
  background-color: #14151c !important;
  border: 1px solid #14151c !important;
  border-radius: 5px !important;
}

/*--------------------------------------------------------------
# Cookie Declaration
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #53789E;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #97aec4;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #2a2c39;
  padding: 0 30px;
}

@media (max-width: 1135px) {
  #header {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    padding: 0;
  }
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #2a2c39;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 15px 5px 15px;
  margin-left: 8px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1175px) {
  .nav-menu a {
    padding: 5px 15px 5px 15px;
    margin-left: 3px;
    font-size: 11px;
  }
}

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: #53789E;
  text-decoration: none;
}*/

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 15px;
  margin-top: 5px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2c39;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #53789E;
  background: none;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

#active a:after {
  margin-top: 3px;
  border-bottom: solid 1px #f8f8ff;
  transform: scaleX(.5);
}

@media (min-width: 768px) {
  .nav-item a:after {
    display: block;
    content: '';
    margin-top: 3px;
    border-bottom: solid 1px #f8f8ff;
    transform: scaleX(0);
    transition: transform 150ms ease-in-out;
  }

  .nav-item a:hover:after {
    transform: scaleX(.5);
  }
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2a2c39;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #53789E;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(20, 21, 28, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(rgba(42, 44, 57, .7), rgba(42, 44, 57, .8)), url('../img/hero_bg2.jpg');
  background-position: right top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  padding: 0;
}

#hero .hero-container {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  text-align: left;
  position: relative;
  height: 75vh;
  /* height: 90vh; */
  width: 100%;
  padding-top: 60px;
  padding-left: 50px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 4em;
  font-weight: 700;
  text-align: left;
  width: 80vw;
}

@media (max-width: 1135px) {
  #hero h2 {
    font-size: 3em;
  }
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

.hero-title h4 {
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  line-height: auto;
  margin: 0 0 25px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.hero-title h4::after {
  content: "";
  width: 125px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px;
}

#hero .btn-get-started, #services .btn-get-started{
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  width: 165px;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-color: #53789E;
  text-transform: uppercase;
  /*border: 2px solid #53789E;*/
}

#hero .btn-get-started:hover, #services .btn-get-started:hover {
  background: #97aec4;
  color: #fff;
  text-decoration: none;
}

#hero .btn-contact {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  width: 162px;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-color: #2a2c39;
  border: 1px solid #53789E;
  text-transform: uppercase;
}

#hero .btn-contact:hover {
  background: #97aec4;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1550px) {
  #hero h2 {
    width: 62vw;
  }
}

@media (max-width: 768px) {
  #hero .hero-container {
    /*height: 90vh;*/
    height: 75vh;
    padding-left: 25px;
    padding-top: 0px;
  }

  #hero h2 {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 15px;
}

.section-title .header-title {
  font-size: 1.4em;
  line-height: 1.2em;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 125px;
  height: 1px;
  display: inline-block;
  background: #53789E;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
  /* padding-bottom: 62.5%; - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .section-title h2 {
    margin: 0 0 15px 0;
  }

  .full-width {
    padding: 0 15px;
  }

  .section-title h2::after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #53789E;
    margin: 4px 10px;
  }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.region {
  background-image: url("../img/supporting_community.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

@media (max-width: 991px) {
  .region {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Learn
--------------------------------------------------------------*/
.learn {
  background: #fff;
  padding: 60px 0 100px;
}

.learn .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.09);
}

.learn .member .member-img {
  position: relative;
  overflow: hidden;
}

.learn .member .member-info {
  padding: 25px 15px;
}

.learn .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2a2c39;
}

.learn .member .member-info span {
  display: block;
  height: 140px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-bottom: 10px;
}

.learn .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.learn .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.learn .btn-overview {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  align: bottom;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 12px 32px;
  margin: 15px 0;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background-color: #53789E;
  text-transform: uppercase;
  /*border: 2px solid #53789E;*/
}

.learn .btn-overview:hover {
  background: #97aec4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 60px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #53789E;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #53789E;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #53789E;
  text-transform: uppercase;
}

.about .content .btn-learn-more:hover {
  background: #53789E;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Announcement
--------------------------------------------------------------*/
#announcement {
  background: #2a2c39;
  padding: 50px 0 50px;
}

.announcement h3 {
  color: #f8f8ff;
  margin: 5px 0 20px 0;
  font-size: 2.25rem;
  font-weight: 700;
}

.announcement p {
  color: #f8f8ff;
  font-size: 18px;
  font-weight: 100;
  margin: 5px 0 25px 0;
}

.announcement .newsletter-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #53789E;
}

.announcement .newsletter-btn:hover {
  background: #f8f8ff;
  color: #53789E;
}

@media (max-width: 1024px) {
  .announcement {
    background-attachment: scroll;
  }
  
  .announcement h3 {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .announcement .newsletter-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
#newsletter {
  background: #14151c;
  padding: 20px 0 15px;
}

.newsletter h3 {
  color: #f8f8ff;
  margin: 5px 0 0 0;
  font-size: 28px;
  font-weight: 700;
}

.newsletter p {
  color: #f8f8ff;
  font-weight: 100;
}

.newsletter .newsletter-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #53789E;
}

.newsletter .newsletter-btn:hover {
  background: #f8f8ff;
  color: #53789E;
}

@media (max-width: 1024px) {
  .newsletter {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .newsletter .newsletter-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.09);*/
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #2a2c39;
}

/*.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 18px 0 rgba(68, 88, 144, 0.2);
}*/

.services .section-title p {
  padding-top: 10px;
  line-height: 1.1em;
}


.services .icon {
  position: absolute;
  left: 0px;
  top: calc(50% - 35px);
  color: #fff;
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  padding: 0 10px;
}

.services .title {
  color: #fff;
  margin-left: 70px;
  font-weight: 600;
  font-size: 18px;
  top: calc(50% - 30px);
}

.services .title2 {
  color: #fff;
  margin-left: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  top: calc(50% - 30px);
}

.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}

.services .title a:hover {
  color: #53789E;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

.services .btn-overview {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  align: bottom;
  text-align: center;
  display: block;
  width: 150px;
  padding: 12px 32px;
  margin: 15px 0;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background-color: #53789E;
  text-transform: uppercase;
  /*border: 2px solid #53789E;*/
}

.services .btn-overview:hover {
  background: #97aec4;
  color: #fff;
  text-decoration: none;
}

.services .icon-box2 {
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.09);*/
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #2a2c39;
}



/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.project-image {
  background-image: url("../img/project_hero.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.support-image {
  background-image: url("../img/broad_support.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

/*--------------------------------------------------------------
# Benefits Page
--------------------------------------------------------------*/
.benefits-image {
  background-image: url("../img/benefits_hero2.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.jobs-image {
  background-image: url("../img/creating_jobs.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.brownfield-image {
  background-image: url("../img/brownfield.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: bottom right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

@media (max-width: 991px) {
  .brownfield-image {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

.benefits h4 {
  color: #aaa;
  margin-left: 100px;
  line-height: 1.4em;
  font-size: 1em;
  top: calc(50% - 30px);
}

.benefits .total {
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
}

.benefits .icon-box {
  padding: 15px;
}

@media (max-width: 768px) {
  .benefits .icon-box {
    margin-left: 5px;
  }
}

/*--------------------------------------------------------------
# Environment Page
--------------------------------------------------------------*/
.services .environment-image {
  background-image: url("../img/environment_hero2.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.power-image {
  background-image: url("../img/carbonfree.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  width: auto;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

@media (max-width: 991px) {
  .power-image {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

.content li {
  font-size: 1.1em;
}

.dark a {
  color: #97aec4;
}

.dark a:hover {
  color: #53789E;
}

/*--------------------------------------------------------------
# Community Page
--------------------------------------------------------------*/
.community-image {
  background-image: url("../img/communitynew.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: bottom right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.klickitat-image {
  background-image: url("../img/supporting_community.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

@media (max-width: 991px) {
  .courthouse-image {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

.community h4 {
  color: #aaa;
  margin-left: 100px;
  line-height: 1.25em;
  font-weight: 600;
  font-size: 1em;
  top: calc(50% - 30px);
}

.community .total {
  color: #fff;
  font-weight: 800;
  font-size: 1.5em;
}

.community .icon-box {
  padding: 10px;
}

@media (max-width: 768px) {
  .community .icon-box {
    margin-left: 20px;
  }
}

/*--------------------------------------------------------------
# Safety Page
--------------------------------------------------------------*/
.safety-image {
  background-image: url("../img/safety_header.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.covid-image {
  background-image: url("../img/safety02.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center left;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

@media (max-width: 991px) {
  .covid-image {
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1850px) {
  .covid-image {
    height: 550px;
    width: 100%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Resources Page
--------------------------------------------------------------*/
.winding-road {
  background-image: url("../img/environment_hero.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.documents p {
  color: #555F61;
  margin: 0;
}

.documents .header-title {
  color: #2a2c39;
}

.documents .content {
  margin: 25px 0 0 0;
}

.doc-item {
  /* border-bottom: 1px solid #2a2c39; */
  margin: .75rem 0;
  min-height: 30px;
}

.doc-item a {
  color: #53789E;
  font-size: .85rem;
  font-weight: 500;
  display: block;
  padding: 0.15rem 0.15rem 0.15rem 0;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.doc-item a:hover {
  color: #2a2c39;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.cliff-clouds {
  background-image: url("../img/faq_hero.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.faq .content {
  margin: 25px 0 0 0;
}

.faq .content p:last-child {
  margin: 25px 0 0 0;
}

.faq .content .btn-learn-more {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #53789E;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #53789E;
  text-transform: uppercase;
}

.faq .content .btn-learn-more:hover {
  background: #53789E;
  color: #fff;
  text-decoration: none;
}

.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  position: relative;
  font-family: #53789E;
  font-size: 15px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin: 10p 0 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #53789E;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #53789E;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}


.faqaccordion {
  margin: 25px auto;
}

.faqaccordion .card {
  margin: 25px auto;
}

.faq a {
  color: #53789E;
  font-weight: 400;
}

.faq a:hover {
  color: #3b3d4c;
  text-decoration: none;
}

.faq p {
  color: #555F61;
}

.faqaccordion .card,
.faqaccordion .card-header {
  border: none;
}

.faqaccordion .card,
.faqaccordion .card:last-child .card-header {
  border: none;
}

.faqaccordion .card-header {
  background: #fff;
}

.faqaccordion .card-hide {
  padding: 25px 25px 10px 25px;
  background-color: #fafaf8;
  ;
}

.faqaccordion button .title {
  text-align: left;
  font-size: 14px;
  width: 245px;
}

.faqaccordion button span {
  margin-left: 15px;
}

@media (min-width: 764px) {
  .faqaccordion .card-hide {
    padding: 25px 45px 10px;
  }

  .faqaccordion button .title {
    text-align: left;
    font-size: 16px;
    width: 600px;
  }
}

.faqaccordion .hightlight {
  color: #3b3d4c;
  font-weight: 700;
  line-height: inherit;
}

.faqaccordion .fa-stack {
  font-size: 15px;
}

.faqaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #53789E;
  padding: 0;
}

.faqaccordion .btn-link:hover,
.faqaccordion .btn-link:focus {
  color: #3b3d4c;
  text-decoration: none;
}

.faqaccordion li+li {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.services .contact-image {
  background-image: url("../img/contact.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.contact-info h4 {
  color: #aaa;
  margin-left: 100px;
  line-height: 1.85em;
  font-weight: 600;
  font-size: 1em;
  top: calc(50% - 30px);
}

.contact-info a {
  color: #f8f8ff;
  font-size: .9em;
}

.contact-info a:hover {
  color: #53789E;
}

.contact-info .total {
  color: #fff;
  font-weight: 800;
  font-size: 1.25em;
}

.contact-info .icon-box {
  padding: 10px;
}

@media (max-width: 768px) {
  .contact-info .icon-box {
    margin-left: 10px;
  }

  .contact-info .icon {
    display: none;
  }

  .contact-info h4 {
    margin-left: 5px;
  }

  .contact-info a {
    font-size: .75em;
  }
}

/*------------------------------------
NEWS
------------------------------------*/
.power-lines {
  background-image: url("../img/news_hero.jpg");
  /* The image used */
  height: auto;
  /* You must set a specified height */
  background-position: center right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.newsarticle {
  margin: 25px auto;
}

.newsarticle .card {
  margin: 25px auto;
}

.news a {
  color: #53789E;
  font-weight: 700;
}

.news a:hover {
  color: #3b3d4c;
  font-weight: 700;
}

.news p {
  color: #555F61;
}

.newsarticle .card,
.newsarticle .card-header {
  border: none;
}

.newsarticle .card,
.newsarticle .card:last-child .card-header {
  border: none;
}

.newsarticle .card-header {
  background: #fff;
}

.newsarticle .card-hide {
  padding: 25px 25px 10px 25px;
  background-color: #fafaf8;
  ;
}

.newsarticle .title {
  text-align: left;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  color: #53789E;
  padding: 0;
}

.newsarticle button span {
  margin-left: 15px;
}

@media (min-width: 764px) {
  .newsarticle .card-hide {
    padding: 25px 45px 10px;
  }

  .newsarticle .title {
    text-align: left;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    color: #53789E;
    padding: 0;
  }
}

.newsarticle .hightlight {
  color: #3b3d4c;
  font-weight: 700;
  line-height: inherit;
}

.newsarticle .fa-stack {
  font-size: 15px;
  color: #53789E;
}

.newsarticle .fa-stack:hover {
  color: #3b3d4c;
}

.newsarticle .btn {
  width: 100%;
}

.newsarticle .btn-link:hover,
.newsarticle .btn-link:focus {
  color: #53789E;
  text-decoration: none;
}

.newsarticle li+li {
  margin-top: 10px;
}

.card {
  border: none;
  -ms-box-shadow: 0 0 10px rgba(46, 50, 51, .1);
  -o-box-shadow: 0 0 10px rgba(46, 50, 51, .1);
  box-shadow: 0 0 10px rgba(46, 50, 51, .1);
}

.card-text {
  font-size: .96em;
  margin: 5px 0 25px 0;
}

@media (max-width: 768px) {
  .card-deck {
    padding: 0px 10px;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact {
  min-height: 41vh;
}
.contact .info {
  padding: 40px;
  border-radius:15px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(46, 50, 51, .1);
  overflow: hidden;
}
.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}
.contact .info p {
  color: var(--color-secondary-light);
  margin-bottom: 30px;
  font-size: 15px;
}
.contact .info-item + .info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(42, 44, 57, 0.15);
}
.contact .info-item i {
  font-size: 24px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}
.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-black);
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(var(--color-black-rgb), .75);
}
.contact .info-item .info-link {
  font-size: 14px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Specific Contact
--------------------------------------------------------------*/
.specific-contact {
}

.specific-contact .box {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(46, 50, 51, .1);
  padding: 30px;
  margin: 0 0 25px 0;
  width: 100%;
  border-radius:15px;
  transition: all ease-in-out 0.4s;
}

.specific-contact .box:hover {
transform: translateY(-10px);
}

.specific-contact .box i {
  display: block;
  font-size: 30px;
  color: var(--color-primary);
  float: left;
}

.specific-contact .box p {
  padding: 50px 0 0 0;
  margin: 0;
  color: var(--color-default);
  font-size: 1.2em;
}

.specific-contact .box a {
  font-weight: 600;
  display: block;
  margin-top: 10px;
  font-size: 1em;
  transition: ease-in-out 0.3s;
}

@media (max-width: 768px) {
  .specific-contact .box {
    padding: 30px;
    margin: 0 0 25px 0;
  }
}

/*--------------------------------------------------------------
# Lower Navigation
--------------------------------------------------------------*/
.lowernav {
  padding: 80px 0px 40px 0px;
  background-color: #14151c;
}

.lowernav .logo {
  width: 95%;
}

.lowernav p {
  color: #8c8c8c;
  margin: 8px 0 0 0;
  font-size: .875em;
  line-height: 1.2em;
}

.lowernav h5 {
  color: #fafaf8;
  margin: 10px 0 0 0;
  font-size: 1em;
}

.lowernav ul {
  padding: 5px 0 0 0;
}

.lowernav li {
  font-size: .9em;
  padding: 3px 0 0 8px;
}

.lowernav li a {
  color: #97aec4;
}

.lowernav li a:hover {
  color: #53789E;
  text-decoration: none;
}

.cip {
  line-height: 17px;
  margin-top: 5px;
}

@media (max-width: 812px) {
  .lowlogo {
    width: 100%;
    padding: 0px 10px;
  }

  .lowernav li {
    font-size: .8em;
  }

  .lowernav p {
    margin: 8px 0 15px 0;
    padding: 0 10px;
  }

  .lowernav {
    padding: 50px 0px 50px 0px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #14151c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 0 30px;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#social .social-links a {
  font-size: 28px;
  display: inline-block;
  background: #53789E;
  color: #fff;
  line-height: 1;
  padding: 11px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

#social .social-links a:hover {
  background: #97aec4;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  color: #ccc;
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
