@charset "UTF-8";
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #2e3f5d;
  font-family: europa, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6; }

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: adobe-garamond-pro, serif;
  font-weight: normal;
  clear: both; }

h1, .h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 0.923076923; }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 78px;
      font-size: 4.875rem; } }

h2, .h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.25;
  font-weight: bold; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 40px;
      font-size: 2.5rem; } }

h3, .h3 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.25;
  font-weight: bold; }

.small-header, #searchform.flex legend {
  font-family: europa, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase; }

.normal-header {
  font-family: europa, sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .normal-header {
      font-size: 47px;
      font-size: 2.9375rem; } }

/*--------------------------------------------------------------
## Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  padding: 1px 1em 1px;
  border-left: 4px solid #2e3f5d; }
  blockquote p {
    margin: 0.7em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

body.rtl .site {
  direction: rtl !important; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 11px 30px;
  border: 2px solid #2e3f5d;
  border-radius: 0;
  background: transparent;
  color: #2e3f5d;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out, opacity 250ms ease-in-out;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.20026264;
  cursor: pointer; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #2e3f5d; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #2e3f5d; }

.button,
input[type='submit'] {
  display: inline-block;
  padding: 11px 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.20026264;
  color: #2e3f5d;
  border: 2px solid #2e3f5d; }
  .button:visited,
  input[type='submit']:visited {
    color: #2e3f5d; }
  .button:hover, .button:focus, .button:active,
  input[type='submit']:hover,
  input[type='submit']:focus,
  input[type='submit']:active {
    color: #349390;
    border-color: #349390; }
  .button.white,
  input[type='submit'].white {
    color: #ffffff;
    border-color: #ffffff; }
    .button.white:visited,
    input[type='submit'].white:visited {
      color: #ffffff; }
    .button.white:hover, .button.white:focus, .button.white:active,
    input[type='submit'].white:hover,
    input[type='submit'].white:focus,
    input[type='submit'].white:active {
      opacity: 0.5; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #51c2be;
  font-weight: bold;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out, opacity 250ms ease-in-out; }
  a:visited {
    color: #51c2be; }
  a:hover, a:focus, a:active {
    color: #349390;
    border-color: #349390; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.crisis-support__inner a {
  color: #263450; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media (min-width: 1300px) {
  .main-navigation {
    display: flex;
    justify-content: flex-end; } }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  @media (min-width: 1300px) {
    .main-navigation ul ul {
      background-color: #f4f4f2;
      display: none !important;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%;
      z-index: 99999;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      border-bottom: 1px solid #dcdcdc; } }
  .main-navigation ul ul li:last-of-type a:after {
    content: unset; }
  .main-navigation ul ul a {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 15px 15px; }
    @media (max-width: 1750px) {
      .main-navigation ul ul a {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (max-width: 1300px) {
      .main-navigation ul ul a {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1300px) {
      .main-navigation ul ul a {
        padding: 30px 12.5px; }
        .main-navigation ul ul a:after {
          content: "|";
          color: #51c2be;
          display: inline-block;
          padding-left: 25px; } }
  @media (min-width: 1300px) {
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      display: flex !important; } }

@media (min-width: 1300px) {
  .main-navigation li {
    float: left; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #51c2be; } }

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  line-height: 1.20019;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.01em;
  font-weight: normal;
  transition: color 250ms ease-in-out;
  color: #2e3f5d; }
  @media (min-width: 1300px) {
    .main-navigation a {
      font-size: 1.5vw;
      padding: 35px 12px; } }
  @media (min-width: 1750px) {
    .main-navigation a {
      padding: 35px 22.5px;
      font-size: 28px;
      font-size: 1.75rem; } }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #51c2be; }

/* Small menu. */
.menu-toggle {
  display: block;
  padding: 0 0 0 20px;
  border: none;
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  font-size: 35px;
  font-size: 2.1875rem;
  outline: none; }
  .menu-toggle .fa-times {
    display: none;
    font-size: 43px;
    position: relative;
    top: 3px; }
  .menu-toggle[aria-expanded="true"] .fa-bars {
    display: none; }
  .menu-toggle[aria-expanded="true"] .fa-times {
    display: inline-block; }

.main-navigation.toggled .menu-main-menu-container {
  padding-top: 30px; }
  @media (min-width: 1300px) {
    .main-navigation.toggled .menu-main-menu-container {
      padding-top: 0; } }

.main-navigation.toggled ul {
  display: block; }

@media (min-width: 1300px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 auto 6.5em auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  max-width: 400px; }

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  display: inline-block;
  padding: 11px 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.20026264;
  color: #2e3f5d;
  border: 2px solid #2e3f5d; }

