@charset "UTF-8";
/*!
Theme Name: Community Solutions
Theme URI: http://community.solutions
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
:root {
  --block-margin: 4rem;
}
@media screen and (max-width: 1450px) {
  :root {
    --block-margin: 2.8rem;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --block-margin: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --block-margin: 2.6rem;
  }
}

.fa.fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@keyframes loop {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  color: #494949;
  text-align: left;
  min-width: 320px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum";
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #98979B;
}

body {
  padding: 0 0 0px 0;
  background: #eee;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: Raleway, sans-serif;
}

.text-serif {
  font-family: Times, serif;
}

.text-headline {
  font-family: "Asap Condensed", sans-serif;
}

.text-cursive {
  font-family: cursive;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-red {
  color: #a50a51;
}

.text-green {
  color: #86af15;
}

.text-blue {
  color: #12b5ea;
}

.text-light-blue {
  color: #12b5ea;
}

.text-orange {
  color: #fd8109;
}

.text-yellow {
  color: yellow;
}

.text-navy-blue {
  color: #00386d;
}

.text-teal {
  color: teal;
}

.text-purple {
  color: purple;
}

.text-gray {
  color: gray;
}

.text-silver {
  color: silver;
}

.text-dark-gray {
  color: #494949;
}

img {
  max-width: 100%;
  height: auto;
}

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #036890;
  text-decoration: underline;
  transition: all 0.1s linear;
  font-weight: 700;
}
a:hover {
  text-decoration: none;
}
a.more {
  white-space: nowrap;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.8;
  word-spacing: 0.08em;
  letter-spacing: 0.3px;
}
p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
}
figure iframe {
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.intro {
  margin: 0 0 1em;
  font-size: 1.33em;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

ul {
  margin: 0 0 1em;
}

ol li {
  margin-bottom: 15px;
}

hr {
  margin: 2.5em auto;
  width: 100%;
  opacity: 0.3;
  border-bottom: 2px solid #494949;
  border-top: none;
  border-left: none;
  border-right: none;
}

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6;
}

.expandable {
  cursor: pointer;
  position: relative;
}
.expandable:hover {
  color: #12b5ea;
}
.expandable:before {
  display: inline-block;
  margin: 0 0.25em 0 0;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f0da";
  transition: all 0.2s ease-in-out;
}
.expandable.opened:before {
  transform: rotate(90deg);
}

.expand-content {
  display: none;
  margin: 0 0 1.5em 0;
}

.expandable-box {
  margin: 0 auto 2em 0;
  padding: 0 0 1.5em 0;
}
.expandable-box > .content {
  position: relative;
  max-height: 6em;
  overflow: hidden;
  transition: max-height, 0.2s linear;
}
.expandable-box > .content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
}
.expandable-box > .more {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  text-align: right;
  font-size: 17px;
  font-family: Raleway, sans-serif;
  color: #86af15;
  text-transform: uppercase;
}
.expandable-box > .more:after {
  margin-left: 0.5em;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f107";
}
.expandable-box.on > .content {
  max-height: 1000px;
}
.expandable-box.on > .content:after {
  display: none;
}
.expandable-box.on > .more:after {
  content: "\f106";
}

@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .mobile-hide, .desktop-only {
    display: none !important;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

.fa-long-arrow-right:hover {
  transform: translate(5px, 0);
}

.text {
  display: block;
}
.text:hover .fa-long-arrow-right {
  transform: translate(5px, 0);
}

@media screen and (max-width: 767px) {
  table,
  tr,
  td {
    display: block;
  }
  td {
    margin-bottom: 1em;
  }
  table.table-responsive > thead {
    display: none;
  }
  table.table-responsive > tbody > tr > td {
    margin-bottom: 0;
  }
  table.table-responsive > tbody > tr > td:before {
    display: block;
    content: attr(data-label);
    font-size: 80%;
  }
  table.table-responsive > tbody > tr > td:last-child {
    margin-bottom: 1em;
  }
}
input[type=submit],
input[type=button],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 1em;
  font-family: "Asap Condensed", sans-serif;
  font-size: initial;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #a50a51;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.2s linear;
}
input[type=submit] > span,
input[type=button] > span,
button > span,
.button > span,
.btn > span {
  margin-left: 5px;
}
input[type=submit].aligncenter, input[type=submit].center,
input[type=button].aligncenter,
input[type=button].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
  text-align: center;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover,
.btn:hover {
  background-color: #8d0945;
  text-decoration: none;
}
input[type=submit].green,
input[type=button].green,
button.green,
.button.green,
.btn.green {
  background-color: #86af15;
}
input[type=submit].green:hover,
input[type=button].green:hover,
button.green:hover,
.button.green:hover,
.btn.green:hover {
  background-color: #759812;
}
input[type=submit].blue,
input[type=button].blue,
button.blue,
.button.blue,
.btn.blue {
  background-color: #12b5ea;
  color: #00386d;
}
input[type=submit].blue:hover,
input[type=button].blue:hover,
button.blue:hover,
.button.blue:hover,
.btn.blue:hover {
  background-color: #10a3d2;
}
input[type=submit].dark-blue,
input[type=button].dark-blue,
button.dark-blue,
.button.dark-blue,
.btn.dark-blue {
  background-color: #0494cb;
}
input[type=submit].dark-blue:hover,
input[type=button].dark-blue:hover,
button.dark-blue:hover,
.button.dark-blue:hover,
.btn.dark-blue:hover {
  background-color: #0482b2;
}
input[type=submit].teal,
input[type=button].teal,
button.teal,
.button.teal,
.btn.teal {
  background-color: teal;
}
input[type=submit].teal:hover,
input[type=button].teal:hover,
button.teal:hover,
.button.teal:hover,
.btn.teal:hover {
  background-color: #006767;
}
input[type=submit].orange,
input[type=button].orange,
button.orange,
.button.orange,
.btn.orange {
  background-color: #fd8109;
}
input[type=submit].orange:hover,
input[type=button].orange:hover,
button.orange:hover,
.button.orange:hover,
.btn.orange:hover {
  background-color: #eb7402;
}
input[type=submit].gray,
input[type=button].gray,
button.gray,
.button.gray,
.btn.gray {
  color: gray;
  background-color: gray;
}
input[type=submit].gray:hover,
input[type=button].gray:hover,
button.gray:hover,
.button.gray:hover,
.btn.gray:hover {
  background-color: #737373;
}
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
input[type=submit].done,
input[type=button].done,
button.done,
.button.done,
.btn.done {
  cursor: default;
  color: #555;
  border-color: #555;
}
input[type=submit].done:hover,
input[type=button].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 20px;
}

textarea {
  width: 100%;
}

/*
.input.select {
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    //
    //padding: 2px 10px 2px 10px;


    cursor: pointer;
    text-align: left;
    strong {
        position: relative;
        display: block;
        margin: 0;
        padding: 8px 30px 7px 10px;
        min-width: 100px;
        font-size: 14px;
        font-weight: normal;
        background: $color-green;
        color: white;
        .text {
            display: inline-block;
            min-width: 170px;
        }
        .icon {
            position: absolute;
            top: 50%;
            right: 10px;
            height: 20px;
            line-height: 20px;
            margin: -10px 0 0;
            @include transition(transform 0.2s linear);
        }
    }
    &.on {
        strong .icon {
            @include transform(rotate(180deg));
        }
    }
    > select {
        position: absolute;
        z-index: -1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
    .select {
        zoom:1;
        margin: 0;
        padding: 0;
        list-style: none;
        box-sizing: border-box;

        font-size: 14px;
        padding: 0px 0px 5px;
        background: $color-green;
        color: white;
        .option {
            display: block;
            padding: 7px 10px;
            cursor: pointer;
            white-space: normal;
            line-height: normal;
            background: $color-green;
            color: white;

            &.selected,
            &:hover {
                color: $color-text;
            }
            &:last-child {
                border-bottom: 0;
            }
        }
    }
    > .select {
        display: none;

        position: absolute;
        z-index: 1001;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 300px;
        overflow: auto;
        overflow-x: hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        &::-webkit-scrollbar {
            height: 0;
            width: 0;
        }
    }

    &.on {
        > .select {
            display: block !important;
        }
    }

    @media screen and (max-width:$mobile-breakpoint) {
        select {
            z-index: 1;

        }
        .select {
            display: none !important;
        }
    }
    @media screen and (max-height:600px) {
        select {
            z-index: 1;

        }
        .select {
            display: none !important;
        }
    }
}
*/
.wp-caption-wrap a {
  border: 0;
}

.wp-caption {
  position: relative;
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
  padding: 8px 0 0;
  color: #999999;
  border-bottom: 2px solid #494949;
}
.wp-caption img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.wp-caption.alignright {
  margin: 0 -50px 1em 1.5em;
}
.wp-caption.alignleft {
  margin: 0 1.5em 1em -50px;
}
.wp-caption.alignnone {
  margin: 1.5em auto;
}
.wp-caption .wp-caption-text {
  position: relative;
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 10px 0px;
  line-height: 1.5;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  font-family: Times, serif;
}
.wp-caption .credit {
  margin: 5px 0 10px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
.wp-caption .wp-caption-text + .credit {
  margin-top: -5px;
}

.gallery {
  position: relative;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}
.gallery .gallery-item {
  display: inline-block;
  vertical-align: text-top;
  padding: 20px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .gallery-item img {
  display: block;
  margin: 0 auto 10px auto;
  border: 0;
  border-radius: 5px;
}
.gallery .gallery-item .gallery-caption {
  line-height: normal;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    display: block;
    width: auto !important;
  }
}

#overlay-mask {
  display: block;
  position: fixed;
  z-index: 199999;
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
}
#overlay-mask:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  animation: loading 1s steps(19) infinite;
}
#overlay-mask:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.8);
  transition: height 0.5s ease-in-out;
}
body.overlay-loading #overlay-mask, body.overlay-init #overlay-mask {
  top: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
body.overlay-loading #overlay-mask:before {
  display: block;
}
body.overlay-on #overlay-mask:before {
  display: none;
}
body.overlay-on #overlay-mask:after {
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 200000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px 0 0;
  text-align: center;
  color: white;
}
body.overlay-init #overlay {
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translate(0, -100%);
}
body.overlay-on #overlay {
  transform: translate(0, 0%);
}
#overlay .content {
  position: absolute;
  top: 80px;
  left: 8%;
  width: 84%;
  height: calc(100% - 160px);
}
@media screen and (max-height: 500px) {
  #overlay .content {
    top: 50px;
    height: calc(100% - 75px);
  }
}
#overlay .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#overlay .close {
  position: absolute;
  z-index: 200001;
  top: 25px;
  right: 25px;
  cursor: pointer;
  text-align: right;
  color: #494949;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#overlay .close span {
  display: inline-block;
  vertical-align: middle;
}
#overlay.player {
  --padding-y:60px;
  --padding-x:60px;
  align-items: center;
  padding: var(--padding-y) var(--padding-x);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #overlay.player {
    --padding-x: 30px;
  }
}
@media screen and (max-width: 400px) {
  #overlay.player {
    --padding-x: 20px;
  }
}
body.overlay-init #overlay.player {
  display: flex;
}
#overlay.player .content {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  width: calc(100vw - var(--padding-x) * 2);
  height: calc((100vw - var(--padding-y) * 2) * 0.5625);
  max-height: calc(100vh - var(--padding-y) * 2);
  min-height: 300px;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
#overlay.popup-content {
  background: white;
  color: #494949;
  text-align: left;
}
#overlay.popup-content .content {
  overflow: auto;
}
#overlay.popup-content .theme-block.full-width {
  width: auto;
  left: auto;
  margin-left: 0;
}
#overlay.popup-content .theme-block.full-width .wrap {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  clear: left;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline;
  margin-right: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1.blue-line, h2.blue-line, h3.blue-line, h4.blue-line, h5.blue-line, h6.blue-line {
  position: relative;
  z-index: 100;
  text-align: center;
  text-transform: uppercase;
}
h1.blue-line:after, h2.blue-line:after, h3.blue-line:after, h4.blue-line:after, h5.blue-line:after, h6.blue-line:after {
  position: relative;
  z-index: 100;
  content: " ";
  display: block;
  position: relative;
  margin: 0.5em auto -1em;
  width: 3px;
  height: 70px;
  background: #12b5ea;
}
h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
  font-weight: 500;
}

h1 {
  font-size: 3.3rem;
  letter-spacing: 0.3px;
  word-spacing: 0.09em;
  /*-webkit-transform:scale(.92, 1.0);
  -moz-transform:scale(.92, 1.0);
  -ms-transform:scale(.92, 1.0);
  -o-transform:scale(.92, 1.0);
  transform:scale(.92,1.0);*/
}
h1.medium {
  font-weight: 600;
}

h1#page-title {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  h1#page-title {
    font-size: 2rem;
  }
}

