/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:    Tipit
 Template:    Divi
 Version:    1.0.0
 Tags:    light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/
/*@import url("https://cloud.typography.com/6804416/6033592/css/fonts.css");*/
/*<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6804416/6033592/css/fonts.css" />*/
@import url("../Divi/style.css");

/* --------------------
 Fonts
----------------------*/

/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * savethemusic.org (monthly pageviews: <50K)
 *
 */

/* complete */

@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("fonts/circularXX/CircularXXWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("fonts/circularXX/CircularXXWeb-Regular.woff2") format("woff2");
}

/* subset */
@font-face {
  font-family: "CircularXXSub-Regular";
  src: url("fonts/circularXX/CircularXXSub-Regular.woff") format("woff");
}

@font-face {
  font-family: "CircularXXSub-Regular";
  src: url("fonts/circularXX/CircularXXSub-Regular.woff2") format("woff2");
}

/*
Font: 		LE MANS - CLASSIC Compressed
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T11852/le-mans-classic
Foundry: 	KAZER STUDIO
Foundry: 	https://www.youworkforthem.com/designer/1333/kazer-studio
Copyright:	
Version: 	17
Created:	February 06, 2020
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'LEMANSCLASSICCompressed';
	src: url('fonts/le-mans-classic-compressed/le-mans-classic-compressed.eot');
	src: url('fonts/le-mans-classic-compressed/le-mans-classic-compressed.eot?#iefix') format('embedded-opentype'),
       url('fonts/le-mans-classic-compressed/le-mans-classic-compressed.woff2') format('woff2'),
	     url('fonts/le-mans-classic-compressed/le-mans-classic-compressed.woff') format('woff'),
	     url('fonts/le-mans-classic-compressed/le-mans-classic-compressed.ttf') format('truetype'),
	     url('fonts/le-mans-classic-compressed/le-mans-classic-compressed.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
Font: 		LE MANS - CLASSIC
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T11852/le-mans-classic
Foundry: 	KAZER STUDIO
Foundry: 	https://www.youworkforthem.com/designer/1333/kazer-studio
Copyright:	
Version: 	17
Created:	February 06, 2020
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'LEMANSCLASSICRegular';
	src: url('fonts/le-mans-classic-regular/le-mans-classic-regular.eot');
	src: url('fonts/le-mans-classic-regular/le-mans-classic-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/le-mans-classic-regular/le-mans-classic-regular.woff2') format('woff2'),
	     url('fonts/le-mans-classic-regular/le-mans-classic-regular.woff') format('woff'),
	     url('fonts/le-mans-classic-regular/le-mans-classic-regular.ttf') format('truetype'),
	     url('fonts/le-mans-classic-regular/le-mans-classic-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --------------------
  G E N E R A L 
 -------------------- */

body {
  font-family: "CircularXXWeb-Regular";
  font-style: normal;
  font-weight: 400;
  color: #646464;
}

h1, h2 {
  font-family: "LEMANSCLASSICRegular";
  font-weight: normal;
  color: #29255F;
}

h2 {
  font-size: 36px;
}

h3 {
  font-family:"mokoko";
}

/*OVERLAYS VIDEOS*/

.et_pb_section_video_bg::after {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay_dark_25 .et_pb_section_video_bg::after {
  background-color: rgba(0, 0, 0, .25);
}

.overlay_dark_50 .et_pb_section_video_bg::after {
  background-color: rgba(0, 0, 0, .5);
}

.overlay_dark_75 .et_pb_section_video_bg::after {
  background-color: rgba(0, 0, 0, .75);
}

.overlay_light_25 .et_pb_section_video_bg::after {
  background-color: rgba(255, 255, 255, .25);
}

.overlay_light_50 .et_pb_section_video_bg::after {
  background-color: rgba(255, 255, 255, .5);
}

.overlay_light_75 .et_pb_section_video_bg::after {
  background-color: rgba(255, 255, 255, .75);
}

/*LIGHTBOX*/
body .contentlightbox  {
  position: fixed;
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 100vw;
  padding-top: 5vh;
  padding: 5vh 5vw 10vh;
  cursor: pointer;
  z-index: -1000;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
}

/* Make the Lightbox visible when it is open */
body .contentlightbox.popup-open {
  z-index: 999999;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

body .contentlightbox .et_pb_row {
  width: 100%;
}

body.popup-open {
  display: block;
  overflow: hidden; /* removes scrollbar */
}

body .contentlightbox .et_pb_code {
  position: absolute;
  top: 0;
  width: 100%;
}

body .contentlightbox .et_pb_button_module_wrapper {
  position: relative;
  z-index: 10;
  top: -50px;
}

body .contentlightbox .et_pb_button_module_wrapper #close {
  margin-right: 20px;
}

.hero-text .et_pb_button_wrapper {
  margin-top: 46px;
}

.et_pb_slide, .et_pb_slide_description, .et_pb_slider {
    animation-name: none !important;
}

/* --------------------
  M A I N  L A Y O U T 
 -------------------- */

/* Header and navigation */

.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
  padding-top: 78px !important;
  margin-top: 0 !important;
}

.et_fixed_nav #top-header {
  top: 0;
}
#logo{
  max-height: 84.24657534246575%;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
  height: 78px;
  top: 0 !important;
  background-color: #29255F;
}

.et_header_style_left .mobile_menu_bar,
.et_header_style_split .mobile_menu_bar {
  padding-bottom: 10px;
}

.et_header_style_left #et-top-navigation,
.et_header_style_left .et-fixed-header #et-top-navigation {
  height: 78px;
}

