/*
 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-display: swap;
}

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

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

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


/*
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-display: swap;
}

/*
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;
  font-display: swap;
}

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

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

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

h2 {
  font-family:"mokoko";
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 5px;
}

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;
  padding-top: 5vh;
  padding: 5vh 5vw 10vh;
  cursor: pointer;
  z-index: -1000;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  height: 0;
  width: 0;
}

/* 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;
  min-height: 100vh;
  min-width: 100vw;
}

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: 0px;
}

#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,
#top-menu li.current-menu-item > a,
#top-menu li.current_pageancestor > a{
  color:#9cb9ff !important;
}

#et-secondary-nav li.current-menu-item > a,
#et-secondary-nav li.current_page_ancestor > a,
#et-secondary-nav li.current-menu-parent > a,
#et-secondary-nav li.current-category-ancestor > a {
  color:#FFFFFF !important;
}

#et-secondary-nav li:last-child.current-menu-item.menu-item-has-children > a,
#et-secondary-nav li:last-child.current_page_ancestor > a {
  color:#FFF !important;
}

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

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

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

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

#et-secondary-menu > ul > li {
  margin-right: 0;
}

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

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

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

#top-menu .menu-item-has-children > a:after{
  display: none;
}

#top-menu .menu-item-has-children > a:first-child{
  padding-right: 0;
}

#et-secondary-nav {
  display: flex;
}

#et-secondary-menu > ul > li:last-child > a,
#et-secondary-menu > ul > li:nth-last-child(2) > a  {
  line-height: 30px;
  border: 2px solid #E06250;
  border-radius: 20px;
  padding: 0 20px;
  font-size:  14px;
  color: #FFF;
}

#et-secondary-menu > ul > li:nth-last-child(2) > a {
  border-color: #0d624f;
  background-color: #0d624f;
}

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

#et-secondary-menu > ul > li:nth-last-child(2) {
  margin-right: 6px;
}

#et-secondary-menu > ul > li:last-child:hover > a,
#et-secondary-menu > ul > li:nth-last-child(2):hover> a { 
  opacity: .9;
  text-decoration: none !important;
}

.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-last-child(2), 
.columns-4 .footer-widget:nth-child(4), 
.columns-5 .footer-widget:nth-child(5) {
  margin-right: 0 !important;
}

.footer-widget h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: "CircularXXWeb-Regular";
    font-style: normal;
}

#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,
.tsg-template .et_post_meta_wrapper img,
.tsg-template .et_pb_text p img, 
.entry-content .tsg-template .et_pb_image img, 
.entry-content .tsg-template .et_pb_video_box video,
.et_pb_video_box iframe {
  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;
}
 
.post-meta .author, article .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,
.author nav.fullwidth-menu-nav, 
.tag nav.fullwidth-menu-nav, 
.tax-resource-category .fullwidth-menu  {
  float: none;
  text-transform: uppercase;
}

.category .fullwidth-menu,
.author .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, .author 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,
.author .et_pb_image_container img, 
.author .et_pb_post a img,
.search-results .et_pb_image_container img, 
.search-results .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,
.page .cta a,
.blog .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;
}
.page .cta a {
  /*float: right;*/
}

.resources .cta a:after, 
.post .cta a:after,
.page .cta a:after,
.blog .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.page .post-text, .blog.no-thumb .post-text { 
  width: 100%;
  float: none;
  min-height: 0px;
}

.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, .search-results h2, .author 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, .author h2{
  border-bottom: none;
}

.blog p {
  font-size: 18px;
  color: #646464;
  line-height: 1.32em;
}

@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;
}

@media (max-width: 768px){
  body.page:not(.home) .et_pb_section_0:not(.home-hero) .et_pb_text h1 {
    font-size: 90px !important;
  }
}

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, .search-results h1, .search-no-results h1 {
  font-size: 130px !important;
  line-height: 0.9em;
}

@media (max-width: 768px) {
  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, .search-results h1, .search-no-results h1 {
    font-size: 100px !important;
    line-height: 0.9em;
  }
}

