/**
 * Override Backdrop grid
 */
.container-fluid,
.container {
  margin-left: 15px;
  margin-right: 15px; }

@media (min-width: 34em) {
  .container {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    /* padding-right: .9375rem;
    padding-left: .9375rem;*/ } }

@media (min-width: 48em) {
  .container,
  .container-fluid {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px; } }

@media (min-width: 62em) {
  .container,
  .container-fluid {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px; } }

@media (min-width: 74.375em) {
  .container {
    max-width: 1130px;
    margin: auto; } }

/**
 * Aspiration Theme Variables
 * Version 1.0.0
 *
 */
/** transition used on buttons and menus */
/** Fonts */
body {
  font-size: 16px;
  font-family: "Anonymous Pro", monospace;
  overflow-x: hidden;
  color: #3c3c3c;
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #0582c1;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none; }
  a:hover {
    color: #20598f;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }

p {
  margin: 0 0 20px 0;
  line-height: 1.3; }
  @media (min-width: 62em) {
    p {
      line-height: 1.5; } }

li {
  margin: 0 0 1em;
  line-height: 1.5; }

figure {
  margin: 0; }

blockquote {
  border-left: 1px solid #ccdcee;
  /* LTR */ }

[dir="rtl"] blockquote {
  border-left: none;
  border-right: 0.25rem solid #c6cad2; }

blockquote {
  margin: 30px 0;
  padding: 0 0 0 10px;
  line-height: 1.5; }

blockquote > :first-child {
  margin-top: 0; }

blockquote > :last-child {
  margin-bottom: 0; }

pre,
code {
  font-family: Consolas, 'Lucida Console', 'Courier New', monospace;
  color: #20252e; }

code {
  display: inline-block;
  padding: 0 0.375em;
  border: 0.0625rem solid #c6cad2;
  background: #dee2ea; }

pre code {
  margin: 0;
  padding: 0.8em 1.3em;
  border: 0;
  border-left: 0.25rem solid #c6cad2;
  background: transparent; }

code p {
  display: inline;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.field-label {
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 1.2;
  margin: 1rem 0 0.5rem;
  letter-spacing: .9px;
  color: #3c3c3c; }

h1 {
  display: inline-block;
  color: #20598f;
  margin: 0 0 30px 0;
  padding: 0px 11px;
  font-size: 40px;
  font-weight: normal;
  background-color: #f4f7f9; }

h2,
h3,
.field-label-above .field-label {
  font-weight: normal;
  line-height: 1.1; }

h2 {
  font-size: 24px;
  margin-top: 0; }

h2.block-title {
  margin-bottom: 15px; }

h3,
.field-label-above .field-label {
  font-size: 1.5rem; }

h4 {
  font-size: 1.325rem; }

h5 {
  font-size: 1.3rem; }

h6 {
  font-size: 1.25rem; }

@media (min-width: 62em) {
  h1 {
    font-size: 55.5px; }
  h2 {
    font-size: 30px; }
  h2.teaser {
    font-size: 44px; } }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none; }

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

iframe {
  max-width: 100%; }

label {
  font-weight: 600; }

.hide-label label {
  display: none; }

/*
* Button
*/
/**
 * Table tags
 */
table {
  width: 100%;
  margin: 0 0 1em;
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  font-size: 1.6rem;
  font-weight: 400; }

th,
td,
caption {
  padding: 0.8em 0.8em; }

th,
td {
  padding: 0.8em 0.8em;
  line-height: 1.3; }

th {
  background: #dee2ea; }

table [aria-sort] a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0; }

table [aria-sort="descending"] a:after {
  border-bottom-width: 0; }

table [aria-sort="ascending"] a:after {
  border-top-width: 0; }

table [aria-sort] img {
  visibility: hidden; }

/** Angled images - not using top but included anyways */
.angle--top-left {
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 6vw), 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 calc(0% + 6vw), 100% 0, 100% 100%, 0 100%); }
  @supports not ((clip-path: polygon(0 calc(0% + 6vw), 100% 0, 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 calc(0% + 6vw), 100% 0, 100% 100%, 0 100%))) {
    .angle--top-left::before, .angle--top-left::after {
      content: "";
      position: absolute;
      left: 0;
      z-index: 10;
      display: block;
      border-style: solid; }
    .angle--top-left::before {
      top: 0;
      border-width: 7vw 100vw 0 0;
      border-color: white transparent transparent transparent; } }
  .angle--top-left img {
    display: block;
    width: 100%;
    height: auto; }

.angle--top-right {
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 6vw), 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% calc(0% + 6vw), 100% 100%, 0 100%); }
  @supports not ((clip-path: polygon(0 0, 100% calc(0% + 6vw), 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 0, 100% calc(0% + 6vw), 100% 100%, 0 100%))) {
    .angle--top-right::before, .angle--top-right::after {
      content: "";
      position: absolute;
      left: 0;
      z-index: 10;
      display: block;
      border-style: solid; }
    .angle--top-right::before {
      top: 0;
      border-width: 7vw 0 0 100vw;
      border-color: white transparent transparent transparent; } }
  .angle--top-right img {
    display: block;
    width: 100%;
    height: auto; }

.angle--bottom-left {
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)); }
  @supports not ((clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
    .angle--bottom-left::before, .angle--bottom-left::after {
      content: "";
      position: absolute;
      left: 0;
      z-index: 10;
      display: block;
      border-style: solid; }
    .angle--bottom-left::after {
      bottom: 0;
      border-width: 0 100vw 5vw 0;
      border-color: transparent transparent white transparent; } }
  .angle--bottom-left img {
    display: block;
    width: 100%;
    height: auto; }

.angle--bottom-right {
  width: 100%;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%); }
  @supports not ((clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%)) or (-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%))) {
    .angle--bottom-right::before, .angle--bottom-right::after {
      content: "";
      position: absolute;
      left: 0;
      z-index: 10;
      display: block;
      border-style: solid; }
    .angle--bottom-right::after {
      bottom: 0;
      border-width: 0 0 5vw 100vw;
      border-color: transparent transparent white transparent; } }
  .angle--bottom-right img {
    display: block;
    width: 100%;
    height: auto; }

::-moz-placeholder {
  opacity: 1; }

