/* <%- include('styles/common.css') %> */
body {
  background-color: white;
  background-image:
    url("img/resilience_water_home.png"),
    url("img/resilience_back_strip_transparent.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 200px, 100% auto;
  background-position: 0 150px, 0 248px;
  font-family: "Helvetica Neue", Helvetica, Arial;
}
#page-container {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 60px;
}
/* <%- include('styles/header.css') %> */
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.logo {
  height: 175px;
}
.navbar-nav {
  flex-direction: row;
}
.nav-item {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-nav>li>a {
  color: #8c8c8c;
}
.navbar-with-bottom-border {
  margin-bottom: 30px;
  border-bottom: 2px solid #8c8c8c;
}
@media (max-width: 767px) {
  .navbar-nav {
    flex-direction: column;
    text-align: right;
  }
  .navbar-nav>li>a {
    color: white;
  }
  .navbar-with-bottom-border {
    border-bottom: none;
  }
}
/* <%- include('styles/landing.css') %> */
#landing-main {
  padding-top: 100px;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 1200px;
}
#landing-main > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}
#landing-main > .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.landing-title-container {
  position: absolute;
  bottom: 0;
  left: 0;
}
.landing-supertitle {
  color: white;
  font-size: max(min(2.5vw, 33px), 17px);
  text-align: left;
  text-shadow: 3px 3px #0088c3;
  margin-bottom: -26px;
  padding-left: 25px;
  font-weight: normal;
}
.landing-title {
  padding-left: 20px;
  padding-top: 0px;
  color: white;
  font-size: max(min(9vw, 120px), 60px);
  font-weight: 900;
  font-stretch: extra-condensed;
  text-align: left;
  text-shadow: 6px 6px #0088c3;
}
.landing-intro-container {
  padding-top: 20px;
  color: white;
  font-size: max(min(1.4vw, 20px), 14px);
  text-align: left;
}
.landing-intro {
  padding: 5px 20px;
}
.landing-intro-pt1 {
  width: 50%;
  border-right: 2px solid white;
}
.landing-intro-pt2 {
  width: 50%;
}
.landing-intro-strong {
  font-size: max(min(1.5vw, 22px), 16px);
  font-weight: 900;
}
.title-container {
  flex: 0 0 calc(100% - 340px);
  position: relative;
  display: block;
}
.news-container {
  flex: 0 0 340px;
  display: block;
}
@media (max-width: 960px) {
  .landing-main {
    padding-top: 100px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .landing-title-container {
    position: relative;
  }
  .title-container {
    flex: 0 0 100%;
    display: block;
  }
  .news-container {
    flex: 0 0 0%;
    display: none;
  }
}
@media (max-width: 800px) {
  .landing-main {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 700px) {
  .landing-intro-pt1 {
    width: 100%;
    border-right: none;
  }
  .landing-intro-pt2 {
    padding-top: 15px;
    width: 100%;
  }
}
/* <%- include('styles/appinfo.css') %> */
.app-info-setion {
  padding-top: 25px;
  padding-bottom: 15px;
}
.section-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#app-info {
  margin-top: 20px;
  border: 5px solid white;
  width: 100%;
  background-color: white;
}
.accordion .card {
  border-radius: 0px;
}
.accordion .card+.card {
  margin-top: 3px;
}
.app-info-header {
  background-color: #c4dbf1;
  padding: 0 0;
}
.app-info-body {
  display: flex;
}
.app-image-container {
  width: 267px;
  flex: 0 0 267px;
  padding-right: 20px;
}
img.app-image {
  width: 267px;
  height: 100%;
  object-fit: fill;
}
.app-text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: min(max(1.2vw, 13px), 17.2px);
}
.panel-heading {
  padding: 0 0;
}
span.numberCircle {
  background: white;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: black;
  display: inline-block;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
  cursor: default;
}
.panel-title {
  padding: 10px 15px;
  position: relative;
  background-color: #c4dbf1;
  font-weight: normal;
  cursor: default;
}
.panel-title::after {
  content: "\f0d7";
  color: #00a1dd;
  top: 5px;
  right: 10px;
  position: absolute;
  font-family: "FontAwesome";
  font-size: x-large;
}
.panel-title[aria-expanded="true"] {
  color: white;
  background-color: #00a1dd;
  font-weight: bold;
}
.panel-title[aria-expanded="true"]::after {
  content: "\f0d8";
  color: white;
}
.app-button {
  color: white;
  font-size: 2em;
  background-color: #efa221;
  border: 2px solid #f4ba53;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .app-image-container {
    display: none;
  }
}
/* <%- include('styles/news.css') %> */
#news-tab {
  padding-right: 0px;
  border: 5px solid white;
  background-color: #c4dbf1;
}
#news-tab h4 {
  color: white;
  background-color: #35b449;
  padding: 5px 15px;
  text-align: center;
  margin-top: 0px;
}
/* <%- include('styles/contact.css') %> */
#contact {
  padding-top: 30px;
  padding-bottom: 35px;
}
img.contact-image {
  width: 400px;
  padding-right: 40px;
}
.company-name {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
.address {
  font-size: 1em;
}
.telephone {
  font-size: 1em;
  font-weight: bold;
}
.contact-button {
  padding-top: 10px;
}
/* <%- include('styles/footer.css') %> */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}
footer.bg-dark {
  background-color: black;
}
footer.text-white {
  color: white;
}
footer .copyrights {
  padding: 5px 0;
  text-align: left;
}
footer .partners-logos {
  text-align: right;
}
footer .partners-logos img+img {
  margin-left: 15px;
}
footer img.org-logo {
  height: 30px;
  width: auto;
  object-fit: fit;
}
@media (max-width: 900px) {
  .partners-heading {
    display: none;
  }
}
@media (max-width: 600px) {
  .partners-heading {
    display: none;
  }
  footer .copyrights {
    font-size: 12px;
  }
  footer img.org-logo {
    height: 25px;
    width: auto;
    object-fit: fit;
  }
}
