/*
 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
----------------------*/
/*! Generated by Fontspring (https://www.fontspring.com) on January 30, 2018
*
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2018 Fontspring
*
*
*/

@font-face {
  font-family: 'gibsonlight';
  src: url('fonts/gibson/gibson-light-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonlight_italic';
  src: url('fonts/gibson/gibson-lightitalic-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonregular';
  src: url('fonts/gibson/gibson-regular-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonitalic';
  src: url('fonts/gibson/gibson-italic-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'gibsonsemibold';
  src: url('fonts/gibson/gibson-semibold-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonsemibold_italic';
  src: url('fonts/gibson/gibson-semibolditalic-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-semibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonbold';
  src: url('fonts/gibson/gibson-bold-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'gibsonbold_italic';
  src: url('fonts/gibson/gibson-bolditalic-webfont.woff2') format('woff2'),
  url('fonts/gibson/gibson-bolditalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}


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

body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  color: #646464;
}

h1, h2 {
  font-family: "gibsonbold";
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  color: #1C1463;
}

h2 {
  font-size: 36px;
  color: #1C1463;
}

/*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: 85px !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: 85px;
  top: 0 !important;
  background: #fff url(img/top-lines.png?ver=2) repeat-x;
}
.et_header_style_left .mobile_menu_bar,
.et_header_style_split .mobile_menu_bar {
  padding-bottom: 10px;
}
.et_header_style_left .logo_container {
  padding-top: 18px;
}
.et_header_style_left #et-top-navigation,
.et_header_style_left .et-fixed-header #et-top-navigation {
  height: 85px;
  padding-top: 43px;
}

@media (min-width: 980px) {
  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: #fff;
    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;
  }

  #main-header::before {
    left: 0;
    background: url(img/mask-rounded-right.png?ver=2) no-repeat;
  }
  #main-header::after {
    right: 0;
    background: url(img/mask-rounded-left.png?ver=2) no-repeat;
  }

  .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: #fff;
  }

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

} /* Header and navigation - min-width: 980px */

#main-header.et-fixed-header #top-menu a {
  color: #3A3A3A !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: #184894;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}
#main-header.et-fixed-header #top-menu li.current-menu-item > a {
  color:#1C1463 !important;
}
.fullwidth-menu-nav .current-menu-item  a, .fullwidth-menu-nav .current-cat a {
  color:#1C1463 !important;
}
#et-top-navigation, #et-secondary-menu {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#top-header .container {
  height: 0;
  padding-top: 0;
}
#et-secondary-menu {
  transform: translateY(33px);
}
#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: #1C1463;
}
#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 {
  background-image: url(img/footer-lines.png?ver=2);
  background-repeat: repeat-x;
  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 {
  border-radius: 15px;
}
.single article h1.entry-title {
  font-size: 29px;
  color: #232323;
  font-family: 'gibsonregular';
  text-align: center;
}
.single article h2, .single article h3 {
  color: #232323;
  font-size: 18px;
  font-family: 'gibsonregular';
}
.single article p {
  font-size: 17px;
  color: #646464;
}
.single article h1 {
  padding-bottom: 18px;
}

.single .entry-content {
  margin-bottom: 50px;
}
.post-template-default .entry-content {
  font-size: 12px;
  margin-bottom: 35px;
}
.post-template-default  .entry-content h1 {
  font-size: 42px;
  color: #1C1463;
}
.post-template-default  .entry-content h2 {
  color: #ffbd76;
  font-size: 20px;
}
.post-template-default .entry-content a {
  color: #1C1463;
}
.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: "gibsonlight_italic";
  width: 50%;
  float: right;
}
.metatags p {
  padding-bottom: 0;
  margin-bottom: 1em;
}


/* 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 {
  float: none;
  text-transform: uppercase;
}
.category .fullwidth-menu, .tag .fullwidth-menu {
  display: block;
  padding-bottom: 29px;
}
.category h1, .error404 h1, .tag h1 {
  margin-bottom: 25px;
  margin-top: -31px;
}

/* 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 {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 10%;
  right: 10%;
  font-size: 12px;
}
.resources .cta a  {
  text-align: center;
  font-size: 196%;
  clear: none;
  margin-top: 50px;
  width: 100%;
  margin: 50px auto 0 auto;
}
.blog .post-text {
  width: 41%;
  min-height: 317px;
  float: left;
}
.blog .post-meta {
  text-align: center;
  padding-bottom: 5px;
}
.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: 12px;
 }
.blog .post-meta {
  font-size: 11px;
  border-bottom: none;
}
.blog h2, .category h2, .tag h2 {
  font-size: 26px;
  line-height: 1.11em;
  border-bottom: 1px solid #1C1463;
  margin-bottom: 15px;
}
.category h2, .tag h2 {
  border-bottom: none;
}
.blog p {
  font-size: 15px;
  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) .et_pb_module_header,
.category h1, .error404 h1, .tag h1 {
  margin-left: 170px;
  font-size: 56px;
}


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

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




/* 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 
 -------------------- */


/* Blog section (What's new) */

.home-blog {
  min-height: 1100px;
}
.home-blog .et_pb_post {
  background-color: transparent;
  padding: 17px;
}
.home-blog .column.size-1of3:nth-child(2) .et_pb_post{
  margin-top: 90px;
}
.home-blog .et_pb_image_container img {
  border-radius: 5px;
  min-width: 0;
  max-width: 100%;
  height: auto;
}
.home-blog .et_pb_image_container {
  margin: 0;
}


/* Mission statetment (We help kids, school and comnunities...) */

.what-we-do_section  .et_pb_text_0 {
  max-width: 840px;
  margin: auto;
}

.what-we-do_row {
  background: url(img/what-we-do_1024.png?ver=2) no-repeat;
  width: 1024px;
}
.what-we-do_column {
  position: relative;
  height: 500px;
}
.what-we-do_text {
  position: absolute;
}
.what-we-do_text a {
  padding-top: 379px;
  display: block;
  background-image: url(img/canvaswhat-we-do_1024_over24.png?ver=2);
  background-repeat: no-repeat;
  background-position: 0 -379px;
}
.what-we-do_text#et_pb_text_1 {
  width: 285px;
  left: 0;
}
.what-we-do_text#et_pb_text_1 a:hover {
  background-position: -1137px 0;
}
.what-we-do_text#et_pb_text_2 {
  width: 244px;
  left: 395px;
  top: 4px;
}
.what-we-do_text#et_pb_text_2 a:hover {
  background-position: -1532px -4px;
}
.what-we-do_text#et_pb_text_3 {
  width: 235px;
  left: 766px;
}
.what-we-do_text#et_pb_text_3 a:hover {
  background-position: -1903px 0;
}
.what-we-do_text h2 {
  font-size: 25px;
  line-height: 1.16;
}

