/* ============================================================
  Styles for components that are shared across the whole site. 
  Individual SCSS files in this directory are separate libraries 
  that are added in templates, etc.
  ============================================================ */
/* ============================================================
  Preprocessors, fonts, variables.
  These ITCSS naming conventions and structure are inspired by Lindsay Grizzard's article on Medium: https://medium.com/gusto-design/creating-the-perfect-css-system-fa38f5bcdd9e
  ============================================================ */
/* ============================================================
  Vendor-specific styles.
  ============================================================ */
/* ============================================================
  Breakpoints
  ============================================================ */
/* ============================================================
  Colors
  ============================================================ */
/* ============================================================
  Styles for fonts/typefaces.
  ============================================================ */
/* ============================================================
  Placeholders for repeat styles.
  ============================================================ */
.footer-copyright > div, .footer-top, .header > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2em;
}
@media (min-width: 1025px) {
  .footer-copyright > div, .footer-top, .header > div {
    padding: 2em;
  }
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.nospacing {
  margin: 0 !important;
  padding: 0 !important;
}

#block-main-menu {
  font-family: "Proxima N W01 Bold", sans-serif;
  position: relative;
}
#block-main-menu li {
  display: block;
}
@media (min-width: 1025px) {
  #block-main-menu li {
    display: inline-block;
  }
}
#block-main-menu a {
  color: #214183;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
}
#block-main-menu a:hover {
  text-decoration: underline;
}

#block-main-menu .menu-level-0 > li {
  padding: 0.75em 0;
}
@media (min-width: 1280px) {
  #block-main-menu .menu-level-0 > li {
    padding: 0.5em 0;
  }
}

#block-main-menu .menu-level-1 {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s;
}
#block-main-menu .active.menu-level-1 {
  transform: scaleY(1);
}

/* ============================================================
  Styles for Events (detail and search pages)
  ============================================================ */
.node-type-event .event-details {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1em;
}
.node-type-event .event-details svg {
  margin-right: 0.5em;
  margin-left: 0.1em;
}
.node-type-event .event-details .time svg {
  margin-left: 0;
}
.node-type-event .event-image img {
  padding: 0 0 1em 0;
}
@media (min-width: 888px) {
  .node-type-event .event-image img {
    padding: 0 1em 0 0;
  }
}
.node-type-event .event-register {
  margin: 2em 0;
}
.node-type-event .event-register a {
  background: #214183;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 321px) {
  .node-type-event .event-register a {
    padding: 0.5em 1em;
  }
}
@media (min-width: 555px) {
  .node-type-event .event-register a {
    padding: 0.5em 2em;
  }
}
.node-type-event .event-register a:hover {
  background: linear-gradient(45deg, #214183 0%, #0095c8 100%);
}
.node-type-event .location-details {
  font-size: 1.125em;
}
.node-type-event .location-details .address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.node-type-event .location-details .address .organization {
  flex: 0 1 100%;
  font-family: "Proxima N W01 Bold", sans-serif;
}
.node-type-event .location-details .address .address-line1,
.node-type-event .location-details .address .address-line2 {
  padding-right: 0.25em;
}
.node-type-event .location-details .address .address-line1::after,
.node-type-event .location-details .address .address-line2::after {
  content: ", ";
}
.node-type-event .location-details .address .administrative-area,
.node-type-event .location-details .address .postal-code {
  padding-left: 0.25em;
}
.node-type-event .location-details .address .country {
  display: none;
}

.node-type-event .events-teaser-wrapper .row {
  justify-content: flex-start;
}

.path-news-events-events-meetings .events-listing-wrapper .row {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .path-news-events-events-meetings .events-listing-wrapper .row {
    margin: 0 0 1.5em;
  }
}
.path-news-events-events-meetings .bef-exposed-form {
  background: #f2f5f7;
  padding: 1em;
  margin: 1em 0;
}
.path-news-events-events-meetings .bef-exposed-form fieldset#edit-type--wrapper {
  margin: 1em 0;
}
.path-news-events-events-meetings .bef-exposed-form fieldset#edit-type--wrapper legend {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.25rem;
}
.path-news-events-events-meetings .bef-exposed-form fieldset#edit-type--wrapper .js-form-type-radio {
  display: flex;
  align-items: center;
}
.path-news-events-events-meetings .bef-exposed-form fieldset#edit-type--wrapper .js-form-type-radio label {
  display: inline-block;
  font-size: 1.125rem;
  margin: 0;
}

.node-type-event.teaser {
  background: #0095C8;
  border-radius: 3px 0 3px 3px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 1em 0;
}
@media (min-width: 555px) {
  .node-type-event.teaser {
    margin: 0 1em 0 0;
  }
}
.node-type-event.teaser::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent rgba(242, 245, 247, 0.5);
}
.node-type-event.teaser a {
  color: #fff;
  display: block;
  height: 100%;
  text-decoration: none;
}
.node-type-event.teaser span.type {
  background: #fff;
  color: #515456;
  font-family: "Proxima N W01 Bold", sans-serif;
  padding: 0.5em 0.75em;
  position: absolute;
  opacity: 0.9;
  top: 0;
  right: 0;
}
.node-type-event.teaser .event-details {
  font-family: "Proxima N W01 Reg", sans-serif;
  padding: 1em;
}
.node-type-event.teaser .event-details h3 {
  color: #000;
  font-size: 1.25rem;
  margin: 0;
}
.node-type-event.teaser .event-details .date,
.node-type-event.teaser .event-details .time,
.node-type-event.teaser .event-details .location {
  color: #000;
}