@media (max-width: 480px) {
  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, .search-results h1, .search-no-results h1 {
    font-size: 70px !important;
    line-height: 0.9em;
  }
}

.search-results h1, .search-no-results h1  {
  margin-bottom: 35px;
}

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

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

}

.search-no-results .entry ul {
  padding-left: 25px;
  margin-left: 25px;
}

.search-no-results .entry ul a:hover {
  text-decoration: underline;
}

.search-no-results .entry ul li {
  padding-left: 15px;
  list-style: disc;
  color: #29255F;
  font-size: 20px;
}

.search-no-results .entry h2  {
  margin-bottom: 25px;
  font-family: "CircularXXWeb-Regular"  ;
  font-size: 25px;
}

.search-no-results .entry p  {
  font-size: 22px;
  margin-bottom: 50px;
}
.search-no-results .entry {
  margin-bottom: 100px;
}

.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, .search-results 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 #C94836;
  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_section p:not(.has-background):last-of-type{
  padding-bottom: 1em;
}

.faq_text ul {
  line-height: inherit;
}

.faq_text ul li p a {
  text-decoration: underline;
}

.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;
  font-family: "LEMANSCLASSICRegular";
}

@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;
  }
}

.limited-background_section h3 {
  font-family: "CircularXXWeb-Regular";
}

@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: 164px;
  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: -110px;
   transition: 0.9s;
}

#mer-page-resources-categories .resource_category_button a, .resources-wrapper .resources-button a {
  color: #ffffff !important;
  border-color: #c94836;
  border-radius: 28px;
  padding-right: 1em;
  padding-left: 0.9em;
  background-color: #c94836;
  display: inline-block;
  font-size: 24px;
  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: #ff5444;
  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: #c94836;
}

.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: 833px;
  text-align: left;
  position: absolute;
  width: 98%;
  color: #232323;
  font-family: "mokoko";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  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: 0px;
  padding-top: 15px;
  visibility: visible;
  position: static;
  margin: 50px auto 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;
}

/* 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: #c94836;
  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;
}
@media (max-width: 980px) {
  .et_header_style_left .logo_container {
    width: 50%;

  }
}
/*Footer*/

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

#footer-bottom .et-social-icons {
  float: none;
}

.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: 104px;
  padding-top: 0;
  margin-bottom: 10px !important;
}

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

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

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

#footer-widgets .footer-widget li a {
  color:#9cb9ff;
  padding: 5px 0px;
  display: inline;
}

#footer-widgets .footer-widget:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

#footer-widgets .footer-widget:nth-child(1) .widget_media_image:nth-child(2),
#footer-widgets .footer-widget:nth-child(1) .widget_media_image:nth-child(3),
#footer-widgets .footer-widget:nth-child(1) .widget_media_image:nth-child(4) {
  width: 30%;
  margin-left: 1%;
  margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(1) .widget_media_image:nth-child(2) {
  margin-left: 3%;
}

#footer-widgets .footer-widget:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

#footer-widgets .footer-widget:nth-child(2) .widget_media_image:nth-child(1),
#footer-widgets .footer-widget:nth-child(2) .widget_media_image:nth-child(2),
#footer-widgets .footer-widget:nth-child(2) .widget_media_image:nth-child(3) {
  width: 30%;
  margin-left: 1%;
  margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(2) .widget_media_image:nth-child(1) {
  margin-left: 3%;
}


#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;
}

#footer-bottom .container {
  display: flex;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-right, .footer-left {
  width: 50%;
}

.footer-left {
  height: 46px;
  padding-top: 30px;
}

@media (min-width: 660px) {
  .footer-left {
    height: 46px;
    padding-top: 40px;
  }
}

.footer-right .logos {
    display: flex;
    justify-content: end;
}

.footer-right .logos a {
  display: inline-block;
  height: 60px;
  min-width: 50px;
}

.footer-right .logos .widget_media_image img{
  max-height: 60px;
  width: auto;
  margin-left: 10px;  
}

#footer-info {
  width: 80%;
  max-width: 1160px;
  margin: 0 auto 50px auto;
  float: none;
}

