/*!
Theme Name: Community Solutions
Theme URI: http://community.solutions
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-7px); } }

@-webkit-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; } }

@-moz-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 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; } }

@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px; } }

@-moz-keyframes loading {
  100% {
    background-position: 0px -570px; } }

@keyframes loading {
  100% {
    background-position: 0px -570px; } }

@-webkit-keyframes loop {
  from {
    -webkit-transform: translate(0%, 0%); }
  to {
    -webkit-transform: translate(-50%, 0%); } }

@-moz-keyframes loop {
  from {
    -moz-transform: translate(0%, 0%); }
  to {
    -moz-transform: translate(-50%, 0%); } }

@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;
  -moz-font-feature-settings: "pnum";
  -webkit-font-feature-settings: "pnum";
  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;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  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: .08em;
  letter-spacing: .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: .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";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .expandable.opened:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    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;
    -webkit-transition: max-height, 0.2s linear;
    -moz-transition: max-height, 0.2s linear;
    -ms-transition: max-height, 0.2s linear;
    -o-transition: max-height, 0.2s linear;
    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: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      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 {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0); }

.text {
  display: block; }
  .text:hover .fa-long-arrow-right {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    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;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  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: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    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: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.33333%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.28571%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.11111%; }
  .gallery .gallery-item {
    display: inline-block;
    vertical-align: text-top;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -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);
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  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;
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    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);
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    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;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  body.overlay-on #overlay {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  #overlay .content {
    position: absolute;
    top: 80px;
    left: 8%;
    width: 84%;
    height: -webkit-calc(100% - 160px);
    height: -moz-calc(100% - 160px);
    height: calc(100% - 160px); }
    @media screen and (max-height: 500px) {
      #overlay .content {
        top: 50px;
        height: -webkit-calc(100% - 75px);
        height: -moz-calc(100% - 75px);
        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.20em; }
    #overlay .close span {
      display: inline-block;
      vertical-align: middle; }

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: .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: .3px;
  word-spacing: .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: .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;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  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: .5px;
    -webkit-transition: padding 0.4s ease-in-out;
    -moz-transition: padding 0.4s ease-in-out;
    -ms-transition: padding 0.4s ease-in-out;
    -o-transition: padding 0.4s ease-in-out;
    transition: padding 0.4s ease-in-out; }
  #header .logo {
    width: 200px;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    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;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      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;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    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;
      -webkit-transform: translate(0, -100%);
      -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      -o-transform: translate(0, -100%);
      transform: translate(0, -100%);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      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;
      -webkit-transform: translate(0, 0%);
      -moz-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      -o-transform: translate(0, 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;
        -webkit-transform: translate(-100px, 0);
        -moz-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        -o-transform: translate(-100px, 0);
        transform: translate(-100px, 0); } }
  #header form {
    display: flex;
    white-space: nowrap;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    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;
      -webkit-transition: width 0.4s ease-in-out;
      -moz-transition: width 0.4s ease-in-out;
      -ms-transition: width 0.4s ease-in-out;
      -o-transition: width 0.4s ease-in-out;
      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 {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        #header form .input .close:after {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          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 {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      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;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      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 {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        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;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      #header .toggle.menu .bar:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    body.menu-on #header .toggle.menu {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      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%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -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;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          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;
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        -o-transform: translate(0, -100px);
        transform: translate(0, -100px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        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;
          -webkit-transform: translate(0, 0px) !important;
          -moz-transform: translate(0, 0px) !important;
          -ms-transform: translate(0, 0px) !important;
          -o-transform: translate(0, 0px) !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: -webkit-calc(100vh - 110px - 4em);
        height: -moz-calc(100vh - 110px - 4em);
        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%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -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;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        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;
      -webkit-transform: translate(0, -100px);
      -moz-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
      -o-transform: translate(0, -100px);
      transform: translate(0, -100px);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      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;
        -webkit-transform: translate(0, 0px) !important;
        -moz-transform: translate(0, 0px) !important;
        -ms-transform: translate(0, 0px) !important;
        -o-transform: translate(0, 0px) !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: -webkit-calc(100vh - 110px - 4em);
      height: -moz-calc(100vh - 110px - 4em);
      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;
              -webkit-transition: opacity 0.7s;
              -moz-transition: opacity 0.7s;
              -ms-transition: opacity 0.7s;
              -o-transition: opacity 0.7s;
              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";
              -webkit-transition: transform 0.2s;
              -moz-transition: transform 0.2s;
              -ms-transition: transform 0.2s;
              -o-transition: transform 0.2s;
              transition: transform 0.2s; }
            #nav > ul > li.has-submenu.current > a:after, #nav > ul > li.has-submenu.hover > a:after {
              -webkit-transform: scale(-1);
              -moz-transform: scale(-1);
              -ms-transform: scale(-1);
              -o-transform: scale(-1);
              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;
          -webkit-transform: translate(0, -3px);
          -moz-transform: translate(0, -3px);
          -ms-transform: translate(0, -3px);
          -o-transform: translate(0, -3px);
          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;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            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;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          #nav > ul > li > ul li {
            padding: 5px 10px; }
        #nav > ul > li.on.has-submenu > a > .v:before {
          -webkit-transform: scaleY(-1);
          -moz-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
          -o-transform: scaleY(-1);
          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;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        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 .8em;
    background: #0494cb;
    max-height: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    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: -webkit-calc((100vw - 1100px) / 2);
      width: -moz-calc((100vw - 1100px) / 2);
      width: calc((100vw - 1100px) / 2);
      background: inherit; }
      @media screen and (max-width: 1213.7931px) {
        #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: .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: -webkit-calc((100vw - 1100px) / 2);
      width: -moz-calc((100vw - 1100px) / 2);
      width: calc((100vw - 1100px) / 2); }
      @media screen and (max-width: 1213.7931px) {
        #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;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      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;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        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.7931px) {
    .wrap {
      margin: 0 4.6875%; } }

#wrap {
  position: relative;
  background-color: inherit;
  padding: 140px 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: -webkit-calc(30% - 30px);
    width: -moz-calc(30% - 30px);
    width: calc(30% - 30px); }
  .query-posts.related {
    justify-content: space-around; }
  @media screen and (max-width: 980px) {
    .query-posts > .hentry {
      width: 45%;
      width: -webkit-calc(45% - 30px);
      width: -moz-calc(45% - 30px);
      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 {
        -webkit-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -ms-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        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: -webkit-calc((100vw - 1100px) / 2);
      width: -moz-calc((100vw - 1100px) / 2);
      width: calc((100vw - 1100px) / 2); } }
  @media screen and (min-width: 768px) and (max-width: 1213.7931px) {
    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:before {
    content: '';
    display: block;
    position: absolute;
    width: 6em;
    height: 6em;
    top: -2em;
    left: -2em;
    background: #86af15;
    z-index: 0; }
  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%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  a.embed.play:hover:after {
    background: white; }
  a.embed.play img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }

.small {
  font-size: .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 .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%;
      object-fit: cover;
      object-position: 50% 25%;
      transition: transform .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: .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: .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: .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: .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: .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-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: .2px;
    text-transform: capitalize;
    font-family: "Asap Condensed", sans-serif; }
  .hentry.card.type-project .location {
    margin-bottom: 0.5em;
    text-transform: none;
    font-size: .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;
    object-fit: cover;
    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;
      -webkit-transition: transform 0.2s;
      -moz-transition: transform 0.2s;
      -ms-transition: transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s; }
    @media screen and (max-width: 500px) {
      .hentry.promo .content {
        width: 80%; } }
  .hentry.promo.clickable:hover .content .arrow {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    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%;
      object-fit: cover;
      object-position: 50% 25%;
      transition: transform .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;
      -webkit-transition: transform 0.2s;
      -moz-transition: transform 0.2s;
      -ms-transition: transform 0.2s;
      -o-transition: transform 0.2s;
      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: .5px;
    font-weight: 600;
    font-family: "Asap Condensed", sans-serif; }
  .hentry.featured.clickable:hover .content .arrow {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    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-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;
      -webkit-transform: translate(0, -100%);
      -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      -o-transform: translate(0, -100%);
      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;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  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%;
      object-fit: cover;
      object-position: 50% 25%;
      -webkit-filter: grayscale(100%);
      /* 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;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .hentry.profile .content .inner {
      position: relative;
      padding: 0em 0 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      border-top: 0px solid #aaa; }
    .hentry.profile .content .inner2 {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      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 {
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      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;
    -webkit-filter: blur(3px);
    -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: .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; }

/* General page styles */
/* 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: .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 > .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; }

/* @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; }

/* @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 {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    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;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    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; } }

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

.theme-block.full-width {
  left: 50%;
  width: 100vw;
  margin-left: -50vw; }
  .theme-block.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;
  -webkit-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  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: 4em 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: .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: .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; }

.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; }
  #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: .02em;
        box-sizing: unset;
        font-size: 3.2rem;
        padding-bottom: .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: -webkit-calc(((100vw - 100%) / 2) + 20%);
      width: -moz-calc(((100vw - 100%) / 2) + 20%);
      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: 450px;
    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: 450px; }
  @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; } }
  @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;
        -ms-grid-columns: 300px 40px auto;
        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: .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%;
      object-fit: contain;
      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: -webkit-calc(((100vw - 100%) / 2) + 20%);
    width: -moz-calc(((100vw - 100%) / 2) + 20%);
    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 {
        -webkit-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -ms-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        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.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%;
      object-fit: cover;
      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: .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: -.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: -webkit-calc(100px + 5em);
      margin-top: -moz-calc(100px + 5em);
      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: -webkit-calc(33.333% - 2em);
      width: -moz-calc(33.333% - 2em);
      width: calc(33.333% - 2em); }
      .wp-block-theme-blocks-profiles.per_row-3 .hentry .content .inner {
        width: 300%;
        width: -webkit-calc(300% + 4em);
        width: -moz-calc(300% + 4em);
        width: calc(300% + 4em); }
      .wp-block-theme-blocks-profiles.per_row-3 .hentry:nth-child(3n + 2) .content .inner {
        left: -100%;
        left: -webkit-calc(-100% - 2em);
        left: -moz-calc(-100% - 2em);
        left: calc(-100% - 2em); }
      .wp-block-theme-blocks-profiles.per_row-3 .hentry:nth-child(3n + 3) .content .inner {
        left: -200%;
        left: -webkit-calc(-200% - 4em);
        left: -moz-calc(-200% - 4em);
        left: calc(-200% - 4em); }
    .wp-block-theme-blocks-profiles.per_row-2 .hentry {
      width: -webkit-calc(50% - 2em);
      width: -moz-calc(50% - 2em);
      width: calc(50% - 2em); }
      .wp-block-theme-blocks-profiles.per_row-2 .hentry .content .inner {
        width: 200%;
        width: -webkit-calc(200% + 2em);
        width: -moz-calc(200% + 2em);
        width: calc(200% + 2em); }
      .wp-block-theme-blocks-profiles.per_row-2 .hentry:nth-child(2n + 2) .content .inner {
        left: -100%;
        left: -webkit-calc(-100% - 2em);
        left: -moz-calc(-100% - 2em);
        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;
  -ms-grid-columns: 430px 50px auto;
  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; }
    .wp-block-theme-blocks-alert .image img {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
  .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: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        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;
      object-fit: cover;
      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: -webkit-calc(100% - 30px);
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px); }
      .wp-block-theme-blocks-hero .block-image img {
        left: 15px;
        width: -webkit-calc(100% - 15px);
        width: -moz-calc(100% - 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; }
  .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%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      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: 767px) {
    .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;
        object-fit: contain; }
    .wp-block-theme-blocks-solutions .block-box .title {
      margin: .75em 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: .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;
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out; }
    .wp-block-theme-blocks-get-involved .block-box:hover .bg {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      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-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; }

.wp-block-theme-blocks-youtube-embed iframe .youtube-embed {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 660px; }

.wp-block-theme-blocks-youtube-embed .overlay {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

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

.wp-block-embed figcaption {
  font-size: .8rem;
  font-family: "Asap Condensed", sans-serif;
  line-height: 1.5; }

.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: .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-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: '\2014';
      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%;
      object-fit: cover;
      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 {
      position: relative;
      z-index: 1;
      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; }
  @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;
      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; }

.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 */