h1.section-title {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  h1.page-title {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.77rem;
  margin-top: 70px;
  color: #494949;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
h2:first-child {
  margin-top: 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-top: 30px;
  }
}

h2.medium-header {
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  h2.medium-header {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.2rem;
  margin-top: 20px;
}
h3:first-child {
  margin-top: 0;
}

h4 {
  font-size: 1.1rem;
  margin-top: 1em;
}

h5 {
  font-size: 1.25em;
  font-weight: 600;
}

h6 {
  font-size: 1em;
  font-weight: 500;
}

#header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 18px;
  background: white;
  color: #0494cb;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
#header:before {
  position: relative;
  z-index: 1021;
  content: " ";
  display: block;
  height: 10px;
  background: #00386d;
}
body.admin-bar #header:before {
  height: 42px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header:before {
    height: 56px;
  }
}
#header > .wrap {
  position: relative;
  padding: 3em 0 0em;
  letter-spacing: 0.5px;
  transition: padding 0.4s ease-in-out;
}
#header .logo {
  width: 200px;
  transition: width 0.4s ease-in-out;
}
#header .logo a {
  position: relative;
  display: block;
  color: inherit;
}
#header .logo svg,
#header .logo img {
  display: block;
  width: 100%;
  max-height: 60px;
}
#header .logo svg {
  fill: currentColor;
  transition: all 0.4s ease-in-out;
}
#header .logo svg rect {
  fill: rgba(0, 0, 0, 0.2);
}
#header .top {
  position: absolute;
  z-index: 1011;
  top: 0;
  right: 40px;
  font-size: 0.9em;
  transition: all 0.4s ease-in-out;
  display: flex;
}
#header .top > .button {
  position: relative;
  z-index: 10;
  padding: 0 1em;
  line-height: 40px;
}
#header .top > .dark-blue {
  color: white;
}
#header .top ul, #header .top li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .top > ul {
  z-index: 1;
  display: block;
  color: white;
  font-family: "Asap Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transform: translate(0, -100%);
  transition: all 0.4s ease-in-out;
}
#header .top > ul li {
  display: block;
}
#header .top > ul li a {
  display: block;
  color: inherit;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
}
#header .top > ul li a:hover {
  text-decoration: underline;
}
#header .top > ul li + li {
  margin-top: 0.5em;
}
body.menu-on #header .top > .button {
  background-color: #12b5ea;
}
body.menu-on #header .top > ul {
  max-height: 50vh;
  opacity: 1;
  padding: 0.5em 0;
  transform: translate(0, 0%);
}
@media screen and (min-width: 981px) {
  #header .top .menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  body.search-on #header .top {
    display: none;
    transform: translate(-100px, 0);
  }
}
#header form {
  display: flex;
  white-space: nowrap;
  transition: width 0.4s ease-in-out;
}
#header form label {
  display: none;
}
#header form .input {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 40px 0 0;
  background: #eee;
  width: 0;
  height: 38px;
  font-family: Raleway, sans-serif;
  transition: width 0.4s ease-in-out;
}
#header form .input .close {
  display: block;
  position: absolute;
  right: 45px;
  top: 50%;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #494949;
  text-align: center;
  cursor: pointer;
}
#header form .input .close:before, #header form .input .close:after {
  content: " ";
  display: block;
  position: absolute;
  left: 25%;
  top: 50%;
  height: 1px;
  width: 50%;
  background: #000;
}
#header form .input .close:before {
  transform: rotate(45deg);
}
#header form .input .close:after {
  transform: rotate(135deg);
}
#header form .input input[type=text] {
  display: block;
  width: 100%;
  padding: 13px 40px 13px 15px;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  border: 0;
  background: none;
  height: 38px;
  border-radius: 0;
  font-family: Raleway, sans-serif;
}
#header form button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #12b5ea;
  background: white;
  font-size: 20px;
}
#header form.on .input {
  width: 220px;
}
body.search-on #header form input[type=text] {
  padding: 0.5em;
}
#header .toggle.menu {
  position: absolute;
  display: none;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  z-index: 1007;
  width: 30px;
  height: 20px;
  margin: -10px 0 0;
  color: #12b5ea;
  border: 4px solid currentColor;
  border-width: 4px 0;
}
body.has-js #header .toggle.menu {
  transition: all 0.4s ease-in-out;
}
#header .toggle.menu:after {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  height: 4px;
  left: 0;
  width: 100%;
  background: currentColor;
  transition: all 0.4s ease-in-out;
}
#header .toggle.menu .bar {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.has-js #header .toggle.menu .bar {
  transition: all 0.4s ease-in-out;
}
#header .toggle.menu .bar:after, #header .toggle.menu .bar:before {
  content: " ";
  display: block;
  position: absolute;
  height: 4px;
  left: 0;
  width: 100%;
  top: 3px;
  background: currentColor;
  transform: rotate(-90deg);
}
#header .toggle.menu .bar:after {
  transform: rotate(0deg);
}
body.menu-on #header .toggle.menu {
  transform: rotate(135deg);
  border-color: rgba(255, 255, 255, 0);
}
body.menu-on #header .toggle.menu:after {
  opacity: 0;
}
body.menu-on #header .toggle.menu .bar {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  body.menu-on #header .top .button {
    background-color: #ffffff;
    color: #00386d;
  }
  body.menu-on #header svg {
    fill: white;
  }
}
@media screen and (max-width: 1050px) {
  #header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 980px) {
  #header {
    padding-bottom: 0px;
  }
  #header .toggle.menu {
    display: block;
  }
  #header > .wrap {
    padding: 1em 0;
  }
  #header .top {
    top: 50%;
    transform: translate(0, -50%);
  }
  #header .top:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fd8109;
    opacity: 0;
    height: 0;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  #header .top > ul {
    position: fixed;
    right: -53%;
    width: 100vw;
    top: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  #header .top > ul > li {
    margin: 0 0 1px;
  }
  #header .top > ul > li > a {
    display: block;
    padding: 0.5em 2em;
  }
}
@media screen and (max-width: 980px) {
  #header .nav-wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: 0vh;
    box-sizing: border-box;
    background: #12b5ea;
    overflow: hidden;
    opacity: 0;
    transform: translate(0, -100px);
    transition: all 0.4s ease-in-out;
  }
  #header form {
    display: block;
    position: relative;
    top: 0px;
    right: auto;
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    background: none;
  }
  #header form .input {
    position: relative;
    width: auto !important;
    background: white !important;
  }
  #header form .input .close {
    display: none;
  }
  #header form .input input[type=text] {
    padding: 0.5em;
  }
  #header form input[type=text] {
    border-radius: 4px !important;
    background: white !important;
  }
  #header form button {
    color: #12b5ea !important;
  }
  body.menu-on #header {
    background: #12b5ea !important;
  }
  body.menu-on #header .nav-wrap {
    height: 100vh !important;
    opacity: 1 !important;
    transform: translate(0, 0px) !important;
  }
  body.menu-on #header .toggle {
    color: white;
  }
  body.user-menu-on #header .top:after {
    opacity: 1;
    height: 30px;
  }
  body.user-menu-on #header .top > ul {
    padding: 2em 0;
    height: 100vh;
    height: calc(100vh - 110px - 4em);
  }
  #header #subnavs {
    display: none;
  }
  #header .logo {
    width: 170px;
  }
  #header .dark-blue.bfz {
    display: none;
  }
}
body.front-page.scroll-top #header {
  background: none;
  border-bottom-color: transparent;
  color: white;
}
body.front-page.scroll-top #header form .input {
  background: none;
}
body.front-page.scroll-top #header form button {
  color: white;
  background: unset;
}
body.front-page.scroll-top #header .logo svg rect {
  fill: currentColor;
}
body.front-page.scroll-top.search-on #header form .input input[type=text] {
  background-color: white;
}
body.scrolled #header {
  background: white;
  padding-bottom: 0px;
  padding-bottom: 0;
}
body.scrolled #header .toggle.menu {
  display: block;
}
body.scrolled #header > .wrap {
  padding: 1em 0;
}
body.scrolled #header .top {
  top: 50%;
  transform: translate(0, -50%);
}
body.scrolled #header .top:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fd8109;
  opacity: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  body.scrolled #header .top > ul {
    position: fixed;
    right: -53%;
    width: 100vw;
    top: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  body.scrolled #header .top > ul > li {
    margin: 0 0 1px;
  }
  body.scrolled #header .top > ul > li > a {
    display: block;
    padding: 0.5em 2em;
  }
}
body.scrolled #header .nav-wrap {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 0vh;
  box-sizing: border-box;
  background: #12b5ea;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 0.4s ease-in-out;
}
body.scrolled #header form {
  display: block;
  position: relative;
  top: 0px;
  right: auto;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  background: none;
}
body.scrolled #header form .input {
  position: relative;
  width: auto !important;
  background: white !important;
}
body.scrolled #header form .input .close {
  display: none;
}
body.scrolled #header form .input input[type=text] {
  padding: 0.5em;
}
body.scrolled #header form input[type=text] {
  border-radius: 4px !important;
  background: white !important;
}
body.scrolled #header form button {
  color: #12b5ea !important;
}
body.menu-on body.scrolled #header {
  background: #12b5ea !important;
}
body.menu-on body.scrolled #header .nav-wrap {
  height: 100vh !important;
  opacity: 1 !important;
  transform: translate(0, 0px) !important;
}
body.menu-on body.scrolled #header .toggle {
  color: white;
}
body.user-menu-on body.scrolled #header .top:after {
  opacity: 1;
  height: 30px;
}
body.user-menu-on body.scrolled #header .top > ul {
  padding: 2em 0;
  height: 100vh;
  height: calc(100vh - 110px - 4em);
}
body.scrolled #header #subnavs {
  display: none;
}
body.scrolled #header .logo {
  width: 170px;
}
@media screen and (max-width: 600px) {
  #header .logo {
    display: flex;
    align-items: center;
  }
  #header .toggle.menu {
    margin-right: 0px;
  }
  #header .top {
    margin: -1px 0px 0 0;
  }
  #header .top.donate {
    right: 40px;
  }
  #header .top.dark-blue.bfz {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #header .logo {
    width: 120px !important;
  }
}

#nav {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
  font-size: 1.1rem;
  line-height: 1;
}
#nav a {
  color: inherit;
  text-decoration: none;
}
#nav ul, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 981px) {
  #nav {
    position: absolute;
    right: 0px;
    margin: 0 -0.8em 0 0;
    bottom: 0;
  }
  #nav > ul {
    display: flex;
    align-items: center;
  }
  #nav > ul > li {
    margin: 0 0.8em;
  }
  #nav > ul > li > a {
    display: inline-block;
    position: relative;
  }
  #nav > ul > li > a:before {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: currentColor;
    transition: opacity 0.7s;
  }
  #nav > ul > li > a:hover:before {
    opacity: 1;
  }
  #nav > ul > li.current-menu-item > a:before {
    opacity: 1;
  }
  #nav > ul > li.current > a:before {
    opacity: 1;
  }
  #nav > ul > li.has-submenu {
    padding-right: 0.8em;
  }
  #nav > ul > li.has-submenu > a:after {
    position: absolute;
    left: 100%;
    display: inline-block;
    width: 1.2em;
    font-size: 20px;
    font-weight: 700 !important;
    text-align: center;
    font-family: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "\f107";
    transition: transform 0.2s;
  }
  #nav > ul > li.has-submenu.current > a:after, #nav > ul > li.has-submenu.hover > a:after {
    transform: scale(-1);
    font-weight: 700;
  }
  #nav > ul > li > ul {
    position: absolute;
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #nav {
    position: relative;
    text-align: center;
    padding: 1em 0;
    margin: 0 auto 1em;
    width: 90%;
    color: white;
    border-bottom: 1px solid white;
  }
  #nav > ul > li {
    margin: 0 0 1px;
  }
  #nav > ul > li > a {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 23px;
    padding: 0.5em 2em;
  }
  #nav > ul > li.has-submenu > a > .v {
    position: absolute;
    transform: translate(0, -3px);
    padding: 0 1em 0 0;
  }
  #nav > ul > li.has-submenu > a > .v:before {
    font-family: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    transform-origin: 50% 50%;
    transition: all 0.2s;
  }
  #nav > ul > li > ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    text-align: center;
    margin: 0;
    background-color: #0494cb;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
  }
  #nav > ul > li > ul li {
    padding: 5px 10px;
  }
  #nav > ul > li.on.has-submenu > a > .v:before {
    transform: scaleY(-1);
  }
  #nav > ul > li.on > ul {
    display: block;
    padding: 0.5em 0;
    margin: 0 0 15px 0;
    max-height: 100vh;
  }
}

#subnavs {
  position: absolute;
  top: 100%;
  margin: 18px 0 0;
  background: #12b5ea;
  color: white;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  #subnavs {
    display: none;
  }
}
#subnavs a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
#subnavs ul, #subnavs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#subnavs ul li {
  display: inline-block;
  margin: 0 1.8em 0 0;
  display: inline-block;
}
#subnavs ul li > a {
  position: relative;
}
#subnavs ul li > a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: currentColor;
  transition: opacity 0.2s;
}
#subnavs ul li > a:hover:before {
  opacity: 1;
}
#subnavs ul li.current > a:before, #subnavs ul li.current-menu-item > a:before {
  opacity: 1;
}
#subnavs .hover-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 0 0.8em;
  background: #0494cb;
  max-height: 0;
  transition: all 0.2s;
  overflow: hidden;
}
#subnavs .hover-menu.on {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  display: block;
  z-index: 2;
  max-height: 3em;
}
#subnavs .hover-menu.current {
  display: block;
  z-index: 1;
}

#bottom-subscribe {
  position: relative;
  top: 0em;
  margin: 0;
  color: white;
}
#bottom-subscribe a {
  color: white;
}
#bottom-subscribe .wrap {
  position: relative;
  padding: 0;
  background: #0494cb;
  display: flex;
  align-items: center;
}
#bottom-subscribe .wrap:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: calc((100vw - 1100px) / 2);
  background: inherit;
}
@media screen and (max-width: 1213.7931034483px) {
  #bottom-subscribe .wrap:after {
    width: 4.6875vw;
  }
}
#bottom-subscribe .join {
  flex-grow: 1;
  padding: 1.5em 2em;
  text-align: center;
}
#bottom-subscribe .join label {
  margin: 0 3em 0 0;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 18.5px;
  display: inline-block;
}
#bottom-subscribe .join .email {
  background: white;
  border-radius: 50px;
  border: 0;
  font-family: Raleway, sans-serif;
  font-size: 18.5px;
  font-weight: 600;
  width: 220px;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  color: #0494cb;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#bottom-subscribe .join .email:hover {
  background: #0494cb;
  border: 2px solid white;
  color: white;
}
#bottom-subscribe .social {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  margin-left: 20px;
}
#bottom-subscribe .social li {
  display: inline-block;
  margin: 0.5em;
}
#bottom-subscribe .social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #0494cb;
  text-align: center;
  font-size: 26px;
  background: white;
}
#bottom-subscribe .social li a:hover {
  color: white;
  background: #0494cb;
}
@media screen and (max-width: 767px) {
  #bottom-subscribe {
    width: 100%;
  }
  #bottom-subscribe .wrap {
    display: block;
    margin: 0;
  }
  #bottom-subscribe .wrap:after {
    display: none;
  }
  #bottom-subscribe .join {
    position: relative;
    z-index: 2;
    padding: 1em;
    text-align: center;
  }
  #bottom-subscribe .join .email {
    margin-top: 15px;
    width: 50%;
    padding: 10px;
  }
  #bottom-subscribe .join label {
    margin: 0 auto;
    margin-top: 10px;
  }
  #bottom-subscribe .social {
    display: inline-block;
    padding: 0;
    margin-left: 0;
    margin-top: 1em;
  }
}