@media (max-width: 1160px) {
  #footer-info {
    width: 90%;
  }
}

@media (max-width: 980px) {
  .et-social-icons {
    text-align: left;
  }
}
@media (max-width: 680px) {
  #footer-bottom .container, .footer-right .logos {
    display: block;
  }
  .footer-right, .footer-left {
    width: 100%;
    padding-top: 0px;
  }
}

/*Menus*/

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

#top-menu li ul a, #et-secondary-nav li ul a {
  color:#FFF !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.11em !important;
  text-transform: capitalize !important;
}

#top-menu li ul a, #et-secondary-nav li ul a {
  padding: 0.6em 0.2em;
}

#et-secondary-nav li ul {
  left: 0;
}

#et-secondary-nav li:last-child ul{
  right: 0;
  left: auto;
}


#top-menu ul.sub-menu {
  padding-bottom: 5px !important;
}

#top-menu li{
  padding-right: 12px !important;
  padding-bottom: 5px;
}

#top-menu li li a{
  padding-bottom: 1em;
}

#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: 30px;
}

.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;
    margin-left: 0px;
  }

  .et_header_style_left #top-menu-nav {
    margin-right: 5px;
    text-align: center;
    float: none;
  }

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

@media (max-width: 980px){
  .et_header_style_left #et-top-navigation {
    width: 100%;
  }
  #main-header > .container.et_menu_container {
    display: block;
  }
}

@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: 103px;
  }
}

@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;
  }
}


/*search box*/

.et_search_form_container{
  display: flex;
  justify-content: end;
} 

#et_top_search {
  margin-left: -10px !important;
  margin-top: 32px !important;
}

.et-search-form {
  position: relative;
  max-width: none !important;
  width: 35%;
  margin-right: 5px;
}

.et-search-field {
  font-size: 16px;
  border: 2px solid #FFF !important;
  border-radius: 16px;
  padding: 5px 6px 5px 13px;
  color: #FFF;
}

button.et_go_search_field:after, 
button.et_close_search_field:after {
  font-family: 'ETmodules';
  content: '5';
  line-height: 1;
  font-size: 28px;
  display: inline-block;
  border-radius: 100%;
  padding: 2px;
  font-weight: 600;
  background-color: #663DB8;
}

button.et_close_search_field:after {
  content: '\4d';
}

button.et_go_search_field, 
button.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #FFF;
  margin-top: 22px;
}


.et-search-form input{
  right: 0;
  width: 100%;
  height: 33px;
}

#et_search_icon, 
button.et_close_search_field, 
button.et_go_search_field {
  border: 0;
  background: transparent;
}


#et_search_icon:before {
  font-size: 14px;
  top: -12px;
  left: -6px;
  border: 0px solid #FFF;
  border-radius: 100%;
  padding: 10px;
  font-weight: 600;
  background-color: #663DB8;
}

.et_search_form_container input::placeholder {
  color: #999 !important;
  opacity: 1; /* Firefox */
}

@media (min-width: 980px){
  .et_search_form_container{
    position: static !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
  } 
  .et_search_outer {
    width: auto !important;
    overflow: visible !important;
    position: static !important;
    min-width: 200px;
  }
  #et_top_search, button.et_close_search_field::after {
    display: none;
  }

  .et-search-form input {
    top: -2px;
    left: 0px;
    right: unset;
    width: 82%;
  }

  button.et_go_search_field {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  button.et_go_search_field::after {
    content: "\55";
    font-size: 14px;
    border: 0px solid #FFF;
    border-radius: 50%;
    padding: 7.5px;
    font-weight: 600;
    background-color: #663DB8;

  }

  .header_right {
    display: flex;
    justify-content: space-between;
  }

  #et-top-navigation {
    margin-right: 0px;
    min-width: 475px;
    text-align: center;
  }

  #et-secondary-menu {
    margin-right: 20px;
    margin-left: 15px;
  }

  .et-search-form {
    width: 100%;
    height: 77px;
  }
  
  .relevanssi-live-search-result-status p{
  line-height: 1.01em;
  padding-top: 10px;
  padding-bottom: 10px !important;
 }

 button.et_close_search_field {
    display: none;
 }