@media (max-width: 980px) {
  .what-we-do_row {
    background-image: url(img/what-we-do_768.png?ver=2);
    width: 768px;
  }
  .what-we-do_column {
    height: 350px;
  }
  .what-we-do_text a {
    padding-top: 284px;
    background-image: url(img/what-we-do_768_over.png?ver=2);
    background-position: 0 -284px;
  }

  .what-we-do_text#et_pb_text_1 {
    width: 175px;
    left: 20px;
  }
  .what-we-do_text#et_pb_text_1 a:hover {
    background-position: -20px 0;
  }
  .what-we-do_text#et_pb_text_2 {
    width: 185px;
    left: 295px;
  }
  .what-we-do_text#et_pb_text_2 a:hover {
    background-position: -295px -5px;
  }
  .what-we-do_text#et_pb_text_3 {
    width: 150px;
    left: 585px;
  }
  .what-we-do_text#et_pb_text_3 a:hover {
    background-position: -585px 0;
  }

  .what-we-do_text h2 {
    font-size: 15px;
    line-height: 1.16;
  }
}

@media (max-width: 767px) {
  .what-we-do_section {
    background-position: 84% bottom;
    padding: 50px 0 145px 0;
  }
  .what-we-do_row {
    background-image: none;
    width: auto;
  }
  .what-we-do_column {
    height: auto;
  }

  .what-we-do_text {
    position: static;
  }
  .what-we-do_text#et_pb_text_1,
  .what-we-do_text#et_pb_text_2,
  .what-we-do_text#et_pb_text_3 {
    width: auto;
    max-width: 195px;
    margin: 0 auto;
  }
  .what-we-do_text#et_pb_text_3 {
    max-width: 185px;
  }

  .what-we-do_text a {
    padding-top: 153px;
  }
  .what-we-do_text#et_pb_text_1 a,
  .what-we-do_text#et_pb_text_1 a:hover {
    background-image: url(img/canvaswww_icon1_over24.png?ver=2);
    background-position: 24.5px 0;
  }
  .what-we-do_text#et_pb_text_1 a:hover {
    background-position: -189px 0;
  }
  .what-we-do_text#et_pb_text_2 a,
  .what-we-do_text#et_pb_text_2 a:hover {
    background-image: url(img/canvaswww_icon2_over24.png?ver=2);
    background-position: 24.5px 0;
  }
  .what-we-do_text#et_pb_text_2 a:hover {
    background-position: -191.5px 0;
  }
  .what-we-do_text#et_pb_text_3 a,
  .what-we-do_text#et_pb_text_3 a:hover {
    background-image: url(img/canvaswww_icon3_over24.png?ver=2);
    background-position: 18px 0;
  }
  .what-we-do_text#et_pb_text_3 a:hover {
    background-position: -198px 0;
  }
  
}