/* ============================================================
  Styles for News (detail and search pages)
  ============================================================ */
.node-type-article .views-field-created,
.node-type-article .views-field-field-article-date {
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 1.25em;
  margin: 1.25em 0 1em;
}
.node-type-article .summary {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}
@media (min-width: 888px) {
  .node-type-article .related-articles .row {
    flex-wrap: unset;
  }
}
.node-type-article .row.social-share {
  flex-direction: row;
}
.node-type-article .row.social-share .col.percent-25 {
  order: 0;
}
.node-type-article.teaser {
  height: 100%;
  margin: 1.5em 0;
}
.node-type-article.teaser a {
  color: #000;
  display: block;
  height: 100%;
  text-decoration: none;
}
.node-type-article.teaser a:hover {
  color: #015182;
  text-decoration: underline;
}
.node-type-article.teaser .img-wrap {
  position: relative;
  margin: 0 0 1em;
}
.node-type-article.teaser .img-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  opacity: 0.9;
  padding: 0.5em 0.75em;
  font-family: "Proxima N W01 Bold", sans-serif;
}
.node-type-article.teaser h4 {
  color: #214183;
  margin: 0 0 0.5em;
  font-size: 1.5em;
}
.node-type-article.teaser .txt {
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625em;
}
.node-type-article.teaser .summary {
  display: inline;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625em;
}
.node-type-article.teaser p {
  overflow: hidden;
}

