/*
Theme Name: Hello Elementor Child - United Way Base
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?b7thsp");
  src: url("assets/fonts/icomoon.eot?b7thsp#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?b7thsp") format("truetype"), url("assets/fonts/icomoon.woff?b7thsp") format("woff"), url("assets/fonts/icomoon.svg?b7thsp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-long-arrow-right:before {
  content: "\e900";
}

.icon-long-arrow-left:before {
  content: "\e901";
}

section.main-footer a {
  color: white;
}

section.main-footer a:hover {
  text-decoration: underline;
}

section.main-footer a:visited, section.main-footer a:hover, section.main-footer a:active {
  color: white;
}

/* Gravity Forms - Form Inputs */
/* Form Inputs - Default */
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-radius: 0px;
}

/* Form Inputs - Class "round" */
.gform_wrapper .round .gform_body .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper .round .gform_body .gform_fields .gfield select, .gform_wrapper .round .gform_body .gform_fields .gfield textarea {
  border-radius: 5px;
}

/* Form Inputs - Class "round-10" */
.gform_wrapper .round-10 .gform_body .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper .round-10 .gform_body .gform_fields .gfield select, .gform_wrapper .round-10 .gform_body .gform_fields .gfield textarea {
  border-radius: 10px;
}

/* Form Inputs - Class "round-20" */
.gform_wrapper .round-20 .gform_body .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper .round-20 .gform_body .gform_fields .gfield select, .gform_wrapper .round-20 .gform_body .gform_fields .gfield textarea {
  border-radius: 20px;
}

/* Newsletter Signup Form */
.newsletter-signup .gform_wrapper.gravity-theme {
  margin: 15px 0 0;
}

.newsletter-signup .gform_wrapper.gravity-theme form {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

@media (max-width: 768px) {
  .newsletter-signup .gform_wrapper.gravity-theme form {
    display: block;
  }
}
.newsletter-signup .gform_wrapper.gravity-theme form .gform_body {
  flex-grow: 1;
}

.newsletter-signup .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
}

.newsletter-signup .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  justify-content: space-between;
}

.newsletter-signup .gform_wrapper.gravity-theme .gform_fields .gfield {
  flex-grow: 1;
}