/* Join Us */

.joinus_section .et_pb_column {
  margin-bottom:  0;
}
.joinus_section .et_pb_column_1_3 {
  width: 34.666%;
  margin-right: 0.5%;
}
.joinus_section .et_pb_main_blurb_image {
  width: 102px;
  height: 102px;
  vertical-align: middle;
}
.joinus_section .et_pb_blurb_container {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.joinus_section .et_pb_blurb_description {
  display: none;
}
.joinus_section .et_pb_module_header {
  font-size: 48px;
  padding-bottom: 0px;
  margin-left: 25px;
}

.joinus_section .et_pb_contact_form_container {
  padding: 27px 0;
}
.joinus_section .et_pb_contact .et_pb_contact_field_half {
  width: calc(100% - 121px) !important;
  margin-bottom: 0;
}
.joinus_section .et_pb_contact_field_0.et_pb_contact_field .input {
  background-color: #FFF;
  border-color: rgba(255, 255, 255, .5) !important;
  padding: 14px 24px 15px;
}
.joinus_section .et_contact_bottom_container {
  margin-top: 2px;
}

form.form input.text, form.form textarea.standard, form.form select, form.form input.date {
  display: none !important;
}

@media (max-width: 1200px) {
  .joinus_section .et_pb_module_header {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 980px) {
  .joinus_section .et_pb_blurb {
  }
  .joinus_section .et_pb_blurb_content {
    width: 283px;
    margin: 0;
  }
  .joinus_section .et_pb_contact_form_container {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .joinus_section .et_pb_blurb {
    margin-bottom: 15px !important;
    }
  .joinus_section .et_pb_blurb_content {
    width: 212px;
    }
  .joinus_section .et_pb_main_blurb_image {
    width: 36px;
    height: 36px;
  }
  .joinus_section .et_pb_module_header {
    font-size: 36px;
  }
}

/* Impact Map */

.impact-map_promo {
  height: 507px;
  width: 697px;
  margin: auto;
  position: relative;
  cursor: pointer;
}

.impact-map_promo .et_pb_promo_description {
  display: none;
}
.impact-map_promo .et_pb_button_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 10%;
    padding-right: 9%;
    text-align: right;
}
body #page-container .impact-map_promo#et_pb_cta_2.et_pb_promo .et_pb_button,
body #page-container .impact-map_promo#et_pb_cta_2.et_pb_promo .et_pb_button:hover {
  background-image: url(img/cta_yellow_icon_40x40.png?ver=2);
  background-position:  left;
  background-size: contain;
  padding: 0.3em 0.3em 0.3em 50px !important;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .impact-map_promo {
    padding-top: 73% !important;
    width: auto;
    height: auto;
    max-width: 697px;
  }
  body #page-container .impact-map_promo#et_pb_cta_2.et_pb_promo .et_pb_button,
  body #page-container .impact-map_promo#et_pb_cta_2.et_pb_promo .et_pb_button:hover {
    padding: 0 0 0 44px !important;
  }
}

