/*
 Theme Name:     GinaSwoboda Template
 Theme URI:      https://ginaswoboda.com
 Description:    GinaSwoboda Divi Child
 Author:         Blueshift Technologies
 Author URI:     https://www.blueshifttechnologies.com/
 Template:       Divi
 Version:        10.23.2025
*/
@import url("../Divi/style.css");
/* colors
SwobodaBlue #1d3b71
rgba(29,59,113,1)
NewBlue #00285a
rgba(0,40,90,1)

SwobodaRed #9e2538
rgba(158,37,56,1)
NewRed #e30035
rgba(227,0,53,1)
*/
/* =Theme customization starts here */
header .container {
  max-width: 80vw;
}
#top-menu a {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 120%;
}
#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
  color: rgba(255, 255, 255, 1);
  border-bottom: 3px solid #e30035;
}
.page-image-header:before {
  background: rgb(0, 40, 90);
  background: linear-gradient(0deg, rgba(0, 40, 90, 0.8) 0%, rgba(0, 40, 90, 0) 100%);
  bottom: 0;
  content: '';
  height: 320px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.home-page.page-image-header:before {
  background: linear-gradient(0deg, rgba(0, 40, 90, 0.1) 0%, rgba(0, 40, 90, 0) 100%);
}
.page-image-header .page-header-spacer {
  height: calc(200px - -5vw);
  min-height: calc(25vw - 165px);
}
@media only screen and (max-width: 640px) {
  .page-image-header .page-header-spacer {
    height: 10vw;
    min-height: 10vw;
  }
}
.page-title {
  font-size: 4em;
  font-weight: 900;
  line-height: 0.9em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .page-title {
    font-size: 3em;
  }
}
@media only screen and (max-width: 480px) {
  .page-title {
    font-size: 12vw;
  }
}
.page-image-header {
  background-position: 50% 25%;
}
.issues-page.page-image-header {
  background-position: 90% 25%;
}
@media only screen and (min-width: 981px) {
  .about-page.page-image-header {
    background-position: 50% 15%;
  }
  .volunteer-page.page-image-header {
    background-position: 50% 30%;
  }
  .news-page.page-image-header {
    background-position: 50% 10%;
  }
  .issues-page.page-image-header {
    background-position: 90% 25%;
  }
  .contact-page.page-image-header {
    background-position: 50% 30%;
  }
  .privacy-policy-page.page-image-header {
    background-position: 50% 35%;
  }
}
@media only screen and (min-width: 981px) {
  #main-header {
    background-color: rgba(0, 40, 90, 0.8);
  }
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px !important;
    margin-bottom: 55px;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
  }
  .page-image-header {
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) {
  .single-project #main-header, .single-post #main-header {
    background-color: rgba(0, 40, 90, 1);
  }
}
.section-title, .et_pb_portfolio_title {
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  line-height: 1em;
}
.entry-title, .widgettitle {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1em;
  line-height: 1em;
}
.issue-title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width: 640px) {
  .section-title {
    font-size: 1.5em;
  }
  .issue-title {
    font-size: 1.5em;
  }
}
ul.contribute-buttons {
  list-style: none;
  padding: 0;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.gs-about-section ul.contribute-buttons, .support-buttons ul.contribute-buttons {
  margin-top: 2em;
}
ul.contribute-buttons li {
  display: inline-flex;
  padding: 0 0.25em;
  width: 100%;
}
.support-buttons ul.contribute-buttons li {
  justify-content: center;
}
ul.contribute-buttons li a {
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
  background-color: #00285a;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 120%;
  text-transform: uppercase;
}
ul.contribute-buttons li a.other {
  color: #00285a;
  background-color: #fff;
}
ul.contribute-buttons li a:hover {
  opacity: 0.6;
}
@media screen and (max-width : 640px) {
  ul.contribute-buttons {
    display: inline-flex;
    flex-direction: column;
    margin-top: 2em;
  }
  ul.contribute-buttons li a {
    margin-bottom: 0.5em;
    max-width: 200px;
  }
}
.et_pb_posts a.more-link {
  opacity: 1;
  color: #00285a;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
  background-color: #fff;
  padding: 0.5em 1em;
  width: fit-content;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1em;
  border: 2px solid #00285a;
}
.et_pb_posts a.more-link:hover {
  opacity: 0.6;
}
ul.footer-menu, ul.social-menu {
  list-style: none;
  padding-bottom: 0;
}
ul.social-menu {
  max-width: 300px;
  display: inline-flex;
  width: 100%;
  justify-content: space-evenly;
  padding: 0;
}
ul.footer-menu li, ul.social-menu li {
  display: inline-flex;
  padding: 0 0.5em;
}
ul.social-menu li a {
  opacity: 1;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
}
ul.social-menu li a:hover {
  opacity: 0.67;
  transition: all 0.2s ease 0s;
}
ul.footer-menu li a {
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  transition: all 0.2s ease 0s;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
ul.footer-menu li a:hover {
  transition: all 0.2s ease 0s;
  color: rgba(255, 255, 255, 0.67);
}
.footer-text {
  margin: 0 0 1em !important;
}
.footer-text, .disclaimer-text {
  line-height: 1.375em;
}
.disclaimer-text {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 0px;
  display: inline-flex;
  margin-bottom: 1em;
}
.footer-logo img {
  opacity: 1;
  max-width: 240px;
  transition: all 0.2s ease 0s;
}
.footer-logo img:hover {
  opacity: 0.67;
  transition: all 0.2s ease 0s;
}
#footer-bottom .container #footer-info {
  text-align: center;
  width: 100%;
}
.gform_wrapper h2.gform_heading, .gform_wrapper legend.gfield_label {
  font-weight: 700;
  font-size: 120%;
}
#main-content .gform_wrapper input[type="submit"] {
  opacity: 1;
  background-color: #e30035;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-top: -3px;
  margin-left: 5px;
  padding: 0.5em 1em;
  transition: all .2s ease-in-out;
  font-size: 18px;
  border: none;
  font-weight: 600;
}
#main-content .gform_wrapper input[type="submit"]:hover {
  opacity: 0.67;
  cursor: pointer;
}
@media (min-width: 641px) {
  .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=text] {
    padding: 1em 2em;
    height: 4em !important;
  }
}
.az-header-slider .gform_wrapper.gravity-theme input[type=tel], .az-header-slider .gform_wrapper.gravity-theme input[type=email], .az-header-slider .gform_wrapper.gravity-theme input[type=text] {
  background-color: rgba(255, 255, 255, 0.5);
}
.gform_wrapper.gravity-theme input[type=submit] {
  height: 3em !important;
}
.gs-form-box-title {
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .gs-form-box-title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 480px) {
  .gs-form-box-title {
    font-size: 6.875vw;
    text-align: center;
  }
}
.gs-form-box-title span.red-text {
  color: #e30035;
}
.et_pb_section.gs-header-slider, .et_pb_section.gs-header-slider .et_pb_row, .et_pb_section.gs-header-slider .et_pb_row .et_pb_slider {
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}
.gs-form-box {
  padding: 1em;
  background-color: rgba(0, 40, 90, 0.8);
  margin: 0 auto;
  max-width: 800px;
}
.gs-header-form-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  width: 88%;
}
@media (max-width: 640px) {
  .gs-header-form-box {
    flex-direction: column;
    justify-content: flex-end;
  }
  .et_pb_css_mix_blend_mode_passthrough:has(.gform_validation_error) {
    flex-direction: column-reverse;
    padding-top: 2em;
  }
  .gs-header-form-box:has(.gform_validation_error) {
    position: relative;
  }
}
.gs-header-form-box .et_pb_text_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10vw;
  max-width: 600px;
  width: 100%;
  z-index: 100;
}
.gs-header-slider .et_pb_slides .et_pb_slide.et_pb_slide_0 {
  background-position: 50% 0%;
}
.gs-header-slider .et_pb_slides .et_pb_slide.et_pb_slide_1 {
  background-position: 50% 0%;
}
.gs-header-slider .et_pb_slides .et_pb_slide.et_pb_slide_2 {
  background-position: 50% 0%;
}
.gs-header-slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
  position: relative;
}
@media (min-width: 641px) {
  .gs-header-slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
    height: calc(80vh - 155px);
    min-height: 800px;
  }
}
@media (max-width: 640px) {
  .gs-header-form-box .et_pb_text_inner {
    width: 90%;
    padding-bottom: 2em;
  }
  .gs-header-slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
    min-height: 600px;
    height: calc(100vh - 145px);
  }
  .gs-header-slider .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 16px;
  }
  .gs-header-slider .gform_wrapper.gravity-theme .ginput_complex span:last-child {
    margin-bottom: 0;
  }
  .et_fixed_nav #main-header {
    position: relative;
  }
  #main-header {
    background-color: rgba(0, 40, 90, 1);
  }
}
.gform-theme--foundation .gform_fields {
  row-gap: 12px;
}
#top-menu li {
  padding-right: 3vw;
}
/* azgop */
.hide-for-now {
  display: none !important;
}
.azgop-menu-buttons {
  margin-right: 2vw;
}
@media (max-width: 980px) {
  .azgop-menu-buttons {
    display: none;
  }
}
.azgop-menu-buttons a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-top: -3px;
  margin-left: 5px;
  padding: 0.5em 1em;
  transition: all .2s ease-in-out;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.azgop-menu-buttons a.cta1, .azgop-menu-buttons a.cta2 {
  display: inline-flex;
}
.azgop-menu-buttons a.cta1 {
  background-color: #eb2227;
}
.azgop-menu-buttons a.cta2 {
  background-color: #fff;
  color: #272d68 !important;
}
#mobile_menu_slide.et_mobile_menu li.menu-item.cta1 a {
  background-color: #fff;
  color: #eb2227 !important;
  font-weight: 800;
  opacity: 1;
}
#mobile_menu_slide.et_mobile_menu li.menu-item.cta1 a:hover {
  background-color: #fff;
  color: #eb2227 !important;
  font-weight: 800;
  opacity: .6;
}
#mobile_menu_slide.et_mobile_menu li.menu-item.cta2 a {
  background-color: #272d68;
  color: #fff !important;
  opacity: 1;
    line-height: 1.5em;
}
#mobile_menu_slide.et_mobile_menu li.menu-item.cta2 a:hover {
  background-color: #272d68;
  color: #fff !important;
  opacity: .6;
}
#mobile_menu_slide.et_mobile_menu li.menu-item.cta1 a, #mobile_menu_slide.et_mobile_menu li.menu-item.cta2 a {
  font-weight: 800;
}
#mobile_menu_slide.et_mobile_menu li.menu-item.cta1, #mobile_menu_slide.et_mobile_menu li.menu-item.cta2 {
  border-top: 0px solid #fff;
  margin-top: 0.25em;
}
.azgop-menu-buttons a.cta1:hover, .azgop-menu-buttons a.cta2:hover {
  opacity: 0.6;
}
@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
    display: flex;
  }
}
.et_slide_in_menu_container span.et_mobile_menu_arrow, .et_slide_in_menu_container #mobile_menu_slide li li a {
  opacity: 1;
}
#mobile_menu_slide li.menu-item {
  border-top: 1px solid #fff;
}
#mobile_menu_slide li.menu-item-has-children li {
  border-top: 0px solid #fff;
}
#mobile_menu_slide li.menu-item-has-children li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.125em;
}
#mobile_menu_slide li.menu-item-has-children li:last-of-type a {
  border-top: 0px solid rgba(255, 255, 255, 0.5);
}
#mobile_menu_slide li.menu-item-has-children li:last-of-type {
  margin-bottom: 1em;
}
.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
  font-size: 30px;
}
.et_slide_in_menu_container .et_mobile_menu > .menu-item-has-children > a {
  font-weight: 400;
}
.gw-horizontal-form_wrapper .ginput_container input, .gw-horizontal-form_wrapper #field_submit input.button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.gw-horizontal-form_wrapper #field_submit input.button {
  height: 3rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.gfield_consent_label {
  font-size: 80%;
  line-height: 1.25em;
}
.ginput_container_consent {
  display: flex;
  gap: 0.5em;
}
.gw-horizontal-form_wrapper .ginput_container input::placeholder {
  color: #fff;
}
.gw-horizontal-form_wrapper #field_submit input.button {
  padding: 0 1.4rem;
}
.gw-horizontal-form_wrapper .gform_heading {
  display: none;
}
.gw-horizontal-form_wrapper a {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}
.gw-horizontal-form_wrapper a:hover {
  opacity: 0.6;
}
.gw-horizontal-form_wrapper .gform_fields {
  grid-column-gap: 1vw !important;
}
.gw-horizontal-form_wrapper .ginput_complex span:not(:first-child) {
  padding-left: 1vw !important;
}
.gw-horizontal-form_wrapper .ginput_complex {
  gap: 1vw;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  line-height: 1.25em;
  font-size: 80%;
}
@media (min-width: 641px) {
  .gw-horizontal-form_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding: 0 !important;
  }
}
@media (max-width: 641px) {
  .gw-horizontal-form_wrapper .ginput_complex span:not(:first-child) {
    padding-left: 0vw !important;
    margin-bottom: 0;
  }
  .gw-horizontal-form_wrapper .ginput_complex {
    gap: 8px;
  }
}
.disclaimer {
  font-size: 80%;
  line-height: 1.25em;
}
.gw-horizontal-form_wrapper #field_submit input[type="submit"] {
  background-color: #fff;
  color: #eb2227;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.gw-horizontal-form_wrapper #field_submit input[type="submit"]:hover {
  opacity: 0.6;
  transition: all .2s ease-in-out;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #ff9999;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true] + label, .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #ff9999;
}
.et_pb_slide_menu_opened::after {
  background-color: rgba(0, 0, 0, 0.5);
}
input[type="submit"] {
  opacity: 1;
  background-color: #eb2227;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-top: -3px;
  margin-left: 5px;
  padding: 0.5em 1em;
  transition: all .2s ease-in-out;
  font-size: 18px;
  border: none;
  font-weight: 600;
}
input[type="submit"]:hover {
  opacity: 0.67;
  cursor: pointer;
}
@media (min-width: 641px) {
  .gform_wrapper.gravity-theme .ginput_container_address span, .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {}
}
.et_pb_bg_layout_dark input[type="submit"] {
  background-color: #fff;
  color: #eb2227;
}
footer .gform_wrapper.gravity-theme span.address_zip .gform-field-label {
  display: none;
}
.et_pb_css_mix_blend_mode_passthrough {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 641px) {
  .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=text] {
    padding: 1em 2em;
    height: 4em !important;
  }
}
.gform_wrapper.gravity-theme input[type=submit] {
  height: 3em !important;
}
input::placeholder {
  font-weight: 500;
  color: #272d68;
}
a.wp_rss_retriever_title {
  font-weight: 600;
  font-size: 120%;
}
.wp_rss_retriever li {
  margin-bottom: 10px;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 1em;
}
.wp_rss_retriever li:first-of-type {
  border-top: none;
  padding-top: 0;
}
.et_pb_post a img, .et_post_meta_wrapper img {
  width: auto;
}
.et_pb_posts .et_pb_post {
  border-top: 4px solid #eee;
  padding-top: 2em;
}
.et_pb_post .et_post_meta_wrapper {
  text-align: center;
  border-bottom: 4px solid #eee;
  padding: 1em;
}
#sidebar .widget_recent_entries li {
  border-top: 2px solid #eee;
  padding: 1em 0;
}
#sidebar .widget_recent_entries li a, .et_pb_post .entry-title a, .et_pb_post h2 a {
  color: #eb2227;
}
.et_pb_blurb .et_pb_module_header a:hover, .wp_rss_retriever_title:hover, #sidebar .widget_recent_entries li a:hover, .et_pb_post .entry-title a:hover, .et_pb_post h2 a:hover {
  text-decoration: underline;
  color: #333 !important;
}
.et_pb_post .entry-content {
  padding-bottom: 2em;
}
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
  padding: 10px 0;
  color: #fff;
  border: none;
  padding-left: 10px;
  font-weight: 800;
}
.et_slide_in_menu_container #mobile_menu_slide li a {
  padding-left: 1em;
}
footer .gw-horizontal-form_wrapper .gfield_required_text {
  color: #fff !important;
}
.gform_wrapper.gravity-theme .top_label .gsection_description, .gform_wrapper.gravity-theme .gfield_label {
  line-height: 1.25em;
}
.et_pb_css_mix_blend_mode_passthrough:has(.gform_validation_error) {
  flex-direction: column-reverse;
  padding-top: 2em;
}
.gform_confirmation_message_5 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
.et_pb_text.center-height {
  min-height: 12vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.et_pb_text.center-height h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}
