/***********************************************************************************************************************
***** DEFAULTS
***********************************************************************************************************************/
body {
  font-family: "Roboto", sans-serif !important;
  overflow: scroll; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif !important; }

/* ALTERNATIVE: font-family: "Bebas Neue", sans-serif !important; */
a {
  color: #003087; }
  a:hover {
    color: #003087; }

label {
  display: inline; }

.orange {
  color: #EF740F !important; }

.green {
  color: #17A54A !important; }

/***********************************************************************************************************************
***** GENERAL PURPOSE
***********************************************************************************************************************/
.skip-to-content-link {
  position: absolute;
  border: 2px solid black;
  border-radius: 4px;
  padding: 4px 10px;
  color: black;
  font-weight: bold;
  top: -1000px;
  left: 1.25rem;
  z-index: 10; }
  .skip-to-content-link:focus {
    top: .5rem; }

.btn {
  padding: 4px 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; }

.btn-light {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #003087 !important; }
  .btn-light:hover {
    background-color: #003087 !important;
    border-color: #FFF !important;
    color: #FFF !important; }

.btn-primary {
  background-color: #003087 !important;
  border-color: #003087 !important;
  color: #FFF !important; }
  .btn-primary:hover {
    background-color: #FFF !important;
    border-color: #003087 !important;
    color: #003087 !important; }

.btn-success {
  background-color: #17A54A !important;
  border-color: #17A54A !important;
  color: #FFF !important; }
  .btn-success:hover {
    background-color: #FFF !important;
    border-color: #17A54A !important;
    color: #17A54A !important; }

.btn-secondary {
  background-color: #EF740F !important;
  border-color: #EF740F !important;
  color: #FFF !important; }
  .btn-secondary:hover {
    background-color: #FFF !important;
    border-color: #EF740F !important;
    color: #EF740F !important; }

.btn-orange {
  background: #EF740F;
  color: white !important; }
  .btn-orange:hover, .btn-orange:focus {
    color: #EF740F !important;
    background: white !important;
    border: solid 1px #EF740F; }

.bg-primary {
  background-color: #003087 !important; }

.bg-secondary {
  background-color: #EF740F !important; }

.bg-success {
  background-color: #17A54A !important; }

.border-primary {
  border-color: #003087 !important; }

.carousel-control-icon-invert {
  filter: invert(100%) !important; }

.text-primary {
  color: #003087 !important; }

.text-secondary {
  color: #EF740F !important; }

.search-icon-gray {
  color: #6c757d; }

.search-icon-gray:hover {
  color: #003087; }

.search-icon-primary {
  color: #003087; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #003087 !important;
  background-color: #003087 !important; }

.form-check-input {
  background-color: #003087 !important; }

/* By default, the Bootstrap toggle caret points down. Turn it -90deg so it points to the right. Then when clicked and
the submenu is open, rotate it back to 0deg (pointing down). */
.dropdown-toggle:after, .rotate-caret .fa-caret-down {
  transform: rotate(-90deg);
  transition: 0.5s; }

.dropdown-toggle[aria-expanded="true"]:after, .rotate-caret[aria-expanded="true"] .fa-caret-down {
  transform: rotate(0deg); }

/***********************************************************************************************************************
***** LAYOUT
***********************************************************************************************************************/
header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/map/map_background.svg") no-repeat center/cover; }
  @media screen and (max-width: 992px) {
    header {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/map/map_background.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; } }
  @media screen and (max-width: 430px) {
    header .btn {
      padding: .375rem .75rem; } }
  header .btn-primary {
    background-color: #2F3A3A !important;
    border-color: #2F3A3A !important; }
    header .btn-primary:hover {
      border-color: #2F3A3A !important;
      color: #2F3A3A !important; }
  header a {
    color: #2F3A3A; }
    header a:hover {
      color: #EF740F; }

.social-media-links {
  margin-right: 20px;
  font-size: 25px;
  position: relative;
  top: 7px; }
  .social-media-links a {
    padding: 5px; }
    .social-media-links a:hover {
      text-decoration: none; }

.top-nav .nav-link {
  display: inline-block; }

.navbar {
  padding: .25rem 0;
  border-bottom: 2px solid #2F3A3A; }
  .navbar a.nav-link {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    font-family: "Quicksand", sans-serif !important; }
  .navbar .nav-item {
    margin-left: 20px; }
  @media screen and (max-width: 992px) {
    .navbar {
      padding: 0; } }

.navbar-brand img {
  max-height: 70px; }
@media screen and (max-width: 992px) {
  .navbar-brand {
    max-width: 75%; } }
@media screen and (max-width: 430px) {
  .navbar-brand {
    max-width: 50%; } }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80' width='40' height='40'%3E%3Crect width='100' height='20'%3E%3C/rect%3E%3Crect y='30' width='100' height='20'%3E%3C/rect%3E%3Crect y='60' width='100' height='20'%3E%3C/rect%3E%3C/svg%3E"); }

@media screen and (max-width: 992px) {
  #navbar-content {
    background: white;
    border-top: 2px solid #003087; } }

.megamenu {
  max-width: 1000px;
  margin: 0 auto; }
  .megamenu a {
    font-weight: 700;
    font-family: "Quicksand", sans-serif !important; }
    .megamenu a:hover, .megamenu a:focus {
      color: #EF740F !important;
      text-decoration: none !important; }
  @media screen and (max-width: 992px) {
    .megamenu {
      padding: 0 8px !important;
      border: none !important; } }

#neighboring-controls {
  background-color: #003087;
  color: #fff; }
  #neighboring-controls .collapse {
    background: linear-gradient(0deg, rgba(0, 48, 135, 0.9), rgba(0, 48, 135, 0.9)), url("../images/map/map_background.svg") no-repeat center/cover;
    border-top: 1px solid #2F3A3A; }
  #neighboring-controls .dropdown-menu {
    background-color: #003087;
    color: #fff; }
  #neighboring-controls a {
    color: #FFFFFF; }
    #neighboring-controls a:hover {
      color: #EF740F; }

#project-counter {
  background-color: #003087;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 48, 135, 0.9), rgba(0, 48, 135, 0.9)), url("../images/map/map_background.svg") no-repeat center/cover; }

.container-fluid {
  padding: 0; }

.content-wrapper {
  display: flex;
  /* min-height: 100vh; */
  flex-direction: column; }

.content {
  flex: 1;
  padding: 30px 15px; }

a.project-result-card {
  text-decoration: none !important;
  color: inherit !important; }
  a.project-result-card .card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  a.project-result-card img {
    height: 100px; }

.project-details-card img {
  height: 100px; }

#map {
  height: 300px;
  width: 100%; }

#map-all {
  height: 600px;
  width: 100%; }

.modal-open .modal {
  overflow-y: scroll; }

footer {
  background: linear-gradient(0deg, rgba(47, 58, 58, 0.9), rgba(47, 58, 58, 0.9)), url("../images/map/map_background.svg") no-repeat center/cover;
  bottom: 0;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:focus {
      color: #ccc; }

.print {
  display: none; }

/* Print styles */
@media print {
  /*  Hide non-print elements */
  header,
  .no-print,
  button,
  footer {
    display: none; }

  html {
    filter: grayscale(100%); }

  .print {
    display: block; }

  tr, hr {
    page-break-inside: avoid;
    page-break-after: auto; }

  .card-row, .print-map {
    page-break-inside: avoid;
    page-break-before: auto; }

  #filters li {
    display: inline;
    margin-right: 5px;
    margin-left: 5px; }

  a {
    color: #000; }

  p {
    font-size: larger; } }
/***********************************************************************************************************************
***** WORDPRESS FIXES
***********************************************************************************************************************/
.wp-block-image img {
  height: auto; }

footer h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600; }
footer .social-icons {
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
  flex-direction: row; }
  footer .social-icons div {
    justify-content: center;
    align-items: center;
    background: white;
    display: flex;
    font-size: 18px;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    border-radius: 4px; }
    footer .social-icons div:hover, footer .social-icons div:focus {
      background: #ccc; }
    footer .social-icons div a {
      color: #2F3A3A; }
footer .logo_row {
  margin-top: -149px; }
  @media screen and (max-width: 768px) {
    footer .logo_row {
      margin-top: 0px; } }

/*# sourceMappingURL=style.css.map */
