@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway');

a.pave, a.pave:link, a.pave:visited, a.pave:hover, a.pave:active {
    color: #000000 !important;
    text-decoration: underline !important;
 }

p.pave {
  font-family: 'Raleway', sans-serif !important;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .57px;
  line-height: 26.6px;
}

#banner {
  padding: 140px 0 0px 0;
}

#banner-content {
  font-size: 16px;
  padding-left: 460px;
}

#banner-content h1 {
  font-size: 46px;
}

#modal-box {
	display: flex;
    justify-content: center;
	align-items: center;
}

.capitalize {
	text-transform: capitalize !important;
}

.cmb-press {
	font-size: 18pt;
	color: #239454;
}

.cmb-press:hover {
	opacity: 0.7;
}

@media screen and (max-width: 400px) {
	.reflexive-flex-column {
		flex-direction: column !important;
	}
}

@media screen and (max-width: 400px) {
	.mobile-flex-column {
		flex-direction: column !important;
	}
}


@media screen {
	.flex-row {
		flex-direction: row;
	}
}

html {
  scroll-behavior: smooth;
}


.trigger h2 {
  text-align: left !important;
}

  .donate-button-nav {
	background-color: #ef3a49;
    background: -webkit-gradient(linear, left top, left bottom, from(#ef3a49), to(#d41228));
    background: -webkit-linear-gradient(top, #ef3a49, #d41228);
    padding: 20px;
    position: absolute;
    right: -130px;
    top: 0px;
    color: white;
    display: flex;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    -webkit-box-shadow: 5px 5px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-transform: uppercase;
    letter-spacing: .4px;
  }

  .donate-button-nav:hover {
/*     background-color: #ffcb08; */
	background: -webkit-linear-gradient(top, #22a958, #188b46);
  }
	
/* #menu-top-navigation {
	right: 26px !important;
  }
	
#menu-top-navigation li {
	margin-right: 10px !important;
  } */

  #banner-hover-helper {
    height: 70px;
    top: 310px;
    width: 25%;
    left: 0px;
    position: absolute;
    z-index: 101;
  }

  #banner-hover-helper:hover .banner-item .slick-slide .slick-current .slick-active {
    background: url('https://catchinfo.org/wp-content/uploads/2020/04/Covid-hover.png') center bottom no-repeat !important;
  }