@charset "UTF-8";
/*
Theme Name: Bootstrap Enabled WordPress Theme
Theme URI: http://pmadv.com/
Description: Fully responsive bootstrap wordpress theme
Version: 1.2
Tags: Multi-Column, Responsive, Bootstrap 5
Fonts: font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/
/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
body {
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 100%;
  margin-bottom: 890px;
  overflow-x: hidden;
}
html {
  position: relative;
  min-height: 100%;
}
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}

img.alignright {
  float: right;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.partner-row a {
	color: #e2383f;
}

	img.alignleft {
    float: none;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.scaled-down-ph {
  max-width: 500px;
}
/* -------------------------------------------------------------------------- */
/* Custom Utilities                                                           */
/* -------------------------------------------------------------------------- */

img#smaller {
	max-width: 450px;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.font-sm {
  font-size: .65em
}
.font-md {
  font-size: 1.25em;
}
.align-items-center {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}
td.s-td {
  text-transform: capitalize;
}
.fancy-font {
  font-family: 'Lusitana', serif;
}
.videowrapper {
  padding-bottom: 56.25%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.videowrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.fullsize-video-bg {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */
#top-nav {
  display: block;
}
#side-menu {
  display: none;
}
#side-menu {
  position: absolute;
  left: 100px;
  top: 20px;
  z-index: 2;
}
#side-menu .nav-link {
  padding: 0.5rem 0rem;
  color: #FFF;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
#side-menu li.active .nav-link {
  font-weight: 900;
}
#side-menu li.donate-menu a {
  color: #e2383f;
  font-weight: 800;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
#side-menu .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e2383f;
}
#social li a {
  color: #FFF;
  font-size: 20px;
}
#social {
  margin-top: 20px;
}
.bg-op {
  background-color: rgba(0, 0, 0, .8);
}
.bg-op .nav-link {
  color: #FFF;
}
a.logo1 {
  max-width: 50px;
}
#top-nav .navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}
#top-nav .dropdown-item.active, .dropdown-item:active {
  background-color: #e2383f;
}

a#guidestar-logo {
	max-width: 70px;
	display: inline-block;
}
/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */
#doc_upload_url {
	    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
div.wp-caption.alignright {
  float: none;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
}
p.wp-caption-text {
  font-weight: bold;
  font-size: 12px;
}
.article-picture {
  max-width: 100%;
  float: none;
  padding-left: 0px;
  padding-bottom: 30px;
}

.article-picture img {
	max-width: 100%;
	height: auto;
}

.fb-box {
  background-color: #e1e1e1;
  text-align: center;
}
#fb-header {
  background-color: #e2383f;
  padding: 10px 20px;
  text-align: left;
}
#fb-header .fa-facebook-square {
  float: right;
  color: #FFF;
  font-size: 30px;
}
#fb-header .fa-twitter-square {
  float: right;
  color: #FFF;
  font-size: 30px;
}
#fb-header span {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #FFF;
  font-size: 20px;
}


#ig-header {
  background-color: #e2383f;
  padding: 10px 20px;
  text-align: left;
}
#ig-header .fa-instagram {
  float: right;
  color: #FFF;
  font-size: 30px;
}
#ig-header .fa-instagram {
  float: right;
  color: #FFF;
  font-size: 30px;
}
#ig-header span {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #FFF;
  font-size: 20px;
}


#social-home h3 {
  font-weight: 900;
}
#home-single-header {
  height: 66vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#left-shadow {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
}
#single-header-post {
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#single-header-text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  margin-left: -180px;
}
#single-header-text h4 {
  font-style: italic;
  color: #FFF;
  font-weight: 700;
  font-size: 30px;
}
#single-header-text h1 {
  font-weight: 900;
  font-size: 40px;
  color: #FFF;
}
#home-header-text {
  position: absolute;
  left: 20px;
  top: 77px;
  /* width: 100%; */
  text-align: left;
  margin-top: 0px;
  z-index: 1;
  max-width: 100%;
  margin-left: 0px;
  border-left: solid 1px #e2383f;
  padding-left: 30px;
  padding-right: 30px;
}
#home-header-text p {
  color: #FFF;
  margin-top: 50px;
}
#home-header-text h4 {
  font-style: italic;
  color: #FFF;
  font-weight: 700;
  font-size: 30px;
}
#home-header-text h1 {
  font-weight: 900;
  font-size: 40px;
  color: #FFF;
}
.slider-home-bg {
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}
#home-header-text img {
  max-width: 100%;
  height: auto;
}
#home-header-text h2 {
  color: #fff;
  opacity: .7;
  margin-bottom: 40px;
}