.relevanssi-live-search-results{
  top: 59px !important;
  width: 350px !important;
  right: 60px !important;
  left: unset !important;
  }

}

@media (max-width: 1045px) {
  .et_search_outer {
    min-width: 180px;
  }

}
@media (max-width: 1077px){
  #et-top-navigation{
    min-width: 0;
  }
}
@media (max-width:979px){
  #et_top_search {
    position: absolute;
    right: 50px;
    top: 2px;
  }

  button.et_go_search_field:after, 
  button.et_close_search_field, 
  button.et_go_search_field,
  button.et_close_search_field::after,
  #et_search_icon:before {
    background-color: transparent;
  }

  .et_header_style_left .et-search-form {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: space-around;
  }

  .et-search-form input {
    width: 100%;
    position: static;
    margin-left: 20px;
  }

  button.et_go_search_field {
    margin-top: 22px;
    position: static;
  }

  .et_close_search_field{
    display: block;
    position: static;
  }

  .et-search-field{
    line-height: 1.01em !important;
    height: 32px;
  }
  .et_search_form_container {
    width: 100%;
    background-color: #29255F;
    padding-right: 20px;
  }

  .relevanssi-live-search-results{
    top: 60px !important;
    }

}

.et_pb_menu_hidden #et-secondary-nav{
  opacity:0;
  -webkit-animation:fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation:fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}
.et_pb_menu_visible #et-secondary-nav{
  z-index:99;
  opacity:1;
  -webkit-animation:fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation:fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}
.et_pb_menu_hidden #et-secondary-nav{
  /*! opacity:0;
   */
  -webkit-animation:fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation:fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}
.et_pb_menu_visible #et-secondary-nav{
  z-index:99;
  opacity:1;
  -webkit-animation:fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation:fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}
.et_pb_no_animation #et-secondary-nav{
  animation:none !important;
  -o-animation:none !important;
  -webkit-animation:none !important;
  -moz-animation:none !important
}

.search-results h1 {
  margin-bottom: 30px;
  text-transform: none;
}

.search-results .fullwidth-menu {
  display: none;
}

.search-results  .et_pb_post {
  margin-bottom: 90px;
}

/*Collapsable mobile menu*/

/*Style the icon's placeholder*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
	border-bottom: 0;
	text-align: center;
}
ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
}

/*Hide the Sub-menu*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

/*Show the sub-menu when the + icon is clicked*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

/*Create the opening/closing icon using the Divi's Icons*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 6px;
	position: relative;
	font-family: "ETModules";
  content: "\4c";
  font-size: 22px;
}

ul.et_mobile_menu li.menu-item-has-children ul.sub-menu.visible  + .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children ul.sub-menu.visible  + .mobile-toggle::after {
  content: "\4b";
}


#et-top-navigation .mobile-toggle:hover{
  text-decoration: none;
}
/* relevanssi ajax search*/
.ajax-results{
  padding-bottom: 0.5em;
}

.relevanssi-live-search-results {
  border-radius: 15px;
  background-color: #29255F;
  font-size: 16px;
}

.relevanssi-live-search-result--focused {
  background-color: #663DB8;
}

.relevanssi-live-search-results a {
  color: #FFF;
}

.relevanssi-live-search-result-status p {
  background-color: #FFF;
  color: #29255F;
}

.relevanssi-live-search-result p {
  padding: 0.5em 1em;
}
.relevanssi-live-search-result p a:hover {
  text-decoration: underline;
}

.relevanssi-live-search-no-results{
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 650px){

  .wp-pagenavi .last {
    display: none;
  }

}

#seachFilters {
  font-size: 16px;
  border-radius: 15px;
  background-color:#29255F;
  margin-bottom: 50px;
  color: #FFF;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#seachFilters.back .inner {
  display: block;
}