@media (max-width: 480px) {
  .impact-map_promo {
    margin: 0 -5%;
    padding-top: 80% !important;
  }
  .impact-map_promo .et_pb_button_wrapper {
    padding-bottom: 9%;
    padding-right: 6%;
  }
  body #page-container .impact-map_promo#et_pb_cta_2.et_pb_promo .et_pb_button,
  body #page-container .impact-map_promo#et_pb_cta_2.et_pb_promo .et_pb_button:hover {
    padding: 0 0 0 27px !important;
  }
}

/* Here's how you can help */

.how-to-help_promo {
  border: 2px solid #E06250;
  border-radius: 50%;
  width: 255px;
  height: 255px;
  padding: 6px !important;
  margin: 17px auto !important;
}
:nth-child(even) > .how-to-help_promo {
  width: 290px;
  height: 290px;
  margin: 0 auto !important;
}
.how-to-help_promo .et_pb_promo_description {
  border: 2px solid #E06250;
  border-radius: 50%;
  width: 239px;
  height: 239px;
  line-height: 209px;
  padding: 10px 15px;
}

.how-to-help_promo .et_pb_promo_description a {
  color:  #010101;
}


:nth-child(even) > .how-to-help_promo .et_pb_promo_description {
  width: 274px;
  height: 274px;
  line-height: 254px;
}
.how-to-help_promo .et_pb_promo_description p {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.how-to-help_promo .et_pb_button,
.how-to-help_promo .et_pb_button:hover {
  background: url(img/cta_purple_icon_small.png?ver=4) no-repeat;
  text-indent: -99em;
  overflow: hidden;
  width: 38px;
  height: 38px;
  padding: 0 !important;
    border: none;
  top: -18px;
}
:nth-child(even) > .how-to-help_promo .et_pb_button {
  background-image: url(img/cta_purple_icon.png?ver=4);
  width: 56px;
  height: 56px;
  top: -25px;
}



/* --------------------
  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, .55);
  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: 2px solid #1C1463;
  border-radius: 50% 50% 50% 50%;
  width: 667px;
}

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



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

body #page-container .et_pb_button_0.watch_button:before,
body #page-container .et_pb_button_0.watch_button:hover:before {
  font-size: 34px !important;
  line-height: 1em;
  margin-left: -1em;
  transform: scaleX(1.5);
}

/* Music helps... */

.circular-segment_row {
  height: 130px;
  padding: 0 !important;
  overflow: hidden;
  max-width: 618px;
}
.circular-segment_text {
  padding-top: 100%;
  border-radius: 50%;
  margin-top: calc(130px - 100%);
  position: relative;
}
.circular-segment_text .et_pb_text_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: calc(100% - 110px) 18% 0;
}

@media (max-width: 767px) {
  .circular-segment_row {
    height: 90px;
  }
  .circular-segment_text {
    margin-top: calc(90px - 100%);
  }
  .circular-segment_text .et_pb_text_inner {
    padding: calc(100% - 77px) 18% 0;
  }
}

/* Image with rounded corners - Main story */

.rounded-corner_image {
  text-align: center;
}
.rounded-corner_image .et_pb_image_wrap {
  border: 1px solid #1C1463;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
}
.rounded-corner_image img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .rounded-corner_image::before {
    content: "";
    display: block;
    border: 1px solid #1C1463;
    border-radius: 50% 50% 50% 50%;
    width: calc(100% - 2px);
    padding-top: 100%;
  }
  .rounded-corner_image .et_pb_image_wrap {
    margin: calc(-100% + 5px) 6px 15px 6px;
    border-radius: 50%;
    overflow: hidden;
    padding: calc(100% - 12px) 0 0;
    border: none;
    position: relative;
    display: block;
  }
  .rounded-corner_image img {
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }  
}

@media (max-width: 424px) {
  .rounded-corner_image img {
    transform: translate(-50%,-50%) scale(0.8);
  }
}
@media (max-width: 374px) {
  .rounded-corner_image img {
    transform: translate(-50%,-50%) scale(0.6);
  }
}


/* Blurb with rounded image above */

