/*!
Theme Name: Supported Decision Making
Theme URI: http://supporteddecisions.org/
Author: Purple Pen Productions
Author URI: https://purplepen.com
Description: Description
Version: 1.0.0
*/
/*
A11y Contrast notes:

Normal text
AA: 4.5
AAA: 7

Large text (14pt+bold, 18pt+normal)
AA: 3
AAA: 4.5
*/
/* Red :: White 5.01 :: Black 4.19  */
/* Dark grey :: White 10.37 :: Black 2.03 */
/* Dark blue :: White 13.96 :: Black 1.5 */
/* Aqua :: White 2.39 :: Black 8.79 */
/* Yellow :: White 1.41 :: Black 14.93 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 14px; }
  @media screen and (min-width: 601px) {
    html {
      font-size: 16px; } }
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.688; }

h1, h2, h3, h4, h5, h6 {
  color: #1e2d40;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.125; }
  .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6 {
    color: white; }

h1 {
  font-size: 2.25rem;
  margin: 2.531rem 0 1.125rem; }

h2 {
  font-size: 1.688rem;
  margin: 2.25rem 0 1rem; }

h3 {
  font-size: 1.5rem;
  margin: 1.688rem 0 0.75rem; }

h4 {
  font-size: 1.125rem;
  margin: 1.5rem 0 0.667rem; }

h5 {
  font-size: 1rem;
  margin: 1.125rem 0 0.5rem; }

h6 {
  font-size: 0.75rem;
  margin: 1rem 0 0.444rem; }

p {
  margin-bottom: 1.5rem; }

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

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%; }

blockquote,
blockquote.blockquote {
  border-bottom: 2px solid;
  border-top: 2px solid;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 4rem 0;
  padding: 1rem 2rem;
  position: relative; }
  .elementor-page blockquote, .elementor-page blockquote.blockquote {
    margin: 1rem 0; }
  blockquote ul, blockquote ol,
  blockquote.blockquote ul,
  blockquote.blockquote ol {
    margin-left: 1.5em; }
  blockquote:after, blockquote:before,
  blockquote.blockquote:after,
  blockquote.blockquote:before {
    display: block;
    border-radius: 100%;
    font-size: 3rem;
    height: 2.5rem;
    line-height: 1.6;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 2.5rem; }
  blockquote:before,
  blockquote.blockquote:before {
    content: '\201C';
    left: -1.25rem;
    top: -1.25rem; }
  blockquote:after,
  blockquote.blockquote:after {
    bottom: -1.25rem;
    content: '\201D';
    right: -1.25rem; }
  blockquote.aligncenter,
  blockquote.blockquote.aligncenter {
    margin: 2.5rem 2rem; }
    @media screen and (min-width: 601px) {
      blockquote.aligncenter,
      blockquote.blockquote.aligncenter {
        margin: 2.5rem 3rem; } }
  blockquote.alignleft,
  blockquote.blockquote.alignleft {
    display: block;
    float: none;
    margin: 1.5rem 0; }
    @media screen and (min-width: 601px) {
      blockquote.alignleft,
      blockquote.blockquote.alignleft {
        float: left;
        margin: 0 2.5rem 1.5rem 0;
        max-width: 50%; } }
  blockquote.alignright,
  blockquote.blockquote.alignright {
    display: block;
    float: none;
    margin: 1.5rem 0; }
    @media screen and (min-width: 601px) {
      blockquote.alignright,
      blockquote.blockquote.alignright {
        float: right;
        margin: 0 0 1.5rem 2.5rem;
        max-width: 50%; } }
    @media screen and (min-width: 1200px) {
      blockquote.alignright,
      blockquote.blockquote.alignright {
        margin-right: -5rem; } }
  blockquote.alignnone,
  blockquote.blockquote.alignnone {
    display: inline-block;
    margin: 1.5rem 0; }
  blockquote,
  blockquote.blockquote {
    background: white;
    border-color: #15b8cf;
    color: #1e2d40; }
    blockquote a,
    blockquote.blockquote a {
      color: #1a6579; }
      blockquote a:hover,
      blockquote.blockquote a:hover {
        color: midnightblue; }
    blockquote:after, blockquote:before,
    blockquote.blockquote:after,
    blockquote.blockquote:before {
      background: #15b8cf;
      color: white; }
  blockquote.style-1,
  blockquote.blockquote.style-1 {
    background: #1e2d40;
    border-color: #15b8cf;
    color: white; }
    blockquote.style-1 a,
    blockquote.blockquote.style-1 a {
      color: #15b8cf; }
      blockquote.style-1 a:hover,
      blockquote.blockquote.style-1 a:hover {
        color: #fed700; }
    blockquote.style-1:after, blockquote.style-1:before,
    blockquote.blockquote.style-1:after,
    blockquote.blockquote.style-1:before {
      background: #15b8cf; }
  blockquote.style-2,
  blockquote.blockquote.style-2 {
    background: #fed700;
    border-color: #1e2d40;
    color: black; }
    blockquote.style-2 a,
    blockquote.blockquote.style-2 a {
      color: #1e2d40; }
      blockquote.style-2 a:hover,
      blockquote.blockquote.style-2 a:hover {
        color: black; }
    blockquote.style-2:after, blockquote.style-2:before,
    blockquote.blockquote.style-2:after,
    blockquote.blockquote.style-2:before {
      background: #1e2d40;
      color: white; }
  blockquote.style-3,
  blockquote.blockquote.style-3 {
    background: #15b8cf;
    border-color: #fed700;
    color: black; }
    blockquote.style-3 a,
    blockquote.blockquote.style-3 a {
      color: #1e2d40; }
      blockquote.style-3 a:hover,
      blockquote.blockquote.style-3 a:hover {
        color: black; }
    blockquote.style-3:after, blockquote.style-3:before,
    blockquote.blockquote.style-3:after,
    blockquote.blockquote.style-3:before {
      background: #fed700;
      color: #1e2d40; }
  blockquote.style-4,
  blockquote.blockquote.style-4 {
    background: #404040;
    border-color: black;
    color: white; }
    blockquote.style-4 a,
    blockquote.blockquote.style-4 a {
      color: #fed700; }
      blockquote.style-4 a:hover,
      blockquote.blockquote.style-4 a:hover {
        color: white; }
    blockquote.style-4:after, blockquote.style-4:before,
    blockquote.blockquote.style-4:after,
    blockquote.blockquote.style-4:before {
      background: black; }
  blockquote.style-5,
  blockquote.blockquote.style-5 {
    background: white;
    border-color: #404040;
    color: #404040; }
    blockquote.style-5:after, blockquote.style-5:before,
    blockquote.blockquote.style-5:after,
    blockquote.blockquote.style-5:before {
      background: #404040;
      color: white; }
  blockquote *:first-child,
  blockquote.blockquote *:first-child {
    margin-top: 0; }
  blockquote *:last-child,
  blockquote.blockquote *:last-child {
    margin-bottom: 0; }
  blockquote cite,
  blockquote.blockquote cite {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    letter-spacing: normal;
    text-align: right; }

.cta {
  color: #1e2d40;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0;
  max-width: 100%;
  padding: 1rem;
  text-align: center; }
  @media screen and (min-width: 601px) {
    .cta {
      padding: 2rem; } }
  @media screen and (min-width: 601px) {
    .cta.left-align, .cta.right-align {
      padding: 2rem;
      text-align: left; }
      .cta.left-align .cta-text, .cta.right-align .cta-text {
        -webkit-flex: 1;
                flex: 1; } }
  @media screen and (min-width: 601px) {
    .cta.left-align {
      -webkit-align-items: center;
              align-items: center;
      -webkit-flex-direction: row;
              flex-direction: row; }
      .cta.left-align .cta-text {
        padding-right: 20%; } }
  @media screen and (min-width: 601px) {
    .cta.right-align {
      -webkit-align-items: center;
              align-items: center;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .cta.right-align .cta-text {
        padding-left: 20%; } }
  .cta .cta-text {
    font-size: 1.25em;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 601px) {
      .cta .cta-text {
        margin-bottom: 0; } }
    .cta .cta-text *:first-child {
      margin-top: 0;
      padding-top: 0; }
    .cta .cta-text *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  @media screen and (min-width: 601px) {
    .cta.center-align .cta-text {
      margin-bottom: 1.5rem; } }
  .cta .cta-button a {
    background: #d72622;
    color: white;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: all 300ms;
    white-space: nowrap; }
    @media screen and (min-width: 601px) {
      .cta .cta-button a {
        font-size: 1rem; } }
    .cta .cta-button a:hover, .cta .cta-button a:focus {
      background: #fed700;
      color: black; }
  .cta.style-2 {
    border-bottom: 1px solid #15b8cf;
    border-top: 1px solid #15b8cf;
    margin: 2rem 0; }
  .cta.style-3 {
    border: 1px solid #15b8cf;
    margin: 2rem 0.5rem;
    padding: 1rem; }
    @media screen and (min-width: 601px) {
      .cta.style-3 {
        margin: 2rem 1rem; } }
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background: #fff; }

hr {
  background-color: #15b8cf;
  border: 0 none;
  height: 2px;
  margin: 2.531rem auto;
  max-width: 50%;
  position: relative; }
  hr:before, hr:after {
    background: white;
    border: 2px solid #15b8cf;
    border-radius: 100%;
    content: '';
    display: block;
    padding: 0.5rem 0.5rem 0 0;
    position: absolute;
    height: 0;
    top: -0.35rem;
    width: 0; }
  hr:before {
    left: 0; }
  hr:after {
    right: 0; }

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

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;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

a {
  color: #1a6579; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  display: block;
  font-size: inherit;
  padding: 0.3em 0.5em; }

input::-webkit-input-placeholder {
  color: #757575;
  /* a11y FTW! */ }