@media (min-width: 981px) {
  body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 32px !important;
  }

  .et_header_style_left .logo_container {
    padding-top: 0;
    top: 18px;
    background-color: #29255F;
    position: absolute;
    width: 144px;
    height: 139px;
    text-align: center;
    padding-right: 4px;
  }

  .et_header_style_left .logo_container::before,
  .et_header_style_left .logo_container::after,
  #main-header::before,
  #main-header::after {
    content: "";
    position: absolute;
    width:  9px;
    height: 9px;
    top: 67px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  #main-header::before,
  #main-header::after {
    top: 85px;
  }

  .et_header_style_left .et-fixed-header .logo_container,
  .et_header_style_left.et-fb .logo_container {
    height: 67px;
  }

  .et_header_style_left .et-fixed-header .logo_container::before,
  .et_header_style_left .et-fixed-header .logo_container::after,
  .et_header_style_left.et-fb .logo_container::before,
  .et_header_style_left.et-fb .logo_container::after {
    top: 47px;
  }

  .et_header_style_left .et-fixed-header .logo_container::before {
    left: 9px;
  }

  .et_header_style_left .et-fixed-header .logo_container::after {
    left: 126px;
  }

  #main-header.et-fixed-header::before,
  .et-fb #main-header::before {
    left: -9px;
  }

  #main-header.et-fixed-header::after,
  .et-fb #main-header::after {
    right: -9px;
  }

  #main-header {
    background: transparent;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
  }

  #main-header.et-fixed-header {
    background: #29255F;
  }

  .et_header_style_left #et-top-navigation {
    float: left;
    padding-top: 30px !important;
    padding-left: 188px !important;
  }
}

 /* Header and navigation - min-width: 981px */

#main-header.et-fixed-header #top-menu a {
  color: #FFFFFF !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
  padding-bottom: 28px;
}

#et-top-navigation a:hover, .fullwidth-menu-nav a:hover {
  text-decoration: underline;
  opacity: 1 !important;
}

.fullwidth-menu-nav a, .fullwidth-menu a, .wp-pagenavi a {
  color: #29255F;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}

.wp-pagenavi a, .wp-pagenavi span.current, .wp-pagenavi span.extend {
  font-size: 26px;
  padding: 10px !important;
  border: none;
}

#main-header.et-fixed-header #top-menu li.current-menu-item > a, 
#et-secondary-menu ul#et-secondary-nav > li.current-menu-item:first-child a {
  color:#E06250 !important;
}

.fullwidth-menu-nav .current-menu-item  a, 
.fullwidth-menu-nav .current-cat a, 
.fullwidth-menu .current-cat a{
  color:#E06250 !important;
}

#et-top-navigation, #et-secondary-menu {
  font-family: "CircularXXSub-Regular";
  font-weight: 600;
  text-transform: uppercase;
}

#top-header .container {
  height: 0;
  padding-top: 0;
}

#et-secondary-menu {
  transform: translateY(20px);
}

#et-secondary-menu > ul > li > a {
  height: 34px;
  line-height: 30px;
  border: 2px solid #E06250;
  border-radius: 15px;
  padding: 0 20px;
  font-size:  14px;
}

#et-secondary-menu > ul > li:last-child > a {
  border-color: #29255F;
}

#et-secondary-menu > ul > li > a:after {
  display: none;
}

.et-fixed-header#top-header #et-secondary-nav li:hover ul {
    background-color: #fff;
}

/* Footer */

#main-footer {
  position: relative;
}

#footer-widgets .footer-widget:nth-child(n) {
  margin-right: 0px;
}

#footer-widgets.columns-3 {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.columns-3 .footer-widget {
    width: 30% !important;
    margin-right: 5% !important;
}

#footer-widgets.columns-4 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.columns-4 .footer-widget {
    width: 22.5% !important;
    margin-right: 3% !important;
}

#footer-widgets.columns-5 {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.columns-5 .footer-widget {
    width: 18% !important;
    margin-right: 2% !important;
}

.columns-3 .footer-widget:nth-child(3), 
.columns-4 .footer-widget:nth-child(4), 
.columns-5 .footer-widget:nth-child(5) {
  margin-right: 0 !important;
}

#footer-bottom .container {
  max-width: 1140px;
}

@media all and (min-width:481px) and (max-width:768px){
  #footer-widgets .footer-widget {
    width: 50% !important;
  }
}

@media all and (max-width:480px){
  #footer-widgets .footer-widget {
    width: 100% !important;
  }
}

.et-social-instagram a:before { 
  content: '\e09a';
}

.et-social-youtube a:before { 
  content: '\e0a3';
}

.et-social-vimeo a:before { 
  content: '\e09c';
}

.et-social-icons li {
  margin-left: 15px;
}

.et-social-icons li:first-child {
  margin-left: 8px;
}

/* --------------------
  B L O G 
 -------------------- */

/* Blog posts */

.single #main-content  .container {
  max-width: 833px;
}

.single article .et_post_meta_wrapper img,
.single article .et_pb_text p img, 
.single article  .entry-content .et_pb_image img, 
.single article  .entry-content .et_pb_video_box video {
  border-radius: 25px;
}

.single article h1.entry-title {
  font-size: 30px;
  color: #232323;
  font-family: 'Mokoko';
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}

.single article h2, .single article h3 {
  color: #232323;
  font-size: 18px;
  font-family: 'Mokoko';
  font-weight: 700;
}

.single article h4 {
  font-family: 'Mokoko';
  font-weight: 700;
}

.single article p {
  font-size: 20px;
  color: #646464;
}

.metatags a {
  font-size: 20px;
  text-transform: capitalize;
}

.single article h1 {
  padding-bottom: 18px;
}

.single .entry-content {
  margin-bottom: 50px;
}

.single .entry-content .et_pb_button {
  border-radius: 25px !important;
  border: none;
}

.post-template-default .entry-content {
  font-size: 18px;
  margin-bottom: 35px;
}

.post-template-default  .entry-content h1 {
  font-size: 42px;
  color: #29255F;
}

.post-template-default  .entry-content h2 {
  color: #ffbd76;
  font-size: 20px;
}

.post-template-default .entry-content a {
  color: #29255F;
}

.post-template-default .wp-caption {
  background-color: transparent;
  padding: 0px;
  border: none;
}

.post-template-default .wp-caption img {
  border: 1px solid #ffbd76;
  padding: 2px;
}