#footer {
  position: relative;
  padding: 0em 0 4em 0;
  background: #98979B;
  text-align: center;
}
#footer .wrap {
  position: relative;
  background: inherit;
  padding: 3em 0 0;
  color: #252525;
}
#footer .wrap:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 3em;
  background: inherit;
  width: 100px;
  width: calc((100vw - 1100px) / 2);
}
@media screen and (max-width: 1213.7931034483px) {
  #footer .wrap:before {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .wrap {
    top: 0;
  }
}
#footer a {
  color: inherit;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .logo {
  width: 150px;
  height: 70px;
  margin: 0 auto;
}
#footer .logo svg {
  fill: white;
}
#footer .logo:hover {
  width: 165px;
  transition: all 0.3s ease-in-out;
}
#footer .address,
#footer .copyright {
  font-size: 12px;
  text-transform: uppercase;
}
#footer .address a,
#footer .copyright a {
  font-weight: 700;
}
#footer .powers {
  font-size: 14px;
  margin: 0 auto;
}
#footer .powers .power-text {
  font-style: italic;
  font-weight: 400;
  margin: -9px 0 -2px;
}
#footer .powers a.logo-bfz {
  display: inline-block;
  margin: 1em auto;
}
#footer .powers img {
  display: block;
  width: 75px;
  height: 75px;
}
#footer .powers img:hover {
  width: 82px;
  height: 82px;
  transition: all 0.2s ease-in-out;
}
#footer .powers h6 {
  font-size: 1.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 4em;
  }
  #footer .copyright {
    margin-top: 15px;
  }
}

#footer-nav {
  margin: 2em 0;
  font-family: "Asap Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
#footer-nav a {
  color: inherit;
  text-decoration: none;
}
#footer-nav a:hover {
  text-decoration: underline;
}
#footer-nav ul, #footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-nav > ul > li {
  display: inline-block;
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  #footer-nav > ul > li {
    display: block;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 400px) {
  #footer-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  #footer-nav > ul > li {
    margin: 1.5 0.5em;
  }
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1213.7931034483px) {
  .wrap {
    margin: 0 4.6875%;
  }
}

#wrap {
  position: relative;
  background-color: inherit;
  padding: 139px 0 0;
}
@media screen and (max-width: 980px) {
  #wrap {
    padding-top: 80px;
  }
}
body.front-page #wrap {
  padding-top: 0;
}

body.error404 .main-content {
  padding: 3em 0 10em;
}

.main-content {
  padding: 0 0 4em;
}
.main-content:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .main-content {
    padding: 1em 0 4em;
  }
}

.query-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -15px;
}
.query-posts > .hentry {
  width: 30%;
  width: calc(33.333% - 60px);
}
.query-posts.related {
  justify-content: space-around;
}
@media screen and (max-width: 980px) {
  .query-posts > .hentry {
    width: 45%;
    width: calc(45% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .query-posts {
    margin-left: 0;
  }
  .query-posts > .hentry {
    width: 100%;
  }
}

.query-posts.related > .hentry {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .query-posts.related {
    flex-direction: column;
    margin-left: 0;
  }
  .query-posts.related > .hentry {
    width: 100%;
  }
}

.query-posts.recent {
  margin-left: 0;
  justify-content: center;
  font-family: "Asap Condensed", sans-serif;
}
.query-posts.recent > .column {
  width: 100%;
  max-width: 390px;
}
.query-posts.recent > .column .hentry {
  width: auto;
}
@media screen and (max-width: 900px) {
  .query-posts.recent > .column {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .query-posts.recent {
    display: block;
  }
  .query-posts.recent > .column {
    width: auto;
    margin: 0 auto 2em;
  }
}

.query-posts.team {
  justify-content: center;
}

#archive-title {
  margin: 1em 0;
  text-align: center;
  text-transform: none;
  color: #494949;
  letter-spacing: 0.02em;
}
#archive-title > span {
  display: inline-block;
  padding: 0 1em 0.5em;
  line-height: 1;
  border-bottom: 1px solid currentColor;
}

#archive-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3em;
}

.related-posts {
  padding: 3em 0;
  background: #494949;
  color: white;
}
.related-posts .section-title {
  margin: 0 0 1em;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
.related-posts .view-all {
  margin: 2em 0 0;
  color: white;
  text-align: center;
}
.related-posts .view-all a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.2em;
  letter-spacing: 1px;
}
.related-posts .view-all a:hover {
  text-decoration: underline;
}
.related-posts .view-all a .icon {
  transition: transform 0.2s;
}
.related-posts .view-all a span {
  margin-left: 10px;
}

.last-section {
  position: relative;
  z-index: 1;
}

body.no-last-section #wrap:after,
.last-section:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  margin: -1px 0 0;
  top: 100%;
  height: 10em;
  background: inherit;
}
@media screen and (min-width: 768px) {
  body.no-last-section #wrap:after,
  .last-section:after {
    right: 0%;
    width: calc((100vw - 1100px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1213.7931034483px) {
  body.no-last-section #wrap:after,
  .last-section:after {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 400px) {
  body.no-last-section #wrap:after,
  .last-section:after {
    width: 0%;
  }
}

div.last-section {
  position: relative;
  z-index: 10;
}

#featured-posts {
  position: relative;
  margin: 4em 0;
  padding: 0 0 2em 0;
}
#featured-posts:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  right: 50%;
  margin-right: -50vw;
  height: 100%;
  background: url(images/white-halftone.svg) 100% 0 repeat-y;
  background-size: 360px auto;
}
@media screen and (min-width: 1400px) {
  #featured-posts:after {
    width: 360px;
    margin-right: -700px;
  }
}
#featured-posts .hentry {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #featured-posts > .hentry:nth-child(odd) {
    margin-left: 25px;
  }
  #featured-posts > .hentry:nth-child(even) {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1100px) {
  #featured-posts {
    margin-right: 0;
  }
}

@media screen and (min-width: 700px) {
  .column-80-20 .wp-block-column:first-child {
    flex-basis: calc(20% - 16px);
  }
  .column-80-20 .wp-block-column:not(:first-child) {
    flex-basis: calc(80% - 16px);
  }
}

a.embed.play {
  display: block;
  position: relative;
  padding: 0 0 56%;
}
a.embed.play:after {
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: -50px 0 0 -50px;
  background: rgba(255, 255, 255, 0.8);
  color: #12b5ea;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.2s;
}
a.embed.play:hover:after {
  background: white;
}
a.embed.play img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.small {
  font-size: 0.85em;
}

form.refine-search {
  text-align: center;
}

.column-wide {
  margin-left: -100px;
  margin-right: -100px;
}
@media screen and (max-width: 1000px) {
  .column-wide {
    margin: 1em 0;
  }
}
.column-wide img {
  margin: 1.75em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .column-wide img {
    margin-top: 1em;
  }
  .column-wide .wp-block-column figure.wp-block-image {
    display: block;
    margin: 20px auto;
  }
}

/* Front page styles */
body.front-page .main-content {
  padding-bottom: 0;
}
body.front-page #wrap:after {
  background: white;
}
body.front-page .wp-block-theme-blocks-container h3 {
  color: #494949;
}
body.front-page .wp-block-theme-blocks-solutions h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
.ninja-forms-form-wrap .field-wrap.layout-half-wrap {
  display: inline-block;
  width: 47%;
}
.ninja-forms-form-wrap .field-wrap.layout-half-wrap + .layout-half-wrap {
  margin-left: 5%;
}
.ninja-forms-form-wrap .field-wrap.layout-half-wrap.layout-left-wrap {
  margin-left: 0;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap {
  display: inline-block;
  width: 31%;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap + .layout-third-wrap {
  margin-left: 2.5%;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap.layout-left-wrap {
  margin-left: 0;
}
.ninja-forms-form-wrap .nf-form-content .conditional {
  padding-left: 30px;
}
.ninja-forms-form-wrap .nf-form-content input:not([type=button]),
.ninja-forms-form-wrap .nf-form-content textarea,
.ninja-forms-form-wrap .nf-form-content .list-select-wrap .nf-field-element > div {
  border-bottom: 3px solid #c4c4c4;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #eee;
}

.hentry {
  position: relative;
}

.hentry.card {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 2em;
  color: #494949;
  display: flex;
  flex-direction: column;
}
.hentry.card.type-resource .title {
  margin-bottom: 1.5em;
}
.hentry.card.type-resource .thumbnail {
  padding: 0 0 30%;
  margin-bottom: -20px;
  background: #a50a51;
}
.hentry.card.type-resource .content {
  border-bottom: 10px solid #999;
}
.hentry.card .thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -15px;
  padding: 0 0 75%;
  background-image: url(images/fallback.jpg?a);
  background-size: contain;
}
.hentry.card .thumbnail:hover img {
  transform: scale(1.1);
}
.hentry.card .thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  transition: transform 0.5s ease;
}
.hentry.card .content {
  flex-grow: 1;
  position: relative;
  padding: 1em 1em 2em 1em;
  margin: -40px 0 0;
  background: white;
  border-bottom: 10px solid #a50a51;
}
.hentry.card .post_type {
  margin: 0 0 0.6em;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: none;
  color: #a50a51;
}
.hentry.card .phase a {
  margin: 0 1.2em 0.7em;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: none;
  color: #a50a51;
  text-decoration: none;
}
.hentry.card .phase a:hover {
  text-decoration: underline;
}
.hentry.card .title {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  word-spacing: 1.5px;
  margin-top: 0;
  color: #494949;
  line-height: 1.3;
}
.hentry.card .title a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.hentry.card .title a:hover {
  text-decoration: underline;
}
.hentry.card.milestone-quality-by-name-list .phase a {
  margin: 0 0 0.7em;
}
.hentry.card.type-resource.resource-category-learning-session .lock.icon {
  top: 30px;
}
.hentry.card .resource-type a {
  margin: 1em 0 0.7em;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: none;
  color: #494949;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}
.hentry.card .resource-type a:hover {
  text-decoration: underline;
}
.hentry.card .date {
  position: absolute;
  top: 0;
  right: -15px;
  padding: 0.5em 1em;
  background: #a50a51;
  color: black;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Asap Condensed", sans-serif;
}
.hentry.card.type-story .post_type {
  color: #12b5ea;
}
.hentry.card.type-story .content {
  border-bottom-color: #12b5ea;
}
.hentry.card.type-story .date {
  background-color: #12b5ea;
}
.hentry.card.type-research .post_type {
  color: #767676;
}
.hentry.card.type-research .content {
  border-bottom-color: #767676;
}
.hentry.card.type-research .date {
  background-color: #767676;
}
.hentry.card.type-event .post_type {
  color: #5a760e;
}
.hentry.card.type-event .content {
  border-bottom-color: #86af15;
}
.hentry.card.type-event .date {
  background-color: #86af15;
}
.hentry.card.type-press .post_type {
  color: #fd8109;
}
.hentry.card.type-press .content {
  border-bottom-color: #fd8109;
}
.hentry.card.type-press .date {
  background-color: #fd8109;
}
.hentry.card.type-resource .lock.icon {
  position: absolute;
  top: 45px;
  left: 1em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 15px;
}
.hentry.card.type-project .content {
  border-bottom: 0;
}
.hentry.card.type-project .title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: "Asap Condensed", sans-serif;
}
.hentry.card.type-project .location {
  margin-bottom: 0.5em;
  text-transform: none;
  font-size: 0.9em;
  font-family: Raleway, sans-serif;
  color: #0494cb;
}
.hentry.card.type-project p {
  line-height: 1.5;
}

.hentry.promo {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 4em 0px;
  background: #047EAF;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  max-width: 95.5%;
  margin-left: 15px;
}
@media screen and (max-width: 980px) {
  .hentry.promo {
    max-width: 93.5%;
  }
}
@media screen and (max-width: 640px) {
  .hentry.promo {
    width: 100%;
    margin-right: 15px;
  }
}
.hentry.promo .image {
  width: 40%;
  align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: url(images/stay_informed.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hentry.promo .image {
    width: 100%;
    height: 200px;
  }
}
.hentry.promo .content {
  padding: 3em 2em 2em 2em;
  width: 60%;
}
.hentry.promo .content:hover {
  text-decoration: underline;
}
.hentry.promo .content .arrow {
  position: absolute;
  bottom: 0em;
  right: 0em;
  padding: 1em;
  transition: transform 0.2s;
}
@media screen and (max-width: 500px) {
  .hentry.promo .content {
    width: 80%;
  }
}
.hentry.promo.clickable:hover .content .arrow {
  transform: translate(5px, 0);
}
.hentry.promo h3 {
  font-size: 2.5em;
  text-transform: none;
}
.hentry.promo a {
  color: inherit;
  text-decoration: none;
}
.hentry.promo .cta {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hentry.promo {
    flex-direction: column;
  }
}

.hentry.featured {
  max-width: 900px;
  margin: 0 auto 4em;
}
.hentry.featured a {
  color: inherit;
}
.hentry.featured a:hover {
  text-decoration: underline;
}
.hentry.featured .post_type {
  display: block;
  max-width: 300px;
  padding: 1em;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  background: #a50a51;
}
.hentry.featured .inner {
  position: relative;
  justify-content: space-between;
  background: #047EAF;
  color: white;
}
.hentry.featured .thumbnail {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hentry.featured .thumbnail:hover img {
  transform: scale(1.1);
}
.hentry.featured .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  transition: transform 0.5s ease;
}
.hentry.featured .content {
  position: relative;
  margin: 0 300px 0 0;
  padding: 2em;
  min-height: 300px;
  box-sizing: border-box;
}
.hentry.featured .content .arrow {
  position: absolute;
  bottom: 0em;
  right: 0em;
  padding: 1em;
  transition: transform 0.2s;
}
.hentry.featured .title {
  font-size: 2em;
  line-height: 1.1;
}
.hentry.featured .date {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0.5em 1em;
  background: #a50a51;
  color: black;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Asap Condensed", sans-serif;
}
.hentry.featured.clickable:hover .content .arrow {
  transform: translate(5px, 0);
}
.hentry.featured.type-event .date,
.hentry.featured.type-event .post_type {
  background: #86af15;
  color: black;
}
@media screen and (max-width: 767px) {
  .hentry.featured.type-event .post_type {
    display: none;
  }
}
.hentry.featured.type-press .post_type {
  background: #fd8109;
}
.hentry.featured.type-research .post_type {
  background: #767676;
  color: #fff;
}
.hentry.featured.type-story .inner {
  background: #047EAF;
}
.hentry.featured.type-story .date,
.hentry.featured.type-story .post_type {
  background: #12b5ea;
  color: #494949;
}
@media screen and (max-width: 767px) {
  .hentry.featured .post_type {
    max-width: 200px;
  }
  .hentry.featured .date {
    top: auto;
    right: auto;
    transform: translate(0, -100%);
  }
  .hentry.featured .thumbnail {
    /*position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 60%;*/
    display: none;
  }
  .hentry.featured .content {
    margin: 0 auto;
  }
}

.hentry.no-posts {
  width: 100%;
  text-align: center;
}

.hentry.profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1em 2em 1em;
  transition: all 0.4s ease-in-out;
}
.hentry.profile .thumbnail {
  margin: 0 0 20px;
  cursor: pointer;
}
.hentry.profile .thumbnail img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.hentry.profile .position {
  font-size: 15px;
  line-height: 1;
}
.hentry.profile .name,
.hentry.profile .position {
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
}
.hentry.profile .name {
  margin-bottom: 15px;
}
.hentry.profile .content {
  position: relative;
  background: #eee;
  font-size: 0.9em;
  line-height: 1.6;
}
.hentry.profile .content:before {
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f107";
  display: block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  color: #aaa;
  transition: all 0.4s ease-in-out;
}
.hentry.profile .content .inner {
  position: relative;
  padding: 0em 0 0;
  transition: all 0.4s ease-in-out;
  border-top: 0px solid #aaa;
}
.hentry.profile .content .inner2 {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.hentry.profile .content .close {
  display: none;
  position: absolute;
  top: 0em;
  right: 0;
  padding: 0.5em 1em;
  cursor: pointer;
  line-height: 1;
}
.hentry.profile .content p {
  line-height: inherit;
}
.hentry.profile.on {
  z-index: 10;
}
.hentry.profile.on h3 {
  color: #0494cb;
}
.hentry.profile.on .content:before {
  transform: scaleY(-1);
}
.hentry.profile.on .content .inner {
  border-top-width: 1px;
  padding: 2em 0;
  background: inherit;
}
.hentry.profile.on .content .inner2 {
  max-height: 400px;
  overflow: scroll;
}
.hentry.profile.on .content .close {
  display: block;
}
.hentry.profile.off {
  opacity: 0.5;
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}
@media screen and (max-width: 500px) {
  .hentry.profile .position {
    font-size: 0.8em;
    line-height: 1.2;
    margin-top: 10px;
  }
  .hentry.profile .name {
    margin-bottom: 0;
  }
}

.hentry.search {
  margin: 0 0 3em;
}
.hentry.search .title {
  margin: 0;
}
.hentry.search .url {
  font-size: 12px;
  color: #555;
}
.hentry.search .hasMore,
.hentry.search a.more {
  display: none;
}
.hentry.search p {
  display: inline;
  margin: 0;
}
.hentry.search p br {
  display: none;
}

.hentry.empty {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  visibility: hidden;
  opacity: 0;
}

/* General page styles */
body.post-type-archive-team #board,
body.post-type-archive-team #partner {
  scroll-margin-top: 4em;
}

/* General single post styles */
body.single-post {
  background: #eff0f1;
}
body.single-post .main-content {
  padding-bottom: 7.5em;
}
body.single-post .main-content:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  body.single-post .main-content {
    padding-bottom: 4em;
  }
}