.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  color: #349390;
  border-color: #349390; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0;
  padding: 0 var(--basicGrid-outer, 0);
  width: 100%;
  max-width: 1716px;
  max-width: var(--basicGrid-width, 1716px); }
  @media (min-width: 0) {
    .row.stretch-on-small {
      align-items: stretch; }
    .row.top-on-small {
      align-items: flex-start; }
    .row.middle-on-small {
      align-items: center; }
    .row.bottom-on-small {
      align-items: flex-end; }
    .row.left-on-small {
      justify-content: flex-start; }
    .row.center-on-small {
      justify-content: center; }
    .row.right-on-small {
      justify-content: flex-end; }
    .row.around-on-small {
      justify-content: space-around; }
    .row.between-on-small {
      justify-content: space-between; }
    .row.ltr-on-small {
      flex-direction: row; }
    .row.rtl-on-small {
      flex-direction: row-reverse; }
    .row.hide-on-small {
      display: none; }
    .row.show-on-small {
      display: flex; } }
  @media (min-width: 640px) {
    .row.stretch-on-medium {
      align-items: stretch; }
    .row.top-on-medium {
      align-items: flex-start; }
    .row.middle-on-medium {
      align-items: center; }
    .row.bottom-on-medium {
      align-items: flex-end; }
    .row.left-on-medium {
      justify-content: flex-start; }
    .row.center-on-medium {
      justify-content: center; }
    .row.right-on-medium {
      justify-content: flex-end; }
    .row.around-on-medium {
      justify-content: space-around; }
    .row.between-on-medium {
      justify-content: space-between; }
    .row.ltr-on-medium {
      flex-direction: row; }
    .row.rtl-on-medium {
      flex-direction: row-reverse; }
    .row.hide-on-medium {
      display: none; }
    .row.show-on-medium {
      display: flex; } }
  @media (min-width: 1024px) {
    .row.stretch-on-large {
      align-items: stretch; }
    .row.top-on-large {
      align-items: flex-start; }
    .row.middle-on-large {
      align-items: center; }
    .row.bottom-on-large {
      align-items: flex-end; }
    .row.left-on-large {
      justify-content: flex-start; }
    .row.center-on-large {
      justify-content: center; }
    .row.right-on-large {
      justify-content: flex-end; }
    .row.around-on-large {
      justify-content: space-around; }
    .row.between-on-large {
      justify-content: space-between; }
    .row.ltr-on-large {
      flex-direction: row; }
    .row.rtl-on-large {
      flex-direction: row-reverse; }
    .row.hide-on-large {
      display: none; }
    .row.show-on-large {
      display: flex; } }
  @media (min-width: 1366px) {
    .row.stretch-on-xlarge {
      align-items: stretch; }
    .row.top-on-xlarge {
      align-items: flex-start; }
    .row.middle-on-xlarge {
      align-items: center; }
    .row.bottom-on-xlarge {
      align-items: flex-end; }
    .row.left-on-xlarge {
      justify-content: flex-start; }
    .row.center-on-xlarge {
      justify-content: center; }
    .row.right-on-xlarge {
      justify-content: flex-end; }
    .row.around-on-xlarge {
      justify-content: space-around; }
    .row.between-on-xlarge {
      justify-content: space-between; }
    .row.ltr-on-xlarge {
      flex-direction: row; }
    .row.rtl-on-xlarge {
      flex-direction: row-reverse; }
    .row.hide-on-xlarge {
      display: none; }
    .row.show-on-xlarge {
      display: flex; } }
  .row .row {
    margin: 0 -13.1625px;
    margin: 0 calc(var(--basicGrid-gutter, 26.325px) / -2);
    padding: 0;
    width: auto;
    max-width: none; }
  .row .column {
    position: relative;
    box-sizing: border-box;
    padding: 0 13.1625px;
    padding: 0 calc(var(--basicGrid-gutter, 26.325px) / 2);
    width: 100%; }
    @media (min-width: 0) {
      .row .column.small-auto {
        flex: 1 1 0px; }
      .row .column.small-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.small-offset-1 {
        margin-left: 8.33333%; }
      .row .column.small-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.small-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.small-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.small-offset-2 {
        margin-left: 16.66667%; }
      .row .column.small-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.small-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.small-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.small-offset-3 {
        margin-left: 25%; }
      .row .column.small-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.small-push-3 {
        right: auto;
        left: 25%; }
      .row .column.small-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.small-offset-4 {
        margin-left: 33.33333%; }
      .row .column.small-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.small-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.small-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.small-offset-5 {
        margin-left: 41.66667%; }
      .row .column.small-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.small-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.small-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.small-offset-6 {
        margin-left: 50%; }
      .row .column.small-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.small-push-6 {
        right: auto;
        left: 50%; }
      .row .column.small-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.small-offset-7 {
        margin-left: 58.33333%; }
      .row .column.small-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.small-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.small-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.small-offset-8 {
        margin-left: 66.66667%; }
      .row .column.small-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.small-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.small-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.small-offset-9 {
        margin-left: 75%; }
      .row .column.small-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.small-push-9 {
        right: auto;
        left: 75%; }
      .row .column.small-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.small-offset-10 {
        margin-left: 83.33333%; }
      .row .column.small-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.small-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.small-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.small-offset-11 {
        margin-left: 91.66667%; }
      .row .column.small-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.small-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.small-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.small-offset-12 {
        margin-left: 100%; }
      .row .column.small-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.small-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-small {
        order: -1; }
      .row .column.last-on-small {
        order: 1; }
      .row .column.origin-on-small {
        order: 0; }
      .row .column.hide-on-small {
        display: none; }
      .row .column.show-on-small {
        display: block; } }
    @media (min-width: 640px) {
      .row .column.medium-auto {
        flex: 1 1 0px; }
      .row .column.medium-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.medium-offset-1 {
        margin-left: 8.33333%; }
      .row .column.medium-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.medium-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.medium-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.medium-offset-2 {
        margin-left: 16.66667%; }
      .row .column.medium-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.medium-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.medium-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.medium-offset-3 {
        margin-left: 25%; }
      .row .column.medium-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.medium-push-3 {
        right: auto;
        left: 25%; }
      .row .column.medium-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.medium-offset-4 {
        margin-left: 33.33333%; }
      .row .column.medium-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.medium-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.medium-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.medium-offset-5 {
        margin-left: 41.66667%; }
      .row .column.medium-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.medium-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.medium-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.medium-offset-6 {
        margin-left: 50%; }
      .row .column.medium-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.medium-push-6 {
        right: auto;
        left: 50%; }
      .row .column.medium-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.medium-offset-7 {
        margin-left: 58.33333%; }
      .row .column.medium-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.medium-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.medium-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.medium-offset-8 {
        margin-left: 66.66667%; }
      .row .column.medium-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.medium-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.medium-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.medium-offset-9 {
        margin-left: 75%; }
      .row .column.medium-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.medium-push-9 {
        right: auto;
        left: 75%; }
      .row .column.medium-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.medium-offset-10 {
        margin-left: 83.33333%; }
      .row .column.medium-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.medium-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.medium-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.medium-offset-11 {
        margin-left: 91.66667%; }
      .row .column.medium-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.medium-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.medium-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.medium-offset-12 {
        margin-left: 100%; }
      .row .column.medium-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.medium-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-medium {
        order: -1; }
      .row .column.last-on-medium {
        order: 1; }
      .row .column.origin-on-medium {
        order: 0; }
      .row .column.hide-on-medium {
        display: none; }
      .row .column.show-on-medium {
        display: block; } }
    @media (min-width: 1024px) {
      .row .column.large-auto {
        flex: 1 1 0px; }
      .row .column.large-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.large-offset-1 {
        margin-left: 8.33333%; }
      .row .column.large-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.large-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.large-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.large-offset-2 {
        margin-left: 16.66667%; }
      .row .column.large-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.large-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.large-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.large-offset-3 {
        margin-left: 25%; }
      .row .column.large-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.large-push-3 {
        right: auto;
        left: 25%; }
      .row .column.large-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.large-offset-4 {
        margin-left: 33.33333%; }
      .row .column.large-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.large-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.large-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.large-offset-5 {
        margin-left: 41.66667%; }
      .row .column.large-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.large-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.large-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.large-offset-6 {
        margin-left: 50%; }
      .row .column.large-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.large-push-6 {
        right: auto;
        left: 50%; }
      .row .column.large-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.large-offset-7 {
        margin-left: 58.33333%; }
      .row .column.large-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.large-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.large-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.large-offset-8 {
        margin-left: 66.66667%; }
      .row .column.large-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.large-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.large-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.large-offset-9 {
        margin-left: 75%; }
      .row .column.large-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.large-push-9 {
        right: auto;
        left: 75%; }
      .row .column.large-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.large-offset-10 {
        margin-left: 83.33333%; }
      .row .column.large-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.large-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.large-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.large-offset-11 {
        margin-left: 91.66667%; }
      .row .column.large-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.large-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.large-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.large-offset-12 {
        margin-left: 100%; }
      .row .column.large-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.large-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-large {
        order: -1; }
      .row .column.last-on-large {
        order: 1; }
      .row .column.origin-on-large {
        order: 0; }
      .row .column.hide-on-large {
        display: none; }
      .row .column.show-on-large {
        display: block; } }
    @media (min-width: 1366px) {
      .row .column.xlarge-auto {
        flex: 1 1 0px; }
      .row .column.xlarge-1 {
        flex: 0 1 auto;
        width: 8.33333%; }
      .row .column.xlarge-offset-1 {
        margin-left: 8.33333%; }
      .row .column.xlarge-pull-1 {
        left: auto;
        right: 8.33333%; }
      .row .column.xlarge-push-1 {
        right: auto;
        left: 8.33333%; }
      .row .column.xlarge-2 {
        flex: 0 1 auto;
        width: 16.66667%; }
      .row .column.xlarge-offset-2 {
        margin-left: 16.66667%; }
      .row .column.xlarge-pull-2 {
        left: auto;
        right: 16.66667%; }
      .row .column.xlarge-push-2 {
        right: auto;
        left: 16.66667%; }
      .row .column.xlarge-3 {
        flex: 0 1 auto;
        width: 25%; }
      .row .column.xlarge-offset-3 {
        margin-left: 25%; }
      .row .column.xlarge-pull-3 {
        left: auto;
        right: 25%; }
      .row .column.xlarge-push-3 {
        right: auto;
        left: 25%; }
      .row .column.xlarge-4 {
        flex: 0 1 auto;
        width: 33.33333%; }
      .row .column.xlarge-offset-4 {
        margin-left: 33.33333%; }
      .row .column.xlarge-pull-4 {
        left: auto;
        right: 33.33333%; }
      .row .column.xlarge-push-4 {
        right: auto;
        left: 33.33333%; }
      .row .column.xlarge-5 {
        flex: 0 1 auto;
        width: 41.66667%; }
      .row .column.xlarge-offset-5 {
        margin-left: 41.66667%; }
      .row .column.xlarge-pull-5 {
        left: auto;
        right: 41.66667%; }
      .row .column.xlarge-push-5 {
        right: auto;
        left: 41.66667%; }
      .row .column.xlarge-6 {
        flex: 0 1 auto;
        width: 50%; }
      .row .column.xlarge-offset-6 {
        margin-left: 50%; }
      .row .column.xlarge-pull-6 {
        left: auto;
        right: 50%; }
      .row .column.xlarge-push-6 {
        right: auto;
        left: 50%; }
      .row .column.xlarge-7 {
        flex: 0 1 auto;
        width: 58.33333%; }
      .row .column.xlarge-offset-7 {
        margin-left: 58.33333%; }
      .row .column.xlarge-pull-7 {
        left: auto;
        right: 58.33333%; }
      .row .column.xlarge-push-7 {
        right: auto;
        left: 58.33333%; }
      .row .column.xlarge-8 {
        flex: 0 1 auto;
        width: 66.66667%; }
      .row .column.xlarge-offset-8 {
        margin-left: 66.66667%; }
      .row .column.xlarge-pull-8 {
        left: auto;
        right: 66.66667%; }
      .row .column.xlarge-push-8 {
        right: auto;
        left: 66.66667%; }
      .row .column.xlarge-9 {
        flex: 0 1 auto;
        width: 75%; }
      .row .column.xlarge-offset-9 {
        margin-left: 75%; }
      .row .column.xlarge-pull-9 {
        left: auto;
        right: 75%; }
      .row .column.xlarge-push-9 {
        right: auto;
        left: 75%; }
      .row .column.xlarge-10 {
        flex: 0 1 auto;
        width: 83.33333%; }
      .row .column.xlarge-offset-10 {
        margin-left: 83.33333%; }
      .row .column.xlarge-pull-10 {
        left: auto;
        right: 83.33333%; }
      .row .column.xlarge-push-10 {
        right: auto;
        left: 83.33333%; }
      .row .column.xlarge-11 {
        flex: 0 1 auto;
        width: 91.66667%; }
      .row .column.xlarge-offset-11 {
        margin-left: 91.66667%; }
      .row .column.xlarge-pull-11 {
        left: auto;
        right: 91.66667%; }
      .row .column.xlarge-push-11 {
        right: auto;
        left: 91.66667%; }
      .row .column.xlarge-12 {
        flex: 0 1 auto;
        width: 100%; }
      .row .column.xlarge-offset-12 {
        margin-left: 100%; }
      .row .column.xlarge-pull-12 {
        left: auto;
        right: 100%; }
      .row .column.xlarge-push-12 {
        right: auto;
        left: 100%; }
      .row .column.first-on-xlarge {
        order: -1; }
      .row .column.last-on-xlarge {
        order: 1; }
      .row .column.origin-on-xlarge {
        order: 0; }
      .row .column.hide-on-xlarge {
        display: none; }
      .row .column.show-on-xlarge {
        display: block; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .site-header--top .block--search .search-submit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus, .site-header--top .block--search .search-submit:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-logo {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 1300px) {
  .site-branding {
    width: 250px; } }

@media (min-width: 1750px) {
  .site-branding {
    width: initial; } }

.site-header--top {
  background-color: #2e3f5d;
  display: flex;
  justify-content: flex-end; }
  .site-header--top .block--search {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1024px) {
      .site-header--top .block--search {
        display: flex; } }
    .site-header--top .block--search .fa-search {
      color: #51c2be;
      margin-right: 1rem;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 640px) {
        .site-header--top .block--search .fa-search {
          font-size: 20px;
          font-size: 1.25rem; } }
    .site-header--top .block--search form {
      width: 100px; }
    .site-header--top .block--search .search-field {
      width: 100px;
      display: inline-block;
      line-height: 1.20019;
      padding: 0px;
      color: #51c2be;
      border-radius: 0;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      background: transparent;
      border: 0 !important;
      appearance: none;
      letter-spacing: 0.05em;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 640px) {
        .site-header--top .block--search .search-field {
          font-size: 20px;
          font-size: 1.25rem; } }
      .site-header--top .block--search .search-field::-webkit-input-placeholder {
        color: #51c2be; }
      .site-header--top .block--search .search-field:-moz-placeholder {
        /* Firefox 18- */
        color: #51c2be; }
      .site-header--top .block--search .search-field::-moz-placeholder {
        /* Firefox 19+ */
        color: #51c2be; }
      .site-header--top .block--search .search-field:-ms-input-placeholder {
        color: #51c2be; }
  .site-header--top a {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    line-height: 1.20019;
    padding: 22px 10px;
    color: #51c2be;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    @media (min-width: 640px) {
      .site-header--top a {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 22px 15px; } }
    @media (min-width: 1024px) {
      .site-header--top a {
        padding: 22px 30px; } }
    .site-header--top a.search {
      display: none; }
      @media (min-width: 1024px) {
        .site-header--top a.search {
          display: inline-block; } }
    .site-header--top a.alt-color {
      color: #d49440;
      padding-right: 30px; }
      @media (min-width: 1024px) {
        .site-header--top a.alt-color {
          padding-right: 50px; } }
    .site-header--top a.donate {
      background-color: #d49440;
      color: #263450;
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 640px) {
        .site-header--top a.donate {
          padding-left: 45px;
          padding-right: 45px; } }
      @media (min-width: 1024px) {
        .site-header--top a.donate {
          padding-left: 100px;
          padding-right: 100px; } }

body.search-results .block--search form, body.search-no-results .block--search form {
  width: auto; }
  body.search-results .block--search form .search-field, body.search-no-results .block--search form .search-field {
    width: auto;
    background: rgba(255, 255, 255, 0.21);
    padding: 0.4rem; }

.site-header--bottom {
  padding: 30px 100px 30px 35px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 999;
  background-color: white; }
  @media (min-width: 1300px) {
    .site-header--bottom {
      padding: 0 100px;
      justify-content: space-between;
      align-items: center;
      flex-direction: row; } }
  .site-header--bottom .site-branding {
    position: relative; }
    .site-header--bottom .site-branding a {
      display: block; }
    .site-header--bottom .site-branding img {
      vertical-align: middle; }

.crisis-support {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 0;
  max-width: 475px;
  width: 100%;
  pointer-events: none; }

.crisis-support__button {
  position: absolute;
  transform: translateY(250%) rotate(-90deg);
  transform-origin: 0 0;
  background-color: #d49440;
  border: none;
  pointer-events: initial;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  color: #263450;
  cursor: pointer; }
  @media (min-width: 1300px) {
    .crisis-support__button {
      font-size: 20px;
      font-size: 1.25rem; } }

.crisis-support__inner {
  display: none;
  pointer-events: initial;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-height: 90.909090909vh;
  overflow: auto;
  background-color: #d49440;
  text-align: center;
  width: 100%;
  padding: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #263450; }
  .toggled .crisis-support__inner {
    display: block; }
  .crisis-support__inner h2, .crisis-support__inner h3 {
    letter-spacing: 0.025em;
    font-family: europa, sans-serif;
    text-transform: uppercase; }
  .crisis-support__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #263450; }
  .crisis-support__inner h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #263450;
    margin-bottom: 0; }
  .crisis-support__inner p {
    margin-top: 10px; }
  .crisis-support__inner hr {
    background-color: #c4873f; }
  .crisis-support__inner .button {
    border-color: #263450;
    color: #263450; }

.crisis-support__close-button {
  position: absolute;
  top: 13px;
  right: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  color: #263450;
  font-size: 25px;
  font-size: 1.5625rem;
  cursor: pointer; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  --basicGrid-width: 1630px;
  background-color: #2e3f5d;
  color: #51c2be;
  padding: 90px 40px 30px 40px; }
  .site-footer p {
    margin: 0; }
  .site-footer a {
    color: #51c2be;
    text-decoration: none;
    font-weight: normal;
    word-break: break-word; }
    .site-footer a:hover {
      color: #349390; }
  .site-footer .footer__top .site-logo g {
    fill: #ffffff; }
  .site-footer .footer__middle {
    padding: 30px 0;
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: -0.01em;
    line-height: 1.818181818; }
    @media (min-width: 1024px) {
      .site-footer .footer__middle {
        padding: 75px 0 100px; } }
    .site-footer .footer__middle h2 {
      font-family: europa, sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: normal;
      margin: 0;
      color: #ffffff; }
    .site-footer .footer__middle ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      line-height: 1.2; }
      .site-footer .footer__middle ul li {
        margin-bottom: 10px; }
    .site-footer .footer__middle .footer-newsletter-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: -6px;
      margin-bottom: 15px; }
    .site-footer .footer__middle .footer-newsletter form {
      position: relative; }
      .site-footer .footer__middle .footer-newsletter form.active .submit-button {
        opacity: 1; }
    .site-footer .footer__middle .footer-newsletter .gform_footer {
      position: absolute;
      left: -10000px;
      top: auto;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    .site-footer .footer__middle .footer-newsletter input[type='text'] {
      width: 100%;
      padding-bottom: 12px;
      background-color: transparent;
      border-radius: 0;
      border: none;
      border-bottom: 2px solid #51c2be;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 0.05em;
      font-weight: bold;
      color: #51c2be;
      outline: none; }
      .site-footer .footer__middle .footer-newsletter input[type='text']::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #51c2be;
        text-transform: uppercase; }
      .site-footer .footer__middle .footer-newsletter input[type='text']::-moz-placeholder {
        /* Firefox 19+ */
        color: #51c2be;
        text-transform: uppercase; }
      .site-footer .footer__middle .footer-newsletter input[type='text']:-ms-input-placeholder {
        /* IE 10+ */
        color: #51c2be;
        text-transform: uppercase; }
      .site-footer .footer__middle .footer-newsletter input[type='text']:-moz-placeholder {
        /* Firefox 18- */
        color: #51c2be;
        text-transform: uppercase; }
    .site-footer .footer__middle .footer-newsletter .submit-button {
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity 250ms ease-in-out;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
      .site-footer .footer__middle .footer-newsletter .submit-button:after {
        display: none;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: "\f178"; }
      .site-footer .footer__middle .footer-newsletter .submit-button svg {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
      .site-footer .footer__middle .footer-newsletter .submit-button input[type='submit'] {
        display: block;
        padding: 15px 30px;
        margin: 0;
        border: none;
        position: relative;
        z-index: 999; }
    .site-footer .footer__middle .footer-social {
      font-size: 23px;
      font-size: 1.4375rem;
      display: flex;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .site-footer .footer__middle .footer-social li {
        padding: 0 5px;
        margin: 0; }
        .site-footer .footer__middle .footer-social li:first-of-type {
          padding-left: 0; }
        .site-footer .footer__middle .footer-social li:last-of-type {
          padding-right: 0; }
    .site-footer .footer__middle .xlarge-auto {
      margin-top: 20px;
      margin-bottom: 20px; }
      .site-footer .footer__middle .xlarge-auto:nth-child(1) {
        text-align: center; }
        .site-footer .footer__middle .xlarge-auto:nth-child(1) li {
          display: inline-block; }
      @media (min-width: 1024px) {
        .site-footer .footer__middle .xlarge-auto:nth-child(1) {
          text-align: left; } }
  @media (min-width: 1024px) and (min-width: 1366px) {
    .site-footer .footer__middle .xlarge-auto:nth-child(1) {
      max-width: 391px; } }
      @media (min-width: 1024px) {
          .site-footer .footer__middle .xlarge-auto:nth-child(1) li {
            display: block; } }

@media (min-width: 1024px) and (min-width: 1366px) {
  .site-footer .footer__middle .xlarge-auto:nth-child(2) {
    max-width: 391px; } }

@media (min-width: 1024px) and (min-width: 1366px) {
  .site-footer .footer__middle .xlarge-auto:nth-child(3) {
    max-width: 337px; } }

.site-info {
  text-align: center;
  letter-spacing: 0.05em;
  color: #979fae;
  max-width: 350px;
  margin: 0 auto; }
  .site-info .sep:first-of-type {
    display: none; }
  @media (min-width: 1024px) {
    .site-info {
      max-width: 100%;
      margin: 0 auto; }
      .site-info .sep:first-of-type {
        display: inline; } }
  .site-info a {
    color: #979fae;
    font-weight: normal; }
    .site-info a:hover {
      color: #c2c7cf; }

ul.footer-social.nami__show__mobile {
  font-size: 23px;
  font-size: 1.4375rem;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  margin-bottom: 20px; }

ul.footer-social.nami__show__mobile a {
  color: #51c2be;
  text-decoration: none;
  font-weight: normal;
  word-break: break-word; }

ul.footer-social.nami__show__mobile li {
  padding: 0 5px;
  margin: 0; }

.nami__show__mobile {
  display: none !important; }

@media (max-width: 768px) {
  .nami__show__desktop {
    display: none !important; }
  .nami__show__mobile {
    display: flex !important; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.list-template {
  background-color: #f4f4f2;
  position: relative;
  overflow: hidden; }
  .list-template .page-header {
    background-color: transparent;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (min-width: 1024px) {
      .list-template .page-header {
        padding-bottom: 200px; } }
    .list-template .page-header > .row {
      position: static;
      top: auto;
      transform: none; }
    .list-template .page-header:after {
      content: unset; }
    .list-template .page-header .small {
      font-size: 21px;
      font-size: 1.3125rem; }
    .list-template .page-header .inner-content {
      max-width: 765px;
      margin: 0 auto; }
  .list-template .background-scribble {
    position: absolute;
    top: 225px;
    left: auto;
    right: -153px; }
    .list-template .background-scribble .scribble-path {
      fill: #e9e9e6;
      opacity: 1; }

.page-header {
  position: relative;
  overflow: hidden;
  min-height: 475px;
  background-color: #51c2be;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.375;
  color: #2e3f5d;
  padding: 100px 0; }
  .page-header.short {
    min-height: 0 !important; }
  @media (min-width: 1024px) {
    .page-header {
      min-height: 733px;
      padding: 0; }
      .page-header > .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0; } }
  .page-header .background-scribble {
    position: absolute;
    top: -50px;
    left: -50px; }
  .page-header:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5.88542vw solid #f4f4f2;
    border-left: 100vw solid transparent;
    position: absolute;
    left: 0;
    bottom: 0; }
  .page-header.blue {
    background-color: #2e3f5d;
    color: #ffffff; }
    .page-header.blue .normal-header {
      color: #51c2be; }
    .page-header.blue .scribble-path {
      fill: #0e274b;
      opacity: 0.22; }
  .page-header .page-header--right {
    max-width: 584px;
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .page-header .page-header--right {
        margin-top: 0; } }
    .page-header .page-header--right p {
      margin: 0.8em 0; }
    .page-header .page-header--right p:first-of-type {
      margin-top: 0; }
  .page-header .page-header--center {
    text-align: center; }
  .page-template-template-3 .page-header:after, .single-events .page-header:after {
    border-bottom: 5.8854167vw solid #ffffff; }
  .page-template-template-3 .page-header .page-header--center p, .single-events .page-header .page-header--center p {
    margin: 0;
    font-size: 35px;
    font-size: 2.1875rem;
    font-family: adobe-garamond-pro, serif; }
    @media (min-width: 1024px) {
      .page-template-template-3 .page-header .page-header--center p, .single-events .page-header .page-header--center p {
        font-size: 53px;
        font-size: 3.3125rem; } }
  .page-template-template-3 .page-header .page-header--center h1, .single-events .page-header .page-header--center h1 {
    margin: 50px 0;
    font-size: 4rem;
    font-family: europa, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #51c2be; }
    @media (min-width: 1024px) {
      .page-template-template-3 .page-header .page-header--center h1, .single-events .page-header .page-header--center h1 {
        font-size: 6rem;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }

.page-navigation {
  padding-top: 100px;
  position: sticky;
  top: 0; }
  .page-navigation.mobile {
    position: static;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .page-navigation.mobile .small-header, .page-navigation.mobile #searchform.flex legend, #searchform.flex .page-navigation.mobile legend {
      color: #d49440; }
    .page-navigation.mobile select {
      color: #979fae;
      font-family: europa, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 0.05em;
      font-weight: bold;
      text-transform: uppercase;
      width: 100%;
      display: block;
      padding: 11px 15px;
      margin: 0 0 60px 0;
      line-height: 1.6;
      border: none;
      box-shadow: none;
      border-radius: 0;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi1LOPFWBgYFgPxIWXDi6+wEAHALRzPogG2pfIBKTrgdgBiPcDJQzoZHkCCAPZDkxAVxQCOQuAWIDWjkCyHAQSgXYfYMQi+QGIHakdHVgsB3magRGHIqo6ApflGA6ghSPwWY7VAdR0BCHLcTqAGo4gxnK8DqDEEcRaTtAB5DiCFMuJcgApjiDVcqIdQIwjyLGcJAfgcwS5lpPsAGyOAOJ8ci0nywFYfMxAruUgwEyOA14+vLRRXEFfAcg0oMRyEAAIMABDIZoqG3ipZQAAAABJRU5ErkJggg==");
      background-repeat: no-repeat;
      background-position: right 1.2em top 50%;
      background-size: 16px auto; }
      .page-navigation.mobile select::-ms-expand {
        display: none; }
      .page-navigation.mobile select:focus {
        outline: none; }
      .page-navigation.mobile select option {
        font-weight: normal; }
  .page-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .page-navigation ul li {
      font-weight: bold;
      font-size: 20px;
      font-size: 1.25rem; }
      .page-navigation ul li a {
        letter-spacing: 0.05em;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none;
        color: #979fae; }
        .page-navigation ul li a.current {
          color: #d49440; }

.page-content {
  background-color: #f4f4f2;
  padding: 50px 0; }
  @media (min-width: 1024px) {
    .page-content {
      padding: 100px 0; } }
  .page-content.white {
    background-color: #ffffff; }
  .page-content.no-padding-top {
    padding-top: 0; }
  .page-content.no-padding-bottom {
    padding-bottom: 0; }

.page-section {
  font-size: 23px;
  font-size: 1.4375rem;
  border-bottom: 2px solid #2e3f5d;
  padding: 50px 0; }
  @media (min-width: 1024px) {
    .page-section {
      padding: 100px 0; } }
  .page-section h2 {
    margin-top: 0; }
  .page-section:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-bar .small-header, .header-bar #searchform.flex legend, #searchform.flex .header-bar legend {
    color: #d49440;
    margin: 0; }
  .header-bar a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    text-decoration: none;
    color: #979fae; }
    @media (min-width: 640px) {
      .header-bar a {
        font-size: 22px;
        font-size: 1.375rem; } }

hr {
  background-color: #2e3f5d;
  border: 0;
  height: 2px; }

.page-split {
  --basicGrid-width: 100%;
  --basicGrid-gutter: 0;
  background-color: #f4f4f2; }
  .page-split .page-split__image {
    background-image: url(../images/here-to-help-image.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 480px; }
  .page-split .page-split__content {
    padding: 50px 0;
    max-width: 675px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 1024px) {
      .page-split .page-split__content {
        padding: 245px 40px 180px;
        padding-top: 12.7604167vw;
        padding-bottom: 9.375vw;
        padding-left: 40px;
        padding-right: 40px; } }
    .page-split .page-split__content h2 {
      margin-top: 0; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

/*--------------------------------------------------------------
## Template: Home
--------------------------------------------------------------*/
@media (min-width: 640px) {
  #slider {
    --basicGrid-gutter: 90px; } }

.home__articles-slider {
  background-color: #f4f4f2;
  position: relative;
  padding: 75px 0; }
  @media (min-width: 1024px) {
    .home__articles-slider {
      padding: 75px 0 150px; } }
  .home__articles-slider .article {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 30px 0; }
    @media (min-width: 1024px) {
      .home__articles-slider .article {
        margin: 0; } }
  .home__articles-slider .article__tag {
    margin-top: 0;
    margin-bottom: 20px;
    color: #51c2be;
    line-height: 1.2; }
  .home__articles-slider .article__meta {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase; }
  .home__articles-slider .article__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2; }
    .home__articles-slider .article__title a {
      text-decoration: none;
      color: #2e3f5d; }
      .home__articles-slider .article__title a:hover {
        color: #51c2be; }
  .home__articles-slider .article__content {
    margin-top: 0; }
  .home__articles-slider .article__learn-more {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    color: #2e3f5d;
    border-bottom: 2px solid #2e3f5d; }
    .home__articles-slider .article__learn-more:hover {
      color: #979fae;
      border-bottom: 2px solid #979fae; }
  .home__articles-slider .articles-slider__nav {
    display: flex;
    justify-content: flex-end;
    padding-right: 100px;
    padding-bottom: 50px; }
  .home__articles-slider .articles-slider-next,
  .home__articles-slider .articles-slider-prev {
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer; }
    .home__articles-slider .articles-slider-next.slick-disabled svg g,
    .home__articles-slider .articles-slider-prev.slick-disabled svg g {
      stroke: #979fae; }
  .home__articles-slider .articles-slider-next {
    padding-left: 10px; }
  .home__articles-slider .articles-slider-prev {
    padding-right: 10px; }
    .home__articles-slider .articles-slider-prev svg {
      transform: rotate(180deg); }

.home__learn-more {
  background-color: #2e3f5d;
  background-image: url(../images/learn-more-bg.jpg);
  background-size: cover;
  padding: 100px 0 50px;
  color: #ffffff; }
  @media (min-width: 1024px) {
    .home__learn-more {
      padding: 100px 0 150px; } }
  .home__learn-more .learn-more__section {
    padding: 0 0 100px; }
    @media (min-width: 1024px) {
      .home__learn-more .learn-more__section {
        padding: 100px 0; } }
    .home__learn-more .learn-more__section .section-content {
      padding-left: 55px; }
    .home__learn-more .learn-more__section .preheading {
      color: #51c2be; }
    .home__learn-more .learn-more__section .heading {
      font-size: 33px;
      font-size: 2.0625rem;
      line-height: 1.1;
      font-weight: normal; }
      @media (min-width: 1024px) {
        .home__learn-more .learn-more__section .heading {
          font-size: 40px;
          font-size: 2.5rem; } }
      .home__learn-more .learn-more__section .heading.quote {
        position: relative;
        margin-left: 22px; }
        .home__learn-more .learn-more__section .heading.quote:before {
          content: "“";
          position: absolute;
          top: 0;
          left: -22px; }
      .home__learn-more .learn-more__section .heading.author {
        position: relative;
        margin-left: 22px; }
        .home__learn-more .learn-more__section .heading.author:before {
          content: "-";
          position: absolute;
          top: 0;
          left: -22px; }
    .home__learn-more .learn-more__section.big .section-content {
      padding-left: 50px; }
    .home__learn-more .learn-more__section.big .heading {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 0.923076923; }
      @media (min-width: 1024px) {
        .home__learn-more .learn-more__section.big .heading {
          font-size: 78px;
          font-size: 4.875rem; } }
      .home__learn-more .learn-more__section.big .heading span {
        color: #51c2be; }
  .home__learn-more #mental-illness .learn-more__image {
    padding-left: 40px; }
    .home__learn-more #mental-illness .learn-more__image img {
      max-width: 121px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  @media (min-width: 1024px) {
    .home__learn-more #mental-illness .learn-more__image {
      padding-left: 20px; }
      .home__learn-more #mental-illness .learn-more__image img {
        max-width: none;
        margin-left: 0; } }
  .home__learn-more #everyones-story .learn-more__image {
    padding-left: 23.7%; }
    .home__learn-more #everyones-story .learn-more__image img {
      max-width: 180px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  @media (min-width: 1024px) {
    .home__learn-more #everyones-story .learn-more__image {
      padding-left: 100px; }
      .home__learn-more #everyones-story .learn-more__image img {
        max-width: none;
        margin-left: 0; } }
  .home__learn-more #nami-help .learn-more__image {
    padding-left: 23.7%; }
    .home__learn-more #nami-help .learn-more__image img {
      max-width: 100px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  @media (min-width: 1024px) {
    .home__learn-more #nami-help .learn-more__section {
      padding-bottom: 5px; }
    .home__learn-more #nami-help .learn-more__image {
      padding-left: 50px; }
      .home__learn-more #nami-help .learn-more__image img {
        max-width: none;
        margin-left: 0; } }

.home__here-to-help .page-split__image {
  background-image: url(../images/here-to-help-image.jpg); }

.home__our-work {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-color: #51c2be;
  color: #ffffff; }
  @media (min-width: 1024px) {
    .home__our-work {
      padding: 250px 0 220px;
      --basicGrid-gutter: 100px; } }
  .home__our-work .background-scribble {
    transform: rotate(90deg);
    position: absolute;
    top: -260px;
    left: -430px; }
    .home__our-work .background-scribble #scribble .scribble-path {
      opacity: 0.22; }
  .home__our-work h1 {
    margin-top: 0; }
    @media (max-width: 1290px) {
      .home__our-work h1 {
        font-size: 5.6vw; } }
    @media (max-width: 1024px) {
      .home__our-work h1 {
        font-size: 50px; } }
  .home__our-work .small-header, .home__our-work #searchform.flex legend, #searchform.flex .home__our-work legend {
    color: #2e3f5d; }
  .home__our-work .our-priorities {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1; }
    .home__our-work .our-priorities li {
      margin-bottom: 28px; }
  .home__our-work .our-work--left {
    max-width: 610px;
    margin: 0 auto 50px; }
    @media (min-width: 1024px) {
      .home__our-work .our-work--left {
        margin: 0 auto; } }
  .home__our-work .our-work--right {
    max-width: 515px;
    margin: 0 auto; }

/*--------------------------------------------------------------
## Template: 1
--------------------------------------------------------------*/
.search-box {
  background-color: #51c2be;
  padding: 50px 30px 35px;
  margin-top: 70px; }
  @media (min-width: 1024px) {
    .search-box {
      padding: 1rem 2rem 1rem 2rem; } }

#searchform {
  line-height: 1.2; }
  #searchform select,
  #searchform input[type='text'] {
    width: 100%;
    display: block;
    color: #979fae;
    font-family: europa, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: bold; }
  #searchform select {
    padding: 11px 15px;
    margin: 0;
    line-height: 1.6;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #2e3f5d;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2017.98%2011.12%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23979fae%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M17.98%201.54L16.34%200%208.99%207.83%201.64%200%200%201.54l8.99%209.59%208.99-9.59z%22/%3E%3C/svg%3E");
    background-size: 1rem;
    background-position: calc(100% - 1rem) 50%; }
    @media (min-width: 1024px) {
      #searchform select {
        background-position: right 0.75rem top 50%;
        background-size: auto 100%;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2029.12%2040%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23979fae%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M0%200h1.14v40H0zM29.12%2015.98l-1.64-1.54-7.35%207.83-7.34-7.83-1.65%201.54%208.99%209.58%208.99-9.58z%22/%3E%3C/svg%3E"); } }
    #searchform select::-ms-expand {
      display: none; }
    #searchform select option {
      font-weight: normal; }
  #searchform input[type='text'] {
    padding: 11px 15px;
    border-radius: 0;
    border: none; }
  #searchform input[type='submit'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px; }
  #searchform.locations {
    padding-bottom: 1rem; }
  #searchform.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline; }
    #searchform.flex legend {
      flex-basis: 100%;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    @media (max-width: 1024px) {
      #searchform.flex select {
        margin-bottom: 1rem; }
        #searchform.flex select#event_types, #searchform.flex select#event_locations, #searchform.flex select#event_dates {
          margin-bottom: 0 !important; } }
    #searchform.flex input[type='submit'] {
      flex-basis: 100%; }
      @media (min-width: 1024px) {
        #searchform.flex input[type='submit'] {
          flex-basis: calc(100% / 3 - .6666666rem);
          width: calc(100% / 3 - .6666666rem); } }
      #searchform.flex input[type='submit']#searchsubmit {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important; }
  #searchform .third {
    flex-basis: 100%; }
    @media (min-width: 1024px) {
      #searchform .third {
        flex-basis: calc(100% / 3 - .6666666rem);
        width: calc(100% / 3 - .6666666rem); } }
  #searchform .half {
    flex-basis: 100%; }
    @media (min-width: 1024px) {
      #searchform .half {
        flex-basis: calc(100% / 2 - .5rem);
        width: calc(100% / 2 - .5rem); } }
  #searchform .one {
    flex-basis: 100%;
    text-align: center; }
    #searchform .one input[type='submit']#searchsubmit {
      margin-right: auto !important;
      margin-left: auto !important; }
  #searchform .two-thirds {
    flex-basis: 100%; }
    @media (min-width: 1024px) {
      #searchform .two-thirds {
        flex-basis: calc(100% / 1.5 - .3333333rem);
        width: calc(100% / 1.5 - .3333333rem); } }
  #searchform label.small-header {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 20px; }
    #searchform label.small-header span {
      margin-top: 10px;
      display: block; }

.clear-search a {
  border: none;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  color: #979fae;
  cursor: pointer;
  text-decoration: none; }
  .clear-search a svg {
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    top: 0.08em; }

.results .meta-info {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }
  .results .meta-info h2 a {
    text-decoration: none;
    color: #2e3f5d; }
    .results .meta-info h2 a:hover {
      color: #51c2be; }
  .results .meta-info span {
    display: inline-block;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-right: 6px;
    padding-bottom: 10px;
    color: #51c2be;
    text-transform: uppercase; }

.results .meta-content {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.739130435; }
  .results .meta-content .piece--tax {
    border: 2px solid;
    display: inline-block;
    margin-right: .5rem;
    padding: 0.125rem .6rem;
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: europa, sans-serif; }
    .results .meta-content .piece--tax:last-of-type {
      margin-right: 0; }

.results .result {
  margin: 20px 0; }
  @media (min-width: 1024px) {
    .results .result {
      margin: 50px 0; } }

.piece--result-count {
  color: #d49440;
  font-weight: bold;
  letter-spacing: .5px;
  margin-bottom: .5rem; }

/*--------------------------------------------------------------
## Template: 2
--------------------------------------------------------------*/
.page-template-template-2 .page-section ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.page-template-template-2 .page-section ul li {
  line-height: 1.2em;
  margin-bottom: 0.7em;
  font-size: 0.9em;
  padding-right: 70px; }

.page-template-template-2 .page-content {
  padding-top: 0; }

/*--------------------------------------------------------------
## Template: 3
--------------------------------------------------------------*/
.event-cta {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.375; }
  @media (min-width: 1024px) {
    .event-cta {
      font-size: 31px;
      font-size: 1.9375rem; } }
  .event-cta .event-cta--top .h1 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 40px; }
  .event-cta .event-cta--top p {
    margin-top: 0; }
  .event-cta .event-cta--bottom {
    padding: 20px;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .event-cta .event-cta--bottom {
        padding: 60px;
        margin-top: 100px; } }
    .event-cta .event-cta--bottom .event-cta--bottom-inner {
      background-color: #51c2be;
      color: #2e3f5d;
      padding: 40px 40px 40px;
      text-align: center; }
      @media (min-width: 1024px) {
        .event-cta .event-cta--bottom .event-cta--bottom-inner {
          padding: 100px 100px 100px; } }
      .event-cta .event-cta--bottom .event-cta--bottom-inner .nami__justified {
        justify-content: center; }
      .event-cta .event-cta--bottom .event-cta--bottom-inner h3 {
        font-size: 26px;
        font-size: 1.625rem; }
        @media (min-width: 640px) {
          .event-cta .event-cta--bottom .event-cta--bottom-inner h3 {
            font-size: 33px;
            font-size: 2.0625rem; } }
      .event-cta .event-cta--bottom .event-cta--bottom-inner a {
        color: #ffffff; }
      .event-cta .event-cta--bottom .event-cta--bottom-inner .button {
        margin-bottom: 30px;
        color: #2e3f5d; }
        @media (min-width: 1024px) {
          .event-cta .event-cta--bottom .event-cta--bottom-inner .button {
            margin-bottom: 0; } }

.event-information .event-section {
  margin: 50px 0; }
  @media (min-width: 1024px) {
    .event-information .event-section {
      margin: 100px 0; } }

.speakers {
  font-size: 23px;
  font-size: 1.4375rem; }
  .speakers .speaker {
    margin: 50px 0; }
    @media (min-width: 1024px) {
      .speakers .speaker {
        margin: 100px 0; } }
  .speakers h2 {
    margin-top: 0; }
  .speakers .small-header, .speakers #searchform.flex legend, #searchform.flex .speakers legend {
    color: #51c2be; }

.speaker--left img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

.speaker--right {
  padding-left: 0; }
  @media (min-width: 1024px) {
    .speaker--right {
      padding-left: 80px; } }

.programs {
  margin: 100px 0; }
  .programs .h1 {
    margin-top: 0;
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .programs .h1 {
        font-size: 3.5vw; } }
    @media (min-width: 1660px) {
      .programs .h1 {
        font-size: 60px;
        font-size: 3.75rem; } }
  .programs .program__schedule {
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 640px) {
      .programs .program__schedule {
        font-size: 22px;
        font-size: 1.375rem; } }
    .programs .program__schedule tr td {
      line-height: 1;
      padding-top: 8px;
      padding-bottom: 8px; }
      .programs .program__schedule tr td:first-of-type {
        width: 160px; }
      .programs .program__schedule tr td:last-of-type {
        font-weight: bold; }

.sponsors {
  margin: 50px 0; }
  @media (min-width: 1024px) {
    .sponsors {
      margin: 100px 0; } }

.event-faq {
  background-color: #51c2be; }
  .event-faq .normal-header {
    text-align: center; }
  .event-faq .faqs {
    margin-bottom: 50px; }
    .event-faq .faqs .faq-item {
      position: relative;
      padding: 20px 0;
      border-bottom: 2px solid #2e3f5d; }
      .event-faq .faqs .faq-item:first-of-type {
        border-top: 2px solid #2e3f5d; }
      .event-faq .faqs .faq-item .faq-title {
        margin: 0;
        padding: 0 25px 0 0;
        cursor: pointer;
        transition: color 200ms ease-in-out, margin-bottom 200ms ease-in-out; }
        .event-faq .faqs .faq-item .faq-title:after {
          display: none;
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          content: '\f078'; }
        .event-faq .faqs .faq-item .faq-title svg {
          position: absolute;
          right: 0.4em;
          top: 1.5em;
          font-size: 16px; }
      .event-faq .faqs .faq-item .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 200ms ease-in-out, padding-top 200ms ease-in-out;
        font-size: 22px;
        font-size: 1.375rem; }
        .event-faq .faqs .faq-item .faq-answer p:first-of-type {
          margin-top: 0; }
        .event-faq .faqs .faq-item .faq-answer p:last-of-type {
          margin-bottom: 0; }
      .event-faq .faqs .faq-item.active .faq-title {
        margin-bottom: 20px; }
        .event-faq .faqs .faq-item.active .faq-title:after {
          content: '\f077'; }

form.post-password-form {
  text-align: center;
  margin: 100px 20px; }

/*--------------------------------------------------------------
## Template: 4
--------------------------------------------------------------*/
.about-content {
  margin: 50px 0;
  font-size: 23px;
  font-size: 1.4375rem; }
  @media (min-width: 1024px) {
    .about-content {
      margin: 100px 0; } }
  .about-content.no-margin-top {
    margin-top: 0; }
  .about-content.no-margin-bottom {
    margin-bottom: 0; }
  .about-content .about-content__header {
    text-align: center; }
  .about-content .large-offset-1 .about-content__header {
    text-align: left; }
    @media (min-width: 1024px) {
      .about-content .large-offset-1 .about-content__header {
        text-align: right;
        margin-right: 80px; } }
  .about-content .about-content__copy {
    line-height: 1.739130435; }
    @media (min-width: 1024px) {
      .about-content .about-content__copy {
        margin-right: 90px; } }
    .about-content .about-content__copy ul li, .about-content .about-content__copy ol li {
      line-height: 1.3;
      margin-bottom: 0.8em; }
    .about-content .about-content__copy.download ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }

.about-top-content {
  position: relative;
  overflow: hidden; }
  .about-top-content .background-scribble {
    position: absolute;
    top: 350px;
    right: -150px; }
    .about-top-content .background-scribble #scribble .scribble-path {
      fill: #e9e9e6;
      opacity: 1; }

.about-slider__container {
  background-color: #2e3f5d; }

.about-slider .inner-slide {
  max-width: 775px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  color: #ffffff; }
  .about-slider .inner-slide .h1 {
    font-weight: normal; }
    .about-slider .inner-slide .h1 span {
      color: #51c2be; }

.about-slider .slick-dots li button:before {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff; }

.template4__meet-nami {
  background-color: #ffffff; }
  .template4__meet-nami .page-split__image {
    background-image: url(../images/about-teamnami.jpg); }

.about-content--container {
  position: relative;
  overflow: hidden; }
  .about-content--container .background-scribble {
    position: absolute;
    top: -115px;
    right: -150px; }
    .about-content--container .background-scribble #scribble .scribble-path {
      fill: #e9e9e6;
      opacity: 1; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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