.post-template-default .wp-caption .wp-caption-text {
  margin-top: -2px;
  text-transform: uppercase;
  font-size: 8px;
  text-align: left;
  line-height: 1.1em;
  color: #3a3a3a;
}

.post-template-default blockquote {
  text-align: center;
  font-size: 25px;
  color: #646464;
  font-weight: bold;
  width: 80%;
  margin: 20px auto;
  padding: 0.5em 10px;
  border-left: none;
  line-height: 0.91em;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
  color: #646464;
  content: open-quote;
  font-size: 1em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}

blockquote:after {
  color: #646464;
  content: close-quote;
  font-size: 1em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}

blockquote p {
  display: inline;
}

blockquote.pull-quote {
  font-family: "mokoko";
  font-style: italic;
  width: 50%;
  float: right;
}

.metatags p {
  padding-bottom: 0;
  margin-bottom: 1em;
}

.author {
  margin: 0 0 15px;
  text-transform: capitalize;
  color: #646464;
  font-size: 18px !important;
  text-align: center;
}

.post-text .author {
  text-align: left;
  margin-bottom: 0px;
}

/* Blog reset */

#main-content.fullwidth .container::before {
    width: 0px;
}

#main-content.fullwidth  #left-area {
  float: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

/* Modified blog module */

.category nav.fullwidth-menu-nav, 
.tag nav.fullwidth-menu-nav, 
.tax-resource-category .fullwidth-menu  {
  float: none;
  text-transform: uppercase;
}

.category .fullwidth-menu, 
.tag .fullwidth-menu, 
.blog .fullwidth-menu {
  padding-bottom: 50px;
  display: flex;
  font-size: 26px;
  justify-content: space-around;
}

.tax-resource-category .fullwidth-menu  {
  margin-bottom: 50px;
}

.category h1, .error404 h1, .tag h1, .tax-resource-category h1  {
  margin-bottom: 25px;
  margin-top: -31px;
}

.tax-resource-category h3  {
  margin-bottom: 15px;
}

.wp-pagenavi {
  margin-bottom: 50px;
}

/* Now blog and listing page */

.listing .et_pb_image_container img, 
.listing .et_pb_post a img,
.category .et_pb_image_container img, 
.category .et_pb_post a img, 
.tag .et_pb_image_container img, 
.tag .et_pb_post a img{
  max-width: 53%;
  float: right;
  margin-left: 6%;
  border-radius: 15px;
}

.listing .et_pb_post .entry-title {
  font-size: 236%;
}