@media (max-width: 768px) {
  .newsletter-signup .gform_wrapper.gravity-theme .gform_fields {
    display: block;
  }
}
.newsletter-signup .gform_wrapper.gravity-theme input:not([type=submit]) {
  border-color: #e1251b;
  border-radius: 30px;
  padding: 10px 20px;
  color: #e1251b;
  flex-grow: 1;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .newsletter-signup .gform_wrapper.gravity-theme input:not([type=submit]) {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newsletter-signup .gform_wrapper.gravity-theme input:not([type=submit])::-moz-placeholder {
  color: #e1251b;
}

.newsletter-signup .gform_wrapper.gravity-theme input:not([type=submit])::placeholder {
  color: #e1251b;
}

.newsletter-signup .gform_wrapper.gravity-theme [type=submit] {
  font-size: 15px;
  font-weight: 700;
  color: white;
  background-color: #e1251b;
  border-radius: 30px;
  padding: 10px 45px;
}

@media (max-width: 768px) {
  .newsletter-signup .gform_wrapper.gravity-theme [type=submit] {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* Add to calendar items - icon styling */
.mw-add-to-calendar-link-icon {
  text-decoration: none !important;
  padding-right: 5px;
}

/* Events Repeater Styling */
.extraInfoItemNav__nav .extraInfoItemNav__ul {
  padding-left: 0;
  padding-bottom: 0.125em;
  text-align: center;
}

.extraInfoItemNav__nav .extraInfoItemNav__ul .extraInfoItemNav__li {
  display: inline-block;
  list-style-type: none;
}

.extraInfoItemNav__nav .extraInfoItemNav__ul .extraInfoItemNav__li .extraInfoItemNav__a {
  display: inline-block;
  padding: 1em 1em 0.5em;
  text-decoration: underline;
}

.extraInfoItemWrapper__article {
  margin-bottom: 70px;
}

.uw-dropdown-menu .sub-menu.elementor-nav-menu--dropdown {
  min-width: 100% !important;
}
.uw-dropdown-menu .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item {
  border-inline-start: 0 !important;
}
@media (min-width: 1024px) {
  .uw-dropdown-menu .sub-menu.elementor-nav-menu--dropdown li.menu-item > ul.sub-menu {
    margin-top: -65px !important;
  }
}
@media (max-width: 1024px) {
  .uw-dropdown-menu .elementor-nav-menu li ul.sub-menu li {
    background-color: #F2F2F2 !important;
  }
}

@media (min-width: 1200px) {
  .uweo-slider:after {
    display: block;
    content: "";
    width: 100%;
    background-color: white;
    height: 110px;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .uweo-slider .swiper-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .uweo-slider .swiper-slide {
    height: auto !important;
    overflow: visible !important;
  }
}
.uweo-slider .swiper-slide-bg {
  transition-duration: 0s !important;
  min-width: auto !important;
  min-height: 400px !important;
  width: 42% !important;
  border-radius: 30px;
  margin-left: 10%;
}

@media (max-width: 1200px) {
  .uweo-slider .swiper-slide-bg {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .uweo-slider .swiper-slide-bg {
    min-height: 300px !important;
  }
}
@media (max-width: 1200px) {
  .uweo-slider .swiper-slide-inner {
    display: block !important;
    position: relative !important;
  }
}
.uweo-slider .swiper-slide-contents {
  margin-bottom: 5%;
}

@media (max-width: 1200px) {
  .uweo-slider .swiper-slide-contents {
    max-width: 100% !important;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .uweo-slider .swiper-pagination {
    left: auto !important;
    bottom: 15% !important;
    right: 25% !important;
    width: auto !important;
  }
}
body #uw-cta--wrapper {
  background-color: #e1251b;
  color: white;
  overflow: hidden;
  min-height: 118px;
}
body #uw-cta--wrapper > div.elementor-column {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
body #uw-cta--wrapper > div.elementor-column div.uw-cta--control-button--wrapper {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 2;
}
body #uw-cta--wrapper > div.elementor-column div.uw-cta--control-button--wrapper span.uw-cta--control-button:not(:first-of-type) {
  display: none !important;
}
body #uw-cta--wrapper > div.elementor-column div.uw-cta--control-button--wrapper span.uw-cta--control-button {
  height: 18px;
  width: 18px;
}
body #uw-cta--wrapper > div.elementor-column div.uw-cta--control-button--wrapper span.uw-cta--control-button::before {
  cursor: pointer;
  color: rgba(241, 242, 242, 0.5);
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list {
  width: 100%;
  list-style-type: none !important;
  margin: 0 15px 0 15px;
  padding: 0;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list > li:not(:first-of-type) {
  display: none !important;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item {
  width: 100%;
  margin-top: 10px;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--top-row {
  position: relative;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--top-row .uw-cta--leading-text {
  color: white;
  width: 100% !important;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10px 10px 10px;
  min-height: 56px;
}
@media all and (max-width: 768px) {
  body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row {
    flex-direction: column;
  }
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--cta-text {
  color: white;
  flex: 1;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  position: absolute;
  left: -200%;
  opacity: 0;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button {
  color: white;
  flex: 1;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  text-align: right;
}
@media all and (max-width: 768px) {
  body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button {
    text-align: left;
    margin-top: 70px;
  }
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a:after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.7em;
  line-height: 1;
  margin-left: 15px;
  color: inherit;
  vertical-align: -4px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a {
  color: white;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a::after {
  color: white;
  vertical-align: 0;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a:hover, body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a:active, body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a:focus {
  color: white;
}
body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a:hover::after, body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a:active::after, body #uw-cta--wrapper > div.elementor-column ol.uw-cta--list li.uw-cta--list-item .uw-cta--row .uw-cta--button a:focus::after {
  color: white;
  vertical-align: 0;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, .white li {
  color: white !important;
}

.white a {
  text-decoration: underline !important;
}

ul, ol {
  padding-top: 15px;
  padding-bottom: 15px;
}

.h1 {
  font-size: 46px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .h1 {
    font-size: 36px;
  }
}
.h2 {
  font-size: 42px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .h2 {
    font-size: 28px;
  }
}
.h3, h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2em !important;
}

@media (max-width: 768px) {
  .h3, h3 {
    font-size: 24px;
  }
}
.h4, h4 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .h4, h4 {
    font-size: 21px;
  }
}
.h5, h5 {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .h5, h5 {
    font-size: 19px;
  }
}
h2 strong, h3 strong {
  font-weight: 800;
}

@media (max-width: 768px) {
  html body, html button, html input, html select, html textarea {
    font-size: 17px;
  }
}
.dark-background {
  color: #fff !important;
}

.dark-background .gfield_required_asterisk {
  color: #fff !important;
}

body .form-submit-lg .gform_footer input[type=submit],
body .gform_wrapper .form-submit-lg .gform_footer input[type=submit] {
  padding: 15px 50px !important;
  border-radius: 3em !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.15em;
}

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