.news-type-filter__wrapper h2 {
  font-size: 1.875rem;
  margin: 0 0 1em;
}
.news-type-filter__wrapper h2::after {
  display: none;
}
.news-type-filter__wrapper ul {
  display: flex;
  margin: 0 0 2em;
}
.news-type-filter__wrapper ul li {
  margin: 0 1em 0 0;
}
.news-type-filter__wrapper ul li a {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 0.75em;
}
@media (min-width: 321px) {
  .news-type-filter__wrapper ul li a {
    font-size: 0.8em;
  }
}
@media (min-width: 444px) {
  .news-type-filter__wrapper ul li a {
    font-size: 0.85em;
  }
}
@media (min-width: 555px) {
  .news-type-filter__wrapper ul li a {
    font-size: 1em;
  }
}
.path-news-events-news .news-type-filter__wrapper ul li a[href="/news-events/news"] {
  background: #214183;
  color: #fff;
}
.path-news-events-news .news-type-filter__wrapper ul li a[href="/news-events/news"]:hover {
  background: linear-gradient(45deg, #214183 0%, #0095c8 100%);
}
.path-news-events-news-newsletter .news-type-filter__wrapper ul li a[href="/news-events/news/newsletter"] {
  background: #214183;
  color: #fff;
}
.path-news-events-news-newsletter .news-type-filter__wrapper ul li a[href="/news-events/news/newsletter"]:hover {
  background: linear-gradient(45deg, #214183 0%, #0095c8 100%);
}
.path-news-events-news-press-release .news-type-filter__wrapper ul li a[href="/news-events/news/press-release"] {
  background: #214183;
  color: #fff;
}
.path-news-events-news-press-release .news-type-filter__wrapper ul li a[href="/news-events/news/press-release"]:hover {
  background: linear-gradient(45deg, #214183 0%, #0095c8 100%);
}

.news-time {
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 1.25em;
  margin: 1.25em 0 1em;
}

/* ============================================================
  Styles for landing pages
  ============================================================ */
.node-type-landing-page .landing-page-top {
  border-bottom: 2px solid #e4e9ee;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 888px) {
  .node-type-landing-page .landing-page-top {
    margin-bottom: 3em;
    padding-bottom: 3em;
  }
}
.node-type-landing-page .landing-page-icons {
  justify-content: flex-start;
}
.node-type-landing-page .landing-page-icons .icon-link:first-of-type {
  display: none;
}
@media (min-width: 888px) {
  .node-type-landing-page .landing-page-icons .icon-link {
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0;
    flex-basis: 32%;
  }
  .node-type-landing-page .landing-page-icons .icon-link:first-child:nth-last-child(2), .node-type-landing-page .landing-page-icons .icon-link:first-child:nth-last-child(2) ~ .icon-link {
    width: 100%;
  }
  .node-type-landing-page .landing-page-icons .icon-link:first-child:nth-last-child(3), .node-type-landing-page .landing-page-icons .icon-link:first-child:nth-last-child(3) ~ .icon-link {
    width: 48%;
  }
  .node-type-landing-page .landing-page-icons .icon-link:first-child:nth-last-child(4), .node-type-landing-page .landing-page-icons .icon-link:first-child:nth-last-child(4) ~ .icon-link {
    width: 30%;
  }
  .node-type-landing-page .landing-page-icons .icon-link:last-child {
    margin-right: 0;
  }
}
.node-type-landing-page .landing-page-questions .left-region .link-wrap {
  text-decoration: underline;
}

.landing-page-centered {
  padding: 0 0 2em;
}
.landing-page-centered h2 {
  text-align: center;
  padding: 1em 0 0;
}
.landing-page-centered h2::after {
  display: block;
  margin: 0 auto;
  position: unset;
  text-align: center;
}

/* ============================================================
  Styles for news & events landing page.
  Overrides any default styles but try to stick to defaults
  as much as possible.
  ============================================================ */
.path-news-events.node-type-landing-page .landing-page-icons {
  justify-content: space-between;
}
@media (min-width: 888px) {
  .path-news-events.node-type-landing-page .icon-link {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 888px) {
  .path-news-events.node-type-landing-page .icon-link__icon {
    margin: 0 0.5em 0 0;
  }
}
.path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type {
  background-color: #214183;
  color: #fff;
  margin: 0 auto 2em;
  padding: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type {
    column-count: 2;
  }
}
@media (min-width: 888px) {
  .path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type {
    width: 60%;
  }
}
.path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type h2 {
  color: #fff;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.438em;
  margin: 0 0 0.625em;
}
.path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type h2::after {
  border-bottom: 0;
}
.path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type .button {
  display: block;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.25em;
  margin: 1em 0;
  text-align: center;
  width: 100%;
}
.path-news-events.node-type-landing-page .news-media-contacts div.content-region > div:last-of-type p:nth-child(3) {
  border-left: solid 5px #4CBB17;
  font-size: 1.25em;
  padding-left: 0.5em;
}
.path-news-events.node-type-landing-page .news-events-contact .paragraph--type--spotlight {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 888px) {
  .path-news-events.node-type-landing-page .news-events-contact .paragraph--type--spotlight {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .path-news-events.node-type-landing-page .news-events-contact .paragraph--type--spotlight {
    width: 60%;
  }
}
.path-news-events.node-type-landing-page .news-events-contact .paragraph--type--spotlight h3 {
  border-left: solid 5px #4CBB17;
  font-size: 1.75em;
  padding-left: 0.25em;
}
.path-news-events.node-type-landing-page .news-events-contact .paragraph--type--spotlight p {
  padding-left: 0.6em;
}
.path-news-events.node-type-landing-page .news-events-contact .paragraph--type--text p:first-child {
  padding: 1em;
  text-align: center;
}
@media (min-width: 888px) {
  .path-news-events.node-type-landing-page .news-events-contact .paragraph--type--text p:first-child {
    padding: 1em 10em;
  }
}
.path-news-events.node-type-landing-page .ctct-form-container {
  background-color: #f2f5f7;
  margin: 1.4em 0 2em 0;
  padding: 1em;
  position: relative;
  width: 100%;
}
.path-news-events.node-type-landing-page .ctct-form-container label.ctct-form-label {
  margin-left: 1em;
}

@media (min-width: 888px) {
  .path-news-events-news-newsletter .layout-sidebar-second,
.path-news-events-news .layout-sidebar-second,
.path-news-events-news-press-release .layout-sidebar-second {
    padding-top: 15.5em;
  }
}

/* ============================================================
  Styles for project details
  ============================================================ */
.node-type-project .categories {
  margin: 0 0 1em;
}
.node-type-project .categories span {
  display: inline-block;
  background: #f2f5f7;
  font-family: "Proxima N W01 Bold", sans-serif;
  padding: 0.25em 0.5em;
  margin: 0 1em 0 0;
  border-radius: 3px;
}
.node-type-project .type .fa-leaf {
  color: #4CBB17;
}
.node-type-project .type .fa-tint {
  color: #214183;
}
.node-type-project .type .fa-cloud-rain,
.node-type-project .type .fa-cloud-showers-heavy {
  color: #515456;
}
.node-type-project .status {
  background: #f2f5f7;
  font-family: "Proxima N W01 Bold", sans-serif;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  display: inline-block;
}
.node-type-project h2 {
  margin: 0 0 0.5em;
}
.node-type-project h2::after {
  display: none;
}
.node-type-project .progress-wrapper {
  align-items: center;
  display: flex;
  margin: 0 0 1em;
}
@media (min-width: 1280px) {
  .node-type-project .progress-wrapper {
    flex-direction: column;
    float: right;
    margin: 0 0 2em 2.5em;
    width: 30%;
  }
}
.node-type-project .progress-wrapper .progress-donut {
  margin: 0 3em 0 0;
  width: 30%;
}
@media (min-width: 1280px) {
  .node-type-project .progress-wrapper .progress-donut {
    margin: 0;
    width: 100%;
  }
}
.node-type-project .progress-wrapper .progress-complete {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.375rem;
}
@media (min-width: 444px) {
  .node-type-project .progress-wrapper .progress-complete {
    font-size: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .node-type-project .progress-wrapper .progress-complete {
    text-align: center;
    width: 100%;
  }
}
.node-type-project .progress-details {
  margin: 0 0 2em;
}
.node-type-project .image-wrapper {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 888px) {
  .node-type-project .image-wrapper {
    margin: 0 0 0 1.5em !important;
  }
}
@media (min-width: 1280px) {
  .node-type-project .image-wrapper {
    flex: 1;
    width: inherit;
  }
}
.node-type-project .image-wrapper img {
  width: inherit;
}
@media (min-width: 1280px) {
  .node-type-project .image-wrapper img {
    margin: 0;
  }
}
.node-type-project .location-wrapper {
  order: 2 !important;
  width: 100% !important;
}
@media (min-width: 1280px) {
  .node-type-project .location-wrapper {
    order: 1 !important;
    width: calc(50% - 1em) !important;
    width: 100%;
  }
}
.node-type-project .map-wrapper {
  flex: 0 0 auto;
  order: 2;
  width: 100%;
}
@media (min-width: 1280px) {
  .node-type-project .map-wrapper {
    flex: 1;
    width: inherit;
  }
}
.node-type-project .map {
  position: relative;
}
.node-type-project .map img {
  width: inherit;
}
@media (min-width: 1280px) {
  .node-type-project .map img {
    margin: 0;
  }
}
.node-type-project .map svg {
  position: absolute;
  bottom: 2em;
  left: 0;
}
.node-type-project .map .address {
  margin: 0.5em 0 0 1em;
}
.node-type-project .map .address .country {
  display: none;
}
.node-type-project .newsletter-wrapper {
  background: #f2f5f7;
  margin: 0 0 1.5em;
  padding: 1.5em;
}
@media (min-width: 1280px) {
  .node-type-project .newsletter-wrapper {
    width: 50%;
  }
}
.node-type-project.teaser {
  margin: 1.5em 0;
}
.node-type-project.teaser a {
  color: #000;
  text-decoration: none;
  display: block;
}
.node-type-project.teaser a:hover {
  color: #015182;
  text-decoration: underline;
}
.node-type-project.teaser .img-wrap {
  position: relative;
  margin: 0 auto 0.5em;
}
@media (min-width: 888px) {
  .node-type-project.teaser .img-wrap {
    float: left;
    position: relative;
    margin: 0 2em 0 0;
  }
}
.node-type-project.teaser .img-wrap img {
  width: 100%;
}
@media (min-width: 888px) {
  .node-type-project.teaser .img-wrap img {
    max-width: 320px;
  }
}
.node-type-project.teaser .img-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  opacity: 0.9;
  padding: 0.5em 0.75em;
  font-family: "Proxima N W01 Bold", sans-serif;
}
.node-type-project.teaser h4 {
  color: #214183;
  margin: 0 0 0.5em;
  font-size: 1.5em;
}
.node-type-project.teaser p {
  overflow: hidden;
}

.search-all-projects {
  margin: 0 2em 0 0;
}
.search-all-projects .views-exposed-form {
  position: relative;
  width: 90%;
}
@media (min-width: 666px) {
  .search-all-projects .views-exposed-form {
    width: 95%;
  }
}
.search-all-projects .views-exposed-form label {
  font-size: 1.5em;
  font-family: "Proxima N W01 Bold", sans-serif;
}
.search-all-projects .views-exposed-form .form-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-all-projects .views-exposed-form .form-actions .project-search {
  border-radius: 0 3px 3px 0;
  background: url("/themes/custom/paladin/images/search.svg") #214183 center/20px no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -1000px;
  padding: 0.74em 1.3em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-all-projects .views-exposed-form .form-actions input[data-drupal-selector=edit-reset] {
  position: absolute;
  left: 1em;
  top: -2.6em;
  background: #214183;
  padding: 0.74em;
  color: #fff;
  border: 0;
}
.search-all-projects .views-exposed-form .form-actions svg {
  color: #fff;
  font-size: 1.3em;
  position: relative;
  top: 0.05em;
}
.search-all-projects .pager__item--ellipsis, .search-all-projects .pager__item--last {
  display: none;
}

.featured-projects .type,
.featured-projects .status {
  display: none;
}
.featured-projects .teaser h4 {
  font-size: 1.5em;
}
.featured-projects .teaser p {
  font-size: 1.125em;
}
@media (min-width: 888px) {
  .featured-projects .teaser h4 {
    font-size: 1.75em;
  }
  .featured-projects .teaser p {
    font-size: 1.4em;
  }
}

.paragraph--type--advanced-accordion-group .green-stormwater-projects {
  margin: 0 auto;
}
@media (min-width: 888px) {
  .paragraph--type--advanced-accordion-group .green-stormwater-projects {
    width: 80%;
  }
}
.paragraph--type--advanced-accordion-group .green-stormwater-projects .views-row {
  float: left;
  padding: 0 2em 0 0;
}
@media (min-width: 888px) {
  .paragraph--type--advanced-accordion-group .green-stormwater-projects .views-row {
    width: 50%;
  }
}
.paragraph--type--advanced-accordion-group .green-stormwater-projects .views-row .img-wrap {
  float: none;
  margin: 0 0 2em;
  width: 100%;
}
.paragraph--type--advanced-accordion-group .green-stormwater-projects .views-row .status {
  display: none;
}
.paragraph--type--advanced-accordion-group .green-stormwater-projects .cta {
  color: #214183;
}

.featured-projects .cta,
.green-stormwater-projects .cta,
.planning-future-projects .cta,
.completed-projects .cta {
  text-align: right;
}

.project-centered {
  padding: 0 0 2em;
}
.project-centered h2 {
  text-align: center;
  padding: 1em 0.1em;
}
@media (min-width: 888px) {
  .project-centered h2 {
    padding: 1em 0 0;
  }
}
.project-centered h2::after {
  position: unset;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.project-centered .status {
  display: none;
}

.planning-future-projects .type {
  display: none;
}

.completed-projects .status,
.completed-projects .type {
  display: none;
}
.completed-projects .views-row {
  width: 100%;
}
.completed-projects .views-row .img-wrap {
  width: 100%;
}
@media (min-width: 888px) {
  .completed-projects .views-row {
    width: 50%;
    float: left;
    padding: 0 2em 0 0;
  }
  .completed-projects .views-row .img-wrap {
    width: 35%;
  }
}

#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-status .bef-links ul {
  border-bottom: 0.313em solid #0095C8;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0;
}
@media (min-width: 888px) {
  #views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-status .bef-links ul {
    flex-direction: row;
    margin: 0 0 2rem;
  }
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-status .bef-links li {
  align-items: stretch;
  display: flex;
  flex: 1;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-status .bef-links .bef-link {
  align-items: center;
  border-radius: 3px 3px 0 0;
  color: #000;
  display: flex;
  flex: 1;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: center;
  margin: 0;
  padding: 1rem 3rem;
  text-align: center;
  text-decoration: none;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-status .bef-links .bef-link--selected {
  background: #0095C8;
  color: #fff;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-status .bef-links .bef-link:hover {
  background: #e4e9ee;
  color: #000;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-status label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem;
}
@media (min-width: 888px) {
  #views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type {
    flex-direction: row;
    margin: 0 0 2rem;
  }
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type label {
  align-items: center;
  color: #515456;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type .bef-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 888px) {
  #views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type .bef-links ul {
    gap: 1rem;
    justify-content: space-around;
  }
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type .bef-links li {
  align-items: stretch;
  display: flex;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type .bef-links .bef-link {
  align-items: center;
  border-radius: 3px;
  color: #000;
  display: flex;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 888px) {
  #views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type .bef-links .bef-link {
    flex: 1;
  }
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type .bef-links .bef-link--selected {
  background: rgba(242, 245, 247, 0.5);
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-project-type .bef-links .bef-link:hover {
  background: #e4e9ee;
}
#views-exposed-form-projects-tabbed-projects-tabbed .form-item-search-projects label {
  color: #515456;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

/* ============================================================
  Styles for Webforms
  ============================================================ */
.webform-submission-form .js-form-type-checkbox input[type=checkbox] {
  width: auto;
}
.webform-submission-form .captcha .g-recaptcha {
  display: inherit;
  margin: 2em 0;
}

.path-search .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 888px) {
  .path-search .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.path-search .views-field-title {
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.5em;
  padding: 0.714em 0 0.35em 0;
}
.path-search .views-field-field-summary {
  font-size: 1.125em;
  line-height: 1.688;
  color: #515456;
}
.path-search #block-filterby {
  background: #f2f5f7;
  padding: 1.5em;
  margin: 6em 0 3em 0;
}
.path-search #block-filterby h2 {
  font-size: 1.75em;
}
.path-search #block-filterby label {
  margin: 0;
}
.path-search #block-filterby .facet-item__value {
  font-size: 1.125em;
  font-weight: 400;
  color: #515456;
  line-height: 1.5;
  position: relative;
  top: -0.45em;
}

/* ============================================================
  Styles for the homepage
  ============================================================ */
.homepage-spotlights {
  margin: 0 0 1.5em;
}
@media (min-width: 888px) {
  .homepage-spotlights {
    margin: 0 0 3em;
  }
}
.homepage-spotlights .content-region {
  display: flex;
}
.homepage-spotlights .content-region > div:first-child {
  display: none;
}
@media (min-width: 1440px) {
  .homepage-spotlights .content-region > div:first-child {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
  }
}
.homepage-spotlights .content-region > div:first-child div:not(.contextual) {
  height: 100%;
  width: 100%;
}
.homepage-spotlights .content-region > div:first-child div:not(.contextual) a {
  height: 100%;
  width: 100%;
}
.homepage-spotlights .content-region > div:first-child div:not(.contextual) img {
  height: 455px;
  object-fit: scale-down;
}
.homepage-spotlights .content-region > div:last-child {
  height: 100%;
  width: 100%;
}
.homepage-spotlights .spotlight {
  display: flex;
  justify-content: space-between;
  margin: 1.5em 0;
  overflow: visible;
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight {
    margin: 0;
  }
}
.homepage-spotlights .spotlight img {
  display: none;
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight img {
    display: block;
    float: none;
    margin: 0;
    width: auto;
  }
}
.homepage-spotlights .spotlight .txt {
  padding: 1.25em 0.5em;
}
@media (min-width: 444px) {
  .homepage-spotlights .spotlight .txt {
    padding: 1.5em;
  }
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight .txt {
    position: relative;
  }
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight .txt::before {
    content: "";
    height: 100%;
  }
}
.homepage-spotlights .spotlight .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent rgba(242, 245, 247, 0.5);
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight .txt::after {
    top: 40%;
    bottom: 40%;
    right: initial;
    width: 0;
    height: 0;
  }
}
.homepage-spotlights .spotlight .txt p {
  display: none;
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight .txt p {
    display: block;
  }
}
.homepage-spotlights .spotlight .txt .cta {
  display: none;
}
.homepage-spotlights .spotlight__blue-bg {
  background: #214183;
}
@media (min-width: 1440px) {
  .homepage-spotlights .spotlight__blue-bg {
    height: 220px;
  }
}
.homepage-spotlights .spotlight__blue-bg .txt {
  background: #214183;
  padding: 1.25em 0.5em;
  position: relative;
  bottom: initial;
}
@media (min-width: 444px) {
  .homepage-spotlights .spotlight__blue-bg .txt {
    padding: 1.5em;
  }
}
.homepage-spotlights .spotlight__blue-bg .txt h3,
.homepage-spotlights .spotlight__blue-bg .txt p {
  border: 0;
  padding: 0;
}
.homepage-spotlights .spotlight__gray-bg {
  background: #f2f5f7;
}
@media (min-width: 1025px) {
  .homepage-spotlights .spotlight__gray-bg {
    height: 220px;
  }
}
@media (min-width: 1440px) {
  .homepage-spotlights .spotlight__gray-bg {
    height: 235px;
  }
}
.homepage-spotlights .spotlight__gray-bg .txt {
  background: #f2f5f7;
}
.homepage-spotlights .spotlight__gray-bg .txt h3 {
  line-height: initial;
  margin: 0;
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight__gray-bg .txt h3 {
    margin: 0 0 1em;
  }
}
.homepage-spotlights .spotlight:first-child img {
  display: none;
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight:first-child img {
    display: block;
  }
}
@media (min-width: 1440px) {
  .homepage-spotlights .spotlight:first-child img {
    display: none;
  }
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight:first-child .txt::before {
    float: left;
    margin: 0 1em 0 2em;
  }
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight:first-child .txt::after {
    top: 32%;
    bottom: 32%;
    left: 0.75em;
    border-width: 40px 30px 40px 0;
    border-color: transparent #214183 transparent transparent;
  }
}
.homepage-spotlights .spotlight:first-child .txt h3 {
  font-size: 1.175rem;
}
@media (min-width: 444px) {
  .homepage-spotlights .spotlight:first-child .txt h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight:first-child .txt h3 {
    font-size: 2rem;
  }
}
.homepage-spotlights .spotlight:last-child img {
  order: 2;
}
.homepage-spotlights .spotlight:last-child .txt {
  order: 0;
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight:last-child .txt {
    order: 1;
  }
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight:last-child .txt::before {
    float: right;
    margin: 0 0.5em 0 1em;
  }
}
@media (min-width: 888px) {
  .homepage-spotlights .spotlight:last-child .txt::after {
    right: 0.5em;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent rgba(242, 245, 247, 0.5);
  }
}
.homepage-spotlights .spotlight:last-child .txt h3 {
  font-size: 1.175rem;
}
@media (min-width: 444px) {
  .homepage-spotlights .spotlight:last-child .txt h3 {
    font-size: 1.375rem;
  }
}

.homepage-icons .content-region > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 888px) {
  .homepage-icons .content-region > div {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.homepage-highlights {
  margin-top: 0;
}
.homepage-highlights-title {
  margin-top: 3em;
  margin-bottom: 0;
  padding: 0;
}
.homepage-highlights-title > div {
  padding-bottom: 0;
}
.homepage-highlights .spotlight {
  margin: 0;
}
.homepage-highlights .spotlight img {
  display: none;
}
@media (min-width: 888px) {
  .homepage-highlights .spotlight img {
    display: block;
  }
}
.homepage-highlights .spotlight .txt {
  position: initial;
  bottom: auto;
}
@media (min-width: 888px) {
  .homepage-highlights .spotlight .txt {
    position: absolute;
    bottom: 0;
  }
}
.homepage-highlights .spotlight .txt .cta {
  display: none;
}
.homepage-highlights .right-region {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .homepage-highlights .right-region {
    margin-left: 5%;
  }
}
@media (min-width: 888px) {
  .homepage-highlights__link {
    text-align: right;
  }
}
.homepage-highlights__link a {
  background: #214183;
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: "Proxima N W01 Bold", sans-serif;
  font-size: 1.25rem;
  padding: 0.5em;
  text-align: center;
}
@media (min-width: 321px) {
  .homepage-highlights__link a {
    padding: 0.5em 1em;
  }
}
@media (min-width: 555px) {
  .homepage-highlights__link a {
    padding: 0.5em 2em;
  }
}
@media (min-width: 888px) {
  .homepage-highlights__link a {
    display: inline;
  }
}
.homepage-highlights__link a:hover {
  background: linear-gradient(45deg, #214183 0%, #0095c8 100%);
}

.homepage-projects .img-wrap {
  display: none;
}
@media (min-width: 888px) {
  .homepage-projects .img-wrap {
    display: block;
    max-width: 200px;
  }
}
.homepage-projects .type.mobile {
  display: block;
  font-family: "Proxima N W01 Bold", sans-serif;
}
@media (min-width: 888px) {
  .homepage-projects .type.mobile {
    display: none;
  }
}
.homepage-projects h3 {
  color: #214183;
  margin: 0 0 0.5em;
  font-size: 1.5em;
}

.homepage-news .teaser {
  margin: 0 0 1em 0;
  border-radius: 3px 0 3px 3px;
  overflow: hidden;
}
.homepage-news .teaser a:hover {
  text-decoration: none;
}
.homepage-news .teaser .img-wrap {
  height: 1em;
}
@media (min-width: 888px) {
  .homepage-news .teaser .img-wrap {
    height: auto;
  }
}
.homepage-news .teaser .img-wrap img {
  display: none;
}
@media (min-width: 888px) {
  .homepage-news .teaser .img-wrap img {
    display: block;
  }
}
.homepage-news .node-type-article.teaser {
  background: #214183;
  padding-bottom: 1em;
  position: relative;
}
.homepage-news .node-type-article.teaser::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent rgba(242, 245, 247, 0.5);
}
.homepage-news .node-type-article.teaser h3,
.homepage-news .node-type-article.teaser h4 {
  color: #fff;
  font-size: 1.25rem;
  padding: 0 1em;
}
.homepage-news .node-type-article.teaser .txt {
  color: #fff;
  font-family: "Proxima N W01 Reg", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625em;
  padding: 0 1em;
}
.homepage-news .node-type-event.teaser h3,
.homepage-news .node-type-event.teaser h4 {
  font-size: 1.25rem;
}

/* ============================================================
  Styles for the main menu.
  ============================================================ */
#block-main-menu {
  background: #fff;
  width: 100vw;
  top: 0;
  opacity: 0;
  padding: 9.5em 0 0;
  height: 0;
  transition: 0.3s opacity;
  z-index: -1;
}
@media (min-width: 666px) {
  #block-main-menu {
    padding: 10.5em 0 0;
  }
}
@media (min-width: 768px) {
  #block-main-menu {
    padding: 5.2em 0 0;
  }
}
@media (min-width: 1025px) {
  #block-main-menu {
    background: transparent;
    top: auto;
    padding: 0;
    z-index: 5;
    display: block;
    opacity: 1;
    height: auto;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
  }
}
@media (min-width: 1280px) {
  #block-main-menu {
    width: 100%;
    left: auto;
    right: auto;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  #block-main-menu::after {
    content: "";
    width: 100%;
    border-bottom: 0.313em solid #f2f5f7;
    position: absolute;
    bottom: -0.313em;
  }
}
#block-main-menu.active {
  background: #f2f5f7;
  height: inherit;
  opacity: 1;
  padding: 11em 1em 0;
  z-index: 100;
}
@media (min-width: 768px) {
  #block-main-menu.active {
    padding: 6em 1em 0;
    margin-bottom: 3em;
  }
}
#block-main-menu a {
  font-weight: 600;
  font-size: 1em;
  position: relative;
}
@media (min-width: 1025px) {
  #block-main-menu .menu-item--expanded {
    position: relative;
  }
}
@media (min-width: 1025px) {
  #block-main-menu .menu-item--expanded.active::after {
    content: "";
    width: 100%;
    border-bottom: 0.313em solid #4CBB17;
    position: absolute;
    bottom: -0.313em;
    z-index: 1;
  }
}
#block-main-menu .menu-item--expanded.active a {
  color: #214183;
}
#block-main-menu .menu-level-0 {
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 0.85em;
  border-bottom: 0.125em solid #e4e9ee;
}
@media (min-width: 444px) {
  #block-main-menu .menu-level-0 {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  #block-main-menu .menu-level-0 {
    height: 333px;
  }
}
@media (min-width: 1025px) {
  #block-main-menu .menu-level-0 {
    border: 0;
    height: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5em;
    top: auto;
  }
}
@media (min-width: 1280px) {
  #block-main-menu .menu-level-0 {
    padding: 0;
  }
}
#block-main-menu .menu-level-0 > li {
  position: relative;
}
#block-main-menu .menu-level-0 > li:nth-last-of-type(2) > ul {
  left: auto !important;
}
#block-main-menu .menu-level-0 > li:nth-last-child(2) > ul {
  border-bottom: 0;
}
#block-main-menu .menu-level-0 .arrow {
  display: block;
  position: absolute;
  font-size: 1.75em;
  right: 0;
  bottom: -0.15em;
}
@media (min-width: 1025px) {
  #block-main-menu .menu-level-0 .arrow {
    display: none;
  }
}
#block-main-menu .menu-level-1 {
  border-top: 0.125em solid #e4e9ee;
  border-bottom: 0.125em solid #e4e9ee;
  height: 0;
  margin: 1em 0 0;
  padding: 0.5em 0;
  position: absolute;
  z-index: 10;
}
@media (min-width: 1025px) {
  #block-main-menu .menu-level-1 {
    background: #f2f5f7;
    border: 0;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
    margin: 0 !important;
    padding: 1em;
    top: 2.5em;
    left: 0;
    right: 0;
    height: inherit;
    width: 300px;
  }
}
@media (min-width: 1280px) {
  #block-main-menu .menu-level-1 {
    top: 2.75em;
  }
}
@media (min-width: 1025px) {
  #block-main-menu .menu-level-1::before {
    content: "";
    width: 100%;
    border-top: 0.313em solid #4CBB17;
    position: absolute;
    top: -0.313em;
    left: 0;
  }
}
#block-main-menu .menu-level-1.active {
  height: inherit;
  position: relative;
}
@media (min-width: 1025px) {
  #block-main-menu .menu-level-1.active {
    position: absolute;
  }
}
#block-main-menu .menu-level-1 li {
  display: block;
  font-size: 0.9em;
  padding: 0.5em 0;
  position: relative;
}
@media (min-width: 1025px) {
  #block-main-menu .menu-level-1 li {
    font-size: 1em;
  }
}
#block-main-menu .menu-level-1 a {
  color: #015182;
  padding: 0 0 0 2em;
  display: block;
  position: relative;
  z-index: 1;
}
#block-main-menu .menu-level-1 .arrow {
  display: none;
}
#block-main-menu .menu-level-1 svg {
  position: absolute;
  color: #4CBB17;
  top: 0.65em;
  left: 0;
  width: 1em;
}
@media (min-width: 1025px) {
  #block-main-menu .menu-level-1 svg {
    z-index: -1;
  }
}
.logged-in #block-main-menu .contextual-region {
  position: inherit;
}

