/* Theme Color Variations */
/* Responsive Breakpoints */
/* Font Variations */
.about {
  /* Header */
}
.about .site-header-wrapper .site-header .container .dd-menu > li .donateBtn {
  background-color: #9fcc3b;
  transition: background-color 0.3s ease;
}
.about .site-header-wrapper .site-header .container .dd-menu > li .donateBtn:hover {
  background-color: #82a82c;
}
.about .hero-area .page-banner {
  min-height: 700px;
}
.about .hero-area .page-banner .page-banner-text {
  font-family: "Lato", sans-serif;
  color: white;
  background-color: #663399;
  bottom: 0;
  border-top-right-radius: 55px;
}
.about .hero-area .page-banner .page-banner-text * {
  font-family: "Lato", sans-serif;
}
.about .hero-area .page-banner .page-banner-text .block-title {
  font-size: 36px;
  margin: 0;
  padding-right: 50px;
}
.about .hero-area .page-banner .page-banner-text .block-title::before {
  width: 2000px;
  height: 54px;
  content: "";
  left: -2000px;
  bottom: 0;
  background-color: #663399;
}
.about .hero-area .page-banner .page-banner-text .block-title::after {
  display: none;
}
@media screen and (max-width: 320px) {
  .about .hero-area .page-banner .page-banner-text {
    border-top-right-radius: 0;
  }
  .about .hero-area .page-banner .page-banner-text .block-title {
    padding: 10px;
    text-align: center;
  }
}
.about .content .sidebar .block-title {
  font-size: 36px;
  font-family: inherit;
}
.about .content .sidebar .block-title::after,
.about .content .sidebar .block-title::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .about .content .sidebar .block-title {
    margin-bottom: 20px;
  }
}
.about .content .sidebar .icon-box {
  padding: 0 0 50px 80px;
  font-family: "Lato", sans-serif;
}
.about .content .sidebar .icon-box * {
  font-family: "Lato", sans-serif;
}
.about .content .sidebar .icon-box h3 {
  color: #3593ac;
  clear: both;
}
.about .content .sidebar .icon-box h3.highlighted {
  color: #663399;
}
@media screen and (max-width: 768px) {
  .about .content .sidebar .icon-box {
    padding: 0 0 20px 80px;
  }
}
.about .content p.with-image {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .about .content p.with-image {
    grid-template-columns: 1fr;
  }
  .about .content p.with-image img {
    margin-bottom: 20px;
  }
}
.about .content .cta {
  background-color: #9fcc3b;
  margin-bottom: 0;
}
.about .content .cta p {
  color: white;
  font-size: 36px;
  text-transform: initial;
}
.about .site-footer-bottom {
  color: white;
  background-color: #3593ac;
}
.about .site-footer-bottom .copyrights-col-right {
  float: right;
}
.about .site-footer-bottom .footer-menu {
  display: none;
}
.about .site-footer-bottom .social-icons-rounded {
  display: inline-flex;
}
.donors {
  /* Header */
}
.donors .site-header-wrapper .site-header .container .dd-menu > li .donateBtn {
  background-color: #9fcc3b;
  transition: background-color 0.3s ease;
}
.donors .site-header-wrapper .site-header .container .dd-menu > li .donateBtn:hover {
  background-color: #82a82c;
}
.donors .hero-area .page-banner {
  min-height: 700px;
}
.donors .hero-area .page-banner .page-banner-text {
  font-family: "Lato", sans-serif;
  color: white;
  background-color: #663399;
  bottom: 0;
  border-top-right-radius: 55px;
}
.donors .hero-area .page-banner .page-banner-text * {
  font-family: "Lato", sans-serif;
}
.donors .hero-area .page-banner .page-banner-text .block-title {
  font-size: 36px;
  margin: 0;
  padding-right: 50px;
}
.donors .hero-area .page-banner .page-banner-text .block-title::before {
  width: 2000px;
  height: 54px;
  content: "";
  left: -2000px;
  bottom: 0;
  background-color: #663399;
}
.donors .hero-area .page-banner .page-banner-text .block-title::after {
  display: none;
}
@media screen and (max-width: 320px) {
  .donors .hero-area .page-banner .page-banner-text {
    border-top-right-radius: 0;
  }
  .donors .hero-area .page-banner .page-banner-text .block-title {
    padding: 10px;
    text-align: center;
  }
}
.donors .content .headline {
  text-align: center;
  margin-bottom: 75px;
}
.donors .content .headline h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.donors .content .headline h2 * {
  font-family: "Lato", sans-serif;
}
.donors .content .headline a {
  color: #663399;
  text-transform: uppercase;
  font-weight: 700;
}
.donors .content .pCard {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.donors .content .pCard .image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.donors .content .pCard .main {
  padding: 2rem;
}
.donors .content .pCard .main .header {
  color: #663399;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
  min-height: 80px;
}
.donors .content .pCard .main .text {
  margin-bottom: 20px;
  min-height: 100px;
}
.donors .content .pCard .main .link {
  text-align: right;
}
.donors .content .pCard .main .link a {
  color: #663399;
  padding: 6px 15px;
  border-radius: 18px;
  border: 2px solid #663399;
  transition: background-color 0.3s ease;
  transition: color 0.3s ease;
}
.donors .content .pCard .main .link a:hover {
  color: white;
  background-color: #663399;
}
.donors-about {
  /* Header */
}
.donors-about .site-header-wrapper .site-header .container .dd-menu > li .donateBtn {
  background-color: #9fcc3b;
  transition: background-color 0.3s ease;
}
.donors-about .site-header-wrapper .site-header .container .dd-menu > li .donateBtn:hover {
  background-color: #82a82c;
}
.donors-about .hero-area .page-banner {
  min-height: 700px;
}
.donors-about .hero-area .page-banner .page-banner-text {
  font-family: "Lato", sans-serif;
  color: white;
  background-color: #663399;
  bottom: 0;
  border-top-right-radius: 55px;
}
.donors-about .hero-area .page-banner .page-banner-text * {
  font-family: "Lato", sans-serif;
}
.donors-about .hero-area .page-banner .page-banner-text .block-title {
  font-size: 36px;
  margin: 0;
  padding-right: 50px;
}
.donors-about .hero-area .page-banner .page-banner-text .block-title::before {
  width: 2000px;
  height: 54px;
  content: "";
  left: -2000px;
  bottom: 0;
  background-color: #663399;
}
.donors-about .hero-area .page-banner .page-banner-text .block-title::after {
  display: none;
}
@media screen and (max-width: 320px) {
  .donors-about .hero-area .page-banner .page-banner-text {
    border-top-right-radius: 0;
  }
  .donors-about .hero-area .page-banner .page-banner-text .block-title {
    padding: 10px;
    text-align: center;
  }
}
.donors-about .content .contentRow > .headline {
  font-family: "Lato", sans-serif;
}
.donors-about .content .contentRow > .headline * {
  font-family: "Lato", sans-serif;
}
.donors-about .content .contentRow .featured-donors {
  margin: 50px 0;
}
.donors-about .content .contentRow .featured-donors .headline {
  margin-bottom: 20px;
}
.donors-about .content .contentRow .featured-donors .headline span {
  width: 100%;
  max-width: 350px;
  color: white;
  text-transform: uppercase;
  padding: 5px 20px 6px 20px;
  display: inline-block;
  background-color: #3593ac;
}
.donors-about .content .contentRow .donors {
  margin: 50px 0;
}
.donors-about .content .contentRow .donors .headline {
  margin-bottom: 20px;
}
.donors-about .content .contentRow .donors .headline span {
  width: 100%;
  max-width: 350px;
  text-transform: uppercase;
  padding: 5px 5px 6px 5px;
  display: inline-block;
  border-bottom: 1px solid #808080;
  position: relative;
}
.donors-about .content .contentRow .donors .headline span::before {
  content: "";
  width: 100px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #663399;
}
.donors-about .content .contentRow .donors ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  list-style-type: none;
}
.donors-about .content .sidebarRow .block-title {
  font-family: "Lato", sans-serif;
}
.donors-about .content .sidebarRow .block-title * {
  font-family: "Lato", sans-serif;
}
.donors-about .content .sidebarRow .block-title::before {
  bottom: -8px;
}
.donors-about .content .sidebarRow .block-title::after {
  display: none;
}
.donors-about .content .sidebarRow ul {
  list-style-type: none;
  margin-left: 0;
}
.donors-about .content .sidebarRow ul li {
  margin-bottom: 10px;
}
.donors-about .content .sidebarRow ul li a {
  color: #333;
}
.donors-about .content .sidebarRow ul li a::before {
  color: #808080;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0da";
  transition: color 0.3s ease;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.donors-about .content .sidebarRow ul li a:hover::before {
  color: #1c6c7e;
}
.donors-about .content .sidebarRow ul li.active a {
  font-weight: bolder;
}
.donors-about .content .sidebarRow .cta {
  padding: 0;
}
.donors-about .content .sidebarRow .cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donors-about .content .sidebarRow .donorsBtn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  color: white;
  background-color: #3593ac;
}
.donors-about .content .sidebarRow .donorsBtn::before {
  color: white;
  font: normal normal normal 22px/1 FontAwesome;
  content: "\f18e";
  transition: color 0.3s ease;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.donors-about .site-footer-bottom {
  color: white;
  background-color: #3593ac;
}
.donors-about .site-footer-bottom .copyrights-col-right {
  float: right;
}
.donors-about .site-footer-bottom .footer-menu {
  display: none;
}
.donors-about .site-footer-bottom .social-icons-rounded {
  display: inline-flex;
}
.toy-stories {
  /* Header */
}
.toy-stories .site-header-wrapper .site-header .container .dd-menu > li .donateBtn {
  background-color: #9fcc3b;
  transition: background-color 0.3s ease;
}
.toy-stories .site-header-wrapper .site-header .container .dd-menu > li .donateBtn:hover {
  background-color: #82a82c;
}
.toy-stories .hero-area .page-banner {
  min-height: 700px;
}
.toy-stories .hero-area .page-banner .page-banner-text {
  font-family: "Lato", sans-serif;
  color: white;
  background-color: #663399;
  bottom: 0;
  border-top-right-radius: 55px;
}
.toy-stories .hero-area .page-banner .page-banner-text * {
  font-family: "Lato", sans-serif;
}
.toy-stories .hero-area .page-banner .page-banner-text .block-title {
  font-size: 36px;
  margin: 0;
  padding-right: 50px;
}
.toy-stories .hero-area .page-banner .page-banner-text .block-title::before {
  width: 2000px;
  height: 54px;
  content: "";
  left: -2000px;
  bottom: 0;
  background-color: #663399;
}
.toy-stories .hero-area .page-banner .page-banner-text .block-title::after {
  display: none;
}
@media screen and (max-width: 320px) {
  .toy-stories .hero-area .page-banner .page-banner-text {
    border-top-right-radius: 0;
  }
  .toy-stories .hero-area .page-banner .page-banner-text .block-title {
    padding: 10px;
    text-align: center;
  }
}
.toy-stories .content .headline {
  text-align: center;
  padding-bottom: 75px;
}
.toy-stories .content .headline h2 {
  color: #663399;
  font-family: "Lato", sans-serif;
  margin: 0;
}
.toy-stories .content .headline h2 * {
  font-family: "Lato", sans-serif;
}
.toy-stories .content .toy-stories-grid {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  width: 100%;
}
.toy-stories .content .toy-stories-grid .grid-item {
  flex: auto;
  height: 250px;
  min-width: 150px;
  margin: 0 8px 8px 0;
}
.toy-stories .content .toy-stories-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.toy-stories .content .toy-stories-grid .grid-item:nth-child(1) {
  max-width: 450px;
  width: 100%;
}
.toy-stories .site-footer-bottom {
  color: white;
  background-color: #3593ac;
}
.toy-stories .site-footer-bottom .copyrights-col-right {
  float: right;
}
.toy-stories .site-footer-bottom .footer-menu {
  display: none;
}
.toy-stories .site-footer-bottom .social-icons-rounded {
  display: inline-flex;
}
.toy-story-details {
  /* Header */
}
.toy-story-details .site-header-wrapper .site-header .container .dd-menu > li .donateBtn {
  background-color: #9fcc3b;
  transition: background-color 0.3s ease;
}
.toy-story-details .site-header-wrapper .site-header .container .dd-menu > li .donateBtn:hover {
  background-color: #82a82c;
}
.toy-story-details .hero-area .page-banner {
  min-height: 700px;
}
.toy-story-details .hero-area .page-banner .page-banner-text {
  font-family: "Lato", sans-serif;
  color: white;
  bottom: 0;
  border-top-right-radius: 55px;
}
.toy-story-details .hero-area .page-banner .page-banner-text * {
  font-family: "Lato", sans-serif;
}
.toy-story-details .hero-area .page-banner .page-banner-text .block-title {
  font-size: 36px;
  margin: 0;
  padding-right: 50px;
  text-transform: uppercase;
}
.toy-story-details .hero-area .page-banner .page-banner-text .block-title::before,
.toy-story-details .hero-area .page-banner .page-banner-text .block-title::after {
  display: none;
}
@media screen and (max-width: 320px) {
  .toy-story-details .hero-area .page-banner .page-banner-text {
    border-top-right-radius: 0;
  }
  .toy-story-details .hero-area .page-banner .page-banner-text .block-title {
    padding: 10px;
    text-align: center;
  }
}
.toy-story-details .content .headline {
  padding-bottom: 75px;
}
.toy-story-details .content .headline h3 {
  color: #663399;
  font-family: "Lato", sans-serif;
  margin: 0;
}
.toy-story-details .content .headline h3 * {
  font-family: "Lato", sans-serif;
}
.toy-story-details .content .stories-list {
  padding: 50px 0;
}
.toy-story-details .content .paginator {
  display: flex;
  justify-content: space-between;
}
.toy-story-details .content .paginator .next a,
.toy-story-details .content .paginator .prev a {
  color: white;
  background-color: #663399;
  padding: 5px 20px 8px 20px;
  border-radius: 10px;
}
.toy-story-details .content .paginator .prev a::before {
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f053";
  transition: color 0.3s ease;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.toy-story-details .content .paginator .next a::after {
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  transition: color 0.3s ease;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.toy-story-details .site-footer-bottom {
  color: white;
  background-color: #3593ac;
}
.toy-story-details .site-footer-bottom .copyrights-col-right {
  float: right;
}
.toy-story-details .site-footer-bottom .footer-menu {
  display: none;
}
.toy-story-details .site-footer-bottom .social-icons-rounded {
  display: inline-flex;
}
/* Mixins */
.bg-hover-transition {
  transition: background-color 0.3s ease;
}
.color-transition {
  transition: color 0.3s ease;
}
.reset-font {
  font-family: "Lato", sans-serif;
}
.reset-font * {
  font-family: "Lato", sans-serif;
}
.readMore {
  text-align: right;
  padding-right: 20px;
}
.readMore.align-left {
  text-align: left;
}
.readMore a {
  position: relative;
}
.readMore a::before {
  color: #2fb3d1;
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f054";
  transition: color 0.3s ease;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: absolute;
  left: -25px;
  top: 5px;
}
.readMore a:hover {
  text-decoration: underline;
}
html > body {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
}
html > body p {
  line-height: 30px;
}
html > body p strong {
  font-size: 18px;
}
html > body ul {
  margin-bottom: 20px;
}
html > body ul li {
  line-height: 28px;
}
html > body a.donateBtn {
  display: inline-block;
  color: white !important;
  text-transform: uppercase;
  background-color: #663399;
  padding: 6px 20px;
  border-radius: 10px;
  line-height: 32px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
html > body a.donateBtn:hover {
  background-color: #4c2673;
}
/* Header */
.site-header-wrapper .site-header {
  background-color: white;
}
.site-header-wrapper .site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-wrapper .site-header .container .site-logo {
  padding: 1rem 0;
  width: 180px;
}
.site-header-wrapper .site-header .container .site-logo a {
  height: 90px;
}
.site-header-wrapper .site-header .container .site-logo a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.site-header-wrapper .site-header .container #menu-toggle {
  color: #663399;
}
.site-header-wrapper .site-header .container .dd-menu > li {
  font-size: 14px;
  margin: 0;
}
.site-header-wrapper .site-header .container .dd-menu > li > a {
  color: black;
  line-height: 32px;
  font-weight: 700;
  padding: 6px 20px;
}
.site-header-wrapper .site-header .container .dd-menu > li > a > i {
  color: black;
}
.site-header-wrapper .site-header .container .dd-menu > li > a.search i {
  color: #808080;
  font-size: 1.3rem;
}
.site-header-wrapper .site-header .container .dd-menu > li ul {
  border-top: 5px solid #663399;
  padding-left: 0;
}
.site-header-wrapper .site-header .container .dd-menu > li ul li {
  font-size: 16px;
}
.site-header-wrapper .site-header .container .dd-menu > li ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header-wrapper .site-header .container .dd-menu > li ul li a:hover {
  background-color: #9fcc3b;
}
.site-header-wrapper .site-header .container .dd-menu > li ul ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  text-decoration: none;
  color: #5e5e5e;
}
.site-header-wrapper .site-header.menu-opened .container .dd-menu > li ul {
  padding-left: 0;
}
/* Hero Section */
.hero-area .hero-slider .flex-caption .flex-caption-table .flex-caption-cell {
  height: 700px;
}
.hero-area .hero-slider .flex-caption .flex-caption-table .flex-caption-cell .flex-caption-text {
  margin-top: 80px;
}
.hero-area .hero-slider .flex-caption .flex-caption-table .flex-caption-cell .flex-caption-text .headline {
  color: white;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 80px;
}
.hero-area .hero-slider .flex-caption .flex-caption-table .flex-caption-cell .flex-caption-text a {
  display: inline-block;
  color: white;
  background-color: #f8971d;
  padding: 8px 30px 14px 30px;
  font-size: 24px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.hero-area .hero-slider .flex-caption .flex-caption-table .flex-caption-cell .flex-caption-text a:hover {
  transition: background-color 0.3s ease;
  background-color: #db7d07;
}
/* Featured Links */
.featured-links > .featured-link span,
.featured-links > .featured-link strong {
  font-family: inherit;
}
.featured-links > .featured-link span {
  font-size: 15px;
  margin-bottom: 10px;
}
.featured-links > .featured-link:nth-child(1) {
  background-color: #808080;
}
.featured-links > .featured-link:nth-child(1):hover {
  background-color: #737373;
}
.featured-links > .featured-link:nth-child(2) {
  background-color: #666666;
}
.featured-links > .featured-link:nth-child(2):hover {
  background-color: #5a5a5a;
}
.featured-links > .featured-link:nth-child(3) {
  background-color: #4c4c4c;
}
.featured-links > .featured-link:nth-child(3):hover {
  background-color: #404040;
}
/* Main */
.content {
  /* Owl Slider */
  /* Toy Stories */
  /* Donate Bar */
  /* Updates */
  /* Masonry Gallery */
  /* Partners Carousel */
  /* Video Section */
}
.content #owlCarousel .owl-item .grid-item-content .headline {
  color: #663399;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  min-height: 65px;
  margin-bottom: 15px;
}
.content #toyStories .block-title {
  font-size: 36px;
  font-family: inherit;
}
.content #toyStories .block-title::before {
  background-color: #9fcc3b;
}
.content #toyStories #stories-slider {
  position: relative;
}
.content #toyStories #stories-slider .owl-item .item {
  background-color: white;
}
.content #toyStories #stories-slider .owl-item .item .story-slider-content .story-slider-cell {
  position: relative;
}
.content #toyStories #stories-slider .owl-item .item .story-slider-content .story-slider-cell h3 {
  font-family: inherit;
  font-size: 32px;
}
.content #toyStories #stories-slider .owl-item .item .story-slider-content .story-slider-cell a {
  color: white;
  text-transform: uppercase;
  background-color: #663399;
  padding: 12px 30px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.content #toyStories #stories-slider .owl-item .item .story-slider-content .story-slider-cell a:hover {
  background-color: #4c2673;
  transition: background-color 0.3s ease;
}
.content #toyStories #stories-slider .owl-controls {
  position: absolute;
  right: 50%;
  bottom: 20px;
  z-index: 500;
  transform: translateX(140px);
}
@media screen and (max-width: 992px) {
  .content #toyStories #stories-slider .owl-controls {
    position: initial;
    transform: none;
  }
}
.content #toyStories #stories-slider .owl-controls .owl-pagination > .owl-page span {
  width: 14px;
  height: 14px;
  background-color: #cdcdcd;
}
.content #toyStories #stories-slider .owl-controls .owl-pagination > .owl-page span:hover {
  background-color: #808080;
}
.content #toyStories #stories-slider .owl-controls .owl-pagination > .owl-page.active span {
  background-color: #9a9a9a;
}
.content #donateBar .cta {
  background-color: #9fcc3b;
  margin: 0;
  padding: 50px 0;
  border: none;
}
.content #donateBar .cta .block-title {
  color: white;
  font-family: inherit;
  margin: 0;
}
.content #donateBar .cta .block-title::before {
  display: none;
}
.content #donateBar .tabs-wrapper {
  background-color: #9fcc3b;
}
.content #donateBar .tabs-wrapper .donate-amount-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-column-gap: 40px;
  list-style-type: none;
  margin: 0;
}
.content #donateBar .tabs-wrapper .donate-amount-tabs li a {
  color: black;
  display: inline-block;
  text-align: center;
  background-color: white;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 0 0 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: background-color 0.3s ease;
  transition: color 0.3s ease;
}
.content #donateBar .tabs-wrapper .donate-amount-tabs li a:hover {
  color: white;
  background-color: #1c6c7e;
}
@media screen and (max-width: 768px) {
  .content #donateBar .tabs-wrapper .donate-amount-tabs {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 320px) {
  .content #donateBar .tabs-wrapper .donate-amount-tabs {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 5px;
    padding-bottom: 20px;
  }
  .content #donateBar .tabs-wrapper .donate-amount-tabs li a {
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
  }
}
.content #updates {
  margin: 60px 0;
  padding: 30px 0;
}
.content #updates .accent-bg {
  background-color: #f3f3f3;
}
.content #updates .block-title {
  font-size: 36px;
  font-family: inherit;
}
.content #updates .block-title::before,
.content #updates .block-title::after {
  display: none;
}
.content #updates .latest-posts .blog-compact-list {
  list-style-type: none;
  margin: 0;
  font-family: "Lato", sans-serif;
}
.content #updates .latest-posts .blog-compact-list * {
  font-family: "Lato", sans-serif;
}
.content #updates .latest-posts .blog-compact-list .blog-list-item {
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
}
.content #updates .latest-posts .blog-compact-list .blog-list-item p {
  margin-bottom: 10px;
}
.content #updates .latest-events {
  padding: 0 30px;
}
.content #updates .latest-events .events-compact-list {
  font-family: "Lato", sans-serif;
}
.content #updates .latest-events .events-compact-list * {
  font-family: "Lato", sans-serif;
}
.content #updates .latest-events .events-compact-list .event-list-item .event-date {
  background-color: #1c6c7e;
}
.content #updates .latest-events .events-compact-list .event-list-item .event-list-cont .meta-data {
  font-size: 14px;
}
.content #gallery .block-title {
  color: #663399;
  font-size: 36px;
  font-family: inherit;
  text-transform: uppercase;
}
.content #gallery .block-title::before,
.content #gallery .block-title::after {
  display: none;
}
.content #gallery ul.isotope .gallery-grid-item {
  margin-bottom: 4px;
  padding-right: 2px;
  padding-left: 2px;
}
.content #gallery ul.isotope .gallery-grid-item > a {
  min-height: 280px;
}
.content #gallery ul.isotope .gallery-grid-item > a img {
  min-height: 280px;
}
@media screen and (max-width: 600px) {
  .content #gallery ul.isotope .gallery-grid-item > a {
    min-height: initial;
  }
  .content #gallery ul.isotope .gallery-grid-item > a img {
    min-height: initial;
  }
}
.content #partners {
  padding: 30px 0;
  border: none;
}
.content #partners .push-top {
  color: #808080;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  text-transform: initial;
  margin-top: 28px;
  font-family: "Lato", sans-serif;
}
.content #partners .push-top * {
  font-family: "Lato", sans-serif;
}
.content #video {
  position: relative;
}
.content #video .headline {
  color: white;
  font-size: 36px;
  line-height: 50px;
  position: absolute;
  z-index: 50;
  left: 50px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .content #video .headline {
    font-size: 26px;
    line-height: 26px;
    position: initial;
    color: #663399;
    text-align: center;
    margin-bottom: 30px;
  }
}
.content #video #video-wrapper {
  position: relative;
}
.content #video #video-wrapper .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  border: none;
  background: none;
}
.content #video #video-wrapper .vjs-big-play-button .vjs-icon-placeholder::before {
  color: #2fb3d1;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 80px;
  content: "\f01d";
  transition: color 0.3s ease;
}
.content #video #video-wrapper .vjs-big-play-button:hover .vjs-icon-placeholder::before {
  color: #9966cc;
  transition: color 0.3s ease;
}
/* Footer */
.site-footer {
  background-color: #663399;
}
.site-footer .widget p,
.site-footer .widget a {
  color: white;
}
.site-footer .widget .social-icons-colored li a {
  background-color: rgba(255, 255, 255, 0.9);
}
.site-footer .widget .social-icons-colored li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.site-footer .widget .social-icons-colored li a > i::before {
  color: #663399;
}
.site-footer .widget .subscribe-form {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 25px;
}
.site-footer .widget .subscribe-form input[type='text'] {
  line-height: 34px;
  padding: 0 10px;
  border: none;
}
.site-footer .widget .subscribe-form input[type='submit'] {
  color: white;
  text-transform: uppercase;
  background-color: #808080;
  border: none;
  line-height: 34px;
  padding: 0 10px;
  transition: background-color 0.3s ease;
}
.site-footer .widget .subscribe-form input[type='submit']:hover {
  background-color: #676767;
}
.site-footer-bottom {
  color: white;
  background-color: #3593ac;
}
.site-footer-bottom .footer-menu li a {
  color: white;
}
.site-footer-bottom .footer-menu li a:hover {
  color: white;
}
.site-footer-bottom .social-icons-rounded {
  float: right;
}
/*# sourceMappingURL=app.css.map */