.listing .et_pb_post .post-text {
  width: 41%;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

article.resources {
  text-align: center;
}

.resources .post-text {
  padding: 4%;
  width: 41%;
  position: relative;
  min-height: 317px;
  float: left;
}

.resources .cta {
  position: absolute;
  bottom: 50px;
  left: 10%;
  right: 10%;
  font-size: 12px;
}

.resources .cta a, 
.post .cta a {
  color: #ffffff !important;
  border-color: #29255F;
  border-radius: 23px;
  padding-right: 1em;
  padding-left: 0.9em;
  background-color: #29255F;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 2.2em !important;
}

.resources .cta a:after, 
.post .cta a:after {
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
  font-family: ETmodules !important;
  font-weight: 400 !important;
  content: "=";
}

.blog .post-text { 
  width: 41%;
  min-height: 317px;
  float: left;
}

.blog .post-meta {
  text-align: center;
  padding-bottom: 5px;
}

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

.fullwidth .date, .blog .date {
  text-align: center;
  margin-bottom: 20px;
}

.fullwidth .date p, 
.blog .post-meta {
  margin: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #646464;
  color: #646464;
  font-size: 16px;
  padding-bottom: 5px;
  width: 95%;
  margin: 0 auto;
 }

.blog .post-meta {
  font-size: 16px;
  border-bottom: none;
  width: 100%;
}

.blog h2, .category h2, .tag h2 {
  font-size: 24px;
  line-height: 1.21em;
  border-bottom: 1px solid #29255F;
  margin-bottom: 15px;
  font-family: 'Mokoko';
  font-weight: 700;
}

.category h2, .tag h2{
  border-bottom: none;
}

.blog p {
  font-size: 18px;
  color: #646464;
}

@media all and (max-width:768px) {
  .fullwidth .date p, .blog .post-meta {
    margin-top: 10px;
  }
  .listing .et_pb_image_container img, 
  .listing .et_pb_post a img,
  .category .et_pb_image_container img, 
  .category .et_pb_post a img {
    max-width: 100%;
    float: none;
    margin-left: 0;
  }  
  .blog .post-text,
  .resources .post-text {
    width: 100%;
    min-height: unset;
    float: none;
  }
  .resources .cta {
    position: static;
  }
}

/* --------------------
  A L L  P A G E S
 -------------------- */

body.page:not(.home) .et_pb_section_0:not(.home-hero) {
  padding-top: 0;
}

body.page:not(.home) .et_pb_section_0 .et_pb_fullwidth_header {
  padding: 0;
  margin: 0;
}

body.page:not(.home) .et_pb_section_0 .et_pb_row_0.et_pb_row,
body.page:not(.home) .et_pb_section_0 .et_pb_fullwidth_header .header-content {
  padding: 27px 0;
  margin: 0 auto;
}

body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_post_title h1,
body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_text h1,
body.page:not(.home) .et_pb_section_0:not(.home-hero) h1.et_pb_module_header,
.category h1, .error404 h1, .tag h1, .tax-resource-category h1 {
  font-size: 130px !important;
  line-height: 0.9em;
}

.page h1.entry-title, .tag h1 {
  text-transform: uppercase;
}

.archive h1 {
  margin-top: 15px;
  text-transform: uppercase;

}

.archive article.resources {
  text-align: left;
}

@media (max-width: 1410px) {
  body.page:not(.home) .et_pb_section_0:not(.home-hero).gt .et_pb_module_header {
   margin-left: 95px;
  }
}


@media (max-width: 1180px) {
  body.page:not(.home) .et_pb_section_0:not(.home-hero).gt .et_pb_module_header {
   margin-left: 11px;
  }
}

@media (max-width: 330px) {
  body.page:not(.home) .et_pb_section_0:not(.home-hero).gt .et_pb_module_header {
  font-size: 28px !important;
  }
}


@media (max-width: 979px) {
  body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_post_title h1,
  body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_text h1,
  body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_module_header,
  .category h1, .error404 h1 {
    margin-left: 0px;
    font-size: 46px;
  }

}

@media (max-width: 767px) {
  body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_post_title h1,
  body.page:not(.home) .et_pb_section_0 .et_pb_post_title h1,
  body.page:not(.home) .et_pb_section_0 .et_pb_text h1,
  body.page:not(.home) .et_pb_section_0 .et_pb_module_header,
  .category h1, .error404 h1 {
    margin-left: 0;
    font-size: 70px !important;
  }

  body.page:not(.home) .et_pb_section_0.giving_tuesday {
    padding-bottom: 15px;
  }

}

@media (max-width: 395px) {
  body.page:not(.home) .et_pb_section_0.giving_tuesday .et_pb_post_title h1{
   font-size: 29px;
  } 
  body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_post_title h1,
  body.page:not(.home) .et_pb_section_0 .et_pb_post_title h1,
  body.page:not(.home) .et_pb_section_0 .et_pb_text h1,
  body.page:not(.home) .et_pb_section_0 .et_pb_module_header,
  .category h1, .error404 h1 {
    margin-left: 0;
    font-size: 60px !important;
  }

}

/* Row layouts */

@media (min-width: 768px) and (max-width: 980px) {
  .tablet_row .et_pb_column_3_4 {width: 73.625% !important;}
  .tablet_row .et_pb_column_1_4 {width: 20.875% !important;}    
  .tablet_row .et_pb_column_1_4:not(:last-child) {
    margin-right: 5.5%;
  }
}

/* --------------------
  H O M E P A G E 
 -------------------- */
/* Join Us */

.joinus_section .et_pb_contact_form_container {
  padding: 27px 0;
}

.joinus_section .et_pb_contact .et_pb_contact_field_half {
  width: calc(100% - 215px) !important;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .joinus_section .et_pb_blurb {
  }
  .joinus_section .et_pb_column {
    margin-bottom: 0;
  }
  .joinus_section .et_pb_contact_form_container {
    padding: 0;
  }
}

@media (max-width: 767px){
  .joinus_section .et_contact_bottom_container {
    width: 50%;
    margin: 30px auto 0 auto;
  }
}

/* --------------------
  H O W   W E   W O R K 
 -------------------- */


/* Main content layout */

.image-text_row {
  width: calc(100% - 16px);
  max-width: 1800px;
}

@media (max-width: 980px) {
  .image-text_row {
    display: flex;
    flex-direction: column-reverse;
  }
  .image-text_row:nth-child(even) {
    flex-direction: column;
  }
}

.image-overlay_promo {
  min-height: 628px;
}

.image-overlay_promo .et_pb_promo_description {
  background-color: rgba(125, 125, 125, .75);
  border-radius: 15px;
  padding: 35px;
  position: absolute;
  max-width: 377px;
  min-height: 239px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay-top-left .et_pb_promo_description {
  left: 50px;
  top: 40px;
 
}

.overlay-bottom-left .et_pb_promo_description {
  left: 50px;
  bottom: 40px;
 
}

.overlay-top-right .et_pb_promo_description {
  right: 50px;
  top: 40px;
}

.overlay-bottom-right .et_pb_promo_description {
  right: 50px;
  bottom: 40px;
}

.center-text_promo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 100px !important;
  padding: 100px 0 !important;
}

@media (min-width: 980px) {
  .center-text_promo {
    min-height: 628px;
  }
}

@media (max-width: 767px) {
  .overlay-top-left .et_pb_promo_description,
  .overlay-bottom-left .et_pb_promo_description,
  .overlay-top-right .et_pb_promo_description,
  .overlay-bottom-right .et_pb_promo_description {
    left: 25px;
    right: 25px;
    top: auto;
    bottom: 40px;
  }
  .center-text_promo {
    padding: 70px 0 !important;
    margin: 0 25px !important;
  }

  .faq_image {
    width: 100%;
  }
}

/* Impact Map */

@media (max-width: 980px) {
  .et_pb_map_container_extended .et_pb_map {
    height: 400px !important;
  }
}

@media (max-width: 767px) {
  .et_pb_map_container_extended {
      margin: 0 -14%;
  }
  .gm-style .gm-style-iw h3 {
      font-size: 1.1em;
  }
}
@media (max-width: 374px) {
  .gm-style .gm-style-iw {
    font-size: 11px !important;
  }
  .gm-style .gm-style-iw img {
    width: 30px;
  }
}

/* Accountability */

.accountability_section .et_pb_image {
  float: left;
  margin-right: 10px;
}

.accountability_text {
  max-width: 400px;
}

.accountability_text h3 {
  border-bottom: 5px solid #E06250;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .accountability_section .accountability_text {
    margin: 0 auto;
  }

  .accountability_section .et_pb_image {
    float: none;
  }

   .accountability_section .et_pb_image_1 {
    margin-left: auto !important;
   }
}

/* FAQs */

.faq_section {
  overflow: hidden;
}

.faq_text ul {
  line-height: inherit;
}

.faq_image {
  border-radius: 50% 50% 50% 50%;
  width: 667px;
}

@media (max-width: 767px) {
  .faq_image {
    width: 100%;
  }
}

/* --------------------
  W H Y   M U S I C
 -------------------- */

/* Call to action with image at top */
@media (min-width: 768px) {
  .top-image_row {
    display: flex;
  }
}

.top-image_promo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.et_pb_column_1_2:not(:last-child) .top-image_promo, 
.et_pb_column_1_3:not(:last-child) .top-image_promo, 
.et_pb_column_1_4:not(:last-child) .top-image_promo {
  margin-right: 12px;
}