.page-id-94 #home-header-text {
    border-left: none;
}

#donate-about-header {
  display: none;
}
#donate-about-header {
  background-color: #e2383f;
  width: 100%;
}
#donate-about-header h3 {
  font-weight: 900;
  padding: 50px;
}
#donate-about-header a {
  color: #FFF;
  text-decoration: none;
}
.txt-padding {
  padding: 20px 20px 0px 20px;
}
.txt-padding a {
  font-weight: 900;
  color: #e2383f;
  text-decoration: none;
}
#announcement {
  background-color: #FFF;
  padding: 15px;
  border-bottom: solid 1px #e2383f;
  border-top: solid 1px #e2383f;
}
#announcement .container-fluid {
  /*max-width: 600px;
	max-width: 1170px;*/
}
.article-picture-announce {
  background-size: cover;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.announce-title-up {
  position: absolute;
  bottom: 0;
  left: 0;
}
.announce-title {
  text-transform: uppercase;
}
.announce-title a {
  color: #000;
  text-decoration: none;
}
#announcement .slick-slide {
  padding: 10px;
}
#announcement .slick-slide .article-picture-announce {
  opacity: .5;
}
#announcement .slick-slide.slick-active .article-picture-announce {
  opacity: 1;
}
#announcement .slick-next:before {
  color: #e2383f;
  opacity: 1;
}
#announcement .slick-list {
  padding: 0px;
}
#announcement .slick-prev:before {
  color: #e2383f;
  opacity: 1;
}
.announce-title-up {
  background-color: rgba(0, 0, 0, .8);
  padding: 20px 20px;
  width: 100%;
  min-height: 88px;
}
.announce-title-up {
  font-family: 'Playfair Display', serif;
}
a.rotating-news-read {
  color: #e2383f;
}
section#funds {
  min-height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
section#funds h3 {
  font-size: 40px;
  opacity: .9;
  color: #FFF;
  font-weight: 800;
}
#instagram-home {
  border-top: solid 1px #e2383f;
  border-bottom: solid 1px #e2383f;
  min-height: 450px;
  text-align: center;
}
.sponsors {
  text-align: center;
}
.sponsors img, .sponsor-logos img {
  max-width: 200px;
  padding: 0px 15px;
}
.small-divider {
  max-width: 300px;
  border-bottom: 1px solid #CCC;
}
#viewevents {
  /*background-color: #e1e1e1;*/
  border-top: solid 1px #e2383f;
  border-bottom: solid 1px #e2383f;
  /*padding: 24px;*/
  background-size: cover;
  min-height: 600px;
  background-position: center center;
  position: relative;
}
#viewevents .dropdown {
  position: absolute;
  top: 20%;
  left: 10%;
  margin-left: 0px;
}
#viewevents .btn-primary {
  background-color: #FFF;
  border-color: #e2383f;
  color: #000;
  box-shadow: 1px 0px 20px #000;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 800;
}
#viewevents .btn {
  border-radius: 0px;
  padding: 0.375rem 0.75rem;
}
#viewevents a {
  text-decoration: none;
  font-weight: 800;
  color: #000;
  font-size: 14px;
}
#stats-inside {
  max-width: 705px;
  text-align: center;
  padding-top: 9%;
}
section#funds h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 60px;
  color: #FFF;
  opacity: .9;
  font-weight: 800;
}
#redbar-grant {
  /*background-color: #e2383f;*/
  text-align: center;
  padding: 50px;
}
#redbar-grant h3 {
  font-weight: 900;
  color: #FFF;
}

#redbar-grant-home {
  background-color: #e2383f;
  text-align: center;
  padding: 50px;
}
#redbar-grant-home h3 {
  font-weight: 900;
  color: #FFF;
}

