/*
Global variables that are specific to WordPress and not necessarily the Semantic UI framework */
.bg img {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: top right;
     object-position: top right;
}

.bg.fade:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#social-links .jtt img {
  margin-top: 6px;
}

#social-links .jtt:hover {
  border-bottom-color: #020f46 !important;
}

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

.gform_wrapper .gform_body {
  margin: 1.5rem 0 0.5rem 0;
}

.gform_wrapper .gform_body .gform_fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 0.5rem 1rem;
}

.gform_wrapper .gform_body .gform_fields .gfield {
  grid-column: span 12;
}

.gform_wrapper .gform_body .gform_fields .gfield--width-three-quarter {
  grid-column: span 8;
}

.gform_wrapper .gform_body .gform_fields .gfield--width-quarter {
  grid-column: span 4;
}

.gform_wrapper .gform_body .gform_fields .gfield--width-half {
  grid-column: span 6;
}

.gform_wrapper .gform_body .gform_fields .hidden_label .gfield_label {
  display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
  grid-column: span 6;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield--width-two-thirds {
  grid-column: span 8;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield--width-third {
  grid-column: span 4;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield--width-full {
  grid-column: span 12;
}

@media (max-width: 992px) {
  .gform_wrapper .gform_body .gform_fields .gfield {
    grid-column: span 12 !important;
  }
}

.gform_wrapper .gform_footer button {
  width: 100%;
}

.header-area #masthead .header-widgets .widget .ui.button {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .header-area #masthead .header-widgets .widget .ui.button {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .header-area #masthead {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    gap: 1rem;
  }
  .header-area #masthead > .column {
    width: auto;
  }
  .header-area #masthead .flyout-navigation {
    position: relative;
    padding: 0;
  }
  .header-area #masthead .flyout-navigation .button {
    margin: 0;
  }
  .header-area #masthead .site-branding {
    margin: auto;
  }
  .header-area #masthead .header-widgets {
    grid-column: span 2;
    text-align: center;
  }
  .header-area #masthead .header-widgets .widget .ui.button {
    font-size: 1rem;
  }
}

.header-area .ui.button.basic .icon {
  font-size: 2rem;
  height: auto;
}

@media (max-width: 767px) {
  .header-area .header-widgets {
    display: block !important;
  }
}

.primary-navigation.ui.sidebar {
  background-color: #283667;
}

.footer-widgets-area #nav_menu-3 .jtt img {
  -webkit-filter: grayscale(1) invert(100%);
          filter: grayscale(1) invert(100%);
  opacity: 0.6;
  height: 24px;
  width: auto;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.footer-widgets-area #nav_menu-3 .jtt:hover img {
  opacity: 1;
}

.page-template-home main .hero {
  min-height: 600px;
  position: relative;
  height: 100%;
}

@media (max-width: 992px) {
  .page-template-home main .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: unset;
  }
}

.page-template-home main .hero .content {
  position: relative;
  z-index: 2;
  padding: 150px 3rem 3rem 3rem;
  max-width: 50vw;
}

@media (max-width: 992px) {
  .page-template-home main .hero .content {
    max-width: 100%;
    padding: 1rem 3rem;
    background-color: #283667;
  }
}

.page-template-home main .hero .content .wrapper {
  padding: 1rem;
  background-color: rgba(40, 54, 103, 0.6);
}

.page-template-home main .hero .content .wrapper .gfield_html {
  color: #fff;
  text-align: center;
}

.page-template-home main .hero .content .wrapper .gfield_html h1 {
  color: #fff;
}

@media (max-width: 992px) {
  .page-template-home main .hero .content .wrapper .gfield_html h1 {
    color: #fff;
  }
}

.page-template-home main .hero .content .wrapper .gfield_html h1 span {
  color: #fff;
}

.page-template-home main .hero .content .wrapper fieldset {
  border: 0;
}

.page-template-home main .hero .content .wrapper fieldset legend {
  color: #fff;
  font-weight: bold;
}