.rounded-image_blurb::before {
  content: "";
  display: block;
  border: 1px solid #1C1463;
  border-radius: 50% 50% 50% 50%;
  width: calc(100% - 2px);
  padding-top: 100%;
}
.rounded-image_blurb.et_pb_bg_layout_dark::before {

}
.rounded-image_blurb .et_pb_main_blurb_image {
  margin: calc(-101% + 0px) 0px 0px 0px;
  position: relative;
  display: block;
}
.rounded-image_blurb .et_pb_blurb_container {
  margin: 34px;
}
.rounded-image_blurb .et_pb_image_wrap {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #FFF;
  padding: 8px 8px;
}
.rounded-image_blurb .et_pb_image_wrap img {
  min-height: 100%;
  min-width: 100%;
  border-radius: 50%;
}


/* Triangle divider */

.top-triangle_section::before {
  content: "";
   display: block;
   width: 70px;
   height: 70px;
   position: absolute;
   top: 0;
   left: 50%;
   background-color: #fff;
   transform: rotate(45deg) translate(-49px, 0px) skew(-13deg, -13deg);
   border-radius: 0 0 5px 0;
   box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .1);
}
.top-triangle_section {
  overflow: hidden;
}
.take-action-cta-second.top-triangle_section::before {
  background-color:  #19175f;
  box-shadow: none;
}


/* 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: 10px;
  width: 100%;
  margin: 0 0 15px;
}
.top-image_promo .et_pb_promo_description > *:not(img) {
  margin-right: 20px;
  margin-left: 20px;
}
.et_pb_with_border .et_pb_map {
    border-radius: 15px;
}


/* --------------------
  T A K E  A C T I O N 
 -------------------- */

.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 
 -------------------- */

@media (max-width: 768px) {
  .et_pb_slide_content h2 {
    font-size: 28px;
  }
  .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;
}


/* Our team */

.et_pb_row.mounted-title_row {
  position: relative;
  top: 76px;
  z-index: 1;
  margin-top: -54px;
}
.mounted-title_row .et_pb_column {
  margin-bottom: 0;
}
.et_pb_row.mounted-title_row + .et_pb_row {
  margin-top: -54px;
  position: relative;
  z-index: 0;
}



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

/* Hero */

.hero-triangle-mask_section {
  clip-path: polygon( 0% 0%, 
        100% 0%, 
        100% calc(100% - 37px), 
        calc(50% - 57px) calc(100% - 37px), 
        calc(50% - 6px) calc(100% - 2px), 
        calc(50% - 5.5px) calc(100% - 2px), 
        calc(50% - 4.5px) calc(100% - 1px), 
        calc(50% - 3.5px) calc(100% - 1px), 
        calc(50% - 2.5px) calc(100%), 
        calc(50% + 2.5px) calc(100%),  
        calc(50% + 3.5px) calc(100% - 1px), 
        calc(50% + 4.5px) calc(100% - 1px), 
        calc(50% + 5.5px) calc(100% - 2px), 
        calc(50% + 6px) calc(100% - 2px), 
        calc(50% + 57px) calc(100% - 37px), 
        0 calc(100% - 37px) );
  -webkit-clip-path: polygon( 0% 0%, 
        100% 0%, 
        100% calc(100% - 37px), 
        calc(50% - 57px) calc(100% - 37px), 
        calc(50% - 6px) calc(100% - 2px), 
        calc(50% - 5.5px) calc(100% - 2px), 
        calc(50% - 4.5px) calc(100% - 1px), 
        calc(50% - 3.5px) calc(100% - 1px), 
        calc(50% - 2.5px) calc(100%), 
        calc(50% + 2.5px) calc(100%),  
        calc(50% + 3.5px) calc(100% - 1px), 
        calc(50% + 4.5px) calc(100% - 1px), 
        calc(50% + 5.5px) calc(100% - 2px), 
        calc(50% + 6px) calc(100% - 2px), 
        calc(50% + 57px) calc(100% - 37px), 
        0 calc(100% - 37px) );
}


#donate_title h1, #left-aligned-title h1 {
  margin-left: 0px;
}

.et_contact_bottom_container {
    float: none;
    margin-top: 0;
    text-align: center;
}

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

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

@media (max-width: 767px) {
  .et_contact_bottom_container {
      float: none;
      margin-top: -1.5%;
      text-align: center;
  }
}