#redbar-grant-home a.ga {
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
}
.btn-g {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #FFF;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 14px 100px;
  background-color: #e2383f;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-g:hover, .btn-g:focus {
  color: #e2383f;
  outline: 0;
}
.fifth {
  border-color: #e2383f;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #e2383f;
  background-color: #fff;
}
.fifth:hover:after {
  width: 101%;
}
.btn-e {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #FFF;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  padding: 14px 23px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0px 0px 30px #111;
}
.btn-e:hover, .btn-e:focus {
  color: #e2383f;
  outline: 0;
}
.fifth-e {
  border-color: #FFF;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.fifth-e:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #e2383f;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth-e:hover {
  color: #fff;
}
.fifth-e:hover:after {
  width: 102%;
}
.btn-f {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e2383f;
  border: 2px solid #e2383f;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 14px 100px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-f:hover, .btn-f:focus {
  color: #fff;
  outline: 0;
  background-color: transparent;
}
.btn-s {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e2383f;
  border: 2px solid #e2383f;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  padding: 14px 100px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-s:hover, .btn-s:focus {
  color: #e2383f !important;
  outline: 0;
  background-color: transparent;
}
.fifth-f {
  border-color: #e2383f;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.fifth-f:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth-f:hover {
  color: #e2383f;
}
.fifth-f:hover .btn-f {
  background-color: transparent !important;
}
.fifth-f:hover:after {
  width: 100%;
}
#viewevents .dropdown-toggle::after {
  border: 0;
}
a.viewallnews {
  font-weight: bold;
  color: #e2383f;
}
#redbar-news {
  background-color: #e2383f;
  text-align: center;
  padding: 20px;
}
#redbar-news h3 {
  font-weight: 900;
  color: #FFF;
}
#redbar-title {
  background-color: #e2383f;
  text-align: center;
  padding: 50px;
}
#redbar-title h3 {
  font-weight: 900;
  color: #FFF;
}
#redbar-title a {
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
#program-bar {
  background-color: #464646;
  text-align: center;
}
.program-padding {
  background-color: #555555;
  color: #FFF;
  min-height: 190px;
  border-right: solid .5px #e2383f;
  border-left: solid .5px #e2383f;
  border-top: solid .5px #e2383f;
  border-bottom: solid .5px #e2383f;
  padding: 30px;
}
.program-padding a {
  color: #FFF;
  text-decoration: none;
}
.program-padding:hover {
  background-color: #333;
  transition: all .3s ease;
}
#program-bar a.nav-link {
  padding: 20px;
  background-color: #555555;
  color: #FFF;
  border-right: solid 0.5px #e2383f;
  border-left: solid 0.5px #e2383f;
  border-bottom: solid 0.5px #e2383f;
  width: 100%;
  border-radius: 0px;
}
#program-bar a.nav-link.active {
  background-color: #e1e1e1;
  font-weight: 900;
  color: #000;
}
div#graybar-applicants {
  background-color: #e1e1e1;
  padding: 20px;
  text-align: center;
  border-top: solid 1px #e2383f;
  border-bottom: solid 1px #e2383f;
}
#graybar-applicants .container-fluid {
  max-width: 800px;
}
#graybar-applicants a {
  font-weight: 900;
  color: #e2383f;
  text-transform: uppercase;
  text-decoration: none;
}
/** Home Video Secton **/
.video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.video-box-playlist {
  margin-bottom: 10px;
}
.video-box a.activevid {
  background-color: #f3bd18;
  display: block;
  box-shadow: 1px 2px 3px #333;
  padding: 8px;
}
div#results {
  max-height: 85%;
  overflow-y: scroll;
}
div.vid-title {
  padding: 15px;
  font-size: 13px;
}
a.video {
  background-color: #707070;
  border-bottom: solid 1px #555555;
  min-height: 120px;
  display: block;
  color: #FFF;
  text-decoration: none;
}
a.video.activevid {
  background-color: #e2383f;
  border-bottom: solid 1px #555555;
  min-height: 120px;
  display: block;
}
.nowplaying {
  display: none;
  padding-left: 15px;
  padding-top: 15px;
}
a.video.activevid .nowplaying {
  display: block;
}
#footer {
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: bottom;
  position: static;
  bottom: 0;
  background-repeat: no-repeat;
  border-top: solid 1px #e2383f;
  min-height: 890px;
}
#footer-inner {
  width: 100%;
  position: absolute;
  bottom: 0px;
  /*background-color: rgba(0,0,0,.2);*/
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(32, 32, 32, 1) 100%);
}
#footer ul#menu-website-menu-2 li {
  display: inline-block;
  width: 45%;
}
#footer ul#menu-website-menu-1 li {
  display: inline-block;
  width: 45%;
}
#footer-text {
  color: #FFF;
  text-shadow: 0px 1px 2px #000;
}
#footer .nav-link {
  padding: 0.5rem 0rem;
  font-weight: 900;
  color: #FFF;
  text-shadow: 0px 1px 2px #000;
}
#footer-bottom {
  /* margin-top: 350px;*/
}
#footer-bottom .btn {
  border-radius: 0px;
}
#footer-bottom .btn-primary {
  background-color: #e2383f;
  border: 0;
  width: 240px;
  text-transform: uppercase;
  font-weight: 900;
}
#social-footer a {
  color: #FFF;
  font-size: 35px;
}
/* #social-footer {
  margin-top: 38px;
	max-width: 100px;
} */
#footer-logo {
  position: relative;
  margin-bottom: 0px;
}
#copy {
  font-size: 14px;
  color: #FFF;
}
#copy a {
  color: #FFF;
}
#title {
  background-color: #e2383f;
  padding: 30px;
}
#title small {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 20px 0px 20px;
  display: block;
}
#como-title {
  background-color: #4aad4a;
  padding: 50px;
}
#como-title h1 {
  font-weight: 800;
}
#about-title-mob {
  display: block;
  background-color: #e2383f;
  padding: 20px;
}
#donate-title-mob {
  display: block;
  background-color: #e2383f;
  padding: 20px;
}
#app-icons h3 {
  font-weight: 800;
}
#como-easy a {
  color: #e2383f;
  font-weight: 800;
}
#home-header-text p {
  color: #FFF;
  margin-top: 20px;
  font-style: italic;
  font-size: 18px;
}
#home-header-text strong {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 20px;
}
#home-header-text h4 {
  font-style: italic;
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
}
#home-header-text h1 {
  font-weight: 900;
  font-size: 40px;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}