.page-template-home main .hero .content .wrapper fieldset .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-home main .hero .content .wrapper fieldset .gfield_checkbox .gchoice {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

@media (max-width: 767px) {
  .page-template-home main .hero .content .wrapper fieldset .gfield_checkbox .gchoice {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-home main .hero .content .wrapper fieldset .gfield_checkbox .gchoice .checkbox label {
  color: #fff !important;
}

@media (max-width: 992px) {
  .page-template-home main .hero .bg img {
    position: relative;
    display: block;
  }
}

@media (max-width: 992px) {
  .page-template-home main .donate-bar .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .page-template-home main .donate-bar .container h2 {
    grid-column: span 2;
  }
}

.page-template-home main .about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  background-color: #428544;
  color: #fff;
}

@media (max-width: 992px) {
  .page-template-home main .about {
    display: block;
  }
}

.page-template-home main .about .image img {
  display: block;
}

.page-template-home main .about .content {
  padding: 2rem;
  font-size: 1.75rem;
  line-height: 1.5;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page-template-home main .about .content h2 {
  font-size: 2.25rem;
}

.page-template-home main .actions {
  background-color: #e1e1e1;
  padding: 2rem 3rem;
}

.page-template-home main .actions .container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto max-content;
      grid-template-rows: auto -webkit-max-content;
      grid-template-rows: auto max-content;
}

.page-template-home main .actions .container.row1 {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.page-template-home main .actions .container.row1 h2 {
  grid-column: span 1;
}

.page-template-home main .actions .container.row2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.page-template-home main .actions .container.row2 h2 {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .page-template-home main .actions .container.row2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-template-home main .actions .container.row2 h2 {
    grid-column: span 1;
  }
}

.page-template-home main .actions .container.row3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.page-template-home main .actions .container.row3 h2 {
  grid-column: span 3;
}

@media (max-width: 992px) {
  .page-template-home main .actions .container.row3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto (max-content)[2];
        grid-template-rows: auto repeat(2, -webkit-max-content);
        grid-template-rows: auto repeat(2, max-content);
  }
  .page-template-home main .actions .container.row3 h2 {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .page-template-home main .actions .container.row3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-template-home main .actions .container.row3 h2 {
    grid-column: span 1;
  }
}

.page-template-home main .actions .container.row4 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.page-template-home main .actions .container.row4 h2 {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .page-template-home main .actions .container.row4 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-template-home main .actions .container.row4 h2 {
    grid-column: span 1;
  }
}

.page-template-home main .actions .container.row5 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.page-template-home main .actions .container.row5 h2 {
  grid-column: span 3;
}

@media (max-width: 992px) {
  .page-template-home main .actions .container.row5 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto (max-content)[2];
        grid-template-rows: auto repeat(2, -webkit-max-content);
        grid-template-rows: auto repeat(2, max-content);
  }
  .page-template-home main .actions .container.row5 h2 {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .page-template-home main .actions .container.row5 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-template-home main .actions .container.row5 h2 {
    grid-column: span 1;
  }
}

.page-template-home main .actions .container.row6 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.page-template-home main .actions .container.row6 h2 {
  grid-column: span 3;
}

@media (max-width: 992px) {
  .page-template-home main .actions .container.row6 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto (max-content)[2];
        grid-template-rows: auto repeat(2, -webkit-max-content);
        grid-template-rows: auto repeat(2, max-content);
  }
  .page-template-home main .actions .container.row6 h2 {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .page-template-home main .actions .container.row6 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .page-template-home main .actions .container.row6 h2 {
    grid-column: span 1;
  }
}

.page-template-home main .actions .container h2 {
  text-align: center;
  text-transform: uppercase;
  color: #428544;
  font-size: 2.5rem;
  line-height: 1;
}

@media (max-width: 992px) {
  .page-template-home main .actions .container h2 {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .page-template-home main .actions .container h2 {
    grid-column: span 1;
  }
}

.page-template-home main .actions .container h2 small {
  display: block;
  color: #404040;
}

.page-template-home main .actions .container h2 small span {
  color: #428544;
}

.page-template-home main .actions .container .action {
  position: relative;
}

.page-template-home main .actions .container .action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.page-template-home main .actions .container .action a:hover {
  background-color: #428544;
  -webkit-box-shadow: inset 0 -3.2rem 0 0 #39713a;
          box-shadow: inset 0 -3.2rem 0 0 #39713a;
}

.page-template-home main .actions .container .action a .icon {
  font-size: 1.75rem;
}

.page-template-home main .actions .container .action a .label {
  font-size: 1.5rem;
}

.page-template-home main .videos {
  background-color: #283667;
  padding: 2rem 3rem;
}

.page-template-home main .videos .container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto minmax(min-content, 200px);
      grid-template-rows: auto minmax(-webkit-min-content, 200px);
      grid-template-rows: auto minmax(min-content, 200px);
}

@media (max-width: 992px) {
  .page-template-home main .videos .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
  }
}

.page-template-home main .videos .container h2 {
  text-align: center;
  text-transform: uppercase;
  color: #428544;
  font-size: 2.5rem;
  line-height: 1;
  grid-column: span 3;
}

@media (max-width: 992px) {
  .page-template-home main .videos .container h2 {
    grid-column: span 1;
  }
}

.page-template-home main .videos .container h2 small {
  display: block;
  color: #e1e1e1;
}

.page-template-home main .videos .container figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
}

.page-template-home main .videos .container figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-template-home main .news {
  padding: 3rem;
  background-color: #e1e1e1;
}

.page-template-home main .news .container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto minmax(min-content, 200px);
      grid-template-rows: auto minmax(-webkit-min-content, 200px);
      grid-template-rows: auto minmax(min-content, 200px);
}