.post-banner {
  position: relative;
  padding: 2em 0 0px;
  margin: 0 0 1.5em;
  color: #494949;
  background: #e0e1e2;
  text-align: center;
}
.post-banner.has-post-thumbnail {
  margin-bottom: 3em;
}
.post-banner .post-type {
  padding: 1em 0 1.5em;
}
.post-banner .post-type strong {
  color: #a50a51;
}
body.single-press .post-banner .post-type strong {
  color: #fd8109;
}
body.single-event .post-banner .post-type strong {
  color: #86af15;
}
body.single-story .post-banner .post-type strong {
  color: #12b5ea;
}
.post-banner .post-type a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.post-banner .post-type a:hover {
  text-decoration: underline;
}
.post-banner h1 {
  margin: 0;
  padding: 0 1em;
  line-height: 1em;
  font-size: 3rem;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #494949;
}
.post-banner .introduction {
  margin: 1em 0 3em 0;
  padding: 0 6em;
  font-size: 1.1em;
}
.post-banner .meta {
  padding: 0 0 2em;
}
.post-banner .meta a {
  color: inherit;
  font-weight: 400;
}
.post-banner .meta a:hover {
  text-decoration: none;
}
.post-banner .topics a {
  color: #494949;
  text-decoration: none;
  font-weight: 400;
}
.post-banner .topics a:hover {
  text-decoration: underline;
}
.post-banner .featured-image {
  position: relative;
}
.post-banner .featured-image .image {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
}
.post-banner .featured-image .image:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #eff0f1;
}
.post-banner .featured-image .image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.post-banner .featured-image .caption {
  position: relative;
  margin: 0.5em 0 0;
  font-size: 0.8rem;
  font-family: "Asap Condensed", sans-serif;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post-banner.has-post-thumbnail > .wrap {
    display: block;
  }
  .post-banner .introduction {
    padding: 0 10px;
    margin: 1em;
  }
  .post-banner .featured-image {
    margin-top: 1em;
  }
  .post-banner .meta {
    padding: 0 0 1em;
  }
  .post-banner h1 {
    font-size: 2.3rem;
    padding: 0;
  }
}

.colophon {
  font-size: 0.8em;
  border-top: #12b5ea solid 2px;
  padding-top: 1.5em;
}
.colophon a {
  color: inherit;
  font-weight: inherit;
}

.post-content {
  max-width: 660px;
  margin: 0 auto;
}
.post-content.team {
  max-width: 1115px;
}
@media screen and (min-width: 1200px) {
  .post-content > .theme-block.is-style-full-content-width {
    left: 50%;
    width: 1100px;
    margin-left: -550px;
  }
}
.post-content > .wp-block-theme-blocks-source + p:first-letter,
.post-content > p:first-child:first-letter {
  float: left;
  font-size: 3.6em;
  line-height: 45px;
  font-weight: bold;
  padding: 0 0.15em 0 0;
  margin: 0.15em 0 0;
  text-transform: uppercase;
}

.post-content > .wp-block-theme-blocks-source + p:first-letter,
.post-content > p.no-drop-cap:first-child:first-letter {
  float: none;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  padding: inherit;
  margin: inherit;
}

.post-meta-bottom {
  clear: both;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 2em 0 2em 0;
  text-transform: uppercase;
  max-width: 800px;
}
.post-meta-bottom a {
  color: inherit;
  font-weight: inherit;
}
.post-meta-bottom a:hover {
  text-decoration: none;
}

.colophon {
  font-size: 0.8em;
  border-top: #12b5ea solid 1px;
}
.colophon a {
  color: inherit;
  font-weight: inherit;
}

.community-info {
  position: relative;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 30% auto;
  grid-template-areas: "image content" "embed embed";
  -moz-column-gap: 2em;
       column-gap: 2em;
  line-height: 1.2;
  align-items: center;
}
.community-info.no-image {
  display: block;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.community-info .block-image {
  position: relative;
  grid-area: image;
  background: rgba(18, 181, 234, 0.1);
  height: 100%;
}
.community-info .block-image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/logo.svg) no-repeat 50% 50%;
  background-size: 50% auto;
  opacity: 0.3;
}
.community-info .block-image img {
  position: relative;
  z-index: 1;
  display: block;
}
.community-info dl {
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.community-info dl dt {
  flex-basis: 40%;
  font-weight: 500;
  margin: 0 0 1em;
}
.community-info dl dd {
  flex-basis: 55%;
  margin: 0 0 1em;
}
.community-info .block-content {
  grid-area: content;
}
.community-info .block-embed {
  grid-area: embed;
  display: flex;
  justify-content: space-between;
}
.community-info .block-embed .wp-block-embed {
  flex-basis: 45%;
  margin: 3em auto;
}
.community-info .wp-block-buttons.cta {
  margin-top: 1.5em;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .community-info {
    display: block;
  }
  .community-info .block-image {
    margin: 0 0 1em;
  }
  .community-info .block-embed {
    display: block;
  }
}

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
}
.posts-nav.no-ajax {
  visibility: visible;
}
.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}
.posts-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
}
.posts-nav ul li a:hover {
  color: white;
  background: gray;
}
.posts-nav ul li.active_page {
  color: white;
  background: #12b5ea;
}
.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}
.posts-nav.ajax-pager {
  text-align: center;
}
.posts-nav.ajax-pager .button.done {
  background: none;
  cursor: default;
}
body.single-community-type .posts-nav.ajax-pager .button.done {
  color: white;
}

/* @end */
#share-tab {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 60vh;
  color: white;
  line-height: 1;
}
#share-tab.fixed {
  position: fixed;
  top: 200px;
}
#share-tab > a.toggle {
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  display: inline-block;
  padding: 0;
  line-height: 44px;
  height: 44px;
  width: 80px;
  text-align: center;
  background: #b5b3b3;
  color: #494949;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
}
#share-tab > a.toggle .icon {
  margin: -2px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#share-tab > a.toggle:hover {
  background-color: #12b5ea;
  color: white;
}
#share-tab ul, #share-tab li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#share-tab ul {
  position: absolute;
  right: 0;
  top: 160px;
  width: 44px;
  padding: 5px 0;
  background: #12b5ea;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  margin: -30px 0 0 0;
  max-height: 0px;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
#share-tab ul:before {
  position: absolute;
  top: -6px;
  left: 50%;
  margin: 0 0 0 -6px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #12b5ea;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
}
#share-tab ul > li > a {
  display: block;
  padding: 15px 0;
  color: white;
  font-size: 16px;
}
#share-tab ul > li > a:hover {
  color: #494949;
}
body.share-on #share-tab ul {
  z-index: 1;
  opacity: 1;
  margin-top: 0;
  max-height: 500px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #share-tab {
    display: none;
  }
}

.has-padding-top {
  padding-top: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-padding-bottom {
  padding-bottom: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-no-padding {
  padding: 0 !important;
}

.has-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * 1) !important;
}

.has-half-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * 0.5) !important;
}

.has-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * 0.5) !important;
}

.has-neg-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * -1) !important;
}

.has-neg-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * -1) !important;
}

.has-neg-half-margin-top {
  margin-top: calc(var(--block-margin, 4rem) * -0.5) !important;
}

.has-neg-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 4rem) * -0.5) !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-auto-margin-horizontal {
  margin-left: auto !important;
  margin-right: auto !important;
}

.has-max-width-400 {
  max-width: 400px;
}
.has-max-width-400.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-500 {
  max-width: 500px;
}
.has-max-width-500.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-600 {
  max-width: 600px;
}
.has-max-width-600.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-700 {
  max-width: 700px;
}
.has-max-width-700.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-800 {
  max-width: 800px;
}
.has-max-width-800.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-900 {
  max-width: 900px;
}
.has-max-width-900.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1000 {
  max-width: 1000px;
}
.has-max-width-1000.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1100 {
  max-width: 1100px;
}
.has-max-width-1100.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1200 {
  max-width: 1200px;
}
.has-max-width-1200.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.theme-block {
  position: relative;
}
@media screen {
  .theme-block {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  }
  .theme-block.no-appear {
    opacity: 1;
    transform: translate(0, 0px);
    transition: none;
  }
  .theme-block.visible {
    opacity: 1;
    transform: translate(0, 0px);
  }
}

.theme-block.full-width,
.theme-block.is-style-full-width {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.theme-block.full-width.no-wrap,
.theme-block.is-style-full-width.no-wrap {
  left: auto;
  width: auto;
  margin-left: 0;
}

.wp-block-theme-blocks-container.about {
  text-align: center;
}
.wp-block-theme-blocks-container.about h2 {
  font-size: 3.2rem;
}
.wp-block-theme-blocks-container.about h2 a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-container.about h2 {
    font-size: 2.5rem;
  }
}
.wp-block-theme-blocks-container.about h3 {
  margin: 0 0;
  font-size: 2rem;
}

.wp-block-group.introduction {
  position: relative;
  margin: 2em 0;
  padding: 2em;
  background: #12b5ea;
  color: white;
}
.wp-block-group.introduction:before {
  content: " ";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 10em;
  height: 10em;
  background: #fd8109;
  -moz-clip-path: polygon(0 0, 100% 0, 100% 1.5em, 1.5em 1.5em, 1.5em 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1.5em, 1.5em 1.5em, 1.5em 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 1.5em, 1.5em 1.5em, 1.5em 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 1.5em, 1.5em 1.5em, 1.5em 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 1.5em, 1.5em 1.5em, 1.5em 100%, 0% 100%);
}
.wp-block-group.introduction h1, .wp-block-group.introduction h2, .wp-block-group.introduction h3, .wp-block-group.introduction h4, .wp-block-group.introduction h5 {
  color: inherit;
}
.wp-block-group.introduction h1 a, .wp-block-group.introduction h2 a, .wp-block-group.introduction h3 a, .wp-block-group.introduction h4 a, .wp-block-group.introduction h5 a {
  color: inherit;
}
.wp-block-group.introduction:first-child {
  margin-top: 0;
}
.wp-block-group.introduction:last-child {
  margin-bottom: 0;
}
.wp-block-group.introduction > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.wp-block-group.introduction.has-red-background-color {
  background-color: #a50a51;
}
.wp-block-group.introduction.has-blue-background-color {
  background-color: #12b5ea;
}
.wp-block-group.introduction.has-dark-blue-background-color {
  background-color: #0494cb;
}
.wp-block-group.introduction.has-yellow-background-color {
  background-color: yellow;
}
.wp-block-group.introduction.has-gray-background-color {
  background-color: gray;
}
.wp-block-group.introduction.has-dark-gray-background-color {
  background-color: #494949;
}
.wp-block-group.introduction.has-white-background-color {
  background-color: white;
}
.wp-block-group.introduction.has-fuschia-background-color {
  background-color: #a50a51;
}
.wp-block-group.introduction.has-orange-background-color {
  background-color: #fd8109;
}
.wp-block-group.introduction.has-green-background-color {
  background-color: #86af15;
}
.wp-block-group.introduction.has-red-color {
  color: #a50a51;
}
.wp-block-group.introduction.has-blue-color {
  color: #12b5ea;
}
.wp-block-group.introduction.has-dark-blue-color {
  color: #0494cb;
}
.wp-block-group.introduction.has-yellow-color {
  color: yellow;
}
.wp-block-group.introduction.has-gray-color {
  color: gray;
}
.wp-block-group.introduction.has-dark-gray-color {
  color: #494949;
}
.wp-block-group.introduction.has-white-color {
  color: white;
}
.wp-block-group.introduction.has-fuschia-color {
  color: #a50a51;
}
.wp-block-group.introduction.has-orange-color {
  color: #fd8109;
}
.wp-block-group.introduction.has-green-color {
  color: #86af15;
}