.slider-home-bg {
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}
#home-header-text img {
  max-width: 100%;
  height: auto;
}
#home-header-text h2 {
  color: #fff;
  opacity: .7;
  margin-bottom: 40px;
}
#home-header-text h3 {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0px 2px 23px #000;
  margin-top: 20px;
  font-size: 25px;
}
#title a {
  text-decoration: none;
  color: #FFF;
}
#title h1 {
  font-weight: 800;
}
#about-graybar {
  background-color: #e1e1e1;
  border-bottom: solid 1px #e2383f;
}
#about-graybar a {
  color: #e2383f;
  text-decoration: none;
  font-weight: 900;
}
#overview h3 {
  font-weight: 900;
  color: #e2383f;
  margin-bottom: 20px;
}
.border-col-r-g {
  border-right: solid 1px #ebebeb;
}
.border-col-l-g {
  border-left: solid 1px #ebebeb;
}
#organization-info {
  background-color: #555555;
}
#organization-info h3 {
  font-weight: 900;
  color: #FFF;
}
#doc-split {
  max-width: 20px;
  border-top: solid 1px #FFF;
  margin: 20px auto;
}
.doc-list-span {
  border-right: solid 1px #FFF;
}
.doc-list-span:last-child {
  border: none;
}
.doc-list-span a {
  text-decoration: none;
  color: #FFF;
}
#organization-bg-split {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  min-height: 250px;
}
#about-history em {
  font-weight: bold;
  font-style: normal;
  color: #e2383f;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}