.et_pb_column_1_2 .top-image_promo, 
.et_pb_column_1_3 .top-image_promo, 
.et_pb_column_1_4 .top-image_promo {
  padding: 6px 6px 36px;
}

.top-image_promo .et_pb_promo_description {
  padding: 0 0 15px;
  display: flex;
  flex-direction: column-reverse;
}

.top-image_promo .et_pb_promo_description img {
  border-radius: 25px;
  width: 100%;
  margin: 0 0 15px;
  min-height: 264px;
  object-fit: cover;
}

.et_pb_with_border .et_pb_map {
    border-radius: 25px;
} 
/* Call to action with NO image at top */
.et_pb_equal_columns .et_pb_promo {
  display: flex;
  flex-direction:  column;
  justify-content: space-between;
  height: 100%;
}

/* --------------------
  F U N D R A I S E 
 -------------------- */

.et_pb_slide_content {
  font-family: 'Mokoko';
}

.et_pb_slide_content h2 {
  font-size: 50px;
}

@media (max-width: 768px) {
  .et_pb_slide_content h2 {
    font-size:40px;
  }
  .et_pb_slide_content p {
    line-height: 1.31em !important;
  }
  .fundraise-contact_section .et_pb_text_1 h2,
  .fundraise-contact_section .et_pb_button_module_wrapper {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .limited-background_section {
    max-height: 458px;
    overflow: visible;
  }
}
@media (min-width: 980px) {
  .limited-background_section {
    max-height: 498px;
  }
}

/* --------------------
  A B O U T   U S 
 -------------------- */

/* Slider */

.about-us_slider .et_pb_slide .et_pb_text_overlay_wrapper {
  background-color: rgba(125,125,125,0.55);
}

.about-us_slider .et_pb_slide_description small {
  font-size: 70%;
}

.about-us_slider .et_pb_slide_description a {
  color: inherit;
  text-decoration: underline;
}

.about-us_slider .et_pb_slide_description a:hover {
  text-decoration: none;
}

.et_pb_slides .et_pb_slider_container_inner {
  display: block !important;
}

.page .et_pb_accordion_0 {
    display: block !important;
}

/* --------------------
  G R A N T S   
 -------------------- */
/*mer page*/

#mer-page-top-content h3 {
  font-weight: bold;
}

#mer-page-top-content p {
  color: #29255F;
  margin-bottom: 20px;
}

#mer-page-top-content ol, #mer-page-top-content ul {
  color: #e06250;
  margin-left: 50px;
  counter-reset: list;
  font-size: 18px;
  margin-top: 25px;
  margin-left: 18px;
  padding-left: 0px;
}

#mer-page-top-content ol > li {
  list-style: none;
}

#mer-page-top-content ol > li:before {
  content: counter(list, upper-greek) ") ";
  counter-increment: list;
}

#mer-page-top-content img {
  min-width: 354px;
  max-height: 226px;
  object-fit: cover;
}

.mer-page-resources-categories {
  background-color: #FFF;
}

#mer-page-resources-categories .resource_category_module h3 {
  text-transform: uppercase;
  font-family: "mokoko";
  font-weight: bold;
  color: #29255F;
  margin-bottom: 15px;
  line-height: 1.21em;
  font-size: 142%;
}

#mer-page-resources-categories .resource_category_container {
  min-height: 144px;
  text-align: center;
  position: relative;
  padding: 5px 20px 0;
}

@media (max-width: 480px) {
  #mer-page-resources-categories .resource_category_container {
    min-height: 155px;
    padding: 5px 15px 0;
  }
}

#mer-page-resources-categories picture {
  width: 352px;
  height: auto;
  margin-bottom: 10px;
}

#mer-page-resources-categories picture img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 25px 25px 25px 25px;
}

#mer-page-resources-categories .resource_category_button {
   position: absolute;
   bottom: 0px;
   left: 50%;
   margin-left: -80px;
   transition: 0.9s;
}

#mer-page-resources-categories .resource_category_button a, .resources-wrapper .resources-button a {
  color: #ffffff !important;
  border-color: #ff5444;
  border-radius: 23px;
  padding-right: 1em;
  padding-left: 0.9em;
  background-color: #ff5444;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 2.2em !important;
}

#mer-page-resources-categories .resource_category_button a:after, .resources-wrapper .resources-button a:after {
  line-height: inherit;
  font-size: inherit !important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
  font-family: ETmodules !important;
  font-weight: 400 !important;
  content: "=";
}

#mer-page-resources-categories .resource_category_button a:hover, .resources-wrapper .resources-button a:hover{
  background-color: #e06250;
  border-color: #FFF;
  color: #FFF !important;
} 

#mer-page-join-us .et_pb_blurb_position_left .et_pb_main_blurb_image {
  width: 57px;
}

#mer-page-join-us .et_pb_blurb_container .et_pb_module_header {
  padding-top: 10px;
}

.updated-legend .updated-legend-text-row p {
  font-family: "mokoko" !important;
  font-weight: normal;
}

.updated-legend .updated-legend-text-row p strong{
  color: #e06250;
}

.updated-legend .updated-legend-line-row {
  width: 100%;
  max-width: none;
}

.et_pb_text {
  font-size: 18px;
}

@media (min-width: 971px) and (max-width: 1280px) {
  .updated-legend .updated-legend-line-row{
    margin-top: 50px;
  }
  #mer-page-join-us .et_pb_contact_form_0 {
    width: auto !important;
  }
}

@media (min-width: 971px) and (max-width: 1190px) {
  .updated-legend .updated-legend-text-row {
    margin-top: 10px;
  }
  #mer-page-resources-categories .resource_category_container {
    min-height: 13em;
  }
}

@media (min-width: 605px) and (max-width: 767px) {
  #mer-page-resources-categories .resource_category_container {
    min-height: 12em;
  }
}