#seachFilters .inner { 
  border-top: 6px solid #FFF;
  border-bottom: 6px solid #FFF;
  display: flex;
  justify-content: space-around;
  padding: 40px;
}

#seachFilters a:link, #seachFilters a:visited {
  color: #FFF;
}

#seachFilters a:hover {
  color: #FFF;
  text-decoration: underline;
}

.filterCategories, .filterResources, .filterPages {
  width: auto;
}

#seachFilters ul li {
  margin-left: 20px;
  line-height: 1.51em;
}
#seachFilters ul li:first-child {
  margin-left: 0px;
}

#seachFilters summary {
  cursor: pointer;
}

.filterCategories label:first-child, .filterResources label:first-child, .filterPages label:first-child {
  font-weight: bold;
  margin-left: 0 !important;
}

@media (max-width: 650px){
  #seachFilters {
    font-size: 16px;
  }

  #seachFilters .inner { 
    border-top: 6px solid #FFF;
    border-bottom: 6px solid #FFF;
    display: block;
    padding: 20px;
  }
}

.et_mobile_menu{
  text-align: left;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: ETmodules !important;
  font-size: 85px !important;
  opacity: 0.85;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: '<';
  margin-bottom: 5px;
 
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: '=';
  margin-bottom: 5px;
  margin-right: 7px;
 
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color:#29255F !important;
}

@media (max-width: 768px){
  #footer-widgets .footer-widget li a{
    display: inline-block;
    font-size: 21px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

div.et_pb_section.et_pb_with_background.lazy {
  background-image: none !important;
  background-color: rgb(247, 242, 242);
}

.sr-only, .swiper-notification {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;            /* 3 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links 
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
	clip: auto !important;
	-webkit-clip-path: none !important;
		clip-path: none !important;
	height: auto !important;
	margin: auto !important;
	overflow: visible !important;
	width: auto !important;
	white-space: normal !important;
}


:focus { 
  outline: 1px solid #002a8d;
  outline-offset: 3px;
  display: inline-block;
}

:focus:not(:focus-visible) {
  outline: 0; 
}

:hover, :active { 
  outline: 0; 
}

:focus-visible { 
  outline: 3px solid #002a8d;	
  transition: outline .1s ease-out;
  box-shadow:  0 0 0 3px #fff;	
}

/* specific elements focus hack*/

.logo_container a:focus {
  display: inline;
}

.swiper-button-next::after {
  top: -10px;
  position: absolute;
  left: -15px;
}

.swiper-button-prev::after {
  top: -10px;
  position: absolute;
  left: -10px;
}

.charity_icon a {
  display: block;
}

/*TSG*/
.tsg-template p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}

.tsg-template .et_pb_text_inner ul li, 
.tsg-template .et_pb_text_inner ol li {
  margin-left: 15px;
}

.tsg-template a:hover{
	text-decoration: underline;
}

.entry-content table th {
  background-color: #dfdfdf;
}

.entry-content .tsg-template table th {
  text-wrap: nowrap;
}

.entry-content table tr:hover {
  background-color: #eeeeee;
}

@media (max-width: 980px){
  .entry-content table {
    display: flex;
	  overflow-x: auto;
  }
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .reverse .et-last-child {
    margin-bottom: 25px;
  }
  #tech-setup-menu .et_mobile_nav_menu .et_mobile_menu {
    position: relative;
    background-color: #1C1463 !important;
    padding: 0;
  }
  
  #tech-setup-menu .mobile_menu_bar {
    position: absolute;
    right: 10px;
    top: -20px;
  }
  
  #tech-setup-menu p:not(.has-background):last-of-type {
    margin-bottom: 0;
  }
 
  #tech-setup-menu .mobile_nav ul{
    margin-top: 25px;
  }
	#tech-setup-menu .mobile_nav ul li a {
		display: inline;
	} 
	
  .et_pb_section #tech-setup-menu.et_pb_menu .et_pb_menu__menu {
    display: none;
  }
 .et_pb_section #tech-setup-menu.et_pb_menu .et_pb_menu__wrap .mobile_menu_bar::before {
    top: -15px;
  }
   .tsg-template .et_pb_row .et_pb_column.et-last-child.et_pb_column--with-menu {
    padding-bottom: 16px;
    margin-bottom: 25px;
  }
}