.et_pb_blog_grid .et_pb_image_container img {
  border: 1px solid #ccc;
}
.mobile_menu_bar:before, .et_toggle_slide_menu:after {
  font-size: 48px;
  color: #fff !important;
}
.azgop-menu-buttons a {
  height: 48px !important;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .ginput_complex span:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  .et_header_style_left #logo {
    max-width: 70%;
  }
}
@media (max-width: 1320px) {
  .azgop-menu-buttons a {
    height: auto;
  }
}
.gform_wrapper.gravity-theme .gfield select {
  height: 4em;
}
.grecaptcha-badge {
  z-index: 10;
}
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.et_slide_in_menu_container .et_mobile_menu li a:hover {
  background: rgba(255, 255, 255, .25);
}
.gs-about-section, .gs-about-section .et_pb_row, .gs-news-section, .gs-news-section .et_pb_row {
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}
.gs-about-section .et_pb_row .et_pb_column.about-image, .gs-news-section .et_pb_row .et_pb_column.news-image {
  margin: 0;
  padding: 0;
  min-height: 500px;
}
@media (max-width: 980px) {
  .gs-about-section .et_pb_row .et_pb_column.about-image, .gs-news-section .et_pb_row .et_pb_column.news-image {
    min-height: 80vw;
  }
}
.gs-about-section .et_pb_row .et_pb_column.about-text, .gs-news-section .et_pb_row .et_pb_column.news-text {
  padding: 4em 10vw 4em 4em;
}
.gs-about-section ul.contribute-buttons li, .gs-news-section ul.contribute-buttons li {
  width: auto;
}
@media (min-width: 1400px) {
  .gs-about-section .et_pb_row .et_pb_column.about-image, .gs-about-section .et_pb_row .et_pb_column.about-text {
    width: 50%;
  }
  .gs-news-section .et_pb_row .et_pb_column.news-image {
    width: 45%;
  }
  .gs-news-section .et_pb_row .et_pb_column.news-text {
    width: 55%;
  }
  .gs-news-section .et_pb_row .et_pb_column.news-text .et_pb_ajax_pagination_container {
    display: flex;
    gap: 4em;
  }
}
@media (max-width: 1399px) {
  .gs-about-section .et_pb_row .et_pb_column.about-image, .gs-news-section .et_pb_row .et_pb_column.news-image, .gs-about-section .et_pb_row .et_pb_column.about-text, .gs-news-section .et_pb_row .et_pb_column.news-text {
    width: 100%;
  }
  .gs-about-section .et_pb_row .et_pb_column.about-text, .gs-news-section .et_pb_row .et_pb_column.news-text {
    padding: 4em 10vw;
  }
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
  opacity: 1;
  z-index: 1;
}
.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
  background: rgba(255, 255, 255, 0.1);
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.issues-page .et_pb_fullwidth_portfolio .et_pb_portfolio_image {
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
  margin-bottom: 30px;
}
.issues-page .et_pb_fullwidth_portfolio .et_pb_portfolio_items {
  margin: 4em 0;
}
.et_project_meta {
  display: none;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
  padding: 3em;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
  margin-top: 35%;
  padding: 0 5px;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1.5em;
}
.et_main_title .et_project_categories {
  display: none;
}
.single-project .nav-single {
  margin-top: 2em;
}
hr {
  border: 3px solid #eee;
  margin: 1em 0 2em;
}
@media (max-width: 640px) {
  x.home-contact_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  x.gs-form-name {
    display: flex !important;
  }
  .gs-form-name span {
    width: 50% !important;
  }
  x.gs-form-email {
    width: 100%;
  }
  x.gs-form-phone, x.gs-form-zip {
    width: 50%;
  }
}
#product-menu-icons {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
#product-menu-icons .product-menu-container.az-issues {
  width: 32%;
  margin: 0;
  min-width: 225px;
  padding: 1em;
}
#product-menu-icons .product-menu-container {
  display: inline-block;
  text-align: center;
  width: 225px;
  margin: 0;
  vertical-align: top;
  line-height: 1em;
}
#product-menu-icons .product-menu-container a {
  background-color: rgba(255, 255, 255, 0.0);
  transition: all 0.2s ease 0s;
  display: flex;
  flex-direction: column;
  padding: 1em;
  color: #fff;
  font-weight: 600;
}
#product-menu-icons .product-menu-container a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease 0s;
}
#product-menu-icons div {
  transition: all 0.2s ease 0s;
}
#product-menu-icons .product-menu-container.az-issues {
  line-height: 1.375em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
#product-menu-icons .product-menu-container.az-issues img {
  width: 60px;
  min-width: 60px;
  margin-bottom: 1em;
  display: block;
  margin: 0 auto 1em;
}
.issue-box {
  padding: 2em 0;
}
#sidebar .widget_recent_entries li {
  display: flex;
  flex-direction: column-reverse;
}
.home-contact_wrapper .gfield_consent_label {
  color: #fff !important;
  text-align: left;
}
.mfp-bottom-bar {
    display: none;
}