@media (max-width: 414px) {
  .home .et_pb_section_0 .et_pb_promo_description h1 {
    margin-bottom: 30px;
  }
  .home .et_pb_section_0 .et_pb_promo_description {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  }

  /*Slider*/
  .et_pb_slider .et_pb_container {
    width: 100%;

  }
  .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding-left: 1%;
    padding-right: 1%;
    
  }

  .et_pb_text_overlay_wrapper {
    height: 650px;
    display: table;
    position: relative;
  }

  .et_pb_text_overlay_wrapper div.slide-content{
    display:table-cell;
    vertical-align: middle;
  }

  .et_pb_slider .et_pb_slide.et_pb_slide_0 {
    background-position: -1045px center;
  }

  .et_pb_slider .et_pb_slide.et_pb_slide_1 {
    background-position: -245px center;
  }

  .et_pb_slider .et_pb_slide.et_pb_slide_4 {
    background-position: -650px center;
  }

  .et_pb_slide_content {
    font-size: 18px !important; 
  }

}

@media (max-width: 375px) { 
  .et_pb_text_overlay_wrapper {
    height: 550px;
  }
}

@media (max-width: 320px) { 
  .et_pb_text_overlay_wrapper {
    height: 450px;
  }
}


/*Double Your Impact section*/

@media (max-width: 980px) {
  #dyi .et_pb_text_0 h3, #dyi .et_pb_text_0 h1{
    text-align: center !important;
  }

  #dyi .et_pb_button_module_wrapper.et_pb_button_alignment_right{
    text-align: center;
  }

   #dyi.gt .et_pb_button_module_wrapper.et_pb_button_alignment_right{
    text-align: right;
  }

  #dyi #heals_logo span {
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 18px 12px;

  }

  #dyi .et_pb_cta_0.et_pb_promo {
    padding-top: 10px !important;
  }

  #dyi .et_pb_column {
    margin-bottom: 0px;
  }

  #dyi .et_pb_promo_description {
    padding-bottom: 0px;
  }

  div#dyi.et_pb_section.et_pb_section_0 {
      background-position: -250px 0px !important;
  }

  div#dyi.et_pb_section.et_pb_section_0.gt {
      background-position: -570px 0px !important;
  
  }

  #dyi .et_pb_cta_0.et_pb_promo h1.et_pb_module_header {
      text-align: center !important;
  }

}

@media (max-width: 768px) { 
  #dyi #heals_logo {
    margin-top: -40px;
  }

  div#dyi.et_pb_section.et_pb_section_0.gt {
      background-position: right top !important;
  
  }

}

@media (max-width: 980px) { 
  div#home4-2-hero {
    background: none !important;
  }
   .home-hero h1 {
    font-family: 'gibsonsemibold' !important;
  }
  .et_pb_fullwidth_header.full-width-text .et_pb_fullwidth_header_container.center .header-content {
    width: 100% !important;
  }
}


.footer-widget  .widget_media_image img {
  width: 70px;
  height:123px;
}

.footer-widget  .widget_media_image {
  padding: 15px 15px 0px 15px;
  width: 100px;
  margin: 0 auto;
  float: none;
}

.seals p {
  display: block;
}

.seals a {
  display: inline-block;
  width: 27%;
  margin-left: 4%;
}

.seals a:first-child {
  margin-left: 0;
}

.seals a img{
  
}

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  border-radius: 5px;
}

.gform_wrapper {
  margin-top: -20px;
}

.gform_wrapper select {
  height: 29px;
}

.gform_footer {
  text-align: center;
}

.gform_button { 
  color: #ffffff !important;
  border-width: 1px !important;
  border-radius: 24px;
  font-size: 18px !important;
  background-color: #1C1463;
  font-family: "Open Sans",Arial,sans-serif !important;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  padding-left: 25px;
  border: solid 0px #FFFFFF;
  text-align: center;
  border-radius: 24px !important;
}

.ginput_complex label {
  font-weight: bold;
}

.gform_wrapper li {
  margin-bottom: 35px;
}

.ginput_container_consent input {
  vertical-align: bottom;
}

@media (max-width: 641px) {

  .gform_wrapper input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]), .gform_wrapper select {
    height: 40px;
  }

}


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

.form_module {
  width: 40%; 
  margin:0 auto;
}

@media (max-width: 768px) {
  .form_module {
    width: 100%; 
  }
}

#eoy h1 {
  font-size: 46px;
  margin-left: 0px;
}