#history-img-caption {
  max-width: 235px;
  margin-top: 10px;
}
#about-history a {
  text-decoration: none;
  color: #e2383f;
  font-weight: bold;
}
section#testimonials .container-fluid {
  max-width: 1200px;
}
.quote-ap {
  font-size: 60px;
  font-weight: 800;
  color: #e2383f;
  position: relative;
  top: -12px;
}
section#testimonials .slick-dots li button:before {
  font-size: 20px;
}
.partner-row strong {
  font-weight: bold;
  font-style: normal;
  color: #e2383f;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}
.partner-row img {
  position: relative;
  top: -20px;
}
.member-row img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
  height: auto;
}
.member-row:hover img {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.member-row h4 {
  color: #e2383f;
  font-weight: 900;
}
.member-row .job-title {
  font-weight: bold;
  font-style: italic;
}
a.read-more-member {
  color: #e2383f;
  font-weight: 900;
  text-decoration: none;
}
#supporters ul {
  list-style-type: none;
  margin-bottom: 30px;
  text-align: center;
}
#supporters ul li {
  float: none;
  width: auto;
  padding-bottom: 6px;
}
.team-picture img {
  width: 100%;
  height: auto;
}
/*.recipient-category {
	background-color: #555555;
	border-top: solid 1px #e2383f;
}*/
.recipient-category-a {
  margin: 35px 0px;
  color: #FFF;
  position: relative;
  background-color: #555555;
  padding: 1.5rem;
}
.recipient-category-a::after {
  margin-top: -15px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  height: 15px;
  content: '';
  position: absolute;
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-a.success::before {
  content: 'Backstretch & Farm Employee Program Grantees';
  margin-left: 0;
  left: 0;
  height: 3rem;
  max-width: 800px;
}
.recipient-category-a::before {
  font-family: 'Playfair Display', serif;
  margin-top: -15px;
  padding: 5px 0px 0px 0px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  height: 3rem;
  content: '';
  position: absolute;
  font-weight: 800;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 1.5rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 35%);
background: #e2383f;
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 5% 100%);
}
.recipient-category-a.success::after {
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-a::after {
  margin-left: 0;
  left: 0;
  max-width: 800px;
}
.recipient-category-b {
  margin: 35px 0px;
  color: #FFF;
  position: relative;
  background-color: #555555;
  padding: 1.5rem;
}
.recipient-category-b::after {
  margin-top: -15px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  height: 15px;
  content: '';
  position: absolute;
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-b.success::before {
  content: 'Retirement, Retraining & Rehoming';
  margin-left: 0;
  left: 0;
  height: 3rem;
  max-width: 800px;
}
.recipient-category-b::before {
  font-family: 'Playfair Display', serif;
  margin-top: -15px;
  padding: 5px 0px 0px 0px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  height: 4rem;
  content: '';
  position: absolute;
  font-weight: 800;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 1.5rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 35%);
  background: #e2383f;
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 5% 100%);
}
.recipient-category-b.success::after {
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-b::after {
  margin-left: px;
  left: 0;
  max-width: 800px;
}
.recipient-category-c {
  margin: 35px 0px;
  color: #FFF;
  position: relative;
  background-color: #555555;
  padding: 1.5rem;
}
.recipient-category-c::after {
  margin-top: -15px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  height: 15px;
  content: '';
  position: absolute;
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-c.success::before {
  content: 'Equine Research Grantees';
  margin-left: 0;
  left: 0;
  height: 3rem;
  max-width: 800px;
}
.recipient-category-c::before {
  font-family: 'Playfair Display', serif;
  margin-top: -15px;
  padding: 5px 0px 0px 0px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  height: 4rem;
  content: '';
  position: absolute;
  font-weight: 800;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 1.5rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 35%);
background: #e2383f;
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 5% 100%);
}
.recipient-category-c.success::after {
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-c::after {
  margin-left: 0;
  left: 0;
  max-width: 800px;
}
.recipient-category-d {
  margin: 35px 0px;
  color: #FFF;
  position: relative;
  background-color: #555555;
  padding: 1.5rem;
}
.recipient-category-d::after {
  margin-top: -15px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  height: 15px;
  content: '';
  position: absolute;
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-d.success::before {
  content: 'Equine-Assisted Therapy Grantees';
  margin-left: 0;
  left: 0;
  height: 3rem;
  max-width: 800px;
}
.recipient-category-d::before {
  font-family: 'Playfair Display', serif;
  margin-top: -15px;
  padding: 5px 0px 0px 0px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  height: 4rem;
  content: '';
  position: absolute;
  font-weight: 800;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 1.5rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 35%);
background: #e2383f;
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 5% 100%);
}
.recipient-category-d.success::after {
  background: rgb(136, 30, 5);
  background: linear-gradient(180deg, rgba(136, 30, 5, 1) 0%, rgba(192, 42, 7, 1) 100%);
}
.recipient-category-d::after {
  margin-left: 0;
  left: 0;
  max-width: 800px;
}
.recipient-page ul li a {
  color: #e2383f;
  text-decoration: none;
}
/*#seasons .btn-primary {
    background-color: #e2383f;
    border: 0;
	color: #FFF;
}

#seasons .btn{
	border-radius: 0px;
}*/
#seasons h3 {
  color: #e2383f;
  font-weight: 900;
}
#sponsor-logos {
  text-align: center;
}
#sponsor-logos img {
  width: auto;
  height: auto;
  max-height: 250px;
}
#sponsor-logos span {
  position: relative;
  padding: 0px;
}
#article-picture-hf img {
  width: 100%;
}
#article-picture-hf {
  max-width: 100%;
  float: none;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 50px;
}
#article-picture-caption-hf {
  font-size: 15px;
  margin-top: 15px;
  color: #e2383f;
  font-weight: 900;
}
.page-content a {
  color: #e2383f;
}
/*
.page-content .btn-primary {
  color: #fff;
	background-color: #e2383f;
	transition: all .3s ease;
}

.page-content .btn {
	padding: 0.5rem 2.75rem;
	border-radius: 0px;
	border: solid 1px #d40009;
}

.page-content .btn-primary:hover {
  color: #ffee10;
  box-shadow: 0 0 10px #111;
  text-shadow: 0 0 5px #ffee10;
	transition: all .3s ease;
	background-color: #d40009;
	border: solid 1px #b40007;
}*/
.page-content .btn-primary::before {
  width: 0%;
  height: 100%;
}
.page-content .btn-primary:hover::before {
  width: 100%;
}
.page-content .btn-primary {
  position: relative;
  border: 2px solid #e2383f;
  padding: 14px 60px;
  text-transform: uppercase;
  transition: 1s all ease;
  background-color: transparent;
  border-radius: 0px;
}
.page-content .btn-primary::before {
  background-color: #e2383f;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.6s ease;
}
.charity-picture {
  max-width: 250px;
  float: right;
}
.charity-date-title h4 {
  color: #e2383f;
  font-weight: 800;
}
.charity-date-title h4 small {
  color: #000;
  font-weight: 300;
}
div.charity-row:nth-of-type(even) {
  background-color: #e1e1e1;
  border-top: solid 1px #e2383f;
  border-bottom: solid 1px #e2383f;
}
.charity-row h5 a {
  text-decoration: none;
  color: #000;
  font-weight: 800;
}
a.archive-title {
  color: #e2383f;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 900;
}
a.read-more {
  color: #e2383f;
  text-decoration: none;
}
.prev {
  float: left;
}
.prev a {
  padding: 10px 20px;
  background-color: #e2383f;
  color: #FFF;
  text-decoration: none;
}
.next {
  float: right;
}
.next a {
  padding: 10px 20px;
  background-color: #e2383f;
  color: #FFF;
  text-decoration: none;
}
.article-content a {
  color: #e2383f;
  text-decoration: none;
}
.article-date {
  font-weight: 800;
}
h1.article-title {
  color: #e2383f;
}
div#scroll {
  padding-top: 20px;
  margin-top: -20px;
  width: 100%;
}
div.wp-caption {
  max-width: 100%;
}
.red-bg {
  color: #FFF;
  background-color: #e2383f;
}
.red-bg .member-row h4 {
  color: #FFF;
}
.red-bg a, .red-bg a:hover, .red-bg a:visited {
  color: #FFF;
}

/* -------------------------------------------------------------------------- */
/* Bash at the Breeders Cup                                                   */
/* -------------------------------------------------------------------------- */
:root {
  /* Color variables */
  --primary-theme-clr: #b41c1c;
  --secondary-theme-clr: #70189a;

  --black-clr: black;
  --white-clr: white;


  /* Font families */
  --primary-font-family: 'Playfair Display', serif;
  --secondary-font-family: 'Open Sans', sans-serif;

  /* Font sizes */
  --font-small: 20px;
  --font-large: 40px;
}

body {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

/* Utilities */
.primary-font {
  font-family: var(--primary-font-family);
}

.secondary-font {
  font-family: var(--secondary-font-family);
}

.text-color-secondary {
  color: var(--secondary-theme-clr);
}

.font-sm {
  font-size: var(--font-small);
}

.font-lg {
  font-size: var(--font-large);
}

.btn-tca-red {
  background-color: var(--primary-theme-clr);
}

.top-section {
  width: 100%;
  height: 36rem;
  /* background-image: url("/images/bg-flowers.png"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bash-at-the-breeders {
  width: fit-content;
  margin-inline: auto;
}

/* .bash-at-the-breeders::before {
  content: '';
  display: none;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 103.4%;
  height: 100%;
  background-color: var(--primary-theme-clr);
} */

.image-container-2 {
  margin-inline: auto;
  width: 100%;
}

.image-container-1 .slick-prev:before, .image-container-1 .slick-next:before {
  background: transparent;
  opacity: 1;
  color: gray;
}

.image-container-1 .slick-arrow {
  color: black;
}

.slick-initialized .slick-slide a {
  display: flex;
  justify-content: center;
}

.image-container-1 .slick-track {
  display: flex;
  align-items: center;
}

.bash-logo {
  transform: translateY(0);
}

/* -------------------------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
img.alignleft {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
	
	.recipient-category-a::after {
  margin-left: -400px;
  left: 50%;
  max-width: 800px;
}
	.recipient-category-a.success::before {
  margin-left: -400px;
  left: 50%;
}
	
		.recipient-category-b::after {
  margin-left: -400px;
  left: 50%;
  max-width: 800px;
}
	.recipient-category-b.success::before {
  margin-left: -400px;
  left: 50%;
}
	
		.recipient-category-c::after {
  margin-left: -400px;
  left: 50%;
  max-width: 800px;
}
	.recipient-category-c.success::before {
  margin-left: -400px;
  left: 50%;
}
	
		.recipient-category-d::after {
  margin-left: -400px;
  left: 50%;
  max-width: 800px;
}
	.recipient-category-d.success::before {
  margin-left: -400px;
  left: 50%;
}
	#home-header-text p {
  margin-top: 50px;
}
	#home-header-text h4 {
  font-size: 30px;
}
	#home-single-header {
  height: 100vh;
}
	.recepient-category-a::before{
    margin-left: -400px;
    left: 50%;
}
	
  #program-bar .row .line-col:first-child {
    border-left: solid 1px #e2383f;
  }
  .program-padding {
    border-right: solid .5px #e2383f;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  #viewevents a {
    font-size: 18px;
  }
  .btn-e {
    padding: 14px 100px;
  }
  img.alignright {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #program-bar a.nav-link {
    padding: 30px;
    background-color: #555555;
    color: #FFF;
    border-right: solid .5px #e2383f;
    border-left: solid .5px #e2383f;
    border-bottom: none;
    width: auto;
  }
  #supporters ul li {
    float: left;
    width: 33%;
    padding-bottom: 6px;
  }
  #article-picture-hf {
    max-width: 300px;
    float: left;
    text-align: center;
    margin-right: 50px;
    margin-bottom: 50px;
  }
  #article-picture-hf img {
    width: auto;
  }
  div.wp-caption.alignright {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #sponsor-logos span {
    position: relative;
    padding: 40px;
	  display: inline-block;
  }
  #organization-bg-split {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 650px;
  }
  .article-picture {
    max-width: 600px;
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  #viewevents .dropdown {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -240px;
  }
  #announcement {
    background-color: #FFF;
    padding: 50px;
    border-bottom: solid 1px #e2383f;
    border-top: solid 1px #e2383f;
  }
	
	#announcement a {
		text-decoration: none;
	}
	
  #left-shadow {
    width: 450px;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 100%);
  }
  #viewevents .btn-primary {
    background-color: #FFF;
    border-color: #e2383f;
    color: #000;
    box-shadow: 1px 0px 20px #000;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 800;
  }
  #viewevents .btn {
    border-radius: 0px;
    padding: 1.375rem 4.75rem;
  }
  #announcement .slick-list {
    padding: 0px 80px !important;
  }
  .announce-title-up {
    background-color: rgba(0, 0, 0, .8);
    padding: 20px 60px;
    width: 100%;
    min-height: 88px;
  }
  .article-picture-announce {
    padding-top: 64.5%;
  }
  div#scroll {
    padding-top: 0px;
    margin-top: 0px;
  }
  /* #footer-logo {
    margin-bottom: -30px;
  } */
  #about-title-mob {
    display: none;
  }
  #donate-about-header {
    display: block;
  }
  #donate-title-mob {
    display: none;
  }
  div#graybar-applicants {
    padding: 30px;
  }
  body {
    margin-bottom: 890px;
  }
  section#funds h2 {
    font-size: 115px;
  }
  .txt-padding {
    padding: 20px 60px 0px 60px;
  }
  #home-header-text p {
    color: #FFF;
    margin-top: 150px;
  }
  #home-header-text h1 {
    font-weight: 900;
    font-size: 75px;
    color: #FFF;
  }
  #home-header-text {
    left: 0px;
    top: 100px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
  }
  #home-header-text p {
    color: #FFF;
    margin-top: 20px;
  }
  #top-nav {
    display: block;
  }

  #footer {
    position: absolute;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #announcement .slick-list {
    padding: 0px 280px !important;
  }
  #side-menu {
    display: block;
  }
  #home-header-text {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    margin-top: -310px;
    margin-left: -150px;
    border-left: solid 1px #e2383f;
    max-width: 635px;
    padding-left: 70px;
  }
  #home-header-text p {
    color: #FFF;
    margin-top: 20px;
  }
  #top-nav {
    display: none;
  }
  #program-bar .row .line-col:first-child {
    border-left: solid 1px #e2383f;
  }

  /* Bash at the Breeders Cup */
  .top-section {
    width: 100%;
    height: 60rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .padding-start {
    padding-left: 5rem !important;
  }

  .move-up {
    transform: translateY(-14rem);
  }

  /* .bash-at-the-breeders::before {
    content: '';
    display: block;
    position: absolute;
    top: -4.4%;
    left: 0;
    width: 103.4%;
    height: 100%;
    background-color: var(--primary-theme-clr);
  } */

  .image-container-2 {
    width: 100%;
  }

  .bash-logo {
    transform: translateY(3rem);
  }
}
/**iPad media query**/

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
	  #side-menu {
    display: block;
  }
	
		#side-menu {
    top: 210px !important;
}

}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	
	.program-padding {
    background-color: #555555;
    color: #FFF;
    min-height: 190px;
    border-right: solid 0.5px #e2383f;
    border-left: solid 0.5px #e2383f;
    border-top: solid 0.5px #e2383f;
    border-bottom: solid 0.5px #e2383f;
    padding: 30px;
}

		  #side-menu {
    display: block;
  }
	
	#home-header-text {
    position: absolute;
    left: 50%;
    top: 60%;
    text-align: left;
    margin-top: -310px;
    margin-left: -180px;
    border-left: solid 1px #e2383f;
    max-width: 635px;
    padding-left: 70px;
}
	#side-menu {
    position: absolute;
    left: 100px;
    top: 110px;
    z-index: 2;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  #program-bar a.nav-link {
    padding: 20px;
  }
  #program-bar .row .line-col:first-child {
    border-left: solid .5px #e2383f;
  }
	

	#home-header-text {
    position: absolute;
    left: 45%;
    top: 50%;
    text-align: left;
    margin-top: -310px;
    margin-left: -150px;
    border-left: solid 1px #e2383f;
    max-width: 635px;
    padding-left: 70px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	img.alignright {
    float: none;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}
	.program-padding {
    background-color: #555555;
    color: #FFF;
    min-height: 190px;
    border-right: solid 0.5px #e2383f;
    border-left: solid 0.5px #e2383f;
    border-top: solid 0.5px #e2383f;
    border-bottom: solid 0.5px #e2383f;
    padding: 30px;
}
		.article-picture {
  max-width: 100%;
  float: none;
  padding-left: 0px;
  padding-bottom: 30px;
}
	#home-single-header {
    height: 60vh;
}


  #home-header-text h1 {
    font-size: 60px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #program-bar .row .line-col:first-child {
    border-left: solid 1px #e2383f;
  }
  #side-menu {
    top: 50px;
  }
  #home-header-text {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    margin-top: -310px;
    margin-left: -150px;
    border-left: solid 1px #e2383f;
    max-width: 635px;
    padding-left: 70px;
  }
  #home-header-text p {
    color: #FFF;
    margin-top: 150px;
  }
  #top-nav {
    display: none;
  }
  #announcement .slick-list {
    padding: 0px 280px !important;
  }
}
@media(min-width: 1440px) {
  #program-bar .row .line-col:first-child {
    border-left: solid 1px #e2383f;
  }
  #side-menu {
    top: 50px;
  }
  #top-nav {
    display: none;
  }
  #announcement .slick-list {
    padding: 0px 280px !important;
  }
}
@media (min-width: 1600px) {
  #program-bar .row .line-col:first-child {
    border-left: solid 1px #e2383f;
  }
  #home-header-text {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    margin-top: -310px;
    margin-left: -150px;
    border-left: solid 1px #e2383f;
    max-width: 670px;
    padding-left: 70px;
  }
  #home-header-text p {
    color: #FFF;
    margin-top: 150px;
  }
  #top-nav {
    display: none;
  }
  #announcement .slick-list {
    padding: 0px 380px !important;
  }
}

@media (min-width: 1600px) {
  .padding-start {
    padding-inline: auto !important;
  }
}


@media (min-width: 1700px) {
  #announcement .slick-list {
    padding: 0px 580px !important;
  }
  #side-menu {
    top: 150px;
  }
  #top-nav {
    display: none;
  }
  #home-header-text {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    margin-top: -310px;
    margin-left: -150px;
    border-left: solid 1px #e2383f;
    max-width: 635px;
    padding-left: 70px;
  }
  .page-id-94 #home-header-text {
    border-left: none;
  }
  #home-header-text p {
    color: #FFF;
    margin-top: 150px;
  }
  #program-bar .row .line-col:first-child {
    border-left: solid 1px #e2383f;
  }
}