@media (max-width: 520px) {
  .updated-legend .updated-legend-text-row .et_pb_module{
    width: 100% !important;
  }
}

@media (max-width: 980px) {
  #mer-page-resources-categories .resource_category_module {
    margin-bottom: 25px;
  }
  #mer-page-resources-categories .et_pb_row {
    padding: 0px !important;
  }
  
  #mer-page-resources-categories h2{
    margin-bottom: 25px;
  }

  #mer-page-join-us .et_pb_blurb_content {
    max-width: none;
  }

}

@media (min-width: 605px) and (max-width: 980px) {
  #mer-page-resources-categories .resources-categories  {
    display: inline-block;
    width: 43%;
    margin-left: 4.5% !important;
  }

  #mer-page-resources-categories .resource_category_module h3 {
    font-size: 132%;
  }
}

@media (max-width: 420px) {
 #mer-page-resources-categories .resource_category_module h3 {
    font-size: 122%;
  }

  #mer-page-resources-categories h2 {
    font-size: 156%;
  }
}

@media (min-width: 768px) and (max-width: 1230px) {
  #mer-page-top-content .et_pb_row{
    max-width: none !important;
    width: 80%;
  }

  #mer-page-top-content .et_pb_column_3_4 {
    width: 59% !important;
  }

  #mer-page-top-content .et_pb_column_1_4{
    width: 35% !important;
  }
  #mer-page-top-content .et_pb_image {
    margin-left: 0px !important;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 968px) {
  #mer-page-top-content h3{
    font-size: 92% !important;
  }

   #mer-page-top-content p, #mer-page-top-content ol {
    font-size: 76% !important;
  }

}

#mer-page-top-content .left-image .et_pb_column:first-child{
  float: right;
}

#mer-page-top-content .left-image .et_pb_column:last-child{
   float: left;
}

@media (min-width: 769px) and (max-width: 1230px) {
  #mer-page-top-content .left-image .et_pb_text {
     padding-left: 45px !important;
  }
}

@media (max-width: 768px) {
  #mer-page-top-content .et_pb_row {
    max-width: none !important;
    width: 80%;
  }

  #mer-page-top-content .et_pb_image {
      margin: 0px auto !important;
  }

  #mer-page-top-content .left-image .et_pb_module{
    margin: 0px auto !important;
  }

  #mer-page-top-content .left-image .et_pb_column {
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
   #mer-page-top-content .et_pb_image {
    width: 100% !important;
   }
}

@media (max-width: 768px) {
  #mer-page-join-us .et_pb_contact_form .et_contact_bottom_container {
    display: block;
  }
}

@media (max-width: 480px) {
   #mer-page-join-us .et_pb_text {
    width: auto;
   }
}

@media (min-width: 980px) and (max-width: 1280px) {
  #mer-page-join-us .et_pb_text .et_pb_text_inner{ 
    position: absolute;
    top: 59px;
    left: -92%;
    width: 401px;
  }
}

/* RESOURCES */

.resources-wrapper {
  padding: 1.5em 0;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.resources-wrapper .resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.resources-wrapper .resources-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  padding: 15px;
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  min-width: 304px;
}

@media only screen and (max-width: 1280px) {  
  .resources-wrapper .resources {
    justify-content: center;
  }
}

@media only screen and (max-width: 900px) {
  .resources-wrapper .resources-item{
      width: 90%;
      margin-right: auto;
      margin-left: auto;
  }
}

.resources-wrapper .resources-item {
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #29255F;
}

.resources-wrapper .resources-item h3 {
  line-height: 1.31em;
}

.resources-wrapper .resources-item picture {
  margin-bottom: 20px;
  display: block;
}

.resources-wrapper .resources-item picture img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.resources-wrapper .resources-item picture.hide {
  display: none;
}

.resources-wrapper .resources-item picture.placeholder {
  height: 200px;
  background-color: #A8A8A8;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding-top: 90px;
  display: block;
}

.resources-wrapper .resources-item {
  color: #3A3A3A;
}

.resources-wrapper .resources-description {
  margin-bottom: 32px;
  font-size: 18px;
}

.resources-wrapper .resources-button-wrapper {
  text-align: center;
  position: relative;
}

.resources-wrapper .resources-button a {
  font-size: 17px;
  line-height: 1.41em !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.centered h1 {
  margin-left: 0px !important;
}

/*FIXED CALLOUT BLUE FALLBACK REMOVE WHEN FIXED IN DIVI MODULE*/

.callout_fixed_section .callout_fixed_callout{
  background-color: #29255F !important;
  margin-top: 20px;
}

.callout_fixed_section .callout_fixed_callout > div:first-child {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.callout_fixed_section .callout_title {
  color: #FFFFFF !important;
  text-align: center;
  margin-bottom: 5px;
}

.callout_fixed_section .callout_content {
    font-size: 22px;
    color: #FFFFFF !important;
    text-align: center;
    margin-bottom: 25px;
}

body #page-container .et_pb_section .callout_fixed_callout .callout_button .et_pb_button {
  color: #29255F !important;
  border-color: #e06250;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding-right: 1em !important;
  padding-left: 1em !important;
  transition: all .2s;
}

.single-button {
  display: initial;
}

body #page-container .et_pb_section .callout_fixed_callout .callout_button .et_pb_button:after{
  content: none;
}

body #page-container .et_pb_section .callout_fixed_callout .callout_button .et_pb_button:hover {
  background-color: #e06250;
  border-color: #fff;
}

.callout_fixed_callout .callout_close {
  background-color: #FFFFFF !important;
}

.callout_fixed_callout .callout_close span {
  color: #29255F !important;
}

.half-image-half-3-cols_row .et_pb_row {
  width: calc(100% - 16px);
  max-width: 1800px;
}

.half-image-half-3-cols_row .et_pb_column_1_2 {
  width: 50% !important;
  padding-bottom: 0;
}