@media (max-width: 992px) {
  .page-template-home main .news .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto (200px)[3];
        grid-template-rows: auto repeat(3, 200px);
  }
}

.page-template-home main .news .container h2 {
  text-align: center;
  text-transform: uppercase;
  color: #428544;
  font-size: 2.5rem;
  line-height: 1;
  grid-column: span 3;
}

@media (max-width: 992px) {
  .page-template-home main .news .container h2 {
    grid-column: span 1;
  }
}

.page-template-home main .news .container h2 small {
  display: block;
  color: #404040;
}

.page-template-home main .news .container article {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-template-home main .news .container article .bg img {
  opacity: 0.4;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.page-template-home main .news .container article::after {
  content: '';
  background-color: #283667;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-template-home main .news .container article .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 2;
}

.page-template-home main .news .container article .content .title {
  margin-top: auto;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.page-template-home main .news .container article:hover .content .title {
  margin-bottom: 1rem;
}

.page-template-home main .news .container article:hover .bg img {
  opacity: 0;
}

.page-template-home main .coalitions {
  background-color: #324587;
  padding: 2rem 3rem;
}

.page-template-home main .coalitions .container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto minmax(min-content, 200px);
      grid-template-rows: auto minmax(-webkit-min-content, 200px);
      grid-template-rows: auto minmax(min-content, 200px);
}

@media (max-width: 992px) {
  .page-template-home main .coalitions .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto (200px)[3];
        grid-template-rows: auto repeat(3, 200px);
  }
}

.page-template-home main .coalitions .container h2 {
  text-align: center;
  text-transform: uppercase;
  color: #428544;
  font-size: 2.5rem;
  line-height: 1;
  grid-column: span 3;
}

@media (max-width: 992px) {
  .page-template-home main .coalitions .container h2 {
    grid-column: span 1;
  }
}

.page-template-home main .coalitions .container h2 small {
  display: block;
  color: #fff;
}

.page-template-home main .coalitions .container .coalition {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-home main .coalitions .container .coalition::after {
  content: '';
  background-color: #004326;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-template-home main .coalitions .container .coalition .title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.page-template-home main .coalitions .container .coalition .title small {
  display: block;
  font-size: 60%;
  opacity: 0;
  padding-top: 1rem;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.page-template-home main .coalitions .container .coalition .bg img {
  opacity: 0.4;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.page-template-home main .coalitions .container .coalition:hover .title small {
  opacity: 1;
  padding-top: 0;
}

.page-template-home main .coalitions .container .coalition:hover .bg img {
  opacity: 0;
}

.page-template-home .social-feed {
  margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */