/* change button and link colors for static and visited 21474737-hc rs */
.entry-content a, .entry-content a:link{
  color: #019fc4;
}
.entry-content  .wp-block-button a, .entry-content  .wp-block-button a:hover {
  background: #019fc4;
  color: #fff;
}
.entry-content a:visited {
  color: #593675;
}
.entry-content .wp-block-button a:visited {
  background: #593675;
  color: #fff;
}

/* make arrow on Donate Directly to Nevada PEP white in both Corporate Partnerships and Donate pages */
.wp-block-coblocks-accordion-item__title.has-background.has-text-color {
	color: white !important;
}
.grecaptcha-badge{display:none;}
/* Reduce margin at top of page */
.page
#postarea.full-page {
padding-top: 0px;
	
}
/* Remove Headlines */
.page
h1.headline {
display: none;}
/*Header settings*/
h1 {
color: white; font-family: Arial, sans-serif; background: #019fc4;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
}
h4 {
color: white; font-family: Arial, sans-serif; background: #4b166e;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
}
	/* Remove Author */
	/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }
/* Change Default Text Color */
.page-id-6850 #gjg-containe {display: none}
body {
  color: #000000;
}
/*Slider Buttons Customize*/
wp-block-coblocks-gallery-carousel alignfull mb-0 mt-0 uag-hide-mob {top:82%; border-radius: 1%; background: #4b166e;}

.flickity-prev-next-button.next {top:82%; border-radius: 1%; background: #4b166e;}

.wp-block-coblocks-gallery-carousel .flickity-button.next::after {
    height: 20px;
    right: 0px;
    width: 20px;
}
.wp-block-coblocks-gallery-carousel .flickity-button.previous::after {
    height: 20px;
    left: 0px;
    width: 20px;
}
.wp-block-coblocks-gallery-carousel .flickity-button.previous {
    height: 40px;
    width: 50px;
}
.wp-block-coblocks-gallery-carousel .flickity-button.next {
    height: 40px;
    width: 50px;
}