@media (max-width: 981px) {
  .half-image-half-3-cols_row .et_pb_column_1_2 {
    width: 100% !important;
  }

  .half-image-half-3-cols_row .et_pb_column_1_2.et-last-child .et_pb_column{
    margin: 0 auto 50px auto;
  }
 }

.half-image-half-3-cols_row .et_pb_column {
  margin-right: 0;
}

.half-image-half-3-cols_row .et_pb_gutters3 .et_pb_column_1_2 > .et_pb_row_inner > .et_pb_column_1_6 .et_pb_module {
  margin-bottom: 12.759%;
}

.half-image-half-3-cols_row .overlay-bottom-right .et_pb_promo_description {
  bottom: 80px;
}

.et-fb-app-frame .et_pb_promo {
  min-height: 628px;
}

/*breadcrumbs*/

#breadcrumbs {
  padding-top: 5px;
  max-width: 735px;
  text-align: left;
  position: absolute;
  width: 80%;
  color: #232323;
  font-family: "mokoko";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  left: -9999px;
  visibility: hidden;
  margin: 0px auto;
}

.post-template-default #main-content .container, .resource-template-default #et-main-area {
  position: relative;
}

.post-template-default #main-content .container #breadcrumbs {
  margin-left: 9%;
  margin-bottom: 19px;
}

.resource-template-default #et-main-area #breadcrumbs {
  padding-left: 30px;
  padding-top: 15px;
  visibility: visible;
  position: static;
  margin: 0 auto;
}

#breadcrumbs.visible {
  position: relative;
  left: 167px;
  margin: 0;
  visibility: visible;
}

.post-template-default.single #main-content .container #breadcrumbs.visible {
  left: 45px;
  margin: 0;
}


@media (min-width: 1200px) and (max-width: 1350px) { 
  .post-template-default.single #main-content .container #breadcrumbs.visible {
  left:10%;
  }
}

@media (min-width: 980px) and (max-width: 1199px) { 
  .post-template-default.single #main-content .container #breadcrumbs.visible {
  left:19%;
  }
}

@media (max-width: 979px) {
  .post-template-default.single #main-content .container #breadcrumbs.visible, #breadcrumbs.visible {
    left: 0px;

  }
}

.et_pb_section_0 .et_pb_row_0.et_pb_row {
  padding-top: 39px !important;
}

.top-10, .et_pb_row_0.et_pb_row.top-10 {
  padding-top: 10px !important;
}

.page-template-default .et_pb_section_0.et_pb_with_background .et_pb_row_0 #breadcrumbs,
.page-template-default .et_pb_section_0.et_pb_with_background .et_pb_row_0 #breadcrumbs a {
  color: rgba(255,255,255);
  z-index: 1;
}

.breadcrumb-contrast #breadcrumbs, .breadcrumb-contrast #breadcrumbs a {
  color: #29255F !important;
  padding-bottom: 10px;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumb_last {
  visibility: hidden;
}

/* FACET WP */

.facetwp-dropdown {
  background-color: transparent !important;
  border: 2px solid #29255F !important;
  border-radius: 25Px;
  font-size: 22px;
  color: #29255F;
  padding: .41em 2em .41em .6em !important;
  -webkit-appearance: none !important;
  background: transparent url(img/select_arrow.png) no-repeat 96% 55% !important;
  background-size: auto;
  background-size: 25px 25px !important;
}

.facetwp-facet {
  margin-bottom: 5px !important;
  margin-right: 20px;
}

.facetwp-load-more {
  color: white !important;
  border-width: 0px !important;
  border-radius: 20px;
  background-color: #f15b4a;
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

.facetwp-load-more:hover {
  opacity: .7;
  transition: all 0.2s ease-out;
}

#facetwp-filter-row .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

@media only screen and (max-width: 540px) {
  .resources-wrapper .resources-item{
      width: 100%;
  }
  #facetwp-filter-row .et_pb_column {
    display: block;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}

/**********************************************/

/*General*/

body.page:not(.home) .et_pb_section_0:not(.home-hero) {
  padding-top: 50px;
}

body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_post_title h1, 
body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_text h1, 
body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_module_header, 
.category h1, 
.error404 h1, 
.tag h1, 
.tax-resource-category h1 {
  margin-left: 0;
}

.post-template-default.single #main-content .container #breadcrumbs.visible{
  margin-top: 50px;
  left: 0px;
  margin-bottom: 10px;
}

#breadcrumbs.visible {
  left: 0;
  font-size: 14px;
}

.et_header_style_left .logo_container {
  left: 50px;
  top: 0;
  z-index: -10;
}

/*Footer*/

#footer-bottom, #main-footer {
  background-color: #29255F;
  padding: 30px 0 40px 0;
}

#footer-bottom .et-social-icons {
  float: none;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.et-social-icon a {
  color: #FFF;
}

#footer-info span {
  color: #FFF; 
  font-weight: bold;
}

.footer-widget:first-child  .widget_media_image{
  width: auto;
  padding-top: 0;
}

.footer-widget:first-child  .widget_media_image img {
  width: 140px;
}

.footer-widget:nth-child(2) .widget_media_image{
  margin-left: 0;
  width: 115px;
  padding-top: 0;
}

.footer-widget:nth-child(2)  .widget_media_image img {
 opacity: 0.6;
 width: 85px;
}

#footer-widgets .footer-widget li::before {
  border-style: none;
}

#footer-widgets .footer-widget li {
  padding-left: 0;
  font-size: 14px;
  margin-bottom: 0;
}

#footer-widgets .footer-widget li a {
  color: #5374c2;
}

#footer-bottom .container {
  max-width: 1160px;
} 

#main-footer>.container{
  width: 80%;
  max-width: 1160px;
}

#footer-widgets.columns-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*Menus*/

#et-secondary-nav ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#et-secondary-menu > ul > li a{
  border-radius: 20px;
}

#et-secondary-menu > ul > li:nth-child(2) > a {
  border-color: #159B7E;
  color: #FFF;
  background-color: #159B7E;
}

#et-secondary-menu > ul > li:nth-child(2):hover> a { 
  opacity: .9;
}