input:-ms-input-placeholder {
  color: #757575;
  /* a11y FTW! */ }

input::-moz-placeholder {
  color: #757575;
  /* a11y FTW! */
  opacity: 1;
  /* https://www.quirksmode.org/blog/archives/2015/12/styling_placeho.html */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0 none;
  border-radius: 0;
  background: #d72622;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
  transition: all 300ms; }
  button:hover, button:focus, button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    background: #fed700;
    color: black; }

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 {
  background: white;
  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%; }

/* Email discussion group signup form */
#groupsio-embedded-subscribe-form * {
  display: inline; }

/* Search form on nothing found page */
.page-content .search-form input {
  display: inline; }

.main-navigation {
  background: #15b8cf;
  display: block; }
  .main-navigation .menu-main-container {
    margin: 0 auto;
    max-width: 960px; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul > li {
    display: block; }
    @media screen and (min-width: 601px) {
      .main-navigation ul > li {
        display: inline-block; } }
.main-navigation ul ul {
  clip: rect(0, 0, 0, 0);
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute; }
  @media screen and (min-width: 601px) {
    .main-navigation ul ul {
      background: white;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      clip: auto;
      top: 100%;
      left: -999em;
      max-height: none;
      overflow: visible;
      z-index: 99999; } }
.main-navigation ul li.toggled ul {
  max-height: 9999px;
  position: static; }
  @media screen and (min-width: 601px) {
    .main-navigation ul li.toggled ul {
      max-height: none; } }
.submenu-toggle {
  background: #1e2d40;
  border: 0 none;
  border-radius: 0;
  color: white;
  height: 1.25rem;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  width: 1.25rem; }
  .submenu-toggle:after {
    content: '+'; }
  .submenu-toggle[aria-expanded=true] {
    background: #1e2d40; }
    .submenu-toggle[aria-expanded=true]:after {
      content: '-'; }
  @media screen and (min-width: 601px) {
    .submenu-toggle {
      display: none; } }
.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover,
.main-navigation ul ul li.focus {
  background: #e8f8fa; }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation .menu > li:hover,
.main-navigation .menu > li.focus {
  background: #44c6d9; }
  @media screen and (min-width: 601px) {
    .main-navigation .menu > li:hover:after,
    .main-navigation .menu > li.focus:after {
      border-bottom: 0.5em solid white;
      border-left: 0.5em solid transparent;
      border-right: 0.5em solid transparent;
      content: '';
      height: 0;
      left: 50%;
      margin-left: -0.5em;
      position: absolute;
      bottom: 0;
      width: 0; } }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  position: relative;
  transition: background 300ms; }
  .main-navigation li.current_page_item > a:before, .main-navigation li.current-menu-parent > a:before {
    background: #fed700;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 0.9em;
    margin-right: 0.25em;
    width: 0.9em; }
  @media screen and (min-width: 601px) {
    .main-navigation li.menu-item-has-children a {
      position: relative; }
    .main-navigation li.menu-item-has-children > a:after {
      border-left: 0.25em solid transparent;
      border-right: 0.25em solid transparent;
      border-top: 0.25em solid black;
      content: '';
      height: 0;
      right: 0.1em;
      position: absolute;
      top: 1.2em;
      width: 0; } }
  .main-navigation li li a {
    margin-left: 1.25em; }
  .main-navigation li li.current_page_item > a, .main-navigation li li.current-menu-parent > a {
    text-indent: -1.25em; }
    .main-navigation li li.current_page_item > a:before, .main-navigation li li.current-menu-parent > a:before {
      background: white; }
      @media screen and (min-width: 601px) {
        .main-navigation li li.current_page_item > a:before, .main-navigation li li.current-menu-parent > a:before {
          background: #15b8cf; } }
.main-navigation a {
  color: black;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  background: transparent;
  border: 0;
  margin: 0 auto;
  padding: 1rem; }

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.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%; }

/* Temporary styles */
.site-header {
  background: #1e2d40;
  color: white;
  margin-bottom: 1rem; }
  .page-template-story.elementor-page .site-header {
    margin-bottom: 0; }
  .site-header .custom-logo {
    display: block; }

.site-header-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  padding: 1rem; }
  @media screen and (min-width: 980px) {
    .site-header-wrap {
      -webkit-flex-direction: row;
              flex-direction: row; } }
.site-branding {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 980px) {
    .site-branding {
      -webkit-flex: 2;
              flex: 2; } }
  .site-branding .site-title {
    line-height: 1;
    margin-bottom: 0; }
    .site-branding .site-title a {
      color: inherit;
      text-decoration: none; }

.site {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .site .site-content {
    -webkit-flex: 1;
            flex: 1; }

.site-header form[role='search'] {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1rem; }
  @media screen and (min-width: 980px) {
    .site-header form[role='search'] {
      -webkit-flex: 1;
              flex: 1;
      -webkit-justify-content: flex-end;
              justify-content: flex-end;
      margin-top: 0; } }
  .site-header form[role='search'] button {
    display: none;
    transition: all 200ms ease-in;
    width: 0; }
    .site-header form[role='search'] button svg {
      fill: black;
      width: 2em; }
  .site-header form[role='search'] label {
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1;
    font-size: 0.75rem;
    padding: .6em 1em .4em;
    width: 4em; }
    .site-header form[role='search'] label svg {
      fill: white;
      width: 2em; }
  .site-header form[role='search'] input {
    border: 0 none;
    padding: 0;
    width: 0;
    transition: all 200ms ease-in; }
  .site-header form[role='search'] button {
    border: 1px solid;
    border-color: #13a6ba;
    background: #15b8cf;
    color: black;
    font-size: 0.75rem; }
  .site-header form[role='search'] input:focus {
    border-radius: 3px 0 0 3px;
    display: inline;
    outline: none;
    padding: .5em 1em .3em;
    width: 65%; }
    .site-header form[role='search'] input:focus ~ label {
      border: 0 none;
      text-indent: -9999em;
      padding: 0;
      width: 0; }
      .site-header form[role='search'] input:focus ~ label svg {
        display: none; }
    .site-header form[role='search'] input:focus ~ button {
      background: #15b8cf;
      border: 1px solid;
      border-color: #13a6ba;
      border-radius: 0 3px 3px 0;
      color: black;
      font-size: 0.75rem;
      display: block;
      text-indent: 0;
      width: 4em; }

/* Temporary styles */
.site-footer {
  background-color: #1e2d40;
  background-image: url(images/bg-network-black-transparent-sw.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 75%;
  border-top: 0.5em solid #15b8cf;
  color: white;
  margin-top: 3rem;
  padding: 1rem;
  padding-top: 3rem; }
  .site-footer a {
    color: white;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .contact-info,
  .site-footer .site-nav,
  .site-footer .site-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 960px; }
    @media screen and (min-width: 980px) {
      .site-footer .contact-info,
      .site-footer .site-nav,
      .site-footer .site-info {
        -webkit-flex-direction: row;
                flex-direction: row; } }
  .site-footer .contact-info {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 3rem; }
  .site-footer .site-info {
    -webkit-flex-direction: column;
            flex-direction: column;
    font-size: 0.75rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
    text-align: center; }
  .site-footer .footer-logo img {
    max-width: 150px; }
  .site-footer .footer-logo + .footer-statement {
    margin-top: 1rem; }
  .site-footer .footer-statement {
    font-size: 0.9rem; }
    .site-footer .footer-statement a {
      color: #15b8cf; }
  .site-footer .email {
    margin-bottom: 1rem; }
    @media screen and (min-width: 980px) {
      .site-footer .email {
        margin-bottom: 0;
        margin-right: 1rem; } }
    .site-footer .email img {
      margin-right: 0.5em;
      max-width: 1.75em;
      vertical-align: middle; }
  .site-footer .donate {
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 980px) {
      .site-footer .donate {
        margin-right: 0;
        text-align: right; } }
  .site-footer ul.menu,
  .site-footer ul.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .site-footer ul.menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 980px) {
      .site-footer ul.menu {
        -webkit-flex-direction: row;
                flex-direction: row; } }
    .site-footer ul.menu > li {
      font-size: 1rem; }
      @media screen and (min-width: 980px) {
        .site-footer ul.menu > li {
          border-left: 1px solid rgba(255, 255, 255, 0.05);
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          white-space: nowrap; } }
      .site-footer ul.menu > li:before {
        background: #fed700;
        border-radius: 50%;
        content: '';
        display: inline-block;
        margin-right: 0.5em;
        height: 1em;
        width: 1em; }
      .site-footer ul.menu > li:first-child {
        border-left: 0;
        padding-left: 0; }
      .site-footer ul.menu > li:last-child {
        padding-right: 0; }
      .site-footer ul.menu > li ul {
        margin-left: 1rem;
        margin-top: 1rem; }
        @media screen and (min-width: 980px) {
          .site-footer ul.menu > li ul {
            margin-left: 0; } }
      .site-footer ul.menu > li li {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        text-indent: -1rem;
        white-space: normal; }
        .site-footer ul.menu > li li:before {
          background: #15b8cf;
          border-radius: 100%;
          content: '';
          display: inline-block;
          margin-right: 0.5em;
          height: 0.5em;
          position: relative;
          top: -0.25em;
          width: 0.5em; }

.overlay-image {
  height: auto;
  opacity: .05;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  width: 25%;
  z-index: 1; }

.screen-reader-text, #groupsio-embedded-subscribe-form label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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, #groupsio-embedded-subscribe-form label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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; }

.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; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

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

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/* Page layout with or without table of contents */
.article-body {
  display: -webkit-flex;
  display: flex; }

.page-template-default .article-body {
  -webkit-justify-content: center;
          justify-content: center; }

@media screen and (min-width: 980px) {
  .page-template-default .entry-content {
    -webkit-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%; } }

.page-template-side-menu .article-body {
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 601px) {
    .page-template-side-menu .article-body {
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
              justify-content: space-between; } }
  .page-template-side-menu .article-body .toc {
    box-sizing: border-box; }
    @media screen and (min-width: 601px) {
      .page-template-side-menu .article-body .toc {
        display: block;
        -webkit-flex: 0 0 33%;
                flex: 0 0 33%;
        max-width: 33%;
        padding-right: 3rem; } }
  @media screen and (min-width: 601px) {
    .page-template-side-menu .article-body .entry-content {
      -webkit-flex: 0 0 66%;
              flex: 0 0 66%;
      max-width: 66%; } }
/* /Page Layout ------------------------------ */
.sticky {
  display: block; }

.hentry {
  margin: 0 0 4em;
  padding-bottom: 4em;
  position: relative; }
  .hentry:after {
    border-bottom: 1px solid #1e2d40;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50%; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }
  .page-content > *:first-child,
  .entry-content > *:first-child,
  .entry-summary > *:first-child {
    margin-top: 0; }
  .page-content > *:last-child,
  .entry-content > *:last-child,
  .entry-summary > *:last-child {
    margin-bottom: 0; }

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

.site-content {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 1rem;
  width: 100%; }
  .page-template-story.elementor-page .site-content {
    max-width: none;
    padding: 0; }
    .page-template-story.elementor-page .site-content .entry-content {
      margin: 0;
      width: 100%; }

.page-template-story.elementor-page .entry-header {
  display: none;
  visibility: hidden; }

.page-template-story.elementor-page .hentry {
  margin-bottom: 0;
  padding-bottom: 0; }
  .page-template-story.elementor-page .hentry:after {
    display: none; }

.page-template-story.elementor-page .site-footer {
  margin-top: 0; }

.page .entry-header {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

h1.entry-title,
h1.page-title {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: 3.375rem 0; }
  h1.entry-title:before,
  h1.page-title:before {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    background: #fed700;
    border-radius: 100%;
    content: '';
    display: block;
    margin-right: 0.15em;
    height: 0;
    padding: 0.90em 0.90em 0 0;
    width: 0; }
    @media screen and (min-width: 601px) {
      h1.entry-title:before,
      h1.page-title:before {
        margin-right: 0.25em;
        padding: 1em 1em 0 0; } }
  h1.entry-title:after,
  h1.page-title:after {
    border-bottom: 2px solid #15b8cf;
    content: '';
    display: block;
    height: 0;
    margin-left: 0.25em;
    -webkit-flex: 1;
            flex: 1; }

.button {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  transition: all 300ms; }
  .button.cta {
    background: #d72622;
    color: white; }
    .button.cta:hover {
      background: #fed700;
      color: black;
      text-decoration: none; }

.news-articles {
  margin: 0 auto; }
  @media screen and (min-width: 980px) {
    .news-articles {
      max-width: 66%; } }
.more-link-container {
  text-align: right; }
  .more-link-container a.more-link {
    font-size: 1.1rem; }

article.post .entry-header {
  border-bottom: 1px solid #15b8cf;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative; }
  article.post .entry-header:before {
    background: white;
    border: 1px solid #15b8cf;
    border-radius: 100%;
    bottom: -0.5rem;
    content: '';
    height: 1rem;
    margin-top: -1rem;
    position: absolute;
    display: block;
    left: 0;
    width: 1rem; }

article.post h2.entry-title {
  margin-top: 0.5rem; }
  article.post h2.entry-title a {
    color: #1e2d40;
    text-decoration: none; }

article.post .entry-meta {
  color: #707070;
  font-size: 0.9rem;
  text-transform: uppercase; }
  article.post .entry-meta a {
    color: #707070;
    text-decoration: none; }

body.single-post article.post .entry-title {
  margin-bottom: 0.5rem; }

body.single-post article.post .entry-meta {
  margin-left: 2.75rem; }

.comments-area {
  border-top: 1px solid #15b8cf;
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative; }
  .comments-area .comment-reply-title {
    margin-top: 0; }
    .comments-area .comment-reply-title:before {
      background: #fed700;
      border-radius: 100%;
      content: '';
      display: inline-block;
      height: 1.25em;
      margin-right: 0.5em;
      vertical-align: text-bottom;
      width: 1.25em; }

ul.event-list {
  list-style: none;
  margin: 1.5rem 0; }
  ul.event-list > li {
    padding-left: 1.75rem;
    position: relative; }
    ul.event-list > li:before {
      background: #15b8cf;
      border-radius: 100%;
      content: '';
      display: block;
      height: 0;
      left: 0;
      padding: 1.25rem 1.25rem 0 0;
      position: absolute;
      top: 0.2rem;
      width: 0; }
  ul.event-list h3.event-title {
    margin-bottom: 0; }
    ul.event-list h3.event-title a {
      color: inherit;
      text-decoration: none; }
  ul.event-list p.event-location {
    margin-bottom: 0; }
  ul.event-list .event-description {
    border-top: 1px solid #fed700;
    padding-top: 1.5rem; }

.resource-library {
  border-top: 2px solid #15b8cf;
  padding-top: 3.375rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .single-resources .resource-library {
    border-top: 0 none; }
  @media screen and (min-width: 601px) {
    .resource-library {
      -webkit-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 601px) {
    .resource-library .library-listing {
      box-sizing: border-box;
      -webkit-flex-basis: 75%;
              flex-basis: 75%;
      padding-right: 3rem; } }
  @media screen and (min-width: 601px) {
    .resource-library .library-sidebar {
      -webkit-flex-basis: 25%;
              flex-basis: 25%; } }
.resource-icon {
  background: #15b8cf;
  border-radius: 100%;
  height: 60px;
  line-height: 60px;
  padding-top: 8px;
  text-align: center;
  width: 60px; }
  .resource-icon img {
    display: block;
    height: auto;
    margin: auto;
    max-height: 75%;
    max-width: 75%;
    vertical-align: middle;
    width: auto; }

.resource-types-highlight ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 2rem 0; }
  @media screen and (min-width: 601px) {
    .resource-types-highlight ul {
      -webkit-flex-direction: row;
              flex-direction: row; } }
  .resource-types-highlight ul li {
    -webkit-flex: 1;
            flex: 1;
    padding: 1rem;
    text-align: center; }
    .resource-types-highlight ul li a {
      background: #1e2d40;
      border: 2px solid transparent;
      color: white;
      display: block;
      padding: 2rem 1rem;
      text-decoration: none; }
      .resource-types-highlight ul li a:hover, .resource-types-highlight ul li a:focus {
        border-color: #15b8cf;
        box-shadow: 0 0 10px #15b8cf; }

.resource-types-highlight .resource-icon {
  display: block;
  margin: 0 auto; }

article.resources {
  display: -webkit-flex;
  display: flex; }
  article.resources .resource-wrap {
    -webkit-flex: 1;
            flex: 1;
    margin-left: 1rem; }
  article.resources .entry-header h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0; }
    article.resources .entry-header h2 a {
      color: inherit;
      text-decoration: none; }
    article.resources .entry-header h2 span {
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: normal; }
  article.resources .entry-content {
    margin: 1.5rem 0; }
  article.resources .entry-footer {
    margin-top: 1.5rem; }

.library-sidebar h2.widget-title {
  margin-top: 0; }

.library-sidebar #resource-searchform {
  display: -webkit-flex;
  display: flex; }
  .library-sidebar #resource-searchform input[type=text],
  .library-sidebar #resource-searchform input[type=search] {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .library-sidebar #resource-searchform button {
    background: #15b8cf;
    border: 1px solid;
    border-color: #13a6ba;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: black;
    font-size: 0.75rem; }

.toc_widget_list {
  border-left: 2px solid #15b8cf;
  list-style-type: none;
  margin: 0;
  margin-left: 0.5rem; }
  .toc_widget_list > li {
    margin-left: 1rem;
    padding: 0.75rem 0;
    text-indent: -1rem; }
    .toc_widget_list > li.active {
      font-weight: bold; }
      .toc_widget_list > li.active li {
        font-weight: normal; }
        .toc_widget_list > li.active li.active {
          font-weight: bold; }
      .toc_widget_list > li.active:before {
        background: #15b8cf;
        border-color: #1e2d40; }
    .toc_widget_list > li:before {
      background: white;
      border: 2px solid #15b8cf;
      border-radius: 100%;
      box-sizing: border-box;
      content: '';
      display: inline-block;
      height: 1rem;
      left: -0.5rem;
      margin-left: -1px;
      position: relative;
      top: 2px;
      width: 1rem; }
  .toc_widget_list ul {
    list-style-type: none;
    margin-left: 2rem; }
    .toc_widget_list ul > li {
      padding: 0.5rem 0; }
      .toc_widget_list ul > li:before {
        background: white;
        border: 2px solid #fed700;
        border-radius: 100%;
        content: '';
        display: inline-block;
        height: 1rem;
        margin-right: 0.5rem;
        position: relative;
        top: 2px;
        width: 1rem; }
      .toc_widget_list ul > li.active:before {
        background: #fed700; }
  .toc_widget_list a {
    color: #404040;
    text-decoration: none; }

@media screen and (min-width: 601px) {
  .toc_widget {
    margin: 0;
    max-height: 100vh;
    overflow-x: visible;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .toc_widget::-webkit-scrollbar {
      height: 0;
      width: 0; } }

ul.staff-list {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0; }
  ul.staff-list li.staff {
    display: -webkit-flex;
    display: flex;
    margin: 2rem 0; }
  ul.staff-list .staff-photo {
    -webkit-flex: 0 1 20%;
            flex: 0 1 20%;
    max-width: 20%; }
  ul.staff-list .staff-info {
    -webkit-flex: 1;
            flex: 1;
    padding-left: 2rem; }
  ul.staff-list h2.staff-name {
    margin: 0; }
  ul.staff-list .staff-title {
    font-style: italic; }
  ul.staff-list .staff-title + .staff-bio,
  ul.staff-list .staff-name + .staff-bio {
    margin-top: 1rem; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.page-content .wp-smiley,
.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; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 95%; }
  @media screen and (min-width: 601px) {
    .wp-caption {
      max-width: 100%; } }
.wp-caption[style] {
  width: auto !important; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  color: #707070;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0.8075em 0; }

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

.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; }

.pagination {
  margin: 1rem auto;
  padding: 1rem 0; }
  .pagination ul.page-numbers {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .pagination ul.page-numbers li .page-numbers {
      border-radius: 100%;
      color: #15b8cf;
      min-width: 1rem;
      padding: 0.5rem 1rem;
      transition: background 300ms; }
      .pagination ul.page-numbers li .page-numbers:hover, .pagination ul.page-numbers li .page-numbers:focus {
        background: #ffeb80; }
      .pagination ul.page-numbers li .page-numbers.current {
        background-image: url(images/icon-current.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        color: #1e2d40;
        font-weight: bold; }
      .pagination ul.page-numbers li .page-numbers.next {
        background-image: url(images/icon-next.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain; }
      .pagination ul.page-numbers li .page-numbers.prev {
        background-image: url(images/icon-prev.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain; }
  .pagination a {
    text-decoration: none; }

body.elementor-page {
  /* Header ---------------------------------- */ }
  body.elementor-page .site-header {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1; }
  body.elementor-page .elementor-element {
    /* Blockquotes --------------------------- */ }
    body.elementor-page .elementor-element.style-1 blockquote {
      background: #1e2d40;
      border-color: #15b8cf;
      color: white; }
      body.elementor-page .elementor-element.style-1 blockquote:after, body.elementor-page .elementor-element.style-1 blockquote:before {
        background: #15b8cf; }
    body.elementor-page .elementor-element.style-2 blockquote {
      background: #fed700;
      border-color: #1e2d40;
      color: black; }
      body.elementor-page .elementor-element.style-2 blockquote:after, body.elementor-page .elementor-element.style-2 blockquote:before {
        background: #1e2d40;
        color: white; }
    body.elementor-page .elementor-element.style-3 blockquote {
      background: #15b8cf;
      border-color: #fed700;
      color: black; }
      body.elementor-page .elementor-element.style-3 blockquote:after, body.elementor-page .elementor-element.style-3 blockquote:before {
        background: #fed700; }
    body.elementor-page .elementor-element.style-4 blockquote {
      background: #404040;
      border-color: black;
      color: white; }
      body.elementor-page .elementor-element.style-4 blockquote:after, body.elementor-page .elementor-element.style-4 blockquote:before {
        background: black; }
    body.elementor-page .elementor-element.style-5 blockquote {
      background: white;
      border-color: #404040;
      color: #404040; }
      body.elementor-page .elementor-element.style-5 blockquote:after, body.elementor-page .elementor-element.style-5 blockquote:before {
        background: #404040;
        color: white; }
    body.elementor-page .elementor-element.style-6 blockquote {
      background: transparent;
      border-color: white;
      color: white; }
      body.elementor-page .elementor-element.style-6 blockquote:after, body.elementor-page .elementor-element.style-6 blockquote:before {
        background: white;
        color: #1e2d40; }

.elementor .elementor-text-editor a {
  text-decoration: underline; }

.accordion {
  border-bottom: 1px solid #15b8cf;
  border-top: 1px solid #15b8cf;
  margin-bottom: 1.5rem; }
  .accordion h2 {
    margin: 0; }

.accordion > * + * {
  border-top: 1px solid #15b8cf; }

.accordion-trigger {
  background: none;
  border: 0;
  color: #1e2d40;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125;
  margin: 0;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  text-align: left;
  transition: background 300ms;
  width: 100%; }
  .accordion-trigger:focus, .accordion-trigger:hover {
    background: #fff7cc;
    outline: 0 none; }

.accordion-title {
  display: block;
  pointer-events: none; }

.accordion-icon {
  border: solid #9e9e9e;
  border-width: 0 2px 2px 0;
  height: .5rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  width: .5rem; }

.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
  border-color: #404040; }

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  -webkit-transform: translateY(-40%) rotate(-135deg);
          transform: translateY(-40%) rotate(-135deg); }

.accordion-panel {
  margin: 0;
  padding: 1em 1.5em; }

.accordion-panel[hidden] {
  display: none; }
/*# sourceMappingURL=style.css.map */