.mobile-menu-trigger {
  background: #e4e9ee;
  border-radius: 0.5em;
  color: #214183 !important;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  z-index: 500;
}
@media (min-width: 666px) {
  .mobile-menu-trigger {
    top: 1.25em;
  }
}
@media (min-width: 1025px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.alert-open .mobile-menu-trigger {
  position: absolute;
}
.mobile-menu-trigger .open {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu-trigger .close {
  display: none;
}
.mobile-menu-trigger .burger,
.mobile-menu-trigger .close-x {
  font-size: 1.25em;
  display: block;
  width: inherit;
}
.mobile-menu-trigger .txt {
  font-size: 0.8em;
  margin: 0;
}
.mobile-menu-trigger.active .open {
  display: none;
}
.mobile-menu-trigger.active .close {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.menu-open {
  position: fixed !important;
}

/* ============================================================
  Styles for the header.
  ============================================================ */
.header {
  background: #fff;
  margin: 0 auto;
}
.header.active {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .header {
    height: auto;
    overflow: visible;
  }
}
.menu-open .header {
  min-height: initial;
}
.header > div {
  padding: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .header > div {
    padding: 2em 2em 0;
  }
}
.menu-open .header::after {
  display: none;
}
.header #block-paladin-branding {
  background: #fff;
  border-bottom: 0.125em solid rgba(242, 245, 247, 0.5);
  position: absolute;
  z-index: 500;
  width: 100vw;
  padding: 1em;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
}
.alert-open .header #block-paladin-branding {
  position: absolute;
}
@media (min-width: 1025px) {
  .alert-open .header #block-paladin-branding {
    position: relative;
  }
}
@media (min-width: 1025px) {
  .header #block-paladin-branding {
    border: 0;
    position: relative;
    left: 1.25em;
    top: 0;
    right: auto;
    width: 50%;
    z-index: 100;
    padding: 0;
    margin: 0 0 1em;
  }
}
@media (min-width: 1280px) {
  .header #block-paladin-branding {
    left: 0;
  }
}
.header #block-paladin-branding a {
  display: block;
  width: 100px;
  height: 2.25rem;
  margin-top: 0.4rem;
}
@media (min-width: 321px) {
  .header #block-paladin-branding a {
    width: 260px;
    height: auto;
  }
}
@media (min-width: 444px) {
  .header #block-paladin-branding a {
    width: 300px;
  }
}
@media (min-width: 666px) {
  .header #block-paladin-branding a {
    width: 350px;
  }
}
@media (min-width: 1025px) {
  .header #block-paladin-branding a {
    width: 450px;
  }
}