#et-secondary-menu > ul > li:last-child > a {
  border-color: #663DB8;
  color: #FFF;
  background-color: #663DB8;
}

#et-secondary-menu > ul > li:last-child:hover > a { 
  opacity: .9;
}

#et-secondary-menu ul#et-secondary-nav>li:first-child {
  margin-right: 0px;
}

#et-secondary-menu ul#et-secondary-nav>li:first-child a {
  border: none;
  font-size: 15px;
  padding-left: 0;
  padding-right: 15px;
  color: #FFF;
}

#et-secondary-menu ul#et-secondary-nav>li:first-child a:hover {
  text-decoration: underline;
  opacity: 1;
}

#et-secondary-nav li ul {
  background-color: #29255F;
}

#et-secondary-nav li ul a {
  color:#FFF;
}

#top-menu li{
  padding-right: 18px !important;
}

#top-menu li a {
  font-size: 15px !important;
}

.container.et_menu_container {
  width: 100%;
  position: relative;
  left: 0px;
}

.half-image-half-3-cols_row .et_pb_button {
  line-height: 1.31em !important;

}

.staff .et_pb_image_wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 25px;
}

@media (min-width: 983px) and (max-width: 1458px){
  .half-image-half-3-cols_row h3 {
   font-size: 20px !important;  
  }
}

#main-header > .container.et_menu_container { 
  display: flex;
  justify-content: space-around;
  max-width: 1125px;
}

#top-menu > li:last-child {
  padding-right: 0 !important;
}

@media (min-width: 1150px){
  .container.et_menu_container { 
    left: 56px;
  }
}

#et_mobile_nav_menu {
  margin-right: 60px;
}

.et_pb_row.success-stories .et_pb_column{
  min-height: 450px;
}

@media (min-width: 981px){
  #top-header .container {
    width: 100%;
  }

  .et_header_style_left .logo_container{
    position: unset;
    width: 128px;
    height: 128px;
  }

  .et_header_style_left #et-top-navigation {
    padding-left: 5px !important;
  }

  .et_header_style_left #top-menu-nav {
    margin-right: 5px;
  }

  .et_header_style_left #top-right-menu-nav {
    float: left;
  }
}

@media (max-width: 980px){
  .et_header_style_left #et-top-navigation {
    width: 100%;
  }
}

@media (max-width: 1160px) {
  #main-footer>.container, #footer-bottom .container{
    width: 90%;
  }
}

@media (max-width: 1024px) {
  #et-secondary-menu ul#et-secondary-nav > li:first-child {
    margin-right: 0px;
  }
  #top-menu li {
    padding-right: 10px !important;
  }
}

@media (max-width: 767px){
  .et_pb_column .et_pb_contact p.et_pb_contact_field_half {
    width: auto !important;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px){
  .home_section_mission .et_pb_column, .wm_section_help .et_pb_column {
    min-width: 0;
  }
}

@media (max-width: 1200px){
  .row_bt_impact .et_pb_button_module_wrapper{
    text-align: left;
    margin-right: 0px !important;
  }
}

@media (max-width: 800px){
  .row_bt_impact .et_pb_button_module_wrapper{
    margin-top: -50px !important;
  }
}

.mobile_menu_bar:before {
  color: #FFF !important;  
}

.et_mobile_menu {
  background-color: #29255f !important;  
  top: 78px;
}

@media (min-width: 1520px){
  .home-section-carousel .et_pb_row {
    width: 1295px;
    max-width: 100%;
  }
  .home-section-carousel .et_pb_row .et_pb_column{
    margin-left: 120px;
  }
}

@media (max-width: 890px){
  .home-section-carousel .et_pb_row {
    width: 96%;
  }
}

@media (max-width: 767px){
.swiper-slide {
  margin-right: 5px;
  }
}

@media (max-width: 370px){
  .home-section-carousel .et_pb_row {
    width: 94%;
  }
  .swiper-slide, .swiper-slide picture, .swiper-slide picture img {
    width: 340px !important;
  }
  .swiper-slide {
    margin-right: 5px;
  }
}

@media (max-width: 980px){
  .mer_resources_categories {
    margin-bottom: 30px !important;
  }
  .et_pb_section .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 767px){
  .et_pb_section .et_pb_menu .et_pb_menu__menu > nav, 
  .et_pb_section .et_pb_menu .et_pb_menu__menu > nav ul {
    display: block;
  }
  .category .fullwidth-menu {
    display: block;
  }
  .category .fullwidth-menu li {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px){
  .et_pb_section .et_pb_menu .et_pb_menu__menu > nav li {
    line-height: 1.51em;
  }
}

.et_pb_button {
  transition: filter 0.3s ease-in-out;
}

.et_pb_button:hover {
  filter: brightness(85%);
}

.icon_185 .et_pb_image_wrap img {
  width: 185px;
  height: 185px;
  object-fit: cover;
}

@media (max-width: 1750px){
  .icon_185 .et_pb_image_wrap img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1500px){
  .icon_185 .et_pb_image_wrap img {
    width: 135px;
    height: 135px;
  }
  
}

@media (max-width: 1250px){
  .icon_185 .et_pb_image_wrap img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 980px){
  .icon_185 .et_pb_image_wrap img {
    width: 185px;
    height: 185px;
    object-fit: cover;
  }
}

.icon_208 .et_pb_image_wrap img {
  width: 208px;
  height: 208px;
  object-fit: cover;
}

@media (max-width: 1250px){
  .icon_208 .et_pb_image_wrap img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 980px){
  .icon_208 .et_pb_image_wrap img {
    width: 208px;
    height: 208px;
  }
}

.faq_image .et_pb_image_wrap img{
  width: 650px;
  height: 650px !important; 
  object-fit: cover;
}

@media (max-width: 790px){
  .et_pb_image_3.faq_image, .faq_image {
    margin-top: -150px !important;
  }
    .faq_image img{
    width: 320px !important;
    height: 320px !important;
  }
}