/*!
 * Primitive UI | MIT License
 *
 * A minimalist front-end design toolkit built with Sass for developing
 * responsive, browser-consistent web apps.
 *
 * Author: Tania Rascia <tania@taniarascia.com>
 * Source: https://github.com/taniarascia/primitive
 * Documentation: https://taniarascia.github.io/primitive
 */
/**
 * Variables
 *
 * The majority of the configuration for the toolkit.
 */
/*
* CUSTOM STYLES
*/
.overlay-theme .elementor-background-overlay {
  background-position: center calc(100% + 2px) !important; }

.docs-container {
  padding: 12px;
  background: white;
  padding: 20px;
  width: 40%;
  margin: 0px auto 35px auto; }
  .docs-container h2 {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .docs-container {
      width: 100%; } }
  .docs-container .list-files {
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px 0px; }
    .docs-container .list-files a {
      margin: 8px 0;
      display: flex; }

.custom-protected {
  background: #f17467;
  padding: 85px 125px 150px 125px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .custom-protected {
      padding: 50px 20px; } }
  .custom-protected .inner-protect-container {
    display: flex; }
    @media screen and (max-width: 768px) {
      .custom-protected .inner-protect-container {
        flex-direction: column;
        align-items: center; } }
    .custom-protected .inner-protect-container .protected-image {
      width: 50%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .custom-protected .inner-protect-container .protected-image {
          width: auto; } }
      .custom-protected .inner-protect-container .protected-image img {
        object-fit: contain;
        height: 100%;
        width: 100%; }
    .custom-protected .inner-protect-container .protected-content {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .custom-protected .inner-protect-container .protected-content {
          width: auto;
          margin-top: 30px; } }
      .custom-protected .inner-protect-container .protected-content .info-content h2 {
        font-size: 42px;
        width: 80%;
        color: white;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .custom-protected .inner-protect-container .protected-content .info-content h2 {
            font-size: 32px;
            width: auto;
            color: white;
            margin: 0; } }
      .custom-protected .inner-protect-container .protected-content .info-content p {
        color: white;
        font-size: 18px;
        font-weight: 400;
        margin: 12px 0 0 0; }
      .custom-protected .inner-protect-container .protected-content .protected-button {
        display: flex; }
        .custom-protected .inner-protect-container .protected-content .protected-button .pass {
          height: 50px;
          background: white;
          border: 0;
          outline: none; }
        .custom-protected .inner-protect-container .protected-content .protected-button .button {
          background: none;
          border: 2px solid white;
          font-size: 18px;
          width: 150px;
          height: 50px;
          margin: 0 12px; }
  .custom-protected .post-password-required .entry-title {
    display: none; }
  .custom-protected .protected-background-overlay {
    background-image: url("https://jbmcclatchyfoundation.org/wp-content/uploads/2019/09/light-gray-hills.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100vw auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-position: center calc(100% + 2px) !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

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

figure {
  margin: 0; }

/**
 * Layout
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1rem/1.6 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem; }

body {
  color: #404040;
  background: white;
  font-size: 1rem; }

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.5rem 0; }

ul li ul {
  margin-bottom: 0; }

ol li ol {
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 1.5rem 0;
  font-weight: 600;
  font-family: "Volkhov", Sans-serif;
  line-height: 1.2;
  color: #404040; }
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child),
  h4:not(:first-child),
  h5:not(:first-child) {
    margin: 1.5rem 0; }

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2rem; }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.1rem; }

h5 {
  font-size: 1rem; }

@media (min-width: 600px) {
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child) {
    margin-top: 2.5rem; }
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; } }

a {
  color: #1d9a91;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #115a54;
    text-decoration: underline; }

mark {
  background: #ffeea8;
  padding: 0 0.2rem; }

blockquote {
  margin: 0 0 1.5rem 0;
  border-left: 16px solid #f0f0f0;
  padding: 0 1.5rem;
  font-size: 1.5rem; }
  blockquote cite {
    display: block;
    margin-top: 1.5rem;
    font-size: 1rem;
    text-align: right; }

pre {
  border: 0;
  border-radius: 4px;
  background: transparent;
  padding: 1rem;
  tab-size: 2;
  color: #404040;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0; }
  pre code {
    font-family: Menlo, monospace;
    line-height: 1.2; }

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 .1em;
  padding: .1em .6em;
  text-shadow: 0 1px 0 #fff; }

:not(pre) > code {
  color: #404040;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 4px; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dedede; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem; }

.full-container {
  max-width: 100%;
  padding: 0 1rem; }

.container, .small-container, .medium-container {
  max-width: 1200px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto; }

.small-container {
  max-width: 800px; }

.medium-container {
  max-width: 1000px; }

.content-section {
  padding: 30px 0; }

@media (min-width: 600px) {
  .content-section {
    padding: 60px 0; } }

/**
 * Grid
 */
.flex-small,
.flex-large {
  padding-left: 1rem;
  padding-right: 1rem; }

.flex-row {
  margin-left: -1rem;
  margin-right: -1rem; }

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-small,
.flex-large {
  flex-basis: 100%;
  margin-bottom: 1rem; }

/* Small screen breakpoint */
@media (min-width: 600px) {
  .flex-small {
    flex: 1;
    margin-bottom: 0; } }

/* Large screen breakpoint */
@media (min-width: 1000px) {
  .flex-large {
    flex: 1;
    margin-bottom: 0; } }

/**
 * Helpers
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: block; }

.clearfix:after {
  clear: both; }

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

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

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

.text-justify {
  text-align: justify; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.responsive-image {
  max-width: 100%;
  height: auto; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.padding-top {
  padding-top: 2rem; }

.padding-bottom {
  padding-bottom: 2rem; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.margin-top {
  margin-top: 2rem; }

.margin-bottom {
  margin-bottom: 2rem; }

.alternate-background {
  background: #fafafa;
  color: #404040; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/**
 * Buttons
 */
.button, a.button, button, [type=submit], [type=reset], [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #1d9a91;
  border-radius: 4px;
  background: #1d9a91;
  color: #ffffff;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: none;
  padding: .75rem 1.25rem;
  margin: 0 0 .5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1; }

.button:hover, a.button:hover, button:hover, [type=submit]:hover, [type=reset]:hover, [type=button]:hover {
  border: 1px solid #156f69;
  background: #156f69;
  color: #ffffff;
  text-decoration: none; }

.button:focus, .button:active, a.button:focus, a.button:active, button:focus, button:active, [type=submit]:focus, [type=submit]:active, [type=reset]:focus, [type=reset]:active, [type=button]:focus, [type=button]:active {
  border: 1px solid #156f69;
  background: #156f69;
  color: #ffffff;
  text-decoration: none; }

.button::-moz-focus-inner, a.button::-moz-focus-inner, button::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0; }

.accent-button,
a.accent-button {
  color: #ffffff;
  border: 1px solid #29de7d;
  background: #29de7d; }
  .accent-button:hover, .accent-button:focus, .accent-button:active,
  a.accent-button:hover,
  a.accent-button:focus,
  a.accent-button:active {
    color: #ffffff;
    border: 1px solid #1cb864;
    background: #1cb864; }

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid #cdcdcd;
  color: #4e4e4e; }
  .muted-button:hover, .muted-button:focus, .muted-button:active,
  a.muted-button:hover,
  a.muted-button:focus,
  a.muted-button:active {
    color: #4e4e4e;
    border: 1px solid #818181;
    background: transparent; }

.round-button,
a.round-button {
  border-radius: 40px; }

.square-button,
a.square-button {
  border-radius: 0; }

.full-button,
a.full-button {
  display: block;
  width: 100%; }

/**
 * Forms
 */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: .75rem;
  outline: none;
  background: transparent;
  margin-bottom: .5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1; }

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #c5c5c5; }

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #1d9a91;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #6de3db; }

textarea {
  overflow: auto;
  height: auto; }

fieldset {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 1rem;
  margin: 1.5rem 0; }

legend {
  padding: 0 .5rem;
  font-weight: 600; }

select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat;
  line-height: 1; }

select::-ms-expand {
  display: none; }

[type=range] {
  width: 100%; }

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 .5rem; }

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 .5rem;
    margin-bottom: 1rem; } }