@media (max-width: 725px) {
  #eoy h1 {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  #eoy {
   background-position: top right;
  }
   #eoy h1 {
    font-size: 40px;
  }
   #eoy .et_pb_row_fullwidth .et_pb_text_0,
   #eoy .et_pb_row_fullwidth .et_pb_text_1,
   #eoy .et_pb_row_fullwidth .et_pb_text_2,
   #eoy .et_pb_row_fullwidth .et_pb_module {
    max-width: 100%;
  }

  .eoy {
    font-size: 40px;
  }

}

/*mer page*/

#mer-page-top-content h3 {
  font-family: "gibsonbold";
  font-weight: normal;
}

#mer-page-top-content p {
  color: #1C1463;
  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 .resource_category_module {
  background-color: #1C1463;
}

#mer-page-resources-categories .resource_category_module h3 {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  color: #FFF;
  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%;
}

#mer-page-resources-categories .resource_category_button {
   color: #1C1463;
   font-weight: bold;
   text-transform: uppercase;
   background-color: #FFF;
   display: block;
   border-radius: 125px;
   border: 2px solid #e06250;
   width: 130px;
   font-size: 13px;
   text-align: center;
   line-height: 3.21em;
   position: absolute;
   bottom: 15px;
   left: 50%;
   margin-left: -65px;
   transition: 0.9s;
   cursor: pointer;
}

#mer-page-resources-categories .resource_category_button: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;
}

#mer-page-join-us .et_pb_contact_form input {
  border-color: #1C1463;
}



.updated-legend .updated-legend-text-row p {
  font-family: "gibsonbold" ,Arial,sans-serif !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;
}


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

 /*   #mer-page-top-content .et_pb_row.left-image .et_pb_column:last-child {
      padding-left: 85px;
    }
  */
}

@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: 5px;
  overflow: hidden;
  border: 1px solid #1C1463;
}
.resources-wrapper .resources-item {

  /*filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
  transition: filter .25s ease-in-out;*/
}
.resources-wrapper .resources-item:hover {
  /*filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));**/
}

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

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

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

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

.resources-wrapper .resources-button, .resources-wrapper .resources-button:hover  {
  margin: 0 auto;
  text-align: center;
  font-size: 106%;
  border-radius: 25px;
  border: 1px solid transparent;
  background-color: #1C1463;
  padding: .3em 1em !important;
  transition: all 0.2s ease-out;
}

.resources-wrapper .resources-button a {
  color: #FFF;
}


.resources-wrapper .resources-button:hover {
  background-color: #FFF;
  border: 1px solid #1C1463;
}

.resources-wrapper .resources-button:hover a {
  color: #1C1463;
}

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

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

.callout_fixed_section .callout_fixed_callout{
  background-color: #1c1463 !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: #1c1463 !important;
  border-color: #e06250;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding-right: 1em !important;
  padding-left: 1em !important;
  transition: all .2s;
}

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: #1c1463 !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{
    max-width: 550px;
    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;
}

.half-image-half-3-cols_row .et_pb_column_3 h3 {
  font-family: 'gibsonsemibold';
  text-transform: uppercase;
}

/*breadcrumbs*/

#breadcrumbs {
  padding-top: 5px;
  max-width: 833px;
  text-align: left;
  position: absolute;
  width: 80%;
  color: #232323;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  left: -9999px;
  visibility: hidden;
  margin-left: 172px;
}

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

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

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

@media (max-width: 979px) {
  #breadcrumbs {
    margin-left: 0px;

  }
}

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

.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,0.8);
}

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

.breadcrumb_last {
  visibility: hidden;
}

.facetwp-dropdown {
  background-color: transparent !important;
  border: 2px solid #1C1463 !important;
  border-radius: 23px;
  font-size: 18px;
  color: #1C1463;
  padding: .44em 2em .44em .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;
}

@media (max-width: 1290px) {
  .facetwp-dropdown {
    background-color: transparent !important;
    border: 2px solid #1C1463 !important;
    color: #1C1463;
    background: transparent url(img/select_arrow.png) no-repeat 96% 55% !important;
    background-size: auto;
    background-size: 20px 20px !important;
    height: 34px;
    border-radius: 15px;
    padding: .44em 2em .44em .6em !important;
    font-size: 14px;
  }
  
  #facetwp-reset {
    height: 34px;
    border-radius: 15px;
    padding: .44em 2em .44em .6em !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

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