::-webkit-input-placeholder {
  color: #94a6c4; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #94a6c4; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #94a6c4; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #94a6c4; }

::-ms-input-placeholder {
  /* Edge */
  color: #94a6c4; }

:placeholder-shown {
  /* Standard one last! */
  color: #94a6c4; }

input.form-text {
  border: 1px solid #20598f;
  padding: 8px 10px 8px 0;
  vertical-align: middle; }

input.submit,
input.form-submit {
  color: white;
  background-color: #20598f;
  border: 1px solid #20598f;
  text-transform: uppercase;
  font-family: "Anonymous Pro", monospace;
  font-weight: bold;
  vertical-align: middle;
  padding: 8px 10px;
  cursor: pointer; }
  input.submit:hover,
  input.form-submit:hover {
    background-color: #5c7fa8;
    border: 1px solid #5c7fa8; }

/**
 * Aspiration Theme Media
 * Version 1.0.0
 *
 */
.user-picture img,
.views-field-picture img,
.views-field-name img,
.field-name-field-bio-photo img {
  border-radius: 50%; }

@media (max-width: 48em) {
  .field-name-body img {
    width: 100%; } }

/**
 * Aspiration Theme Header
 * Version 1.0.0
 *
 */
.l-header {
  position: relative;
  background-color: white;
  background-color: #f4f7f9;
  border-bottom: 2px solid #e4ecf6;
  overflow: hidden;
  margin-bottom: 30px; }
  .l-header .l-header-wrap {
    position: relative; }
  .l-header .logo-wrapper {
    background-color: white;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-top: 15px;
    height: 60px; }
    .l-header .logo-wrapper img.header-logo {
      max-width: 40px;
      float: left;
      width: 40px; }

/*
@media(min-width: 34em) {
  .l-header {
    .logo-wrapper {
      margin-left: -.9375rem !important;
      margin-right: -.9375rem !important;
      padding-left: .9375rem;
    }
  }
}*/
@media (max-width: 62em) {
  .l-header {
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; } }

header.shrink {
  position: fixed;
  clear: both !important;
  width: 100%;
  top: 0;
  z-index: 999999999;
  background-color: white;
  background-color: #f4f7f9;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

@media (min-width: 34em) {
  .l-header .logo-wrapper {
    margin-left: -55px;
    margin-right: -55px;
    padding-left: 55px;
    padding-top: 15px; } }

@media (min-width: 62em) {
  .l-header {
    max-height: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: none;
    overflow: visible;
    background-color: white !important;
    height: 75px;
    padding: 25px 0 0 0;
    width: 100%;
    background-color: white;
    border-bottom: 2px solid #e4ecf6; }
    .l-header .l-header-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .l-header .l-header-wrap .logo-wrapper {
        float: left;
        width: 40px;
        margin-right: 60px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 0;
        height: auto;
        border-bottom: none; }
        .l-header .l-header-wrap .logo-wrapper img.header-logo {
          max-width: 40px;
          float: none;
          padding-left: 0; }
  .l-wrapper {
    clear: both; } }

.l-footer {
  border-top: 5px solid #e4ecf6;
  margin-bottom: 60px; }
  .l-footer p {
    font-size: 15px;
    margin: 15px 0;
    line-height: 1.3; }
  .l-footer p:nth-child(1) {
    margin-top: 5px; }
  .l-footer .l-wrapper-inner .l-footer-top-row {
    font-size: 15px; }
    .l-footer .l-wrapper-inner .l-footer-top-row .l-footer-left {
      padding-top: 45px; }
    .l-footer .l-wrapper-inner .l-footer-top-row .l-footer-right {
      padding-top: 45px; }

.l-footer {
  padding-top: 30px; }
  .l-footer h2.block-title {
    color: #20598f;
    font-size: 20px;
    font-family: "PT Sans Narrow", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: .5px; }
  .l-footer .footer-logo {
    display: none; }
  .l-footer .footer-menu {
    padding-top: 15px;
    clear: both; }
  .l-footer .footer-our-mission {
    padding-bottom: 30px; }
  .l-footer .block-join {
    max-width: 300px; }
    .l-footer .block-join h2, .l-footer .block-join p {
      text-align: left; }
    .l-footer .block-join .button {
      margin-bottom: 25px;
      margin-top: 10px;
      background-color: #20598f;
      color: white;
      border-color: #20598f; }
      .l-footer .block-join .button:hover {
        background-color: #5c7fa8;
        border-color: #5c7fa8;
        color: white; }
      .l-footer .block-join .button:after {
        content: ""; }
    .l-footer .block-join form {
      text-align: right;
      margin-bottom: 30px;
      margin-top: 20px; }
      .l-footer .block-join form .input-wrapper {
        padding-bottom: 30px; }
      .l-footer .block-join form .input-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .l-footer .block-join form .input-wrapper input.form-text {
          display: inline;
          width: calc(100% - 60px);
          padding-left: 10px;
          height: 30px;
          border: none;
          border-radius: 0;
          font-size: 14px;
          border: 1px solid #20598f;
          vertical-align: middle; }
        .l-footer .block-join form .input-wrapper input.submit {
          display: inline;
          border: none;
          color: white;
          background-color: #20598f;
          width: 60px;
          height: 30px;
          text-transform: uppercase;
          font-family: "Anonymous Pro", monospace;
          font-weight: bold;
          vertical-align: middle; }
  .l-footer .block-contact i {
    font-size: 11px;
    padding-right: 10px; }
  .l-footer .block-social-links {
    margin-top: 30px; }
    .l-footer .block-social-links a {
      padding-right: 15px;
      font-size: 30px;
      color: #20598f; }
  .l-footer .l-footer-bottom-wrapper {
    margin-top: 45px;
    border-top: 2px solid #e4ecf6;
    padding-top: 10px; }
    .l-footer .l-footer-bottom-wrapper p {
      line-height: 1.3;
      margin: 10px 0; }

@media (min-width: 48em) {
  .l-footer .l-footer-right {
    columns: 2;
    column-gap: 60px; }
  .l-footer .footer-logo {
    display: block;
    float: left;
    width: 22%; }
    .l-footer .footer-logo img {
      max-width: 92.5px; }
  .l-footer .footer-our-mission {
    float: left;
    width: 78%;
    padding-bottom: 30px; }
  .l-footer .block-join {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    background-color: #e4ecf6; }
    .l-footer .block-join h2 {
      padding: 25px 30px  0 30px; }
    .l-footer .block-join p {
      padding-left: 30px;
      padding-right: 30px; }
    .l-footer .block-join form {
      padding-left: 30px; }
      .l-footer .block-join form .input-wrapper input.form-text {
        border: none; }
  .l-footer .block-contact {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .l-footer .block-social-links {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top: 15px; }
  .l-footer .l-footer-bottom-wrapper {
    margin-top: 30px; } }

@media (min-width: 62em) {
  /**
   * Border extends to the left of container
   * from https://codepen.io/Paulie-D/pen/MaqRmX
   */
  .l-footer {
    border-top: none; }
    .l-footer .l-footer-right {
      columns: unset; }
    .l-footer .l-footer-top {
      position: relative;
      overflow: visible; }
      .l-footer .l-footer-top [class*="col"] {
        position: relative; }
      .l-footer .l-footer-top .l-footer-left:before {
        content: '';
        position: absolute;
        width: 100vw;
        top: 0;
        right: 0;
        border-top: 5px solid #e4ecf6; }
      .l-footer .l-footer-top .l-footer-right {
        border-top: 5px solid #e4ecf6;
        padding-right: 0;
        margin-left: -.9375rem; }
  .l-footer {
    margin-bottom: 90px; }
    .l-footer .l-wrapper-inner .l-footer-left {
      padding-top: 60px; }
    .l-footer .l-wrapper-inner .l-footer-right {
      padding-top: 30px; }
  .l-footer .footer-our-mission {
    padding-bottom: 45px; }
  .l-footer .block-join {
    margin-left: 60px; }
  .l-footer .block-contact {
    margin-top: 73px;
    margin-left: 60px;
    padding-left: 30px; }
  .l-footer .block-social-links {
    margin-top: 30px;
    margin-left: 60px;
    padding-left: 30px; }
  .l-footer .l-footer-bottom-wrapper {
    margin-top: 60px; }
  .l-footer .footer-cc {
    width: 44%;
    float: left; }
  .l-footer .footer-credits {
    width: 46%;
    text-align: right;
    float: right; } }

/*
 * @file
 * CSS for the responsive menu toggle checkbox / button.
 * Copied from core menu-toggle.theme.css
 */
.tabs {
  margin-top: 30px; }

.js .menu-dropdown a,
.menu-dropdown.sm a {
  color: #20598f;
  font-family: "Anonymous Pro", monospace;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal !important; }
  .js .menu-dropdown a.active-trail, .js .menu-dropdown a:hover, .js .menu-dropdown a:focus,
  .menu-dropdown.sm a.active-trail,
  .menu-dropdown.sm a:hover,
  .menu-dropdown.sm a:focus {
    color: #f4f7f9; }

/**
* Menu state checkbox.
*/
.menu-toggle-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.menu-toggle-state ~ .menu {
  display: none; }

/* Hide the menu in mobile view. */
.menu-toggle-state:not(:checked) ~ .menu {
  display: none; }

.menu-toggle-state:checked ~ .menu {
  display: block; }

@media (max-width: 991px) {
  .block-system-main-menu {
    position: static !important; }
  /**
  * Menu toggle button
  */
  .menu-toggle-button {
    position: absolute;
    top: 15px;
    right: 0;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .menu-toggle-button i {
      font-size: 30px;
      color: #5c7fa8; }
      .menu-toggle-button i:hover, .menu-toggle-button i:focus, .menu-toggle-button i:active {
        color: #20598f; }
  .menu-toggle-button-text {
    display: none; }
  .menu-dropdown.sm {
    list-style: none;
    position: relative;
    padding-top: 20px;
    margin-left: -30px !important;
    margin-right: -30px !important;
    margin-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-top: 2px solid #e4ecf6 !important;
    padding-top: 20px !important; }
    .menu-dropdown.sm li.has-children a:after {
      font-family: "Font Awesome 5 Free";
      content: '\f067';
      font-weight: 900;
      color: #20598f;
      font-size: 8px;
      position: absolute;
      right: 0;
      top: 2px; }
    .menu-dropdown.sm li.has-children a[aria-expanded="true"]:after {
      content: '\f068'; }
    .menu-dropdown.sm li {
      margin-left: 15px !important;
      margin-right: 15px !important;
      padding-left: 0 !important;
      margin-bottom: 25px !important;
      padding-bottom: 3px;
      border-bottom: 1px dotted #94a6c4;
      position: relative; }
      .menu-dropdown.sm li a:hover, .menu-dropdown.sm li a:focus, .menu-dropdown.sm li a:active {
        color: #20598f;
        outline: 0; }
      .menu-dropdown.sm li a.active-trail {
        color: #20598f; }
    .menu-dropdown.sm li ul li,
    .menu-dropdown.sm li.has-childern ul li {
      margin-top: 25px;
      border-bottom: none; }
      .menu-dropdown.sm li ul li a[aria-expanded="true"]:after,
      .menu-dropdown.sm li ul li a:after,
      .menu-dropdown.sm li.has-childern ul li a[aria-expanded="true"]:after,
      .menu-dropdown.sm li.has-childern ul li a:after {
        content: '' !important; }
      .menu-dropdown.sm li ul li a,
      .menu-dropdown.sm li.has-childern ul li a {
        font-weight: normal;
        text-transform: none; } }

@media (min-width: 34em) {
  .menu-dropdown.sm {
    margin-left: -55px !important;
    margin-right: -55px !important;
    padding-left: 55px !important;
    padding-right: 55px !important; }
  .block-menu ul {
    list-style: none !important; }
    .block-menu ul li {
      list-style: none !important; } }

@media (min-width: 62em) {
  .js .menu-dropdown,
  .menu-dropdown.sm {
    padding-top: 10px;
    float: left; }
    .js .menu-dropdown li,
    .menu-dropdown.sm li {
      float: left;
      padding-right: 30px; }
      .js .menu-dropdown li a,
      .menu-dropdown.sm li a {
        padding-bottom: 2px;
        border-bottom: 2px solid transparent; }
        .js .menu-dropdown li a.active-trail, .js .menu-dropdown li a:hover, .js .menu-dropdown li a:focus,
        .menu-dropdown.sm li a.active-trail,
        .menu-dropdown.sm li a:hover,
        .menu-dropdown.sm li a:focus {
          color: #20598f;
          border-bottom: 2px solid #20598f;
          -webkit-transition: border-bottom .5s;
          -moz-transition: border-bottom .5s;
          -ms-transition: border-bottom .5s;
          -o-transition: border-bottom .5s;
          transition: border-bottom .5s; }
      .js .menu-dropdown li ul,
      .menu-dropdown.sm li ul {
        margin: 0;
        padding: 0;
        background-color: #e4ecf6;
        padding: 22px 30px;
        position: absolute;
        width: 180px !important;
        top: 40px !important;
        display: none; }
        .js .menu-dropdown li ul li,
        .menu-dropdown.sm li ul li {
          float: none;
          padding: 0 0 12px 0; }
          .js .menu-dropdown li ul li a,
          .menu-dropdown.sm li ul li a {
            text-transform: none;
            border-bottom: none;
            color: #20598f;
            font-weight: normal; }
            .js .menu-dropdown li ul li a.active-trail, .js .menu-dropdown li ul li a:hover, .js .menu-dropdown li ul li a:focus,
            .menu-dropdown.sm li ul li a.active-trail,
            .menu-dropdown.sm li ul li a:hover,
            .menu-dropdown.sm li ul li a:focus {
              border-bottom: none;
              color: #0582c1; }
        .js .menu-dropdown li ul li.last,
        .menu-dropdown.sm li ul li.last {
          padding-bottom: 0; }
  [dir="rtl"] .menu-dropdown li {
    float: right; }
  .menu-dropdown ul li,
  [dir="rtl"] .menu-dropdown ul li {
    float: none; }
  .menu-dropdown ul li ul {
    display: none; }
  .menu-dropdown ul a {
    white-space: normal; }
  .menu-dropdown li {
    border-top: 0; }
  /* Always show the menu in desktop view. */
  .menu-toggle-state:not(:checked) ~ .menu {
    display: block; } }

@media (min-width: 68em) {
  .js .menu-dropdown li,
  .menu-dropdown.sm li {
    float: left;
    padding-right: 45px; } }

.block-menu-secondary-menu {
  display: none; }

@media (max-width: 991px) {
  .block-menu-secondary-menu {
    clear: both;
    float: right;
    margin-right: 15px;
    margin-bottom: 30px; }
    .block-menu-secondary-menu ul {
      list-style: none;
      margin: 0 0 0 30px;
      padding: 1px 0 0 0;
      float: left; }
      .block-menu-secondary-menu ul li {
        margin: 0;
        padding: 4px 0 0 0;
        text-align: center;
        height: 30px;
        width: 80px;
        background-color: #20598f; }
        .block-menu-secondary-menu ul li:hover {
          background-color: #5c7fa8; }
      .block-menu-secondary-menu ul a {
        color: white;
        font-family: "Anonymous Pro", monospace;
        font-size: 14px;
        letter-spacing: .5px;
        line-height: normal;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        white-space: normal !important;
        display: inline; } }

@media (min-width: 62em) {
  .block-menu-secondary-menu {
    display: block !important;
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
    -moz-order: 100;
    -ms-flex-order: 100;
    order: 100; }
    .block-menu-secondary-menu ul {
      list-style: none;
      margin: 0 0 0 30px;
      padding: 1px 0 0 0;
      float: left; }
      .block-menu-secondary-menu ul li {
        margin: 0;
        padding: 4px 0 0 0;
        text-align: center;
        height: 30px;
        width: 80px;
        background-color: #20598f; }
        .block-menu-secondary-menu ul li:hover {
          background-color: #5c7fa8; }
      .block-menu-secondary-menu ul a {
        color: white;
        font-family: "Anonymous Pro", monospace;
        font-size: 14px;
        letter-spacing: .5px;
        line-height: normal;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        white-space: normal !important;
        display: inline; } }

.l-footer .menu-tree {
  margin: 0;
  padding: 0 0 60px 0;
  column-count: 2;
  column-gap: 0;
  list-style-type: none;
  padding-top: 20px;
  clear: both;
  border-top: 2px solid #e4ecf6; }
  .l-footer .menu-tree li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 120px;
    list-style: none !important;
    padding: 0 5px 0 0;
    margin: 0 0 30px 0;
    line-height: 1.1; }
    .l-footer .menu-tree li a {
      color: #20598f;
      white-space: normal;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      padding-bottom: 2px; }
      .l-footer .menu-tree li a.active-trail, .l-footer .menu-tree li a:hover, .l-footer .menu-tree li a:focus {
        color: #0582c1; }
    .l-footer .menu-tree li ul {
      margin: 0;
      padding: 15px 0 0 0; }
      .l-footer .menu-tree li ul li {
        float: none;
        padding: 0 0 12px 0;
        margin: 0; }
        .l-footer .menu-tree li ul li a {
          white-space: normal;
          word-break: normal;
          text-transform: none;
          border-bottom: none;
          color: #20598f;
          font-weight: normal; }
          .l-footer .menu-tree li ul li a.active-trail, .l-footer .menu-tree li ul li a:hover, .l-footer .menu-tree li ul li a:focus {
            border-bottom: none;
            color: #0582c1; }
      .l-footer .menu-tree li ul li.last {
        padding-bottom: 0; }

@media (min-width: 768px) {
  .l-footer .menu-tree {
    columns: 3; } }

@media (min-width: 1200px) {
  .l-footer .menu-tree {
    columns: unset;
    padding-bottom: 0; }
    .l-footer .menu-tree li {
      float: left;
      width: 120px;
      padding: 0 5px 12px 0;
      margin: 0; }
      .l-footer .menu-tree li ul li {
        padding: 0 5px 12px 0; } }

.block-search-form {
  display: none;
  float: right; }
  .block-search-form .search-block-form {
    display: none; }
  .block-search-form .icon-search {
    display: inline-block;
    text-decoration: none;
    color: #0582c1; }
    .block-search-form .icon-search span {
      display: none; }
    .block-search-form .icon-search:hover, .block-search-form .icon-search:focus {
      color: #20598f; }
  .block-search-form .icon-search {
    display: inline-block;
    text-decoration: none;
    background-color: #5c7fa8;
    color: white;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    margin-right: 15px;
    margin-bottom: 15px;
    /* not working - using i tag instead :(
    &:before {
      font-family: $fontawesome;
      content: "\f007";
    } */ }
    .block-search-form .icon-search i {
      vertical-align: middle;
      text-align: center;
      padding-top: 8px;
      padding-left: 7px;
      font-size: 16px; }
    .block-search-form .icon-search span {
      display: none; }
    .block-search-form .icon-search:hover, .block-search-form .icon-search:focus {
      color: white;
      background-color: #20598f;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }

.search-block-form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 20px;
  background-color: #fff;
  z-index: 999; }
  .search-block-form .form-submit {
    display: none; }
  .search-block-form .form-search {
    margin: 0 1em;
    border: 1px solid #fff;
    border-bottom: 1px solid #e4ecf6;
    font-size: 22px;
    padding: .5em .5em;
    background: transparent;
    width: 90%; }
    .search-block-form .form-search:focus {
      outline: none; }
  .search-block-form .search-close {
    display: block;
    position: absolute;
    right: 1em;
    top: .5em;
    padding: .5em;
    border: none;
    background: transparent;
    z-index: 9999;
    color: #20598f;
    font-size: 18px; }
    .search-block-form .search-close:hover {
      cursor: pointer; }

.logged-in .search-block-form,
.logged-in .search-close {
  top: 33px; }

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */ }

@media (min-width: 62em) {
  .block-search-form {
    display: block !important;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .block-search-form a.icon-search {
      display: inline-block;
      text-decoration: none;
      background-color: #5c7fa8;
      color: white;
      width: 30px;
      height: 30px;
      margin-top: 1px;
      margin-right: 0;
      margin-bottom: 0px;
      /* not working - using i tag instead :(
      &:before {
        font-family: $fontawesome;
        content: "\f007";
      } */ }
      .block-search-form a.icon-search i {
        vertical-align: middle;
        text-align: center;
        padding-top: 8px;
        padding-left: 7px;
        font-size: 16px; }
      .block-search-form a.icon-search span {
        display: none; }
      .block-search-form a.icon-search:hover, .block-search-form a.icon-search:focus {
        color: white;
        background-color: #20598f;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
  .search-block-form {
    padding-bottom: 1em;
    padding-top: 1em; }
    .search-block-form .form-search {
      font-size: 2.75em;
      width: 95%; }
      .search-block-form .form-search:focus {
        outline: none; }
    .search-block-form .search-close {
      font-size: 1.25em; } }

/**
* Custom Social Share icons
*/
.front .custom-share-floating {
  display: none !important; }

.c-floating-share {
  animation-duration: .4s;
  -webkit-animation-duration: .4s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  position: sticky; }

.custom-share-floating a:focus, .custom-share-floating a:hover {
  width: 4pc; }

.at4-share .at4-share-count-anchor {
  padding-bottom: 8px;
  text-decoration: none;
  transition: padding .15s ease-in-out .15s,width .15s ease-in-out; }

.custom-share-floating .at-share-btn {
  border: 0;
  padding: 0; }

.custom-share-floating a {
  position: relative;
  display: block;
  width: 3pc;
  margin: 0;
  outline-offset: -1px;
  text-align: center;
  float: left;
  transition: width .15s ease-in-out;
  overflow: hidden;
  background: #e8e8e8;
  z-index: 100030;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px; }

.custom-share-inline a {
  color: #fff;
  display: inline-block;
  float: left;
  height: 36px;
  margin-right: 2px; }

a.custom-share-facebook {
  position: relative;
  background-color: #3b5998;
  float: none; }

a.custom-share-twitter {
  background-color: #1da1f2; }

a.custom-share-email {
  background-color: #848484; }

.custom-share-floating .custom-share-count {
  padding-top: 0;
  display: block;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  font-family: sans-serif; }

/**
 * General Views
 */
.views-row article h2 {
  font-weight: normal; }

.views-view-grid-cols-2 {
  grid-column-gap: 30px; }
  .views-view-grid-cols-2 > div {
    margin-bottom: 45px;
    position: relative; }

@media (max-width: 48em) {
  .views-view-grid-cols-2 {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr); } }

.pager--infinite-scroll {
  list-style: none;
  margin: 30px 0;
  padding: 0; }
  .pager--infinite-scroll li {
    margin: 0;
    padding: 0; }
    .pager--infinite-scroll li a {
      display: block;
      width: 100%;
      border: 2px solid #e4ecf6;
      font-family: "Anonymous Pro", monospace;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      padding: 15px 0; }

/**
 * Aspiration Theme - Layout elements
 * Version 1.0.0
 *
 * 34em = 544px
 * 48em = 768px
 * 62em = 992px
 * 74.376em = 1190px
 * 82em = 1312px
 *
 */
body {
  overflow-x: hidden; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.l-page-title {
  margin-top: 45px;
  margin-left: -11px; }

.front .l-page-title {
  margin-top: 30px; }

#back-to-top {
  display: none; }

.l-sidebar {
  margin-top: 45px; }
  .l-sidebar .block {
    margin-bottom: 45px; }
  .l-sidebar .block-border {
    margin-bottom: 30px; }

@media (min-width: 48em) {
  .l-page-title {
    margin-top: 60px; }
  .front .l-page-title {
    margin-top: 30px; }
  .l-sidebar {
    margin-top: 0; }
  #back-to-top {
    background: url("../images/triangle-shadow.svg") no-repeat center 45px;
    background-size: contain;
    bottom: 80px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
    width: 113px;
    height: 90px;
    z-index: 1;
    text-decoration: none; }
    #back-to-top span {
      padding: 12px 0 0 8px;
      border: 2px solid #e4ecf6;
      font-family: "PT Sans Narrow", sans-serif;
      height: 45px;
      width: 113px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #0582c1;
      display: inline-block;
      background-color: white;
      vertical-align: middle; }
      #back-to-top span:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f062';
        font-size: 18px;
        color: #0582c1;
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
        margin-top: -2px; }
    #back-to-top:hover span {
      background-color: #e4ecf6; }
  .two-col-left-sidebar {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 325px auto;
    grid-template-columns: 325px auto; }
    .two-col-left-sidebar > .block {
      display: grid; } }

@media (min-width: 62em) {
  .l-page-title {
    margin-top: 60px; }
  .front .l-page-title {
    margin-top: 30px; } }

.l-top-sidebar .l-top-left .block {
  margin-bottom: 30px; }

.l-top-sidebar .l-top-right {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px !important; }
  .l-top-sidebar .l-top-right:after {
    display: table;
    content: " ";
    clear: both; }
  .l-top-sidebar .l-top-right .block {
    margin-bottom: 30px; }

@media (min-width: 34em) {
  .l-top-sidebar .l-top-left .block {
    margin-bottom: 60px; }
  .l-top-sidebar .l-top-right {
    max-width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0 !important; }
    .l-top-sidebar .l-top-right:after {
      display: table;
      content: " ";
      clear: both; }
    .l-top-sidebar .l-top-right .block {
      margin-bottom: 60px; } }

@media (min-width: 48em) {
  .l-top-sidebar .l-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .l-top-sidebar .l-top-right .block {
      width: calc(50% - 30px);
      margin-left: 30px; }
    .l-top-sidebar .l-top-right .block-block-manifesto-support {
      margin-right: 30px;
      margin-left: 0; } }

@media (min-width: 74.376em) {
  .l-top-sidebar .l-top-right .block {
    width: calc(50% - 60px);
    margin-left: 60px; }
  .l-top-sidebar .l-top-right .block-block-manifesto-support {
    margin-right: 60px;
    margin-left: 0; } }

@media (min-width: 82em) {
  .l-top-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .l-top-sidebar .l-top-left {
      min-width: calc(100% - 440px);
      padding-left: 40px;
      margin-right: 15px; }
      .l-top-sidebar .l-top-left .block {
        margin-bottom: 0; }
    .l-top-sidebar .l-top-right {
      margin-left: 15px;
      display: block !important;
      padding-left: 0;
      padding-right: 0; }
      .l-top-sidebar .l-top-right .block {
        width: 380px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px; }
      .l-top-sidebar .l-top-right .block-block-manifesto-support {
        margin-left: 0;
        margin-right: 0; }
  body.front {
    background: url("/themes/aspiration/images/bg-triangle_home.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left 50px;
    background-position-y: top -500px; } }

@media (min-width: 2100px) {
  .l-top-sidebar {
    margin: 0 6%; } }

.l-content-full {
  margin-bottom: 45px; }

.l-region-one,
.l-region-two,
.l-region-three,
.l-region-four,
.l-bottom {
  margin-top: 60px;
  margin-bottom: 60px; }

.l-region-three-right {
  margin-top: 60px; }

@media (min-width: 48em) {
  .l-region-three-right {
    margin-top: 0px; } }

@media (min-width: 74.376em) {
  .l-region-one {
    margin-top: 90px;
    margin-bottom: 90px; }
  .front .l-region-one,
  .l-region-two,
  .l-region-three,
  .l-region-four,
  .l-bottom {
    margin-top: 120px;
    margin-bottom: 120px; } }

.home-events .home-events-intro {
  margin-bottom: 30px; }
  .home-events .home-events-intro p {
    margin: 5px 0; }

@media (min-width: 62em) {
  .home-events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 500px; }
    .home-events .block {
      width: 50%; }
    .home-events .home-events-intro {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding-left: 30px;
      margin-bottom: 20px; }
    .home-events .block-views-upcoming-events-block-2 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-right: 30px; }
    .home-events .block-views-upcoming-events-block-1 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3;
      padding-left: 30px; } }

@media (min-width: 74.375em) {
  .home-events {
    height: 500px; }
    .home-events .home-events-intro {
      padding-left: 60px; }
    .home-events .block-views-upcoming-events-block-2 {
      padding-right: 60px; }
    .home-events .block-views-upcoming-events-block-1 {
      padding-left: 60px; } }

@media (min-width: 62em) {
  .front .l-region-three-left {
    padding-right: 120px; } }

/**
 * Aspiration Theme - Reusable blocks
 * Version 1.0.0
 *
 */
.block-block-manifesto-support {
  background-color: #f4f7f9;
  background-image: url("/themes/aspiration/images/bg-triangle_home_block.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-position-x: right 0px;
  background-position-y: bottom 0px;
  padding: 30px;
  color: #20598f; }
  .block-block-manifesto-support h2 {
    color: #3c3c3c;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0; }

.block-border {
  border-left: 7px solid #913894;
  padding-left: 20px; }
  .block-border--green {
    border-color: #008053; }
  .block-border--orange {
    border-color: #cd5b12; }
  .block-border--purple {
    border-color: #913894; }
  .block-border--gold {
    border-color: #d09b0c; }

.block-block-email-signup-sidebar {
  background-color: #20598f;
  padding: 30px;
  color: white;
  max-width: 400px; }
  .block-block-email-signup-sidebar h2 {
    color: white;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0; }
    .block-block-email-signup-sidebar h2:before {
      font-size: 22px;
      font-family: "Font Awesome 5 Free";
      content: '\f0e0';
      font-weight: 900;
      margin-right: 15px; }
  .block-block-email-signup-sidebar .block-content {
    max-width: 293px; }
  .block-block-email-signup-sidebar form {
    margin-top: 25px; }
    .block-block-email-signup-sidebar form .input-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .block-block-email-signup-sidebar form .input-wrapper input.form-text {
        display: inline;
        width: calc(100% - 60px);
        padding-left: 10px;
        height: 45px;
        border: 0;
        border-radius: 0;
        font-size: 14px;
        border: 1px solid white;
        vertical-align: middle;
        color: #20598f;
        background-color: #e4ecf6; }
        .block-block-email-signup-sidebar form .input-wrapper input.form-text::-moz-placeholder, .block-block-email-signup-sidebar form .input-wrapper input.form-text::-ms-input-placeholder,
        .block-block-email-signup-sidebar form .input-wrapper input.form-text::-webkit-input-placeholder .block-block-email-signup-sidebar form .input-wrapper input.form-text::-moz-placeholder, .block-block-email-signup-sidebar form .input-wrapper input.form-text:placeholder-shown {
          color: #20598f; }
      .block-block-email-signup-sidebar form .input-wrapper input.submit {
        display: inline;
        border: 1px solid #0582c1;
        color: white;
        background-color: #0582c1;
        width: 60px;
        height: 45px;
        text-transform: uppercase;
        font-family: "Anonymous Pro", monospace;
        font-weight: bold;
        vertical-align: middle; }
  .block-block-email-signup-sidebar .button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    border: 1px solid #e4ecf6;
    color: #20598f;
    background-color: #e4ecf6; }
    .block-block-email-signup-sidebar .button:hover {
      color: #20598f;
      background-color: white;
      border-color: white; }
    .block-block-email-signup-sidebar .button:after {
      content: ""; }

.home-events .event-status {
  background-color: #20598f;
  padding: 6px 8px 0 8px;
  height: 22px;
  color: #e4ecf6;
  font-size: 12px;
  line-height: 1;
  font-family: "Anonymous Pro", monospace;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .6px;
  vertical-align: middle;
  margin-bottom: 0; }
  @media (min-width: 62em) {
    .home-events .event-status {
      padding: 6px 8px 0px 8px; } }

.home-events .event-status.event-upcoming {
  background-color: #913894; }

.home-events .block-views-upcoming-events-block-1 .views-row {
  margin-bottom: 30px; }
  .home-events .block-views-upcoming-events-block-1 .views-row h2 {
    margin: 5px 0 5px 0;
    line-height: 1.1; }

@media (min-width: 62em) {
  .home-events .block-views-upcoming-events-block-1 .views-row {
    margin-bottom: 20px; }
    .home-events .block-views-upcoming-events-block-1 .views-row h2 {
      font-size: 24px; } }

.home-events .block-views-upcoming-events-block-2 {
  position: relative; }
  .home-events .block-views-upcoming-events-block-2 .view-content {
    margin-bottom: 30px; }
  .home-events .block-views-upcoming-events-block-2 .event-status {
    position: absolute;
    top: -10px;
    z-index: 10; }
  .home-events .block-views-upcoming-events-block-2 .views-field-field-dates,
  .home-events .block-views-upcoming-events-block-2 .views-field-field-event-location,
  .home-events .block-views-upcoming-events-block-2 .views-field-field-event-location div {
    display: inline; }
  .home-events .block-views-upcoming-events-block-2 h2 {
    margin-top: 5px; }

@media (min-width: 62em) {
  .home-events .view-content {
    margin-bottom: 0; } }

.home-events-intro h2 {
  color: #3c3c3c;
  margin-top: 0;
  padding-top: 0; }

@media (min-width: 62em) {
  .home-events-intro h2 {
    line-height: 1.1; } }

.block-views-upcoming-events-block-3 {
  margin-top: 45px; }
  .block-views-upcoming-events-block-3 .event-status {
    position: absolute;
    top: -10px;
    z-index: 10; }
  .block-views-upcoming-events-block-3 h2 {
    font-size: 24px;
    margin-top: 5px; }

.map-background {
  margin-top: 30px;
  background: url("../images/events-history_graphic_bg-only.png") no-repeat;
  background-size: cover;
  position: relative;
  padding: 110px 15px 0 15px; }
  .map-background p {
    color: #e4ecf6;
    font-size: 36px;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 1.2; }
    .map-background p strong {
      background-color: #24588d;
      display: inline-block;
      line-height: 1.1; }
    .map-background p a {
      text-align: right;
      display: block;
      position: absolute;
      bottom: -30px;
      right: 5px;
      font-size: 18px;
      text-decoration: none; }
      .map-background p a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f138';
        font-size: 18px;
        color: #20598f;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; }
  .map-background p:first-child {
    padding-bottom: 30px !important; }

@media (min-width: 48em) {
  .map-background {
    margin-top: 0; }
    .map-background p {
      font-size: 22px; } }

@media (min-width: 62em) {
  .map-background p {
    font-size: 28px; } }

@media (min-width: 74.376em) {
  .map-background p {
    font-size: 36px; } }

/**
 *  Common field styles so we don't have to repeat in all nodes/views/blocks
 *
 */
.views-field-field-dates {
  font-weight: bold;
  font-family: "Anonymous Pro", monospace; }

.views-field-field-dates,
.views-field-field-dates div,
.views-field-field-event-location,
.views-field-field-event-location div {
  display: inline; }

.event-status {
  background-color: #20598f;
  padding: 6px 8px 0 8px;
  height: 22px;
  color: #e4ecf6;
  font-size: 12px;
  line-height: 1;
  font-family: "Anonymous Pro", monospace;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .6px;
  vertical-align: middle; }
  @media (min-width: 62em) {
    .event-status {
      padding: 6px 8px 0px 8px; } }

.event-status.event-upcoming {
  background-color: #913894; }

@media (min-width: 62em) {
  .views-field-field-dates {
    font-size: 14px; } }

.text-intro {
  font-size: 18px;
  margin-bottom: 30px; }

.narrow {
  max-width: 708px;
  margin: 0 auto; }

.horizontal-rule {
  border-top: 5px solid #e4ecf6;
  margin-top: 60px;
  padding-top: 60px; }

.button {
  display: inline-block;
  background-color: #0582c1;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 18px;
  text-transform: uppercase; }
  .button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f138';
    font-size: 18px;
    color: #20598f;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    color: white; }
  .button:hover {
    color: white;
    background-color: #1594d0; }

.button-ghost {
  display: inline-block;
  border: 2px solid #0582c1;
  color: #0582c1;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 18px; }
  .button-ghost:hover {
    color: white;
    background-color: #0582c1; }

.background-gray {
  background-color: #e4ecf6;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  margin-left: -3000px;
  padding-left: 3000px;
  margin-right: -3000px;
  padding-right: 3000px; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

@media (min-width: 48em) {
  .text-intro {
    font-size: 20px;
    margin-bottom: 45px; }
  .horizontal-rule {
    border-top: 10px solid #e4ecf6;
    margin-top: 105px;
    padding-top: 105px; } }

@media (min-width: 62em) {
  .background-gray {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
    margin-bottom: 120px; } }

@media (min-width: 74.376em) {
  .text-intro {
    font-size: 24px;
    margin-bottom: 60px; } }

.u-external-url:after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  color: #0582c1; }

.u-tag {
  background-color: #20598f;
  padding: 6px 8px 0 8px;
  height: 22px;
  color: #e4ecf6;
  font-size: 12px;
  line-height: 1;
  font-family: "Anonymous Pro", monospace;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .6px;
  vertical-align: middle; }
  @media (min-width: 62em) {
    .u-tag {
      padding: 6px 8px 0px 8px; } }

.u-margin-top--large {
  margin-top: 30px; }

.u-text-intro {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 890px; }
  .u-text-intro p {
    line-height: 1.3; }

@media (min-width: 34em) {
  .u-margin-top--large {
    margin-top: 60px; } }

@media (min-width: 48em) {
  .u-text-intro {
    font-size: 22px;
    margin-bottom: 45px; } }

@media (min-width: 62em) {
  .u-margin-top--large {
    margin-top: 130px; } }

@media (min-width: 74.376em) {
  .u-text-intro {
    font-size: 24px;
    margin-bottom: 60px; } }

.block-views-blogs-block-1 {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 30px;
  border-bottom: 5px solid #e4ecf6; }
  .block-views-blogs-block-1 .views-field-title {
    width: 70%; }
    .block-views-blogs-block-1 .views-field-title a {
      border-bottom: 1px dotted; }
    @media (min-width: 62em) {
      .block-views-blogs-block-1 .views-field-title {
        width: 60%;
        margin-top: -15px; } }
  .block-views-blogs-block-1 .views-field-name {
    text-align: center;
    position: absolute;
    font-size: 14px;
    width: 100px;
    bottom: 30px;
    right: 0; }
    .block-views-blogs-block-1 .views-field-name .name {
      text-align: center;
      text-transform: capitalize;
      font-weight: bold; }
    @media (min-width: 62em) {
      .block-views-blogs-block-1 .views-field-name {
        bottom: 30px; } }
  @media (min-width: 48em) {
    .block-views-blogs-block-1 {
      margin-top: 0; } }

.block-views-blogs-block-2 .views-row {
  margin-bottom: 15px; }
  .block-views-blogs-block-2 .views-row .views-field-name {
    position: relative;
    padding-left: 30px;
    font-size: 14px; }
    .block-views-blogs-block-2 .views-row .views-field-name h2 {
      font-size: 24px;
      display: inline; }
      .block-views-blogs-block-2 .views-row .views-field-name h2:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f45c';
        font-size: 12px;
        color: #20598f;
        display: inline-block;
        vertical-align: bottom;
        position: absolute;
        left: 0;
        top: 10px; }
    .block-views-blogs-block-2 .views-row .views-field-name .name {
      text-transform: capitalize;
      font-weight: bold; }

.block-views-blogs-block-3,
.block-views-blogs-block-5 {
  margin-bottom: 90px; }
  .block-views-blogs-block-3 .views-field-body h2.teaser,
  .block-views-blogs-block-5 .views-field-body h2.teaser {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 70%; }
  @media (min-width: 48em) {
    .block-views-blogs-block-3 .views-field-body,
    .block-views-blogs-block-5 .views-field-body {
      width: 70%; }
      .block-views-blogs-block-3 .views-field-body h2.teaser,
      .block-views-blogs-block-5 .views-field-body h2.teaser {
        width: 100%; } }
  .block-views-blogs-block-3 .views-field-name,
  .block-views-blogs-block-5 .views-field-name {
    float: right;
    margin-top: -15px;
    z-index: 999999;
    overflow: auto;
    position: relative;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 48em) {
      .block-views-blogs-block-3 .views-field-name,
      .block-views-blogs-block-5 .views-field-name {
        font-size: 16px; } }
    .block-views-blogs-block-3 .views-field-name .user-picture img,
    .block-views-blogs-block-5 .views-field-name .user-picture img {
      max-width: 60px; }
      @media (min-width: 34em) {
        .block-views-blogs-block-3 .views-field-name .user-picture img,
        .block-views-blogs-block-5 .views-field-name .user-picture img {
          max-width: 80px; } }
      @media (min-width: 62em) {
        .block-views-blogs-block-3 .views-field-name .user-picture img,
        .block-views-blogs-block-5 .views-field-name .user-picture img {
          max-width: 100%; } }
    .block-views-blogs-block-3 .views-field-name .name,
    .block-views-blogs-block-5 .views-field-name .name {
      text-align: center;
      text-transform: capitalize;
      font-weight: bold; }
    @media (min-width: 48em) {
      .block-views-blogs-block-3 .views-field-name,
      .block-views-blogs-block-5 .views-field-name {
        margin-right: 45px;
        margin-top: -30px; } }

@media (min-width: 48em) {
  .no-feature-image .block-views-blogs-block-5 .views-field-name {
    margin-top: 45px; } }

.block-views-blogs-block-4 article {
  margin-bottom: 60px; }

.block-views-blogs-block-4 h2 {
  margin-top: 0; }
  @media (min-width: 34em) {
    .block-views-blogs-block-4 h2 {
      margin-top: 0; } }

.block-views-blogs-block-4 .field-name-field-featured-image {
  margin-bottom: 15px; }
  @media (min-width: 34em) {
    .block-views-blogs-block-4 .field-name-field-featured-image {
      margin-bottom: 30px; } }

.block-views-blogs-block-4 .name {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px; }
  @media (min-width: 48em) {
    .block-views-blogs-block-4 .name {
      font-size: 16px; } }

.block-views-blogs-block-4 .date {
  text-align: center;
  font-size: 12px; }
  @media (min-width: 48em) {
    .block-views-blogs-block-4 .date {
      font-size: 16px; } }

.block-views-blogs-block-4 .user-picture img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 45px;
  margin-bottom: 5px; }
  @media (min-width: 34em) {
    .block-views-blogs-block-4 .user-picture img {
      max-width: 80px; } }
  @media (min-width: 62em) {
    .block-views-blogs-block-4 .user-picture img {
      max-width: 100%;
      margin-bottom: 15px; } }

.block-field-node-field-featured-image {
  margin-top: 30px; }
  .block-field-node-field-featured-image .field-item {
    margin-left: -40px;
    margin-right: -40px; }

.node-training-category .node-training-topic {
  padding-left: 70px;
  margin-bottom: 45px;
  background: url(../images/icon_arrow.png) no-repeat 0 0;
  background-size: 50px; }
  .node-training-category .node-training-topic h2 {
    margin-bottom: 15px; }

.node-training-category #node-1730 {
  background-image: url(../images/icon_tag.png); }

.node-training-category #node-1723 {
  background-image: url(../images/icon_communication.png); }

.node-training-category #node-1728 {
  background-image: url(../images/icon_email.png); }

.node-training-category #node-1729 {
  background-image: url(../images/icon_fist.png); }

.node-training .field-label {
  margin-bottom: 15px; }

.node-training-topic ul.links {
  display: none; }

@media (min-width: 34em) {
  .block-field-node-field-featured-image .field-item {
    margin-left: 0;
    margin-right: 0; } }

.event-status {
  margin-bottom: 15px; }

.node-type-event .field-name-field-dates,
.node-type-event .field-name-field-event-location,
.node-type-event .field-name-field-event-external-link {
  font-size: 20px;
  margin-bottom: 10px; }
  .node-type-event .field-name-field-dates .field-item:before,
  .node-type-event .field-name-field-event-location .field-item:before,
  .node-type-event .field-name-field-event-external-link .field-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: '\f073';
    vertical-align: middle;
    width: 20px;
    padding-right: 20px;
    display: inline-block; }

.node-type-event .field-name-field-event-location .field-item:before {
  content: '\f3c5'; }

.node-type-event .field-name-field-event-external-link .field-item:before {
  content: '\f0c1'; }

.node-type-event .field-name-field-organizers-reference,
.node-type-event .field-name-field-sponsors-reference {
  margin-bottom: 45px; }
  .node-type-event .field-name-field-organizers-reference > .field-items,
  .node-type-event .field-name-field-sponsors-reference > .field-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 15px;
    row-gap: 15px; }
    .node-type-event .field-name-field-organizers-reference > .field-items > .field-item,
    .node-type-event .field-name-field-sponsors-reference > .field-items > .field-item {
      display: grid;
      /* new */
      align-items: center;
      /* new */
      justify-items: center;
      /* new */
      border: 1px solid #ccdcee;
      padding: 15px; }

.node-type-event .l-page-title,
.node-type-page .l-page-title,
.node-type-blog .l-page-title {
  margin: 0;
  margin-left: -11px;
  display: inline-block; }
  .node-type-event .l-page-title h1,
  .node-type-page .l-page-title h1,
  .node-type-blog .l-page-title h1 {
    display: inline-block;
    position: relative;
    margin-top: 90px; }

.feature-image.node-type-page .l-page-title h1,
.feature-image.node-type-event .l-page-title h1,
.feature-image.node-type-blog .l-page-title h1 {
  margin-top: -15px; }

@media (min-width: 34em) {
  .feature-image.node-type-page .l-page-title,
  .feature-image.node-type-event .l-page-title,
  .feature-image.node-type-blog .l-page-title {
    width: 80%; }
    .feature-image.node-type-page .l-page-title h1,
    .feature-image.node-type-event .l-page-title h1,
    .feature-image.node-type-blog .l-page-title h1 {
      margin-top: -30px; } }

@media (min-width: 62em) {
  .node-type-event .l-page-title h1,
  .node-type-page .l-page-title h1,
  .node-type-blog .l-page-title h1 {
    margin-top: 60px; }
  .logged-in.node-type-event .l-page-title h1,
  .logged-in.node-type-page .l-page-title h1,
  .logged-in.node-type-blog .l-page-title h1 {
    margin-top: 30px; }
  .feature-image.node-type-page .l-page-title,
  .feature-image.node-type-event .l-page-title,
  .feature-image.node-type-blog .l-page-title {
    width: 80%; }
    .feature-image.node-type-page .l-page-title h1,
    .feature-image.node-type-event .l-page-title h1,
    .feature-image.node-type-blog .l-page-title h1 {
      margin-top: -30px; }
  feature-image.node-type-blog .l-page-title {
    width: 100%; }
  .node-training-category .node-training-topic {
    padding-left: 100px;
    background-size: 70px; } }

.field-name-body ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  .field-name-body ul li {
    margin-left: 30px;
    position: relative; }
    .field-name-body ul li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f45c';
      font-size: 12px;
      color: #20598f;
      display: inline-block;
      vertical-align: bottom;
      position: absolute;
      left: -30px;
      top: 1px; }

.field-name-body h2 {
  margin: 30px 0 20px 0; }

article ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  article ul li {
    margin-left: 30px;
    position: relative; }
    article ul li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f45c';
      font-size: 12px;
      color: #20598f;
      display: inline-block;
      vertical-align: bottom;
      position: absolute;
      left: -30px;
      top: 1px; }

.o-date--location span {
  font-weight: bold; }

.view-past-events .views-row {
  margin-bottom: 30px; }

.view-past-events .views-row.last {
  margin-bottom: 60px; }

.view-past-events h2 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 5px; }

.view-past-events img {
  width: 100%;
  float: none;
  margin-bottom: 2px;
  margin-right: 0; }

.view-past-events .o-location {
  font-weight: bold; }

.view-past-events fieldset {
  margin: 5px 0 0 0;
  padding: 0;
  border: none; }
  .view-past-events fieldset legend {
    float: left;
    margin: 0;
    padding: 0; }
    .view-past-events fieldset legend .fieldset-legend .fieldset-title {
      background: none !important;
      margin: 0;
      padding: 0;
      font-family: "Anonymous Pro", monospace;
      font-size: 14px;
      text-transform: uppercase;
      padding-left: 0;
      text-decoration: none;
      font-weight: bold;
      width: 14px;
      height: 20px;
      display: inline-block;
      overflow: hidden; }
      .view-past-events fieldset legend .fieldset-legend .fieldset-title:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f056';
        font-size: 14px;
        color: #20598f;
        display: inline-block;
        vertical-align: middle;
        margin-top: 4px; }
  .view-past-events fieldset .fieldset-wrapper {
    margin-left: 25px; }
    .view-past-events fieldset .fieldset-wrapper p {
      margin: 0;
      padding: 0; }

.view-past-events fieldset.collapsed legend {
  float: none; }
  .view-past-events fieldset.collapsed legend .fieldset-legend .fieldset-title {
    display: inline;
    width: auto;
    height: auto; }
    .view-past-events fieldset.collapsed legend .fieldset-legend .fieldset-title:before {
      content: '\f055';
      margin-top: -4px; }

.archive-index {
  margin-bottom: 60px; }
  .archive-index a {
    display: inline-block;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px;
    height: 44px;
    width: 100%;
    padding-left: 30px;
    padding-top: 8px;
    background-color: #e4ecf6;
    text-decoration: none;
    border-bottom: 1px solid white; }
    .archive-index a:hover {
      background-color: #ccdcee; }

h2.event-year {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 24px;
  padding-top: 100px;
  margin-top: -100px;
  border-bottom: 5px solid #ccdcee;
  margin-bottom: 30px; }
  h2.event-year span {
    display: inline-block;
    height: 39px;
    width: 163px;
    padding-left: 30px;
    padding-top: 8px;
    color: #20598f;
    background: url("../images/year-tab-bg.svg") no-repeat left center; }

@media (min-width: 36em) {
  .archive-index a {
    width: 163px; }
  .view-past-events .views-row {
    margin-bottom: 40px;
    margin-left: 190px;
    position: relative; }
  .view-past-events .views-row.last {
    margin-bottom: 90px; }
  .view-past-events h2 {
    font-size: 24px;
    line-height: 24px; }
  .view-past-events img {
    display: block;
    margin-right: 30px;
    margin-bottom: 0;
    position: absolute;
    left: -190px;
    top: 0;
    width: 160px;
    margin-bottom: 0; }
  h2.event-year {
    margin-bottom: 30px; } }

@media (min-width: 48em) {
  .event-archive-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 255px auto;
    grid-template-columns: 255px auto; }
    .event-archive-grid > .block {
      display: grid; }
  .archive-index {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px; }
    .archive-index a {
      width: 163px;
      display: block; }
  .view-past-events .views-row {
    margin-bottom: 40px;
    margin-left: 190px;
    position: relative; }
  .view-past-events .views-row.last {
    margin-bottom: 90px; }
  .view-past-events img {
    display: block;
    margin-right: 30px;
    margin-bottom: 0;
    position: absolute;
    left: -190px;
    top: 0; } }

/**
 * Home slideshow (and others?)
 */
.view ol.flex-control-nav.flex-control-paging {
  width: auto;
  position: absolute;
  top: calc(100vw/2 - 60px);
  text-align: left;
  right: 0;
  z-index: 20;
  background-color: #e4ecf6;
  padding: 3px;
  height: 30px; }
  .view ol.flex-control-nav.flex-control-paging li {
    margin: 2px;
    width: 12px;
    zoom: 1;
    display: block;
    float: left; }
    .view ol.flex-control-nav.flex-control-paging li a {
      width: 12px;
      height: 17px;
      display: inline-block;
      margin-bottom: 0;
      background: #0582c1;
      cursor: pointer;
      text-indent: -9999px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .view ol.flex-control-nav.flex-control-paging li a:focus {
        outline: none; }
    .view ol.flex-control-nav.flex-control-paging li a.flex-active {
      margin-top: 5px; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(2) a {
    background-color: #913894; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(3) a {
    background-color: #cd5b12; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(4) a {
    background-color: #008053; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(5) a {
    background-color: #d09b0c; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(6) a {
    background-color: #0582c1; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(7) a {
    background-color: #913894; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(8) a {
    background-color: #cd5b12; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(9) a {
    background-color: #008053; }
  .view ol.flex-control-nav.flex-control-paging li:nth-child(10) a {
    background-color: #d09b0c; }

.front .view ol.flex-control-nav.flex-control-paging {
  top: calc(100vw/2 - 30px); }

.slides .content {
  margin-left: -3000px;
  padding-left: 3000px;
  background-color: #e4ecf6; }
  .slides .content .slide-title {
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 0 15px 0 30px;
    width: 100%; }
    .slides .content .slide-title h2 {
      padding: 0 5px;
      margin: 0;
      width: 100%;
      background-color: #0582c1;
      color: white;
      line-height: 1.5;
      display: inline;
      font-weight: normal; }
      .slides .content .slide-title h2 a {
        color: white;
        text-decoration: none;
        display: inline; }
  .slides .content .field-name-field-slide-text {
    padding: 0 30px 0 30px; }
    .slides .content .field-name-field-slide-text p {
      margin: 10px 0;
      font-size: 16px; }
  .slides .content .field-name-field-slide-link {
    text-align: right;
    float: right;
    margin-top: 15px;
    font-size: 14px; }
    .slides .content .field-name-field-slide-link a {
      text-align: right;
      display: inline-block;
      text-decoration: none;
      font-weight: bold; }
      .slides .content .field-name-field-slide-link a:after {
        content: '\f138';
        font-family: "Font Awesome 5 Free";
        margin-left: 10px;
        height: 35px;
        width: 40px;
        padding-top: 7px;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        color: white;
        display: inline-block;
        background-color: #0582c1; }

.view ul.flex-direction-nav {
  display: none; }

.view ul.slides li:nth-child(2) .content .slide-title h2,
.view ul.slides li:nth-child(2) .field-name-field-slide-link a::after {
  background-color: #913894; }

.view ul.slides li:nth-child(3) .content .slide-title h2,
.view ul.slides li:nth-child(3) .field-name-field-slide-link a::after {
  background-color: #cd5b12; }

.view ul.slides li:nth-child(4) .content .slide-title h2,
.view ul.slides li:nth-child(4) .field-name-field-slide-link a::after {
  background-color: #008053; }

.view ul.slides li:nth-child(5) .content .slide-title h2,
.view ul.slides li:nth-child(5) .field-name-field-slide-link a::after {
  background-color: #d09b0c; }

.view ul.slides li:nth-child(6) .content .slide-title h2,
.view ul.slides li:nth-child(6) .field-name-field-slide-link a::after {
  background-color: #0582c1; }

.view ul.slides li:nth-child(7) .content .slide-title h2,
.view ul.slides li:nth-child(7) .field-name-field-slide-link a::after {
  background-color: #913894; }

.view ul.slides li:nth-child(8) .content .slide-title h2,
.view ul.slides li:nth-child(8) .field-name-field-slide-link a::after {
  background-color: #cd5b12; }

.view ul.slides li:nth-child(9) .content .slide-title h2,
.view ul.slides li:nth-child(9) .field-name-field-slide-link a::after {
  background-color: #008053; }

.view ul.slides li:nth-child(10) .content .slide-title h2,
.view ul.slides li:nth-child(10) .field-name-field-slide-link a::after {
  background-color: #d09b0c; }

@media (min-width: 34em) {
  .view ol.flex-control-nav.flex-control-paging {
    top: calc(100vw/2 - 80px); } }

@media (min-width: 48em) {
  .view ol.flex-control-nav.flex-control-paging {
    top: calc(100vw/2 - 85px);
    padding: 5px;
    height: 35px; }
    .view ol.flex-control-nav.flex-control-paging li {
      margin: 3px;
      width: 15px; }
      .view ol.flex-control-nav.flex-control-paging li a {
        width: 15px;
        height: 20px; }
      .view ol.flex-control-nav.flex-control-paging li a.flex-active {
        margin-top: 5px; }
  .slides .content .slide-title {
    margin-top: -15px;
    width: 80%; }
  .slides .content .field-name-field-slide-text {
    margin-top: 15px; } }

/*@media (min-width: 74.376em) {
	ol.flex-control-nav.flex-control-paging {
    width: auto;
    position: absolute;
    top: auto;
    right: 0;
    //bottom: calc(100vw/4);
    bottom: 240px;
  }
	.front ol.flex-control-nav.flex-control-paging {
    bottom: 300px;
	}
}*/
@media (min-width: 74.376em) {
  .view ol.flex-control-nav.flex-control-paging {
    width: auto;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 240px; }
  .front .view ol.flex-control-nav.flex-control-paging {
    bottom: 300px;
    top: auto; }
  .slides .content {
    height: auto;
    padding-bottom: 30px; }
    .slides .content .slide-title {
      margin-top: -30px; }
      .slides .content .slide-title h2 {
        font-size: 44px; }
    .slides .content .field-name-field-slide-text {
      max-width: 1000px;
      padding-bottom: 15px; }
      .slides .content .field-name-field-slide-text p {
        font-size: 18px; }
    .slides .content .field-name-field-slide-link {
      font-size: 18px;
      position: absolute;
      bottom: 0;
      right: 0; }
  .front .node-slide .content {
    height: 300px; } }

.flexslider {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  background: transparent; }

.swiper-container {
  background-color: #e4ecf6; }

.node-testimonial {
  text-align: center;
  color: #cd5b12; }
  .node-testimonial .field-name-body {
    font-size: 22px; }
    .node-testimonial .field-name-body p {
      line-height: 1.1; }
  .node-testimonial .testimonial-credit {
    font-size: 14px;
    margin-top: 15px; }
    .node-testimonial .testimonial-credit .testimonial-author {
      font-weight: bold; }
  .node-testimonial .testimonial-icon {
    font-family: "Font Awesome 5 Free";
    margin-top: 20px; }

@media (min-width: 62em) {
  .node-testimonial .field-name-body {
    font-size: 45px; }
  .node-testimonial .testimonial-credit {
    font-size: 18px; } }

/**
 * Component - Grid Item
 */
.grid-intro {
  margin-bottom: 30px; }
  .grid-intro h2 {
    margin-top: 0; }
  @media (min-width: 62em) {
    .grid-intro {
      max-width: 80%;
      margin: 0 auto;
      margin-bottom: 30px; } }

.node-component-grid-item a {
  text-decoration: none; }

.node-component-grid-item .grid-wrap {
  padding: 10px;
  margin: 15px 0;
  color: white;
  height: 150px;
  position: relative; }
  .node-component-grid-item .grid-wrap .grid-overlay {
    display: none; }
  .node-component-grid-item .grid-wrap .field-name-field-multi-line-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    padding-right: 15px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100%;
    text-align: left; }
    .node-component-grid-item .grid-wrap .field-name-field-multi-line-title .field-items .field-item:nth-child(1) {
      text-transform: none; }
  .node-component-grid-item .grid-wrap i {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 32px; }
  .node-component-grid-item .grid-wrap:hover {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .node-component-grid-item .grid-wrap:hover .grid-overlay {
      display: block;
      font-weight: bold;
      padding: 15px; }
      .node-component-grid-item .grid-wrap:hover .grid-overlay p {
        margin-top: 0; }
    .node-component-grid-item .grid-wrap:hover .field-name-field-multi-line-title {
      display: none; }

.view-services-grid .view-content .views-row:nth-child(1) .node-component-grid-item .grid-wrap {
  background: url("../images/bg_grid_purple.png") center center no-repeat;
  background-size: cover; }
  .view-services-grid .view-content .views-row:nth-child(1) .node-component-grid-item .grid-wrap:hover {
    background-image: url("../images/bg_grid_purple.png"); }

.view-services-grid .view-content .views-row:nth-child(2) .node-component-grid-item .grid-wrap {
  background: url("../images/bg_grid_green.png") center center no-repeat;
  background-size: cover; }
  .view-services-grid .view-content .views-row:nth-child(2) .node-component-grid-item .grid-wrap:hover {
    background-image: url("../images/bg_grid_green.png"); }

.view-services-grid .view-content .views-row:nth-child(3) .node-component-grid-item .grid-wrap {
  background: url("../images/bg_grid_orange.png") center center no-repeat;
  background-size: cover; }
  .view-services-grid .view-content .views-row:nth-child(3) .node-component-grid-item .grid-wrap:hover {
    background-image: url("../images/bg_grid_orange.png"); }

.view-services-grid .view-content .views-row:nth-child(4) .node-component-grid-item .grid-wrap {
  background: url("../images/bg_grid_gold.png") center center no-repeat;
  background-size: cover; }
  .view-services-grid .view-content .views-row:nth-child(4) .node-component-grid-item .grid-wrap:hover {
    background-image: url("../images/bg_grid_gold.png"); }

@media (min-width: 32em) {
  .view-services-grid .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .view-services-grid .view-content .views-row {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .view-services-grid .view-content .views-row .node-component-grid-item {
        position: relative;
        width: 100%;
        padding-top: 100%;
        overflow: hidden; }
        .view-services-grid .view-content .views-row .node-component-grid-item .grid-wrap {
          margin: 15px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          vertical-align: bottom;
          height: auto; }
          .view-services-grid .view-content .views-row .node-component-grid-item .grid-wrap .field-name-field-multi-line-title {
            position: absolute;
            bottom: 70px;
            width: 100%;
            text-align: center;
            left: auto; }
          .view-services-grid .view-content .views-row .node-component-grid-item .grid-wrap i {
            right: auto;
            position: absolute;
            bottom: 30px;
            font-size: 32px;
            margin-left: -15px; } }

@media (min-width: 62em) {
  .view-services-grid .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .view-services-grid .view-content .views-row {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    .view-services-grid .view-content .views-row .node-component-grid-item .grid-wrap {
      background-size: contain !important; } }

/**
 * Component - Node list
 */
.block-node-list h2.block-title {
  background-color: #20598f;
  padding: 6px 8px 0 8px;
  height: 22px;
  color: #e4ecf6;
  font-size: 12px;
  line-height: 1;
  font-family: "Anonymous Pro", monospace;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .6px;
  vertical-align: middle;
  margin-top: 15px; }
  @media (min-width: 62em) {
    .block-node-list h2.block-title {
      padding: 6px 8px 0px 8px; } }

.node-component-node-list .field-name-field-component-node-list {
  margin: 15px 0 30px 0;
  font-size: 24px;
  font-family: "PT Sans Narrow", sans-serif; }
  .node-component-node-list .field-name-field-component-node-list .field-item {
    margin-bottom: 15px;
    padding-left: 30px;
    vertical-align: middle; }
    .node-component-node-list .field-name-field-component-node-list .field-item a {
      color: #913894;
      vertical-align: middle; }
      .node-component-node-list .field-name-field-component-node-list .field-item a:hover {
        color: #be4198; }
    .node-component-node-list .field-name-field-component-node-list .field-item:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f022';
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-left: -30px;
      color: #913894;
      padding-right: 15px; }

/**
 * Component - Image Content Section
 *
 * */
.node-component-image-content-section {
  position: relative;
  padding: 60px 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -3000px;
  padding-left: 3000px;
  margin-right: -3000px;
  padding-right: 3000px; }
  .node-component-image-content-section .section-wrap,
  .node-component-image-content-section .section-two-wrap {
    max-width: 730px;
    margin: 0 auto;
    text-align: center; }
    .node-component-image-content-section .section-wrap div,
    .node-component-image-content-section .section-two-wrap div {
      text-align: left; }
  .node-component-image-content-section .section-content {
    background-color: #20598f;
    padding: 30px;
    color: white; }
    .node-component-image-content-section .section-content a {
      color: white;
      font-weight: bold; }
    .node-component-image-content-section .section-content p {
      margin: 15px 0;
      padding-bottom: 0; }
  .node-component-image-content-section .section-image {
    width: 100%;
    font-size: 0; }
    .node-component-image-content-section .section-image img {
      width: 100%; }
  .node-component-image-content-section .field-name-field-section-title,
  .node-component-image-content-section .field-name-field-section-two-title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px; }
  .node-component-image-content-section .section-wrap {
    margin-bottom: 30px; }

@media (min-width: 48em) {
  .node-component-image-content-section .section-wrap,
  .node-component-image-content-section .section-two-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 730px;
    margin: 0 auto;
    text-align: center; }
    .node-component-image-content-section .section-wrap div,
    .node-component-image-content-section .section-two-wrap div {
      text-align: left; }
  .node-component-image-content-section .section-image {
    width: 160px; }
  .node-component-image-content-section .field-name-field-section-title,
  .node-component-image-content-section .field-name-field-section-two-title {
    font-size: 30px; }
  .node-component-image-content-section .section-wrap {
    margin-bottom: 30px; }
    .node-component-image-content-section .section-wrap .section-content {
      width: 70%; }
    .node-component-image-content-section .section-wrap .section-image {
      order: 1;
      margin-left: 30px; }
  .node-component-image-content-section .section-two-wrap .section-content {
    margin-left: 30px; }
  .node-component-image-content-section .section-two-wrap .section-image {
    min-width: 160px; } }

@media (min-width: 82em) {
  .node-component-image-content-section {
    padding-top: 120px;
    height: calc(100vw/2);
    height: auto;
    min-height: 600px;
    background-size: 25% auto; } }

.node-component-bio {
  margin-bottom: 90px; }
  .node-component-bio .bio-photo {
    min-width: 215px; }
  .node-component-bio h2 {
    font-size: 24px;
    line-height: 30px; }
  .node-component-bio .field-name-field-bio-position {
    font-family: "Anonymous Pro", monospace;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase; }

@media (min-width: 48em) {
  .node-component-bio .flex-container {
    display: flex; }
  .node-component-bio .bio-photo {
    min-width: 215px;
    margin-right: 70px; } }

.page-node-3186 .l-content-full {
  margin: 0; }

.page-node-3186 .l-region-one {
  margin: 30px 0 0 0; }

.page-node-3186 .l-region-two {
  margin-top: 90px;
  padding-top: 15px;
  border-top: 2px solid #e4ecf6; }

.page-node-3186 .text-intro {
  margin: 0; }

.manifesto-index a {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  letter-spacing: .32px;
  display: block;
  text-decoration: none; }
  .manifesto-index a span {
    font-family: "Anonymous Pro", monospace;
    font-size: 16px; }

.manifesto-index ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .manifesto-index ol li {
    position: relative;
    padding-left: 30px; }
    .manifesto-index ol li span {
      position: absolute;
      left: 0; }

.manifesto-content {
  margin-top: 60px; }
  .manifesto-content h2 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    padding-left: 30px;
    color: #20598f; }
    .manifesto-content h2 span {
      position: absolute;
      left: 0;
      top: 11px;
      font-family: "Anonymous Pro", monospace;
      font-size: 16px; }
  .manifesto-content h2:first-of-type {
    margin-top: 0; }
  .manifesto-content p {
    margin: 30px 0 30px 30px; }
  .manifesto-content a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden; }

@media (min-width: 48em) {
  .manifesto-index {
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px; }
  .manifesto-content {
    margin-top: 0;
    margin-left: 60px; }
    .manifesto-content h2 {
      font-size: 40px;
      padding-left: 40px; }
      .manifesto-content h2 span {
        font-size: 20px;
        top: 16px; }
    .manifesto-content p {
      margin-left: 40px; } }