input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #D33C40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #9a9a9a; }

.cvf__custom-form input {
  background-color: white; }

.cvf__custom-form__buttons {
  margin: 8px 0;
  display: flex;
  justify-content: center; }
  .cvf__custom-form__buttons__button {
    width: 65%;
    height: auto;
    font-size: 24px !important; }
    .cvf__custom-form__buttons__button span {
      font-size: 24px; }

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%; }

thead th {
  border-bottom: 2px solid #dedede; }

tfoot th {
  border-top: 2px solid #dedede; }

td {
  border-bottom: 1px solid #dedede; }

th,
td {
  text-align: left;
  padding: .5rem; }

caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab; }

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8; }

.contain-table {
  overflow-x: auto; }

@media (min-width: 600px) {
  .contain-table {
    width: 100%; } }

/**
 * Layout
 */
/**
 * Layout
 */
.sc {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 60px 1.25fr;
  grid-template-rows: 60px 1fr 60px;
  /* Card Hover Animation */ }
  .sc.tl, .sc.bl {
    grid-template-columns: 1.25fr 40px 1fr; }
  .sc.box_width_thin.tl, .sc.box_width_thin.bl {
    grid-template-columns: 0.75fr 40px 1fr; }
  .sc.box_width_wide.tl, .sc.box_width_wide.bl {
    grid-template-columns: 1.75fr 40px 1fr; }
  .sc.box_width_thin.tr, .sc.box_width_thin.br {
    grid-template-columns: 1fr 40px 0.75fr; }
  .sc.box_width_wide.tr, .sc.box_width_wide.br {
    grid-template-columns: 1fr 40px 1.75fr; }
  @media (max-width: 770px) {
    .sc {
      display: block; } }
  .sc__content {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    z-index: 2;
    color: #383838;
    background: white;
    padding: 48px 82px; }
    .br .sc__content {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 2;
      grid-row-end: 4; }
    .bl .sc__content {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 4; }
    .tl .sc__content {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 3; }
    .tr .sc__content {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 3; }
    @media (max-width: 770px) {
      .sc__content {
        max-width: 100%; } }
    @media (max-width: 470px) {
      .sc__content {
        padding: 20px; } }
    .sc__content p {
      line-height: 1.5;
      margin-bottom: 40px; }
  .sc__figure {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4; }
    .br .sc__figure,
    .tr .sc__figure {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 4; }
    .bl .sc__figure,
    .tl .sc__figure {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 4; }
  .sc__figure .sc__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
    @media (max-width: 770px) {
      .sc__figure .sc__img {
        height: 400px; } }
  .sc__bar {
    width: 8px;
    background-color: #f17467;
    height: 0%;
    position: absolute;
    bottom: 0;
    transition: height 300ms; }
    .tl .sc__bar,
    .bl .sc__bar {
      right: 0; }
  .sc:hover .sc__bar {
    height: 100%; }
  .sc__super {
    font-family: Cairo;
    font-size: 16px;
    text-transform: uppercase; }
  .sc__title {
    font-family: Volkhov;
    font-size: 38px;
    margin: 40px 0;
    position: relative; }
    @media (max-width: 770px) {
      .sc__title {
        font-size: 35px; } }
    .sc__title::after {
      content: " ";
      transition: 2000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: 100ms;
      display: block;
      width: 0%;
      height: 20px;
      position: absolute;
      bottom: 0;
      background: pink;
      z-index: -1; }
  .sc__button {
    font-family: Cairo;
    background: #f17467;
    color: white !important;
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    transition: 300ms;
    cursor: pointer; }
    .sc__button:hover {
      background: #ef5f50; }

.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%; }
  .timeline__circle {
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 5px;
    border-color: #B968A3;
    border-radius: 100%;
    background: white; }
  .timeline__line {
    width: 5px;
    height: calc(100% - 60px);
    background: #B968A3;
    flex-grow: 1; }

.elementor-widget-timeline-widget {
  height: 100%; }
  .elementor-widget-timeline-widget .elementor-widget-container {
    height: 100%; }

.caption-image {
  position: relative; }
  .caption-image__img {
    max-width: 100%; }
  .caption-image__box {
    position: absolute;
    bottom: 40px;
    max-width: 80%;
    background: white;
    padding: 30px 15px; }
  .caption-image.left .caption-image__box {
    left: 0; }
  .caption-image.right .caption-image__box {
    right: 0;
    text-align: right; }
  .caption-image__bar {
    width: 5px;
    height: 100%;
    background-color: #B968A3;
    position: absolute;
    right: 0;
    bottom: 0; }
  .caption-image.left .caption-image__bar {
    right: 0; }
  .caption-image.right .caption-image__bar {
    left: 0; }

.insight-controls {
  text-align: center;
  margin: 10px auto 30px; }
  .insight-controls a {
    display: inline-block;
    background-color: #D78428;
    padding: 5px 20px;
    margin: 0 10px;
    border-radius: 10px;
    color: white;
    transition: 300ms; }
    .insight-controls a:hover {
      background-color: #ac6a20; }

.categories__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "first__grid" "second__grid"; }
  .categories__grid h2 {
    font-family: Volkhov;
    margin-top: 2px; }

.first__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
  grid-area: first__grid;
  grid-gap: 15px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .first__grid {
      display: block; } }
  @media screen and (min-width: 769px) and (max-width: 1240px) {
    .first__grid .box__title h2 {
      font-size: 18px; }
    .first__grid .box__tag span {
      font-size: 16px; }
    .first__grid .box__link div {
      margin: 0;
      font-size: 16px; } }