/* ============================================================
  Styles for the footer.
  ============================================================ */
.footer {
  background: linear-gradient(0deg, rgba(232, 244, 247, 0) 0%, rgba(242, 245, 247, 0.5) 100%);
  position: relative;
}
@media (min-width: 888px) {
  .footer {
    background: linear-gradient(270deg, rgba(232, 244, 247, 0) 0%, rgba(242, 245, 247, 0.5) 100%);
  }
  .footer::before {
    background: #fff;
    clip-path: ellipse(60% 90% at 55% 0%);
    -webkit-clip-path: ellipse(60% 90% at 55% 0%);
    content: "";
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
  }
}
.footer a {
  font-family: "Proxima N W01 Bold", sans-serif;
  text-decoration: none;
}

.footer-top {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  position: relative;
}
@media (min-width: 888px) {
  .footer-top {
    flex-direction: row;
    padding: 7.5em 1em 0.5em 1em;
  }
}
@media (min-width: 1025px) {
  .footer-top {
    flex-direction: row;
    padding: 7.5em 6.25em 0.5em;
  }
}
.footer-top h2 {
  font-size: 1.75rem;
  margin: 1em 0 0.15em;
}
.footer-top h2::after {
  display: none;
}
.footer-top nav ul li {
  margin: 1em 0;
}
.footer-top .block-social-media-links h2 {
  font-size: 1.125em;
}
.footer-top .newsletter-preview h2 {
  font-size: 1.188em;
}

img.footer-logo {
  width: auto;
  margin-top: 1em;
  max-height: 50px;
}

.footer-copyright {
  background: #015182;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.footer-copyright > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 2em;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-copyright > div {
    flex-direction: row;
    padding: 0.5em 6.25em;
    text-align: left;
  }
}
.footer-copyright a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .footer-copyright a {
    margin: 0;
  }
}
.footer-copyright a img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 0.75em;
}
/*# sourceMappingURL=organisms.css.map */