.posts-filter {
  margin: 4em 0;
  text-align: center;
  line-height: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.posts-filter a {
  color: inherit;
  text-decoration: none;
}
.posts-filter form > label {
  padding: 0 1em;
  font-weight: 600;
  color: #494949;
}
@media screen and (max-width: 767px) {
  .posts-filter form > label {
    margin-bottom: 20px;
  }
}
.posts-filter form > .filters {
  justify-content: center;
  align-items: center;
  margin: 1em;
  display: inline-block;
}
.posts-filter form > .filters > a {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.5em 1em;
  border: 2px solid #999;
}
.posts-filter form > .filters > a.on, .posts-filter form > .filters > a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-color: currentColor;
}
@media screen and (max-width: 767px) {
  .posts-filter form > .filters > a {
    margin: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  .posts-filter form > .filters {
    max-width: 300px;
    margin: 0;
    display: block;
  }
}
.posts-filter form .reset {
  margin: 0 0 0 1em;
}
body.post-type-archive-team .posts-filter form .reset {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .posts-filter form {
    flex-direction: column;
  }
  .posts-filter form .reset {
    margin-top: 1.5em;
  }
}

.oembed.iframe {
  display: block;
  position: relative;
  margin: 1.5em 0;
  padding: 56.25% 0 0;
}
.oembed.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#alert {
  position: relative;
  padding: 1.2em 0;
  background: #a50a51;
  color: white;
  text-align: center;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  max-height: 50vh;
  overflow: hidden;
}
#alert > .wrap {
  display: block;
  padding: 0;
}
#alert h1 {
  margin: 0;
  font-size: 2rem;
  color: inherit;
}
#alert .content {
  padding: 0 1em 0 0;
}
#alert .close {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}
#alert a {
  color: inherit;
  text-decoration: underline;
}
body.scrolled #alert {
  max-height: 0;
  padding: 0;
}

.team-banner {
  padding: 4rem 0;
}
.team-banner .layout {
  display: grid;
  grid-template-columns: 250px 3em auto;
  grid-template-areas: "photo . name" "photo . info";
  grid-template-rows: 1fr 1fr;
  max-width: 660px;
  margin: 0 auto;
}
.team-banner h1 {
  margin: 0;
  grid-area: name;
  align-self: end;
  font-size: 2.5rem;
  line-height: 1;
}
.team-banner .info {
  align-self: start;
  grid-area: info;
  margin: 0.5em 0 0;
}
.team-banner .info h3 {
  margin: 0 0 0.5em;
  font-size: 1.35em;
}
.team-banner .info p {
  margin: 0;
  line-height: 1.2;
}
.team-banner .featured-image {
  grid-area: photo;
  align-self: center;
}
.team-banner .featured-image .image {
  position: relative;
}
.team-banner .featured-image .image img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .team-banner .layout {
    display: flex;
    flex-direction: column;
    margin: 0 4.6875%;
  }
  .team-banner .featured-image {
    margin: 2em;
  }
  .team-banner h1 {
    align-self: initial;
  }
}

body.team-template-default .post-content > .wp-block-theme-blocks-source + p:first-letter,
body.team-template-default .post-content > p:first-child:first-letter {
  float: none;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  padding: inherit;
  margin: inherit;
}
body.team-template-default .post-content .back {
  margin-top: 3em;
}
body.team-template-default ul {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin-top: 20px;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
}
body.team-template-default ul li {
  list-style: none;
}

#cookie-mask {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

#cookie-notice {
  box-sizing: border-box;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2em;
  background: white;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: center;
  font-size: 0.8em;
}
#cookie-notice .block-content {
  line-height: 1.2;
}
#cookie-notice .block-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#cookie-notice button {
  font-size: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #cookie-notice {
    display: block;
  }
  #cookie-notice .block-content {
    margin-bottom: 1em;
  }
}

body.cookie-notice-on #wrap {
  filter: grayscale(1);
}

#subscribe-alert {
  position: fixed;
  translate: 0 110%;
  transition: 0.4s ease-in-out;
  z-index: 1001;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: calc(var(--block-margin, 4rem) * 0.5) calc(var(--block-margin, 4rem) * 1);
  background: #fd8109;
  color: white;
}
body.scroll-near-bottom:not(.cookie-notice-showing) #subscribe-alert {
  translate: 0 0%;
}
body.subscribe-alert-off #subscribe-alert {
  translate: 0 110% !important;
}
#subscribe-alert .block-content {
  text-align: center;
}
#subscribe-alert .block-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  line-height: 1;
  font-size: 30px;
  background: gray;
  color: white;
}
#subscribe-alert .ninja-forms-form-wrap .submit-wrap input[type=submit] {
  width: 100%;
  background: #a50a51;
  color: white;
  border-bottom: 0;
}

.wp-block-theme-blocks-container > .wrap {
  position: relative;
  z-index: 1;
}
.wp-block-theme-blocks-container.background-white {
  padding: 5em 0;
  background: white;
}

#page-banner {
  position: relative;
  background: #eee no-repeat 50% 50%;
  background-size: cover;
  margin: 0 0 6em;
}
body.single-community-type #page-banner {
  background-image: url(images/banner-fallback.jpg);
}
#page-banner.no-banner {
  margin: 0;
  background: #eee;
}
#page-banner.no-banner .wrap {
  height: 220px;
}
#page-banner.no-banner .wrap #page-title {
  text-align: center;
  background: #eee;
  margin: 0 0 1em 0;
  max-width: none;
  color: #494949;
  letter-spacing: 0.02em;
  box-sizing: unset;
  font-size: 3.2rem;
  padding-bottom: 0.5em;
}
#page-banner.no-banner .wrap:after {
  display: none;
}
@media screen and (max-width: 500px) {
  #page-banner.no-banner .wrap {
    height: 70px;
  }
}
#page-banner.no-banner:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #page-banner.no-banner {
    margin: 0 0 1em;
  }
  #page-banner.no-banner .wrap {
    padding-top: 3em;
  }
  #page-banner.no-banner .wrap #page-title {
    margin-bottom: 0;
    position: relative;
    font-size: 2.2rem;
    width: auto;
    left: 0;
  }
}
#page-banner .wrap {
  position: relative;
  height: 60vh;
}
#page-banner .wrap:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 80%;
  width: calc(((100vw - 100%) / 2) + 20%);
  height: 200px;
  background: url(images/dots-blue.png) 50% 50%;
}
@media screen and (max-width: 767px) {
  #page-banner .wrap:after {
    height: 100px;
  }
}
#page-banner #page-title {
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0;
  bottom: 0;
  left: -30px;
  width: 100%;
  max-width: 500px;
  padding: 0.3em 30px;
  font-size: 4.4rem;
  line-height: 1;
  background: #0494cb;
  color: white;
  text-transform: none;
}
#page-banner .tag {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 100%;
  background: gray;
  color: white;
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  width: 100%;
  padding: 0.7em 30px;
  max-width: 500px;
}
@media screen and (min-width: 1080px) {
  #page-banner:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -5em;
    left: 50%;
    width: 4px;
    height: 7em;
    margin: 0 0 0 -2px;
    background: #12b5ea;
  }
  body.page-template-page-progress #page-banner:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-banner {
    margin: 0 0 5em;
  }
  #page-banner h1#page-title {
    font-size: 2.5rem;
  }
  #page-banner .wrap {
    height: 40vh;
  }
}

.wp-block-theme-blocks-content-image {
  margin: 8em auto;
}
.wp-block-theme-blocks-content-image.process-icons {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-content-image.process-icons .wrap-inner {
    grid-template-columns: 80px auto;
    grid-column-gap: 30px;
    padding: 0 7em 0 5em;
  }
}
.wp-block-theme-blocks-content-image.process-icons .wrap-inner .block-image .img:before {
  height: 60%;
  width: 60%;
  top: 25%;
  right: 25%;
  border-color: #86af15;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-content-image.process-icons .block-image .img:before {
    display: none;
  }
  .wp-block-theme-blocks-content-image.process-icons .block-image .img img {
    max-width: 75px;
  }
}
.wp-block-theme-blocks-content-image .wrap-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-content-image .wrap-inner {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 400px auto;
    grid-template-areas: "image content";
    grid-column-gap: 40px;
  }
}
.wp-block-theme-blocks-content-image .block-image {
  position: relative;
  grid-area: image;
  -ms-grid-column: 1;
}
.wp-block-theme-blocks-content-image .block-image .img {
  position: relative;
}
.wp-block-theme-blocks-content-image .block-image .img:before {
  display: block;
  content: " ";
  position: absolute;
  top: 30%;
  right: 30%;
  width: 70%;
  height: 70%;
  border: 25px solid #fd8109;
  border-width: 0 0 25px 25px;
}
.wp-block-theme-blocks-content-image .block-image img {
  position: relative;
  z-index: 1;
  display: block;
}
.wp-block-theme-blocks-content-image .block-content {
  grid-area: content;
  -ms-grid-column: 3;
  max-width: 620px;
}
.wp-block-theme-blocks-content-image.content-left .block-image .img:before {
  top: 30%;
  left: 30%;
  width: 70%;
  height: 70%;
  border-color: #12b5ea;
  border-width: 0 25px 25px 0;
}
.wp-block-theme-blocks-content-image.content-left .wrap-inner {
  grid-template-columns: auto 400px;
  grid-template-areas: "content image";
}