.second__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ." ". . .";
  grid-area: second__grid;
  grid-gap: 15px; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .second__grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: ". . " ". ."; } }
  @media screen and (max-width: 768px) {
    .second__grid {
      display: block; } }

.box {
  display: grid;
  grid-template-columns: 0.2fr 0.1fr 1fr;
  grid-template-rows: 250px 130px .5fr;
  grid-template-areas: ". . ." ". . ." ". . ."; }
  .box__figure {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3; }
  .box__content {
    position: relative;
    display: grid;
    padding: 20px;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    background: #fff;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    transition: 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .box:hover .box__content {
    transform: translateY(10px); }
  .elementor .box__image {
    transition: 2s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .box__tag span {
    background: #D78428;
    color: white;
    padding: 5px;
    border-radius: 6px;
    font-size: 18px; }
  .box__over {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .box:hover .box__over {
    opacity: .5; }
  .box__link {
    font-family: Cairo;
    line-height: 117%; }
    .box__link div {
      position: relative;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -.5px;
      color: #383838;
      text-decoration: none; }
  .box__bar {
    width: 8px;
    background-color: #D78428;
    height: 0%;
    position: absolute;
    bottom: 0;
    transition: height 300ms; }
  .box__icon {
    display: none; }
  .box:hover .box__bar {
    height: 100%; }
  .box:hover .box__icon {
    display: block;
    max-width: 60px;
    position: absolute;
    right: 5px;
    top: -80px;
    animation: fade-in 600ms both; }
  @media screen and (min-width: 769px) and (max-width: 1250px) {
    .box__title h2 {
      font-size: 16px; }
    .box__tag span {
      font-size: 16px; }
    .box__link div {
      margin: 0;
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .box {
      display: block;
      margin-bottom: 25px; }
      .box__title h2 {
        font-size: 18px; }
      .box__tag span {
        font-size: 16px; }
      .box__link div {
        margin: 0;
        font-size: 16px; } }
  @media screen and (max-width: 420px) {
    .box {
      margin-bottom: 25px; }
      .box__title h2 {
        font-size: 16px; }
      .box__tag span {
        font-size: 14px; }
      .box__link div {
        margin: 0;
        font-size: 16px; } }

.second__grid .box {
  display: grid;
  grid-template-columns: 0.2fr 0.1fr 1fr;
  grid-template-rows: 100px 130px 70px;
  grid-template-areas: ". . ." ". . ." ". . ."; }
  .second__grid .box__title h2 {
    font-size: 16px; }
  .second__grid .box__tag span {
    font-size: 16px; }
  @media screen and (max-width: 768px) {
    .second__grid .box {
      margin: 25px 0; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  text-align: center;
  gap: 30px; }
  .people-grid .people-item-link img {
    width: 275px !important;
    height: 275px !important;
    border-radius: 100%;
    transition: .5s;
    max-width: 100%;
    height: 375px;
    object-fit: cover;
    transform-origin: center bottom;
    transition: 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.people-item-link {
  display: block; }

.people-name {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  z-index: 2; }
  .people-name::after {
    display: block;
    position: absolute;
    content: " ";
    background-color: #f17467;
    opacity: .25;
    bottom: 4px;
    height: 10px;
    left: 0;
    width: 0%;
    transition: 300ms; }

.people-item:hover .people-name::after {
  width: 90%; }

.people-item:hover img {
  transform: translateZ(0) scale(1.03); }

.people-title {
  margin-top: 0; }

.card {
  display: grid;
  grid-template-columns: 1fr 0.5fr 2fr;
  grid-template-rows: 0.5fr 2fr 0.5fr; }
  @media screen and (max-width: 768px) {
    .card {
      display: flex;
      flex-direction: column-reverse; } }
  .card__figure {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". textSection";
    grid-area: 1 / 2 / 4 / 4;
    position: relative;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4; }
  .card__overlay {
    grid-area: 1/1/2/3;
    position: relative; }
    .card__overlay-color {
      position: absolute;
      content: " ";
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .card__textSection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto 3px auto 3px auto;
    grid-template-areas: ". ." ". ." ". ." "info info" ". ." ". .";
    grid-area: textSection;
    z-index: 1;
    padding: 45px; }
    .card__textSection .divider1 {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 4;
      width: 100%;
      height: 100%;
      background: white; }
      @media screen and (max-width: 768px) {
        .card__textSection .divider1 {
          width: 40%;
          height: 2px; } }
    .card__textSection .divider2 {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 5;
      grid-row-end: 5;
      width: 100%;
      height: 100%;
      background: white; }
      @media screen and (max-width: 768px) {
        .card__textSection .divider2 {
          width: 40%;
          height: 2px; } }
    @media screen and (max-width: 768px) {
      .card__textSection {
        display: block;
        grid-column-start: 1;
        grid-template-columns: auto;
        grid-template-rows: 0.9fr 1fr 0.02fr 2.4fr 0.02fr;
        margin: auto; } }
    @media screen and (min-width: 769px) and (max-width: 996px) {
      .card__textSection {
        grid-template-columns: auto; } }
  .card__icon {
    font-size: 5rem;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
    align-items: center;
    display: flex; }
    @media screen and (max-width: 768px) {
      .card__icon {
        margin: auto;
        text-align: left;
        margin-bottom: 15px; }
        .card__icon img {
          max-width: 140px !important; } }
  .card__info {
    grid-area: info;
    padding-left: 6%;
    margin: auto;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 4;
    display: grid; }
    .card__info .bot-info {
      text-align: right;
      margin-bottom: 10px; }
      .card__info .bot-info span {
        color: white;
        font-size: 16px;
        font-style: italic; }
      .card__info .bot-info .line {
        display: inline-block;
        width: 25px;
        height: 2px;
        margin: 4px;
        background: white; }
      @media screen and (max-width: 768px) {
        .card__info .bot-info {
          margin: 0 0 10px;
          text-align: left; } }
    .card__info h3 {
      font-size: 18px;
      color: white;
      text-align: right;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: Cairo; }
      @media screen and (max-width: 768px) {
        .card__info h3 {
          text-align: left;
          width: 95%; } }
    @media screen and (max-width: 768px) {
      .card__info {
        padding: 0; } }
    @media screen and (min-width: 769px) and (max-width: 996px) {
      .card__info {
        padding-left: 0; } }
  .card__content {
    grid-area: 2 / 1 / 3 / 3;
    background: #b968a3;
    z-index: 1;
    padding: 50px 50px 15px; }
    .card__content .top {
      font-size: 18px;
      color: white;
      text-transform: uppercase;
      font-family: cairo; }
    .card__content .title h2 {
      color: white;
      font-size: 48px;
      margin: 0;
      display: block;
      width: 65%; }
      @media screen and (max-width: 768px) {
        .card__content .title h2 {
          font-size: 34px;
          margin: 8px 0; } }
    .card__content .description p {
      color: white;
      font-size: 16px;
      font-family: cairo; }
    .card__content .description a {
      color: white;
      font-size: 16px;
      text-decoration: underline; }
      .card__content .description a:hover {
        color: white; }
  .card__image {
    transition: 2s;
    display: block;
    width: 100%;
    height: 100% !important;
    background-size: cover;
    background-position: center center; }

.init-list__item {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 3fr;
  border-bottom: 1px solid lightgray;
  padding: 40px 0 90px;
  font-family: "Cairo", sans-serif; }
  @media (max-width: 770px) {
    .init-list__item {
      display: block;
      text-align: center; } }

.init-list__figure {
  padding: 10px; }

.init-list__figure .init-list__img {
  max-width: 275px; }

.init-list__small-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 20px; }

.elementor .init-list__title,
.elementor .init-list__sub-title {
  font-family: "Volkhov", serif;
  margin: 0;
  font-size: 3rem; }

.init-list__body {
  line-height: 1.8;
  margin: 1rem 0; }
  .init-list__body p {
    margin: 0; }

.init-list__button {
  text-decoration: none;
  display: inline-block;
  background-color: gray;
  color: white;
  padding: 3px 10px;
  margin-top: 30px; }
  .init-list__button:hover {
    color: white; }

.init-list__content {
  padding: 10px; }

.row {
  max-width: 1200px;
  margin: auto; }

.grant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  gap: 40px; }
  @media screen and (max-width: 992px) {
    .grant-grid {
      gap: 20px; } }
  @media screen and (max-width: 767px) {
    .grant-grid {
      display: block; }
      .grant-grid a {
        margin: 2rem 0; } }

.grant-card {
  display: block;
  border: 2px solid lightgray;
  padding: 30px 20px;
  font-family: "Cairo", sans-serif;
  transition: 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .grant-card:hover {
    transform: translateY(-5px); }
  .grant-card__title {
    font-family: "Volkhov", serif;
    font-size: 2rem; }
    @media screen and (max-width: 992px) {
      .grant-card__title {
        font-size: 1.5rem; } }
  .grant-card__body {
    line-height: 1.5;
    margin: 20px 0;
    color: #383838; }
  .grant-card__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .elementor .grant-card__icon {
    max-width: 40px;
    margin: 0 10px; }
  .grant-card__link {
    text-decoration: none;
    font-weight: 600; }

.careers-list__item {
  background-color: white;
  padding: 20px 55px 40px;
  margin: 30px 80px; }
  @media screen and (max-width: 550px) {
    .careers-list__item {
      margin: 30px 20px;
      padding: 20px 15px 10px; } }

.careers-list__title h3 {
  margin: 15px 0 20px;
  font-size: 36px; }

.careers-list__description p {
  margin-bottom: 35px !important; }

.careers-list__button .pdf {
  background-color: #f04f47;
  color: white;
  padding: 9px 20px;
  font-size: 16px !important;
  letter-spacing: 0 !important; }
  .careers-list__button .pdf:hover {
    color: white; }
  @media screen and (max-width: 550px) {
    .careers-list__button .pdf {
      display: flex;
      justify-content: center; } }

.careers-list__button .linkedin {
  background-color: #1d9a91;
  color: white;
  padding: 9px 20px;
  font-size: 16px !important;
  letter-spacing: 0 !important; }
  .careers-list__button .linkedin i {
    margin-right: 6px; }
  .careers-list__button .linkedin:hover {
    color: white; }
  @media screen and (max-width: 550px) {
    .careers-list__button .linkedin {
      margin-top: 8px;
      display: flex;
      justify-content: center; } }

img.attachment-large.size-large {
  max-width: 50%; }

.accordionWrapper {
  padding: 30px;
  background: #fff;
  width: 80%;
  box-sizing: border-box;
  margin: 1em auto 5em;
  box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    .accordionWrapper {
      width: 100%;
      padding: 15px; } }

.accordionItem.open h2 {
  display: flex;
  justify-content: space-between; }
  .accordionItem.open h2:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107"; }

.accordionItem.close h2 {
  display: flex;
  justify-content: space-between; }
  .accordionItem.close h2:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"; }

.accordionItem {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Open-sans", Arial, sans-serif; }

.accordionItemHeading {
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  background: #f17467;
  color: #fff;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box; }

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block; }

.open .accordionItemContent {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: flex;
  flex-direction: column;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box; }

.open .accordionItemHeading {
  margin: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #1d9a91;
  color: #dee7e7; }

.list-files a {
  margin: 8px 0; }
  .list-files a:before {
    content: "- "; }

.blog-grid {
  display: grid;
  grid-gap: 15px; }
  @media screen and (max-width: 768px) {
    .blog-grid {
      grid-template-columns: repeat(1, auto) !important;
      padding: 0 15px; } }
  .blog-grid__single {
    border: 1px solid #ddd;
    background: white;
    transition: 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .blog-grid__single:hover {
      transform: translateY(-5px); }
  .blog-grid__post_thumbnail {
    display: flex;
    max-height: 280px;
    min-height: 280px; }
    .blog-grid__post_thumbnail img {
      object-fit: cover;
      width: 100%;
      object-position: center; }
  .blog-grid__content {
    padding: 5px 20px 15px; }
    .blog-grid__content__title h2 {
      font-family: "Volkhov", serif;
      font-size: 2rem;
      margin: 0.5rem 0; }
    .blog-grid__content__excerpt {
      color: #222;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .blog-grid__content__excerpt p {
        font-family: "Cairo", sans-serif;
        margin-bottom: 0 !important;
        font-size: 15px; }

.pagination {
  margin: 1rem 0;
  display: flex;
  justify-content: space-evenly; }
  .pagination a {
    letter-spacing: inherit !important;
    font-weight: bold !important; }

.interviews-grid {
  display: grid;
  grid-gap: 15px; }
  @media screen and (max-width: 768px) {
    .interviews-grid {
      grid-template-columns: repeat(1, auto) !important;
      padding: 0 15px; } }
  .interviews-grid__single {
    border: 1px solid #ddd;
    background: white;
    width: 400px;
    height: 400px;
    margin: auto;
    transition: 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 768px) {
      .interviews-grid__single {
        display: flex;
        width: 100%;
        height: auto; } }
    .interviews-grid__single:hover {
      transform: translateY(-5px); }
  .interviews-grid__post_thumbnail {
    display: flex;
    height: 400px; }
    @media screen and (max-width: 768px) {
      .interviews-grid__post_thumbnail {
        height: auto; } }
    .interviews-grid__post_thumbnail img {
      object-fit: cover;
      width: 100%;
      object-position: center; }
  .interviews-grid__content {
    padding: 5px 20px 15px; }
    .interviews-grid__content__title h2 {
      font-family: "Volkhov", serif;
      font-size: 2rem;
      margin: 0.5rem 0; }
    .interviews-grid__content__excerpt {
      color: #222;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .interviews-grid__content__excerpt p {
        font-family: "Cairo", sans-serif;
        margin-bottom: 0 !important;
        font-size: 15px; }

.pagination {
  margin: 1rem 0;
  display: flex;
  justify-content: space-evenly; }
  .pagination a {
    letter-spacing: inherit !important;
    font-weight: bold !important; }

#gtranslate_selector {
  border: none;
  margin: 0;
  line-height: 1.25;
  font-weight: 600;
  font-family: "Cairo", Sans-serif;
  color: #0c0404;
  font-size: 23px;
  outline: none; }
  #gtranslate_selector:focus {
    outline: none; }