#tech-setup-menu .et-menu-nav, #tech-setup-menu {
	counter-reset: list-counter 0;
}

#menu-tech-setup-guide li, #tech-setup-menu .mobile_nav ul li {
  counter-increment: list-counter 1;
	margin-bottom: 10px;
  margin-left: 0px;
	color: #FFF;
	font-size: 16px;
}

#menu-tech-setup-guide li::before, #tech-setup-menu .mobile_nav ul li::before {
  content: counter(list-counter)".";
	padding-top: 1px;
}

#menu-tech-setup-guide li > a {
  color: #FFFFFF;
	margin-left: 6px;
	display: inline;
}
#menu-tech-setup-guide li > a:hover {
	transition: all 0.4s ease-in-out;
	text-decoration: underline;
	opacity: 1 !important;
}

#menu-tech-setup-guide li.current-menu-item::before{
  content: "\2192""\0000a0" counter(list-counter)".";
  margin-left: -20px;
}

#menu-tech-setup-guide li.current-menu-item,
#menu-tech-setup-guide li.current-menu-item > a, 
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-page-ancestor > a, 
#tech-setup-menu .mobile_nav ul li.current_page_item, 
#tech-setup-menu .mobile_nav ul li.current_page_item a{
  color: #9cb9ff !important;
}

.tech-setup-guide-inner-nav-prev, .tech-setup-guide-inner-nav-next {
	line-height: 1.21em;
}

.et_pb_posts_nav .nav-next a {
	background-color: #E8E8E8;
	border-radius: 25px;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
}
.et_pb_posts_nav .nav-prev a:hover .et_pb_posts_nav .nav-next a:hover {
	transition: all 0.4s ease-in-out;
	text-decoration: underline;
	opacity: 1 !important;	
}

.hilite {
	border-radius: 15px;
	background-color: #dfe8ff;
	border: 2px solid #9cb9ff;
	display: block;
	padding: 15px;
}

.fixnote {
	border: 2px solid red;
	display: block;
	padding: 10px;
	color: red;
}
.tsg-template .et_pb_text_inner ol {
	margin-left: 25px;
	list-style-position: outside;
}

body.page:not(.home) .et_pb_section_0.tsg-template .et_pb_text h1 {
	font-size: 120px !important;
}
@media (max-width: 768px){
	body.page:not(.home) .et_pb_section_0.tsg-template .et_pb_text h1 {
		font-size: 76px !important;
		padding-bottom: 0px;
	}
}

.nav-next a:hover {
  filter: brightness(85%);
}

@media (max-width: 800px){
  .charityLogos {
    display: block;
  }
  .charityLogos .et_pb_column:nth-child(3n) {
    float: none;
    padding-left: 5%;
  }
}
/* remove .t2025 from here and from hompage via divi if template is selected*/
.t2025 .swiper-slide .text {
  background: rgba(2,54,54,.65);
  border-radius: 5px;
  margin: 15px;
  bottom: 0;
  min-height: 145px;
}

.t2025 .swiper-slide .text h3 {
  font-family: "CircularXXSub-Regular";
  text-transform: none;
  font-size: 26px;
  margin-bottom: 0;
}

.t2025 .swiper-slide picture img {
  opacity: 1;
  border-radius: 5px;
  transition: none;
  box-shadow: none;
  filter: none;
  
}

/*cards*/

/* Card base */
.cards .et_pb_column, .card, .swiper-slide {
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.1s ease, transform 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}

.cards .et_pb_column:hover, .card:hover, .swiper-slide:hover {
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
  transform: translate(-1px,-1px);
}

.cards .et_pb_column .et_pb_text_inner a, .card a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
}

/*donate form*/

.donation-form-container .currency-select {
  width: 80px;
}

.donation-form-container .submit-button-container button {
  background-color: #29255F !important;
}

cl-custom-button::part(button), cl-custom-button {
  display: none !important;
}