.theme-block.wp-block-theme-blocks-content-image .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.theme-block.wp-block-theme-blocks-content-image .block-content > * {
  width: 100%;
}
.theme-block.wp-block-theme-blocks-content-image .block-content h2 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2em;
}
@media screen and (min-width: 940px) {
  .theme-block.wp-block-theme-blocks-content-image {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .theme-block.wp-block-theme-blocks-content-image {
    margin-left: -120px;
    margin-right: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .theme-block.wp-block-theme-blocks-content-image {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-content-image .block-image {
    margin: 0 0 2em;
  }
  .theme-block.wp-block-theme-blocks-content-image .block-image .img {
    border-width: 0 0 15px 15px;
  }
  .theme-block.wp-block-theme-blocks-content-image.content-left .block-image .img:before {
    border-width: 0 15px 15px 0;
  }
}

.wp-block-theme-blocks-source {
  margin: 0 auto 3em;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-column-gap: 30px;
  grid-template-areas: "image source";
  align-items: center;
}
.wp-block-theme-blocks-source .block-image {
  position: relative;
  grid-area: image;
}
.wp-block-theme-blocks-source .block-image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.wp-block-theme-blocks-source .source {
  grid-area: source;
}

.wp-block-theme-blocks-stories {
  position: relative;
}
.wp-block-theme-blocks-stories:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0%;
  left: 80%;
  width: calc(((100vw - 100%) / 2) + 20%);
  height: 100%;
  background: url(images/dots.png) 50% 50%;
}
.wp-block-theme-blocks-stories .wrap2 {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.wp-block-theme-blocks-stories .block-title {
  margin: 0;
  max-width: 350px;
  color: #494949;
  text-transform: uppercase;
}
.wp-block-theme-blocks-stories .view-all {
  color: #494949;
  margin: 1.5em 0;
}
.wp-block-theme-blocks-stories .view-all a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: "Asap Condensed", sans-serif;
}
.wp-block-theme-blocks-stories .view-all a:hover {
  text-decoration: underline;
}
.wp-block-theme-blocks-stories .view-all a .icon {
  transition: transform 0.2s;
}
.wp-block-theme-blocks-stories .stories-carousel {
  white-space: nowrap;
  display: block;
  margin: 0 auto;
  visibility: hidden;
}
.wp-block-theme-blocks-stories .stories-carousel.slick-initialized {
  visibility: visible;
}
.wp-block-theme-blocks-stories .stories-carousel .hentry {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: none;
  outline: 0;
}
.wp-block-theme-blocks-stories .stories-carousel .hentry.featured .inner .title a {
  color: white;
}
.wp-block-theme-blocks-stories .stories-carousel .hentry.slick-slide {
  margin-bottom: 0;
}
.wp-block-theme-blocks-stories .slick-list {
  overflow: hidden;
}
.wp-block-theme-blocks-stories .slick-dots {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.wp-block-theme-blocks-stories .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em;
}
.wp-block-theme-blocks-stories .slick-dots li button {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-indent: -10000px;
  background: #ccc;
  outline: 0;
}
.wp-block-theme-blocks-stories .slick-dots li.slick-active button {
  background: #4c4c4c;
}
.wp-block-theme-blocks-stories.layout-center .block-title {
  text-align: center;
  max-width: none;
  font-size: 2rem;
  margin: 1.5em 0;
  color: #494949;
}
.wp-block-theme-blocks-stories.layout-center .view-all {
  text-align: center;
}
.wp-block-theme-blocks-stories.layout-center .view-all a {
  font-weight: normal;
}

.theme-block.wp-block-theme-blocks-stories {
  margin-top: 4em;
  margin-bottom: 4em;
}

@media screen and (min-width: 767px) {
  .post-content > .wp-block-theme-blocks-stories {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
}

.wp-block-theme-blocks-interrupt-banner {
  position: relative;
  padding: 200px 0 0;
  margin: 5em auto;
}
.wp-block-theme-blocks-interrupt-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-block-theme-blocks-interrupt-banner .image img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-interrupt-banner .block-content-1 {
  position: relative;
  z-index: 1;
  padding: 1em;
  max-width: 550px;
  background: #0494cb;
  color: white;
}
.wp-block-theme-blocks-interrupt-banner .block-content {
  position: relative;
  z-index: 1;
  padding: 1em;
  max-width: 550px;
  background: #0494cb;
  color: white;
}
.wp-block-theme-blocks-interrupt-banner blockquote.wp-block-quote {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  float: none;
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1px;
  font-weight: 500;
  line-height: 1.5;
}
.wp-block-theme-blocks-interrupt-banner blockquote.wp-block-quote strong {
  font-weight: 500;
}
.wp-block-theme-blocks-interrupt-banner blockquote.wp-block-quote:before {
  position: absolute;
  background: url(images/icons/ldquo-blue.svg?1) no-repeat 50% 50%;
  content: " ";
  width: 130px;
  height: 130px;
  z-index: -1;
  top: -1em;
  left: -0.5em;
}
.wp-block-theme-blocks-interrupt-banner blockquote.wp-block-quote cite {
  text-align: left;
  margin-top: 0;
}
.wp-block-theme-blocks-interrupt-banner blockquote.wp-block-quote cite em {
  font-style: normal;
}
.wp-block-theme-blocks-interrupt-banner .wp-block-quote__citation {
  text-align: left;
}
.wp-block-theme-blocks-interrupt-banner.no-label .block-cta {
  display: none;
}
.wp-block-theme-blocks-interrupt-banner .block-cta {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 300px;
  padding: 1em 1em 1em 2em;
  background: #fd8109;
  color: white;
  text-decoration: none;
}
.wp-block-theme-blocks-interrupt-banner .block-cta:hover {
  text-decoration: underline;
}
.wp-block-theme-blocks-interrupt-banner .block-cta .icon {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-interrupt-banner {
    padding: 0;
  }
  .wp-block-theme-blocks-interrupt-banner .image {
    position: relative;
    top: auto;
    width: auto;
    height: 60vw;
  }
  .wp-block-theme-blocks-interrupt-banner .block-content, .wp-block-theme-blocks-interrupt-banner .block-content-1,
  .wp-block-theme-blocks-interrupt-banner .block-cta {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
  }
}

.theme-block.wp-block-theme-blocks-interrupt-banner {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
@media screen and (min-width: 501px) {
  .theme-block.wp-block-theme-blocks-interrupt-banner {
    margin-top: calc(100px + 5em);
    margin-bottom: 11em;
  }
}
@media screen and (min-width: 1400px) {
  .theme-block.wp-block-theme-blocks-interrupt-banner {
    width: 1400px;
    margin-left: -700px;
  }
}
.theme-block.wp-block-theme-blocks-interrupt-banner .image {
  max-width: 1200px;
  box-shadow: 200px -50px 0px rgba(162, 161, 165, 0.4);
}

h2.blue-line + .wp-block-theme-blocks-interrupt-banner {
  margin-top: 0;
}
h2.blue-line + .wp-block-theme-blocks-interrupt-banner .image {
  box-shadow: none;
}

.wp-block-theme-blocks-carousel .slides {
  visibility: hidden;
  white-space: nowrap;
  margin: 0 auto;
  max-width: 800px;
}
.wp-block-theme-blocks-carousel .slides.no-carousel, .wp-block-theme-blocks-carousel .slides.slick-initialized {
  visibility: visible;
}
.wp-block-theme-blocks-carousel .slides:after {
  content: " ";
  display: block;
  clear: both;
}
.wp-block-theme-blocks-carousel .slides .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 1.1;
}
.wp-block-theme-blocks-carousel .slides .slide .block-image {
  display: block;
  position: relative;
}
.wp-block-theme-blocks-carousel .slides .slide img {
  display: block;
  width: 100%;
}
.wp-block-theme-blocks-carousel .slides .slide .block-content {
  position: absolute;
  z-index: 1;
  bottom: 0em;
  left: 0em;
  width: 100%;
  box-sizing: border-box;
  color: white;
  position: relative;
  bottom: auto;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-height: 800px) {
  .wp-block-theme-blocks-carousel .slides .slide .block-content {
    font-size: 14px;
  }
}
.wp-block-theme-blocks-carousel .slides .slide.media-0 {
  background: #ccc;
}
.wp-block-theme-blocks-carousel .slides .slide.media-0 .block-content {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.wp-block-theme-blocks-carousel .slides.no-carousel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-block-theme-blocks-carousel .slick-list {
  overflow: hidden;
  padding: 0;
}
.wp-block-theme-blocks-carousel .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.wp-block-theme-blocks-carousel .slick-dots {
  margin: 2em 0;
  padding: 0 1em;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wp-block-theme-blocks-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  margin: 5px;
  outline: 0;
}
.wp-block-theme-blocks-carousel .slick-dots li button {
  position: relative;
  z-index: 1;
  display: block;
  height: 15px;
  width: 15px;
  padding: 0;
  background: #c6c6c6;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -10000px;
}
.wp-block-theme-blocks-carousel .slick-dots li.slick-active button {
  background: gray;
}

.wp-block-theme-blocks-tableau {
  position: relative;
}
.wp-block-theme-blocks-tableau h2.title {
  position: relative;
  z-index: 1;
  font-size: 2em;
  margin: 0 auto 0.5em;
  text-align: center;
}
.wp-block-theme-blocks-tableau .tableau-wrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
.wp-block-theme-blocks-tableau .tableau-embed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-theme-blocks-tableau .tableau-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.theme-block.wp-block-theme-blocks-tableau {
  position: relative;
  margin: 5em 0;
  left: 50%;
  width: 1100px;
  margin-left: -550px;
}
@media screen and (max-width: 1100px) {
  .theme-block.wp-block-theme-blocks-tableau {
    width: 100vw;
    margin-left: -50vw;
  }
}
.theme-block.wp-block-theme-blocks-tableau .shape-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  top: 50px;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-tableau .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: white url(images/dots-blue.png) 50% 50%;
}

.wp-block-theme-blocks-profiles {
  position: relative;
}
.wp-block-theme-blocks-profiles .profiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.wp-block-theme-blocks-profiles .hentry {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .wp-block-theme-blocks-profiles.per_row-3 .hentry {
    width: calc(33.333% - 2em);
  }
  .wp-block-theme-blocks-profiles.per_row-3 .hentry .content .inner {
    width: 300%;
    width: calc(300% + 4em);
  }
  .wp-block-theme-blocks-profiles.per_row-3 .hentry:nth-child(3n+2) .content .inner {
    left: -100%;
    left: calc(-100% - 2em);
  }
  .wp-block-theme-blocks-profiles.per_row-3 .hentry:nth-child(3n+3) .content .inner {
    left: -200%;
    left: calc(-200% - 4em);
  }
  .wp-block-theme-blocks-profiles.per_row-2 .hentry {
    width: calc(50% - 2em);
  }
  .wp-block-theme-blocks-profiles.per_row-2 .hentry .content .inner {
    width: 200%;
    width: calc(200% + 2em);
  }
  .wp-block-theme-blocks-profiles.per_row-2 .hentry:nth-child(2n+2) .content .inner {
    left: -100%;
    left: calc(-100% - 2em);
  }
}

.wp-block-theme-blocks-projects {
  position: relative;
  margin: 6em 0;
}
.wp-block-theme-blocks-projects .block-content {
  text-align: center;
}
.wp-block-theme-blocks-projects .block-content:after {
  content: " ";
  display: block;
  width: 4px;
  height: 3em;
  background: #12b5ea;
  margin: 0 auto;
}
.wp-block-theme-blocks-projects .view-all {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .wp-block-theme-blocks-projects .projects {
    display: flex;
    justify-content: space-around;
  }
  .wp-block-theme-blocks-projects .projects > .hentry {
    width: 28%;
    margin: 0 0 2em;
  }
}

@media screen and (min-width: 767px) {
  .post-content > .wp-block-theme-blocks-projects {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
}

.wp-block-theme-blocks-campaignmonitor form {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-theme-blocks-campaignmonitor form label {
  display: block;
  width: 48%;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-campaignmonitor form label {
    width: 100%;
  }
}
.wp-block-theme-blocks-campaignmonitor form label strong {
  display: block;
}
.wp-block-theme-blocks-campaignmonitor form label input {
  display: block;
  width: 100%;
}
.wp-block-theme-blocks-campaignmonitor form .action {
  width: 100%;
}
.wp-block-theme-blocks-campaignmonitor form .message {
  margin: 1em 0 0;
  font-size: 0.8em;
}
.wp-block-theme-blocks-campaignmonitor form .message.error {
  color: red;
}

.wp-block-theme-blocks-alert {
  position: relative;
  margin: 5em 0;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 430px auto;
  grid-column-gap: 50px;
  grid-template-areas: "image content";
  background: #a50a51;
  color: white;
}
.wp-block-theme-blocks-alert:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-alert .image {
  position: relative;
  z-index: 1;
  grid-area: image;
  -ms-grid-column: 1;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.wp-block-theme-blocks-alert .image img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-alert.community-alert .image {
  background-image: url(images/usa-map.jpg);
}
.wp-block-theme-blocks-alert .block-content {
  grid-area: content;
  -ms-grid-column: 3;
  padding: 4em 2em 3em 0;
  align-self: center;
}
.wp-block-theme-blocks-alert h2 {
  margin-top: 0;
  color: white;
}
.wp-block-theme-blocks-alert h4 {
  margin-bottom: 1.2em;
}
.wp-block-theme-blocks-alert:before {
  content: " ";
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100px;
  height: 100px;
  border: 4px solid #fd8109;
}
.wp-block-theme-blocks-alert:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: #fd8109;
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-alert {
    grid-template-columns: 50% auto;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-alert {
    display: block;
  }
  .wp-block-theme-blocks-alert .image {
    padding: 0 0 75%;
  }
  .wp-block-theme-blocks-alert .block-content {
    padding: 2em;
  }
  .wp-block-theme-blocks-alert:before {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .post-content > .theme-block.wp-block-theme-blocks-alert {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
}
@media screen and (min-width: 1100px) {
  .post-content > .theme-block.wp-block-theme-blocks-alert {
    width: 1100px;
    margin-left: -550px;
  }
}

.wp-block-theme-blocks-hero {
  margin: 0 auto 2em;
  padding: 5em 0 2em;
  /*
      @media screen and (min-width:1400px) {
          .block-image {
              img {
                  max-width: none;
                  @include calc(width, '100% + 50px');
              }
          }
      }
      @media screen and (min-width:1500px) {
          .block-image {
              img {
                  max-width: none;
                  @include calc(width, '100% + 100px');
              }
          }
      }
      @media screen and (min-width:1600px) {
          .block-image {
              img {
                  max-width: none;
                  @include calc(width, '100% + 150px');
              }
          }
      }
      @media screen and (min-width:1700px) {
          .block-image {
              img {
                  max-width: none;
                  @include calc(width, '100% + 200px');
              }
          }
      }
  */
}
.wp-block-theme-blocks-hero .wrap-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 10px 50% auto;
  grid-template-areas: ". content image";
}
.wp-block-theme-blocks-hero .block-image {
  position: relative;
  grid-area: image;
}
.wp-block-theme-blocks-hero .block-image .img {
  position: relative;
}
.wp-block-theme-blocks-hero .block-image .img:before {
  display: block;
  content: " ";
  position: absolute;
  top: 40px;
  left: 0%;
  width: 40px;
  height: calc(100% - 80px);
  background: #fd8109;
}
.wp-block-theme-blocks-hero .block-image img {
  position: relative;
  z-index: 1;
  display: block;
  left: 40px;
  width: 100%;
  height: 500px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
@media screen and (max-width: 980px) {
  .wp-block-theme-blocks-hero .block-image img {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-theme-blocks-hero .block-image img {
    height: 200px;
  }
}
@media screen and (max-width: 420px) {
  .wp-block-theme-blocks-hero .block-image img {
    height: 150px;
  }
}
.wp-block-theme-blocks-hero .block-content {
  grid-area: content;
  max-width: 550px;
  color: #0494CB;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-right: 1em;
}
.wp-block-theme-blocks-hero h1 {
  margin: 0 0 0.5em;
  color: #a50a51;
  font-size: 4.7rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .wp-block-theme-blocks-hero h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 940px) {
  .wp-block-theme-blocks-hero h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 820px) {
  .wp-block-theme-blocks-hero h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 2em 0 1em;
  }
  .wp-block-theme-blocks-hero .wrap-inner {
    grid-template-columns: 8% auto 250px;
    grid-template-areas: ". content image";
    grid-column-gap: 0px;
  }
  .wp-block-theme-blocks-hero .block-image .img:before {
    width: 15px;
    top: 15px;
    height: calc(100% - 30px);
  }
  .wp-block-theme-blocks-hero .block-image img {
    left: 15px;
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 650px) {
  .wp-block-theme-blocks-hero .wrap-inner {
    grid-template-columns: 8% auto 250px;
  }
  .wp-block-theme-blocks-hero h1 {
    font-size: 1.8rem;
  }
  .wp-block-theme-blocks-hero .block-content {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .wp-block-theme-blocks-hero .wrap-inner {
    grid-template-columns: 5% auto 150px;
  }
  .wp-block-theme-blocks-hero h1 {
    font-size: 1.5rem;
  }
  .wp-block-theme-blocks-hero .block-content p {
    line-height: 1;
  }
}

.theme-block.wp-block-theme-blocks-hero .block-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.theme-block.wp-block-theme-blocks-hero .block-content > * {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .theme-block.wp-block-theme-blocks-hero .shape1 {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 5em;
    margin-left: -49vw;
    height: 5em;
    width: 4em;
    background: #12b5ea;
  }
  .theme-block.wp-block-theme-blocks-hero .shape2 {
    content: " ";
    display: block;
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    margin-left: -50vw;
    height: 8em;
    background: #fd8109;
  }
}

.wp-block-theme-blocks-hero-large {
  margin: 0 auto 2em;
  padding: 150px 0 2em;
}
.wp-block-theme-blocks-hero-large .wrap {
  position: relative;
  z-index: 2;
  padding: 5em 0 3em;
}
.wp-block-theme-blocks-hero-large .block-content {
  margin-left: 60%;
  color: white;
}
.wp-block-theme-blocks-hero-large h1 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1300px) and (min-width: 901px) {
  .wp-block-theme-blocks-hero-large h1 {
    font-size: 3.65rem;
  }
}
.wp-block-theme-blocks-hero-large .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.wp-block-theme-blocks-hero-large .bg:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #00386d;
  opacity: 0.45;
  z-index: 1;
}
.wp-block-theme-blocks-hero-large .bg:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 55%;
  height: 50px;
  background: #eee;
  z-index: 3;
}
.wp-block-theme-blocks-hero-large .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-hero-large .block-content {
    margin-left: 45%;
  }
  .wp-block-theme-blocks-hero-large .bg:after {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .wp-block-theme-blocks-hero-large .wrap {
    padding-bottom: 0;
  }
  .wp-block-theme-blocks-hero-large .block-content {
    margin-left: auto;
    padding: 1em;
    background: #12b5ea;
  }
  .wp-block-theme-blocks-hero-large .bg {
    padding-top: 150px;
    height: 10em;
  }
  .wp-block-theme-blocks-hero-large .bg:after {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .wp-block-theme-blocks-hero-large h1 {
    font-size: 2.25rem;
  }
}

.wp-block-theme-blocks-solutions {
  margin: 0 auto 2em;
  padding: 100px 0;
  background: white;
}
.post-content > .wp-block-theme-blocks-solutions {
  left: 50%;
  padding: 0;
  width: 1100px;
  margin-left: -550px;
  background: #eee;
}
@media screen and (max-width: 1200px) {
  .post-content > .wp-block-theme-blocks-solutions {
    width: 92vw;
    margin-left: -46vw;
  }
}
.wp-block-theme-blocks-solutions .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  background: inherit;
}
.wp-block-theme-blocks-solutions .bg:before {
  content: " ";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  height: 50px;
  background: #eee;
}
.wp-block-theme-blocks-solutions .bg .shape {
  position: absolute;
  top: 10%;
  left: 0;
  width: 30%;
  height: 80%;
  background: url(images/dots-blue.png) 50% 50%;
}
.wp-block-theme-blocks-solutions .block-intro {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 4em auto 0;
  text-align: center;
}
.wp-block-theme-blocks-solutions .block-intro:after {
  position: relative;
  z-index: 100;
  content: " ";
  display: block;
  position: relative;
  margin: 0.5em auto 0;
  width: 3px;
  height: 70px;
  background: #12b5ea;
}
.wp-block-theme-blocks-solutions .block-boxes {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.wp-block-theme-blocks-solutions .block-box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 33%;
  margin: 0 0 5px;
  padding: 2em;
  background: gray;
  color: white;
  text-align: center;
  line-height: 1.3;
}
.wp-block-theme-blocks-solutions .block-box p {
  line-height: inherit;
  font-size: 18px;
}
.wp-block-theme-blocks-solutions .block-box.has-blue-background-color {
  background-color: #0494cb;
}
.wp-block-theme-blocks-solutions .block-box.has-fuschia-background-color {
  background-color: #a50a51;
}
.wp-block-theme-blocks-solutions .block-box.has-green-background-color {
  background-color: #86af15;
}
.wp-block-theme-blocks-solutions .block-box.has-orange-background-color {
  background-color: #fd8109;
}
.wp-block-theme-blocks-solutions .block-box .image {
  margin: 0 auto;
}
.wp-block-theme-blocks-solutions .block-box .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-theme-blocks-solutions .block-box .title {
  margin: 0.75em 0 0.5em;
  font-size: 2em;
  line-height: 1;
  text-transform: capitalize;
}
.wp-block-theme-blocks-solutions .block-box .title:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-solutions .block-box .wp-block-button {
  flex-grow: 1;
  display: flex;
  margin-top: 0.75em;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .wp-block-theme-blocks-solutions .block-box {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-solutions .block-boxes {
    display: block;
  }
  .wp-block-theme-blocks-solutions .block-box {
    margin: 0 0 4px;
  }
}

.wp-block-theme-blocks-get-involved {
  margin: 5em auto;
}
.wp-block-theme-blocks-get-involved .block-intro {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 4em auto 0;
  text-align: center;
}
.wp-block-theme-blocks-get-involved .block-intro:after {
  position: relative;
  z-index: 100;
  content: " ";
  display: block;
  position: relative;
  margin: 0.5em auto 0;
  width: 3px;
  height: 70px;
  background: #12b5ea;
}
.wp-block-theme-blocks-get-involved .block-boxes {
  position: relative;
  margin-top: -1em;
}
.wp-block-theme-blocks-get-involved .block-box {
  position: relative;
  flex-basis: 50%;
  margin: 5px;
  color: white;
  overflow: hidden;
  text-align: center;
}
.wp-block-theme-blocks-get-involved .block-box .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10vw 2em;
  background: rgba(85, 85, 85, 0.5) no-repeat 50% 50%;
  background-size: cover;
}
.wp-block-theme-blocks-get-involved .block-box .inner p {
  text-transform: uppercase;
  font-family: "Asap Condensed", sans-serif;
  font-size: 2.25em;
  line-height: 1;
}
.wp-block-theme-blocks-get-involved .block-box .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-theme-blocks-get-involved .block-box.has-blue-background-color {
  background-color: #12b5ea;
}
.wp-block-theme-blocks-get-involved .block-box.has-dark-blue-background-color {
  background-color: #0494cb;
}
.wp-block-theme-blocks-get-involved .block-box.has-fuschia-background-color {
  background-color: #a50a51;
}
.wp-block-theme-blocks-get-involved .block-box.has-green-background-color {
  background-color: #86af15;
}
.wp-block-theme-blocks-get-involved .block-box.has-orange-background-color {
  background-color: #fd8109;
}
.wp-block-theme-blocks-get-involved .block-box.has-gray-background-color {
  background-color: gray;
}
.wp-block-theme-blocks-get-involved .block-box.has-white-background-color {
  background-color: white;
}
.wp-block-theme-blocks-get-involved .block-box.has-black-background-color {
  background-color: black;
}
.wp-block-theme-blocks-get-involved .block-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  opacity: 0.9;
  transition: all 2s ease-in-out;
}
.wp-block-theme-blocks-get-involved .block-box:hover .bg {
  transform: scale(1.05, 1.05);
}
.wp-block-theme-blocks-get-involved .block-row {
  display: flex;
  justify-content: space-between;
}
.wp-block-theme-blocks-get-involved .block-row.split-30 .block-box:nth-child(1) {
  flex-basis: 30%;
}
.wp-block-theme-blocks-get-involved .block-row.split-30 .block-box:nth-child(2) {
  flex-basis: 70%;
}
.wp-block-theme-blocks-get-involved .block-row.split-40 .block-box:nth-child(1) {
  flex-basis: 40%;
}
.wp-block-theme-blocks-get-involved .block-row.split-40 .block-box:nth-child(2) {
  flex-basis: 60%;
}
.wp-block-theme-blocks-get-involved .block-row.split-50 .block-box:nth-child(1) {
  flex-basis: 50%;
}
.wp-block-theme-blocks-get-involved .block-row.split-50 .block-box:nth-child(2) {
  flex-basis: 50%;
}
.wp-block-theme-blocks-get-involved .block-row.split-60 .block-box:nth-child(1) {
  flex-basis: 60%;
}
.wp-block-theme-blocks-get-involved .block-row.split-60 .block-box:nth-child(2) {
  flex-basis: 40%;
}
.wp-block-theme-blocks-get-involved .block-row.split-70 .block-box:nth-child(1) {
  flex-basis: 70%;
}
.wp-block-theme-blocks-get-involved .block-row.split-70 .block-box:nth-child(2) {
  flex-basis: 30%;
}
@media screen and (min-width: 1600px) {
  .wp-block-theme-blocks-get-involved .block-box .inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.wp-block-theme-blocks-get-involved.theme-block {
  left: 50%;
  padding: 0;
  width: 100vw;
  margin-left: -50vw;
}
@media screen and (min-width: 1600px) {
  .wp-block-theme-blocks-get-involved.theme-block {
    width: 1600px;
    margin-left: -800px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-get-involved.theme-block .block-row {
    display: block;
  }
}

.wp-block-theme-blocks-posts {
  position: relative;
}
.wp-block-theme-blocks-posts .query-posts {
  width: 100%;
}

.theme-block.wp-block-theme-blocks-posts {
  margin-top: 4em;
  margin-bottom: 4em;
}

@media screen and (min-width: 767px) {
  .post-content > .wp-block-theme-blocks-posts {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
}

.wp-block-theme-blocks-community-list .layout {
  -moz-columns: 3;
       columns: 3;
}
.wp-block-theme-blocks-community-list .layout .state {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.wp-block-theme-blocks-community-list .layout .state > h4 {
  margin-top: 0;
}
.wp-block-theme-blocks-community-list .layout .state ul {
  font-size: 0.9em;
}
@media screen and (max-width: 940px) {
  .wp-block-theme-blocks-community-list .layout {
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (max-width: 640px) {
  .wp-block-theme-blocks-community-list .layout {
    -moz-columns: 1;
         columns: 1;
  }
}

.wp-block-embed {
  position: relative;
  padding: 0;
}
.post-content > .wp-block-embed {
  margin: 4rem 0;
}
.wp-block-embed:first-child {
  margin-top: 0;
}
.wp-block-embed:last-child {
  margin-top: 0;
}

.wp-block-embed.is-type-video {
  background: #000;
}
.page-blocks > .wp-block-embed.is-type-video:not(.is-style-full-width, .is-style-full-content-width) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  padding: 0 0 calc(1 / var(--aspect-ratio, 1.77) * 100%);
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--header-border-radius);
  background: rgba(0, 0, 0, 0.5);
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > iframe,
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > .media-embed,
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > .media-embed > iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper:after {
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url(images/loading-white.png) no-repeat center top;
  width: 30px;
  height: 30px;
  animation: loading 1s steps(19) infinite;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed {
  --icon-size: 80px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: var(--header-border-radius);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:before, .wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:before {
  z-index: 3;
  width: var(--icon-size);
  height: var(--icon-size);
  background: rgba(18, 181, 234, 0.8);
  border-radius: 50%;
  border: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  z-index: 4;
  margin-left: 0.45%;
  display: block;
  height: calc(var(--icon-size) * 0.4);
  width: calc(var(--icon-size) * 0.316);
  background: white;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover {
  --icon-size: 100px;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:after {
  background-color: white;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:before {
  background-color: #0494cb;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper:after {
  content: " ";
  display: block;
  position: absolute;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper:after {
  z-index: 2;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper > a.embed img {
  opacity: 0.25;
}
.wp-block-embed.is-type-video.has-preview-poster.media-loaded > .wp-block-embed__wrapper > a.embed:after {
  display: none;
}
.wp-block-embed.is-type-video.has-preview-poster > figcaption {
  margin: 0;
  position: absolute;
  bottom: 0em;
  left: 0em;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  z-index: 1;
  font-size: 0.8em;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.4);
  color: white;
}
.wp-block-embed.is-type-video.has-preview-poster > figcaption a {
  color: inherit;
  text-decoration: underline;
}

/*
.wp-block-theme-blocks-youtube-embed {
  #youtube-wrap {
    &:before {
      content: '';
      display: block;
      position: relative;
      width: 5em;
      height: 5em;
      right: 0;
      top: 75px;
      left: -30px;
      background: #fd8109;
      z-index: 0;
    }
  }
  iframe .youtube-embed {
      margin-top: 50px;
      margin-bottom: 50px;
      width: 660px;
  }
  .overlay{
    position: absolute;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.theme-block.wp-block-theme-blocks-tableau {

}

.wp-block-embed-youtube {
    margin-top: 7em;
    margin-bottom: 4em;

    @media screen and (max-width: $mobile-breakpoint) {
      margin-top: 0;
      margin-bottom: 0;
    }

    .wp-block-column & {
      margin-top: 0;
      margin-bottom: 0;
    }
}

.wp-block-embed {
    figcaption {
        font-size: .8rem;
        font-family: $font-headline;
        line-height: 1.5;

    }
    iframe {
      padding:0;
    }

    &.is-type-video {
      > .wp-block-embed__wrapper {
        position:relative;
        padding: 0 0 (9/16*100%);
        > a.embed,
        > iframe {
          display:block;
          position:absolute;
          top:0;
          left:0;
          width:100%;
        }
        > iframe {
          height:100%;
        }
      }
    }
}
*/
.wp-block-button {
  margin: 1em 0;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
p + .wp-block-button {
  margin-top: 2em;
}
.wp-block-button > .wp-block-button__link {
  padding: 0.8em 1.5em;
  background: #fd8109;
  border: 0px solid #fd8109;
  border-radius: 0;
  color: white;
  font-family: Raleway, sans-serif;
  font-size: inherit;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
}
.wp-block-button > .wp-block-button__link:hover {
  background: #d16802;
}
.wp-block-button > .wp-block-button__link.has-fuschia-background-color {
  background-color: #a50a51;
}
.wp-block-button > .wp-block-button__link.has-orange-background-color {
  background-color: #fd8109;
}
.wp-block-button > .wp-block-button__link.has-blue-background-color {
  background-color: #12b5ea;
}
.wp-block-button > .wp-block-button__link.has-green-background-color {
  background-color: #86af15;
}
.wp-block-button > .wp-block-button__link.has-dark-blue-background-color {
  background-color: #0494cb;
}
.wp-block-button > .wp-block-button__link.has-black-background-color {
  background-color: black;
}
.wp-block-button > .wp-block-button__link.has-gray-background-color {
  background-color: gray;
}
.wp-block-button > .wp-block-button__link.has-white-background-color {
  background-color: white;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-fuschia-color {
  color: #a50a51;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-orange-color {
  color: #fd8109;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-blue-color {
  color: #12b5ea;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-green-color {
  color: #86af15;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-dark-blue-color {
  color: #0494cb;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-black-color {
  color: black;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-gray-color {
  color: gray;
}
.wp-block-button > .wp-block-button__link.has-text-color.has-white-color {
  color: white;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  background: none;
  color: inherit;
  border: 2px solid currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: white;
  color: #00386d;
  border: 2px solid white;
}
#functional-zero-introduction .wp-block-button.is-style-outline > .wp-block-button__link:hover, #functional-zero .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #a50a51;
}
#reductions-introduction .wp-block-button.is-style-outline > .wp-block-button__link:hover, #reductions .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #FF6F0C;
}
#large-cities-introduction .wp-block-button.is-style-outline > .wp-block-button__link:hover, #large-cities .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #86af15;
}
#individuals-introduction .wp-block-button.is-style-outline > .wp-block-button__link:hover, #individuals .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #00386d;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  width: 300px;
  margin: 1em -150px 1.7em 2em;
  float: right;
  /*body.single & {
      margin: 1em -150px 1.7em 2em;
      letter-spacing: .5px;
      font-weight: 600;
      font-size: 1.5em;
      float: right;
      @media screen and (max-width:1080px) {
          margin-right: -50px;
      }
      @media screen and (max-width:$mobile-breakpoint) {
          margin-right: 0px;
          margin-top: 0;
      }
      @media screen and (max-width:600px) {
          float: none;
          margin-left: auto;
          margin-right: auto;
          margin-top: 1em;
      }
  }*/
  position: relative;
  box-sizing: border-box;
  padding: 1.3em 1em;
  font-weight: 700;
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  color: white;
  background: #0494cb;
  line-height: 1.5;
  border: 0;
}
@media screen and (max-width: 600px) {
  body.page .wp-block-quote,
  body.page .wp-block-quote.is-style-large {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
  }
}
.wp-block-quote.full-width,
.wp-block-quote.is-style-large.full-width {
  width: auto;
}
body.single .wp-block-quote.full-width,
body.single .wp-block-quote.is-style-large.full-width {
  margin: 1.7em auto;
  float: none;
}
.wp-block-quote before,
.wp-block-quote.is-style-large before {
  content: " ";
  display: block;
  position: absolute;
  top: -0.55em;
  left: -0.55em;
  width: 1.1em;
  height: 1.1em;
  background: #0494cb;
}
.wp-block-quote em,
.wp-block-quote.is-style-large em {
  font-style: normal;
}
.wp-block-quote a,
.wp-block-quote.is-style-large a {
  color: white;
}
.wp-block-quote p,
.wp-block-quote.is-style-large p {
  position: relative;
  z-index: 1;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite {
  line-height: normal;
  text-transform: uppercase;
  text-align: right;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 300;
  color: inherit;
}
.wp-block-quote ::-webkit-input-placeholder,
.wp-block-quote.is-style-large ::-webkit-input-placeholder {
  color: white;
}
.wp-block-quote :-moz-placeholder,
.wp-block-quote.is-style-large :-moz-placeholder {
  color: white;
}
.wp-block-quote ::-moz-placeholder,
.wp-block-quote.is-style-large ::-moz-placeholder {
  color: white;
}
.wp-block-quote :-ms-input-placeholder,
.wp-block-quote.is-style-large :-ms-input-placeholder {
  color: white;
}
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
  display: block;
  margin: -1em 0 0 0;
}
.wp-block-quote cite:before,
.wp-block-quote.is-style-large cite:before {
  content: "—";
  margin-right: 0.25em;
}
.wp-block-quote.alignright,
.wp-block-quote.is-style-large.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}
.wp-block-quote.alignleft,
.wp-block-quote.is-style-large.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 900px) {
  .wp-block-quote,
  .wp-block-quote.is-style-large {
    float: none;
    margin: 2em auto;
  }
}

.wp-block-media-text {
  position: relative;
  background: #f79300;
  color: white;
  margin: 4em auto;
}
body.single .wp-block-media-text {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
body.page .wp-block-media-text {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
.wp-block-media-text .wp-block-media-text__media {
  align-self: stretch;
}
.wp-block-media-text .wp-block-media-text__media > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-media-text .wp-block-media-text__content {
  position: relative;
  font-size: 2.3rem;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  padding: 2em 0;
  margin: 0 8%;
}
.wp-block-media-text .wp-block-media-text__content:before, .wp-block-media-text .wp-block-media-text__content:after {
  position: absolute;
  background: url(images/icons/rdquo-orange.svg) no-repeat 50% 50%;
  content: " ";
  color: green;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content:before, .wp-block-media-text .wp-block-media-text__content:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1300px) {
  .wp-block-media-text .wp-block-media-text__content:before, .wp-block-media-text .wp-block-media-text__content:after {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .wp-block-media-text .wp-block-media-text__content:before, .wp-block-media-text .wp-block-media-text__content:after {
    width: 200px;
    height: 200px;
  }
}
.wp-block-media-text .wp-block-media-text__content:before {
  top: 1em;
  left: -6%;
  background-image: url(images/icons/ldquo-orange.svg);
}
.wp-block-media-text .wp-block-media-text__content:after {
  bottom: 1em;
  right: 0;
}
.wp-block-media-text .wp-block-media-text__content p, .wp-block-media-text .wp-block-media-text__content h1, .wp-block-media-text .wp-block-media-text__content h2, .wp-block-media-text .wp-block-media-text__content h3, .wp-block-media-text .wp-block-media-text__content h4, .wp-block-media-text .wp-block-media-text__content h5, .wp-block-media-text .wp-block-media-text__content h6, .wp-block-media-text .wp-block-media-text__content blockquote {
  position: relative;
  z-index: 1;
}
.wp-block-media-text .wp-block-media-text__content p {
  font-size: inherit !important;
  line-height: 1.3;
}
.wp-block-media-text .wp-block-media-text__content h2, .wp-block-media-text .wp-block-media-text__content h3, .wp-block-media-text .wp-block-media-text__content h4 {
  z-index: 1;
  position: relative;
}
.wp-block-media-text .wp-block-media-text__content h2 a, .wp-block-media-text .wp-block-media-text__content h3 a, .wp-block-media-text .wp-block-media-text__content h4 a {
  color: white;
  text-decoration: underline;
}
.wp-block-media-text .wp-block-media-text__content h2 a:hover, .wp-block-media-text .wp-block-media-text__content h3 a:hover, .wp-block-media-text .wp-block-media-text__content h4 a:hover {
  text-decoration: none;
}
.wp-block-media-text .wp-block-media-text__content blockquote {
  margin: 0;
  width: auto;
  float: none;
  padding: 0;
  background: none;
  font-weight: inherit;
}
.wp-block-media-text .wp-block-media-text__content blockquote.is-style-large {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text {
    grid-template-columns: auto !important;
    grid-template-areas: "media-text-media" "media-text-content" !important;
  }
}
@media screen and (max-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    font-size: 1.5rem;
  }
}

.wp-block-image {
  position: relative;
}
figure.wp-block-image,
.wp-block-image figure {
  position: relative;
  /*&:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 3.1em;
      height: 3.1em;
      top: -1.2em;
      right: -1.2em;
      background: $color-orange;
      @media screen and (max-width:350px) {
          top: -0.8em;
          right: -0.8em;
      }
  }*/
}

.wp-block-image.small:before {
  display: none;
}
.wp-block-image.small img {
  width: auto;
  height: 60px;
}
.wp-block-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.wp-block-image figcaption {
  max-width: 1100px;
  margin: 0.5em auto 1em;
  padding: 0 1em 0 0;
  font-size: 0.8rem;
  font-family: "Asap Condensed", sans-serif;
  line-height: 1.5;
  font-weight: normal;
}
.wp-block-image.full-width {
  width: 100vw;
  left: 50%;
  margin-left: -50vw !important;
  margin-top: 4em;
  margin-bottom: 4em;
  max-width: none;
}
.wp-block-image.full-width:before {
  display: none;
}
.wp-block-image.full-width img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .wp-block-image figure.alignleft {
    /*&:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 3.1em;
    height: 3.1em;
    top: -1.2em;
    left: -1.2em;
    background: $color-orange;
    @media screen and (max-width:350px) {
        top: -0.8em;
        left: -0.8em;
    }
    }*/
  }
  .wp-block-image figure.alignleft figcaption {
    text-align: left;
  }
  body.single .wp-block-image figure.alignleft {
    margin: 1em 2em 1.7em -150px;
    float: left;
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  body.single .wp-block-image figure.alignleft {
    margin-left: -50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  body.single .wp-block-image figure.alignleft {
    margin-left: 0px;
  }
}
@media screen and (min-width: 600px) {
  body.page-template-default .wp-block-image figure.alignleft {
    margin: 1.5em 2em 1.7em -150px;
    float: left;
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  body.page-template-default .wp-block-image figure.alignleft {
    margin-left: -50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  body.page-template-default .wp-block-image figure.alignleft {
    margin-left: 0px;
  }
}
@media screen and (min-width: 600px) {
  .wp-block-image figure.alignright figcaption {
    text-align: left;
    margin-right: 20px;
  }
  body.single .wp-block-image figure.alignright {
    margin: 1.5em -150px 1.7em 2em;
    float: right;
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  body.single .wp-block-image figure.alignright {
    margin-right: -50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 830px) {
  body.single .wp-block-image figure.alignright {
    margin-right: 0px;
  }
}
@media screen and (min-width: 600px) {
  body.page-template-default .wp-block-image figure.alignright {
    margin: 1.5em -150px 1.7em 2em;
    float: right;
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  body.page-template-default .wp-block-image figure.alignright {
    margin-right: -50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 830px) {
  body.page-template-default .wp-block-image figure.alignright {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-image {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1em;
    display: block;
  }
  .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto;
  }
  .wp-block-image .alignright {
    float: none !important;
    margin: 0 auto;
  }
  .wp-block-image figcaption {
    text-align: left;
    padding: 10px;
  }
  .wp-block-image.full-width {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.wp-block-spacer.blue-line {
  position: relative;
  margin: 1em 0;
}
.wp-block-spacer.blue-line:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -1.5px;
  width: 3px;
  height: 100%;
  background: #12b5ea;
}

body.has-js .main-content .wp-block-group.is-style-popup {
  display: none;
}

#bottom {
  min-height: 0;
  color: white;
  background: #00386d;
}
#bottom .block-top {
  position: relative;
  padding: 25vw 0 0;
}
#bottom .block-top h1 {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  padding: 60px;
  width: 520px;
  max-width: 100%;
  background: #0494cb;
  margin: 0 auto;
  font-size: 3.88rem;
  line-height: 1.07;
}
#bottom .block-top .img,
#bottom .block-top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  #bottom .block-top h1 {
    font-size: 2.5rem;
  }
}
#bottom .block-bottom h4 {
  box-sizing: border-box;
  position: relative;
  width: 520px;
  max-width: 100%;
  padding: 1em;
  margin: 0 auto;
  font-weight: bold;
  text-transform: none;
  background: #929195;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}
#bottom .block-content {
  padding: 4em;
  text-align: center;
}
#bottom .block-items {
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4em 0;
  list-style: none;
  text-align: left;
}
#bottom .block-items > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 1.5em;
}
#bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"],
#bottom .block-items .hentry {
  flex-basis: calc(23% - 2em);
  display: inline-block;
  margin: 1em;
  text-align: center;
}
#bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"] .thumbnail,
#bottom .block-items .hentry .thumbnail {
  display: block;
  position: relative;
  padding: 0 0 100%;
  margin: 0 0 0.5em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
#bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"] .thumbnail img,
#bottom .block-items .hentry .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 50%;
}
#bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"] a,
#bottom .block-items .hentry a {
  color: inherit;
  text-decoration: none;
}
#bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"] > a:after,
#bottom .block-items .hentry > a:after {
  margin: 0 0 0 0.5em;
  transition: all 0.1s linear;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f178";
  display: inline-block;
}
#bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"] strong,
#bottom .block-items .hentry strong {
  position: relative;
  display: inline;
  margin: 0 auto;
  max-width: 12em;
}
#bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"].clickable:hover > a:after,
#bottom .block-items .hentry.clickable:hover > a:after {
  transform: translate(5px, 0);
}
@media screen and (max-width: 767px) {
  #bottom .block-items .wp-block[data-type="theme-blocks/progress-bottom-item"],
  #bottom .block-items .hentry {
    margin: 1em auto;
    max-width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  #bottom .block-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  #bottom ul li {
    flex-basis: calc(48% - 2em);
  }
  #bottom ul li a strong {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  #bottom .block-top {
    padding-top: 40vw;
  }
  #bottom .block-items > .block-editor-inner-blocks > .block-editor-block-list__layout .hentry {
    flex-basis: calc(48% - 2em);
  }
  #bottom ul li {
    flex-basis: calc(100% - 2em);
  }
}
@media screen and (max-width: 400px) {
  #bottom .block-top {
    padding-top: 60vw;
  }
  #bottom .block-items > .block-editor-inner-blocks > .block-editor-block-list__layout {
    margin: 0 1em;
  }
  #bottom .block-items > .block-editor-inner-blocks > .block-editor-block-list__layout .hentry {
    flex-basis: 100%;
  }
}

.page-styleguide #share-tab,
.page-styleguide #support-work,
.page-styleguide #related,
.page-styleguide #footer:before {
  display: none;
}
.page-styleguide .tag {
  color: #86c0ed;
}
.page-styleguide body.page-styleguide .main-content {
  padding-bottom: 1em;
}
.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #12b5ea;
  color: white;
}
.page-styleguide .clickme:hover {
  cursor: pointer;
  background: gray;
}
.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee;
}
.page-styleguide article {
  display: none;
}
.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0;
}
.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: grey;
  border-bottom: 2px solid #e9e9e9;
}
.page-styleguide details.primer summary {
  position: absolute;
  right: 0;
  top: -2.5em;
  padding: 0.75em;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: #12b5ea;
}
.page-styleguide details.primer summary::-webkit-details-marker {
  display: none;
}
.page-styleguide details.primer section {
  overflow: hidden;
  padding: 3% 1.5% 1.5%;
}
.page-styleguide details .caption {
  margin-bottom: 0;
}
.page-styleguide .circle {
  width: 150px;
  height: 150px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%;
}
.page-styleguide .circle p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-styleguide .code_area {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */