@charset "UTF-8";
/*====================

Version: 1.0
======================*/
/**************************************************************

  STYLESHEET CONTENT
  |_ Main
    |_ variables
    |_ layout
    |_ header
    |_ footer
    |_ sub-nav
    |_ typography

  |_ Elements
    |_ buttons
    |_ forms
    |_ tables
    |_ cards
    |_ badges
    |_ sub-nav
    |_ hero
    |_ sliders
    |_ modals

***************************************************************/
/*
Main Styles
*/
/*****************
MAIN LAYOUT STYLES
*****************/
html {
  height: 100%;
  scroll-behavior: smooth;
}

.grecaptcha-badge { 
    visibility: hidden;
}

body {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #212020;
   /*  */
}

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

/* Sticky footer */
main {
  flex: 1 0 auto;
  overflow: hidden;
}

.page-footer {
  flex-shrink: 0;
  position: relative;
  z-index: 4;
}

/* Containers */
.section-container {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin: 0 auto;
  max-width: 1290px;
  width: 90%;
}
.section-container + .section-container {
  padding-top: 3rem;
}

@media only screen and (max-width: 1024px) {
  .section-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section-container + .section-container {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 667px) {
  .section-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-container + .section-container {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-container {
    width: 85%;
  }
}
/* Section types */
section {
  position: relative;
}
section:first-of-type {
  z-index: 2;
}
section:first-of-type + section {
  z-index: 2;
  /* z-index: 1; */
}
section.border-top {
  border-top: 2px solid #fff;
}
section.border-bottom {
  border-bottom: 2px solid #fff;
}
section.image-bg .section-container {
  position: relative;
  z-index: 2;
}
section.image-bg * {
  color: #fff;
}
section.image-bg .btn {
  border-color: #fff;
  color: #fff;
}
section.image-bg .btn:before, section.image-bg .btn:after {
  background-color: #fff;
}
section.image-bg:after {
  content: "";
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
section.white {
  background-color: #fff;
}
section.green {
  /* background: #EC3A83 url(../images/green-bg-image.jpg) no-repeat center; */
  background: #66E29D url(../images/green-bg-image.jpg) no-repeat center;
  background-size: cover;
}
section.green:after {
  /* background-color: #EC3A83; */
  background-color: #66E29D;
}
section.purple {
  /* background: #6e6695 url(../images/purple-bg-image.jpg) no-repeat center; */
  background: #B9B4EB url(../images/purple-bg-image.jpg) no-repeat center;
  background-size: cover;
}
section.purple:after {
  background-color: #B9B4EB;
}
section.pale-purple {
  /* background-color: #f8f7fc; */
  background-color: #B9B4EB;
}
section.black {
  background-color: #212020;
}
section.black * {
  color: #fff;
}
section.black .btn {
  border-color: #fff;
  color: #fff;
}
section.black .btn:before, section.black .btn:after {
  background-color: #fff;
}
section.yellow {
  background-color: #F8F954;
}
section.yellow .card .card-body {
  background-color: #212020;
  color: #fff;
}
section.yellow .card .card-body .expandable-container .expandable:after {
  background: #212020;
  background: linear-gradient(0deg, #212020 0%, rgba(255,255,255,0) 100%);
}
section.yellow .card .card-body .btn-link {
  color: #EC3A83;
  text-decoration: none;
  transition: all .25s ease-in-out;
}
section.yellow .card:hover .card-body .btn-link {
  color: #66e29d;
}
section.blue {
  background: #6CEBFC url(../images/purple-bg-image.jpg) no-repeat center;
  background-size: cover;
}
section.blue:after {
  background-color: #6CEBFC;
}
section.blue * {
  color: #212020;
}
section.blue .btn {
  border-color: #212020;
  color: #212020;
}
section.blue .btn:before, section.blue .btn:after {
  background-color: #212020;
}
section.white .logomark {
  position: absolute;
  bottom: -10px;
  right: -40px;
  height: 80%;
  max-height: 650px;
}
.privacy-policy section.white .logomark {
  display: none;
}
section.white .box.box-yellow {
  background-color: #F8F954;
  z-index: 2;
  position: relative;
}
section.pink {
  background-color: #EC3A83;
}
section.green {
  background-color:  #66E29D;
}
/* added */
.border-bottom {
  border-bottom: 2px solid #FFFFFF !important;
}
/* added */

.home section.green {
  z-index: 2;
}
.home section.purple {
  z-index: 1;
}
.home section.blue {
  z-index: 1;
}
.home section.blue .circles {
  display: none;
}

.double-columns {
  columns: 300px 2;
  column-gap: 20px;
}
.double-columns > * {
  margin-bottom: 20px;
}

.no-gutters {
  margin-right: -1;
  margin-left: -1;
}

.grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto auto auto auto auto;
}
@media only screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: auto auto auto auto;
  }
}
@media only screen and (max-width: 480px) {
  .grid-container {
    grid-template-columns: auto auto auto;
  }
}

.featured-img {
  position: relative;
  z-index: 1;
}
.featured-img img {
  width: 100%;
}
/* .featured-img:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -50px;
  bottom: 100px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: url('../images/Logomark-01.svg');
  /* background-color: #EC3A83; */
  /* animation: float 4s 0.3s ease-in-out infinite; *
} */
/* REMOVED @media only screen and (min-width: 1025px) {
  .featured-img.dt {
    margin-top: -3rem;
  }
} */
.featured-img.mob {
  margin-bottom: 3rem;
}

.image-overlap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
/* .image-overlap:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/image-overlap-bg.svg) no-repeat center;
  background-size: 100% 100%;
} */
.image-overlap .front {
  padding-top: 100%;
  grid-column: 1/span 8;
  grid-row: 1;
  z-index: 1;
  width: 70%;
}
.image-overlap .back {
  grid-column: 2/-1;
  grid-row: 1;
}

.video-link {
  position: relative;
}
.video-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  font-family: "Font Awesome 5 Pro";
  content: "\f04b";
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  /* background-color: rgba(104, 163, 166, 0.8); */
  color: #212020;
  /* background-color: rgba(102, 226, 157, 0.80); */
  background-color: rgba(102, 226, 157, 1);
  transition: all 0.3s ease-in-out;
}
.video-link:hover:before {
  width: 120px;
  height: 120px;
  font-size: 35px;
  line-height: 120px;
}

.box {
  padding: 3rem;
  height: 100%;
}
@media only screen and (max-width: 667px) {
  .box {
    padding: 2rem;
  }
}
.box header {
  margin-bottom: 1rem;
}
.box.box-white {
  background-color: #fff;
}
.box.box-purple {
  background-color: #6e6695;
}
.box.box-purple * {
  color: #fff;
}
.box.box-black {
  background-color: #212020;
}
.box.box-black * {
  color: #fff;
}

.spacer {
  height: 7rem;
}
@media only screen and (max-width: 1024px) {
  .spacer {
    height: 4rem;
  }
}
@media only screen and (max-width: 667px) {
  .spacer {
    height: 3rem;
  }
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.expandable-container .expandable {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.expandable-container .expandable:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.expandable-container .expandable.open {
  height: 100%;
}
.expandable-container .expandable.open:after {
  display: none;
}
.expandable-container .expand {
  display: block;
  cursor: pointer;
  color: #EC3A83;
  font-size: 15px;
  margin-top: 20px;
}
.expandable-container .expand:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  padding-left: 5px;
}
.expandable-container .expand.active:after {
  content: "\f106";
}

.box-purple .expandable:after {
  background: #6e6695;
  background: linear-gradient(0deg, #6e6695 0%, rgba(110, 102, 149, 0) 100%);
}
.box-purple .expand {
  color: #fff;
}

.box-black .expandable:after {
  background: #212020;
  background: linear-gradient(0deg, #212020 0%, rgba(110, 102, 149, 0) 100%);
}
.box-black .expand, .box-black p a {
  color: #EC3A83 !important;
}

.logos {
  text-align: center;
}
.logos a {
  display: block;
	
}
.logos img {
  max-height: 125px;
  max-width: 250px;
	margin: 0 0 10px
}
.logos p {
  text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.bg {
  color: #fff !important;
  padding: 0.5rem 1rem;
  display: table;
}
.bg *:before {
  color: #fff !important;
}
.bg + .bg {
  margin-top: 0.25rem;
}
.bg.bg-green {
  background-color: #EC3A83;
}
.bg.bg-green2 {
  background-color: #66E29D;
}
.bg.bg-purple {
  background-color: #B9B4EB;
}
.bg.bg-black {
  background-color: #212020;
}
.bg.bg-yellow {
  background-color: #F8F954;
}
.bg.bg-blue {
  background-color: #6CEBFC;
}

.post_text {
	margin-top:30px;
}

@media only screen and (max-width: 667px) {
.post_text {
	margin-top:0;
}
}

#map {
  height: 500px;
}
@media only screen and (max-width: 667px) {
  #map {
    height: 300px;
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.circles .circle {
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  animation: float 4s 0.3s ease-in-out infinite;
  pointer-events: none;
}
.circles .circle:nth-child(2) {
  animation-delay: 0.5s;
}
.circles .circle:nth-child(3) {
  animation-delay: 1s;
}
.circles .circle:nth-child(4) {
  animation-delay: 1.5s;
}
.circles .circle:nth-child(5) {
  animation-delay: 2s;
}
.circles .circle.small-teal {
  border: 5px solid #008eae;
  width: 35px;
  height: 35px;
}
.circles .circle.small-white {
  border: 10px solid rgba(255, 255, 255, 0.5);
  width: 35px;
  height: 35px;
}
.circles .circle.med-white {
  border: 10px solid rgba(255, 255, 255, 0.5);
  width: 94px;
  height: 94px;
}
.circles .circle.med-purple {
  border: 10px solid #6e6695;
  width: 94px;
  height: 94px;
}
.circles .circle.large-white {
  border: 20px solid rgba(255, 255, 255, 0.5);
  width: 205px;
  height: 205px;
}
.circles .circle.large-purple {
  border: 20px solid #6e6695;
  width: 205px;
  height: 205px;
}
.circles .circle.thin-orange {
  border: 2px solid #d9936c;
  width: 170px;
  height: 170px;
}

.home header#global {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
	width: 100%;
	
}
.home header#global #main-bar {
  background-color: transparent;
}
.home header#global ul.nav.main-nav > li > a:hover {
  color: #EC3A83;
}

header#global #top-bar,
header#global #main-bar {
  /* background-color: #EC3A83; */
  background-color: #EC3A83;
}
header#global #top-bar {
  border-bottom: 2px solid #fff;
  /* border-bottom: 1px solid #212020; */
}
header#global #top-bar .section-container {
  padding: 10px 0;
}
#top-bar ul.nav li a {
    /* color: #212020; */
    color: #FFF;
    font-weight: 700;
    transition: all 0.3s;
}
#top-bar ul.nav li a:hover,
#top-bar ul.nav li.current-menu-item a,
#top-bar ul.nav li.current-page-ancestor a
{
    text-decoration:underline;
}
@media only screen and (max-width: 1024px) {
  header#global #top-bar {
    display: none;
  }
}
header#global #top-bar .btn {
  /* border-color: #212020;
  color: #212020; */
  border-color: #FFF;
  color: #FFF;
  font-size: 16px;
  margin: 0;
  padding: 0.2rem 0.5rem 0.4rem 0.5rem;
}
header#global #top-bar .btn:focus {
  outline: none;
}
@-moz-document url-prefix() {
  header#global #top-bar .btn {
    padding: 0.4rem 0.5rem;
  }
}
header#global #top-bar .btn:before, header#global #top-bar .btn:after {
  /* background-color: #212020; */
  background-color: #FFF;
}
header#global #main-bar .section-container {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  header#global #main-bar .section-container {
    padding: 20px 0;
  }
}

ul.nav.main-nav {
  margin: 0 -1.5rem;
}
ul.nav.main-nav > li {
  font-size: 19px;
  font-weight: 500;
  margin: 0 1.5rem;
}
header ul.nav.main-nav > li.current-menu-item,
header ul.nav.main-nav > li.current-menu-parent {
  border-bottom: 1px solid #fff;
}
footer ul.nav.main-nav > li.current-menu-item,
footer ul.nav.main-nav > li.current-menu-parent {
  /* border-bottom: 1px solid #fff; */
  border-bottom: 1px solid #EC3A83;
}
ul.nav.main-nav > li > a {
  color: #fff;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid transparent;
}
ul.nav.main-nav > li > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  ul.nav.main-nav > li > a:hover {
    color: #212020;
  }
}
ul.nav.main-nav .dropdown-toggle:after {
  border: none;
  content: "+";
  vertical-align: inherit;
  width: 12px;
  color: #fff;
}
ul.nav.main-nav .dropdown.active.dropdown-toggle:after {
  content: "—";
}

ul.nav.main-nav ul.sub-menu {
  display: none;
}
ul.nav.main-nav ul.sub-menu.active {
  display: block;
}

@media only screen and (min-width: 1025px) {
  header nav h5 {
    display: none;
  }

#toggle-nav,
#close-nav {
    display: none !important;
  }

  ul.nav.main-nav ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 17px 20px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: calc(100% + 20px) !important;
    min-width: 15rem;
  }
  ul.nav.main-nav ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  ul.nav.main-nav ul.sub-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    font-size: 16px;
  }
  ul.nav.main-nav ul.sub-menu li:last-child {
    border-bottom: 0;
  }
  ul.nav.main-nav ul.sub-menu li a {
    display: block;
    padding: 15px;
    color: #212020;
    background-color: transparent;
    text-decoration: none;
  }
  ul.nav.main-nav ul.sub-menu li a:hover,
ul.nav.main-nav ul.sub-menu li.current-menu-item a,
	ul.nav.main-nav ul.sub-menu li.current-page-ancestor a{
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 1024px) {
  #toggle-nav {
    height: 30px;
  }
  #toggle-nav .burger {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #fff;
  }
  #toggle-nav .burger:before, #toggle-nav .burger:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
  }
  #toggle-nav .burger:before {
    transform: translateY(-10px);
  }
  #toggle-nav .burger:after {
    transform: translateY(10px);
  }

  #close-nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 999;
    padding: 20px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7);
  }

  header .nav-wrap {
    position: fixed;
    overflow: scroll;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    margin: 0;
    padding: 3rem;
    width: 100%;
    height: 100%;
    max-width: 50%;
    /* background-color: #212020; */
    background-color: #212020;
    transform: translateX(101%);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  header .nav-wrap {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 575px) {
  header .nav-wrap {
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .nav-wrap.active {
    transform: translateX(0%);
    box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.17);
  }
}
@media only screen and (max-width: 1024px) {
  header .nav-wrap h5 {
    opacity: 0.3;
    letter-spacing: 0.2em;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  header .nav-wrap ul.main-nav {
    display: block;
  }
  header .nav-wrap ul.main-nav li {
    margin-bottom: 1rem;
    font-size: 21px;
    font-weight: 700;
  }
  header .nav-wrap ul.main-nav li.current-menu-item {
    border: none;
  }
  header .nav-wrap ul.main-nav li.current-menu-item a {
    /* color: #EC3A83; */
    color: #EC3A83;
  }
  header .nav-wrap ul.main-nav li a {
    padding-left: 0;
  }
  header .nav-wrap ul.main-nav ul.sub-menu {
    position: static !important;
    transform: none !important;
    float: none;
    background: none;
    padding: 0.5rem;
  }
  header .nav-wrap ul.main-nav ul.sub-menu li {
    font-size: 18px;
  }
  header .nav-wrap ul.main-nav .dropdown-toggle.active:after {
    display: none;
  }
}
footer {
  background-color: #212020;
  color: #fff;
}
footer ul.nav li.current-menu-item a {
  color: #EC3A83;
}
footer ul.nav li a {
  color: #fff;
}
footer a {
  transition: all .25s ease-in-out;
}
footer a:hover {
  color: #fff;
}
footer p.small {
  margin-top: 40px;
}
/* footer ul.nav li:nth-of-type(1) a {
  background-color: #66E29D;
}
footer ul.nav li:nth-of-type(2) a {
  background-color: #6CEBFC;
}
footer ul.nav li:nth-of-type(3) a {
  background-color: #F8F954;
}
footer ul.nav li:nth-of-type(4) a {
  background-color: #B9B4EB;
} */
footer ul.nav li a:hover {
  color: #EC3A83
}
footer ul.nav.main-nav li a:hover {
  color: #EC3A83
}
footer p.small {
  font-size: 14px;
	float: left;
}
footer #cta-area {
  border-bottom: 2px solid #fff;
  overflow: hidden;
}
footer #cta-area .circles {
  display: none;
}
footer .funders {
	width:400px;
	margin: 0 0 15px;
}
@media all and (max-width: 500px) {
footer .funders {
	width:100%;
	margin: 0 0 15px;
	float: right;
}
}
@media only screen and (min-width: 1025px) {
	footer #cta-area.typeone {
    /* background-image: linear-gradient(to right, #EC3A83, #EC3A83 50%, #2c2631 50%); */
    background-image: linear-gradient(to right, #EC3A83, #EC3A83 50%, #66E29D 50%);
  }
footer #cta-area.typetwo {
    background-image: linear-gradient(to right, #EC3A83, #EC3A83 50%, #66E29D 50%);
  }
}
footer #cta-area .section-container {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  footer #cta-area .section-container {
    max-width: none;
    width: 100%;
  }
}
footer #cta-area .mailing-list-box,
footer #cta-area .donate-box {
  position: relative;
  z-index: 1;
  height: 100%;
}
footer #cta-area .mailing-list-box:after,
footer #cta-area .donate-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
footer #cta-area .mailing-list-box p,
footer #cta-area .donate-box p {
  font-size: 20px;
}
footer #cta-area .mailing-list-box {
  /* background: #EC3A83 url(../images/mailing-list-bg.png) no-repeat right center; */
  background: #EC3A83 url(../images/mailing-list-bg.png) no-repeat right center;  
  background-size: auto 100%;
  padding: 4rem 4rem 4rem 0;
  border-right: 2px solid #fff;
}
footer #cta-area .mailing-list-box.socialarea {
  background: #527dc0 url(../images/social2-bg.png) no-repeat left center;
}
@media only screen and (max-width: 1024px) {
  footer #cta-area .mailing-list-box {
    padding: 3rem;
    border-right: none;
  }
}
footer #cta-area .mailing-list-box:after {
  /* background: #EC3A83; */
  /* background: linear-gradient(270deg, rgba(104, 163, 166, 0.5) 0%, rgba(104, 163, 166, 0) 100%); */
  background: #EC3A83;
  background: linear-gradient(90deg, #EC3A83 40%, rgba(104, 163, 166, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  footer #cta-area .mailing-list-box:after {
    /* background: #EC3A83; */
    opacity: 0.95;
  }
	footer #cta-area .mailing-list-box.socialarea:after {
  /* background: #527dc0;
  background: linear-gradient(270deg, rgba(82, 125, 192, 0.5) 0%, rgba(82, 125, 192, 0) 100%); */
  background: #EC3A83;
  background: linear-gradient(90deg, #EC3A83 40%, rgba(104, 163, 166, 0) 100%);
}
}
footer #cta-area .donate-box {
  background: #2c2631 url(../images/donate-bg.png) no-repeat right center;
  background-size: auto 100%;
  padding: 4rem 0 4rem 4rem;
}
footer #cta-area .donate-box.purplearea {
  background: #291d1f url(../images/social-bg.jpg) no-repeat right center;
  background-size: auto 100%;
  padding: 4rem 0 4rem 4rem;
}
@media only screen and (max-width: 1024px) {
  footer #cta-area .donate-box {
    padding: 3rem;
  }
}
footer #cta-area .donate-box:after {
  /* background: #2c2631;
  background: linear-gradient(270deg, rgba(44, 38, 49, 0.5) 0%, rgba(44, 38, 49, 0) 100%); */
  background: #66E29D;
  background: linear-gradient(270deg, #66E29D 0%, rgba(44, 38, 49, 0) 100%);
}
footer #cta-area .donate-box.purplearea:after {
  background: #66E29D;
  background: linear-gradient(270deg, #66E29D 0%, rgba(49, 29, 31, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  footer #cta-area .donate-box:after {
    /* background: #2c2631; */
    /* opacity: 0.5; */
  }
	footer #cta-area .donate-box.purplearea:after {
    /* background: #6e6695; */
    /* background: #66E29D; */
    /* opacity: 0.5; */
  }
}
footer #cta-area .btn {
  color: #fff;
  border-color: #fff;
}
footer #cta-area .btn:before, footer #cta-area .btn:after {
  background-color: #fff;
}
footer #cta-area .form-control {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}
footer #cta-area ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
footer #cta-area :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
footer #cta-area ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.col-md-5 ul.social li a,
footer ul.social li a {
  background-color: #EC3A83;
  color: #212020;
}
footer ul.social li a:hover {
	background-color: #fff;
	color: #212020;
}
.col-md-5 ul.social li a:hover {
	background-color: #212020;
	color: #EC3A83;
}
@media all and (max-width: 700px) {
  footer ul.nav.main-nav {
    display: block;
  }
  footer ul.nav.main-nav > li {
    margin-bottom: 0.5rem;
  }
	footer .funders {
	float: left;
}
}

/*****************
NAVIGATION STYLES
*****************/
ul.nav {
  margin: 0 -0.75rem;
  padding: 0;
  list-style: none;
}
ul.nav li {
  font-size: 16px;
  margin: 0 0.75rem;
}
ul.nav li a {
  color: #fff;
  transition: all 0.3s;
}

ul.social {
  margin: 0 -5px;
}
ul.social li {
  margin: 0 5px;
}
ul.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #212020;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  /* color: #fff; */
  /* color: #ed3a83 !important; */
  color: #212020 !important;
}
ul.social li:nth-of-type(1) a {
  background-color: #66E29D;
  /* background-color: #FFFFFF;  */
}
ul.social li:nth-of-type(2) a {
  background-color: #6CEBFC;
  /* background-color: #FFFFFF;  */
}
ul.social li:nth-of-type(3) a {
  background-color: #F8F954;
  /* background-color: #FFFFFF;  */
}
ul.social li:nth-of-type(4) a {
  background-color: #B9B4EB;
  /* background-color: #FFFFFF;  */
}
ul.social li a:hover {
  text-decoration: none !important;
  background-color: #212020 !important;
  color: #fff !important;
}

footer ul.social li:nth-of-type(1) a {
  background-color: #66E29D; 
}
footer ul.social li:nth-of-type(2) a {
  background-color: #6CEBFC;
}
footer ul.social li:nth-of-type(3) a {
  background-color: #F8F954;
}
footer ul.social li:nth-of-type(4) a {
  background-color: #B9B4EB;
}
footer ul.social li a {
  color: #212020 !important;
}
@-moz-document url-prefix() {
  ul.social li a {
    line-height: 28px;
  }
}

footer ul.social li a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 19px;
}
@-moz-document url-prefix() {
  footer ul.social li a {
    line-height: 41px;
  }
}

nav.sub-nav {
  /* background-color: #f8f7fc; */
  background-color: #F8F954;
  position: relative;
  z-index: 8;
}
header {
  z-index: 9;
}
@media only screen and (max-width: 667px) {
  nav.sub-nav {
    padding-right: 40px;
  }
  nav.sub-nav:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #f8f7fc url(../images/touch-scroll.svg) no-repeat center;
    background-size: 20px 23px;
    opacity: 0.8;
  }
}
nav.sub-nav .section-container {
  padding: 25px 0;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
nav.sub-nav .section-container::-webkit-scrollbar {
  display: none;
}
nav.sub-nav ul.nav {
  flex-wrap: nowrap;
  margin: 0;
}
nav.sub-nav ul.nav:before {
  content: "In this section:";
  font-weight: 700;
  font-size: 16px;
  color: #212020;
  margin-right: 1rem;
}
nav.sub-nav ul.nav li {
  position: relative;
}
nav.sub-nav ul.nav li ul.children {
  display:none;
}
nav.sub-nav ul.nav li.current_page_item:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
nav.sub-nav ul.nav li.current_page_item a {
  color: #EC3A83;
  border-bottom: 1px solid #EC3A83;
}
nav.sub-nav ul.nav li a {
  font-weight: 900;
  color: #212020;
  border-bottom: 1px solid #212020;
}
nav.sub-nav ul.nav li a:hover {
  text-decoration: none;
  color: #EC3A83;
  border-bottom: none;
}

header .logo {
  max-width: 25%;
  min-width: 150px;
}

.read_green {
	/* color:#EC3A83; */
  color: #66E29D;
  transition: all .25s ease-in-out;
}
.read_pink {
  color: #EC3A83;
  transition: all .25s ease-in-out;
}

.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #212020;
}
.pagination .page-numbers.current {
  background-color: #EC3A83;
  color: #fff;
}
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #212020;
}
.pagination .page-numbers.prev:before {
  content: "";
}
.pagination .page-numbers.next:before {
  content: "";
}

/****************
TYPOGRAPHY STYLES
****************/
body {
  /* font-family: "Quasimoda", Arial, Helvetica, sans-serif; */
  font-family: "Space Grotesk", serif;
  letter-spacing: -0.025em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /* font-family: "Halcom", Arial, Helvetica, sans-serif; */
  font-family: "Space Grotesk", serif;
  margin-bottom: 1rem;
  /* font-weight: 400; */
  font-weight: 700;
}
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 600;
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #212020;
  transition: all 0.3s;
}
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  /* color: #EC3A83; */
  color: #EC3A83;
  text-decoration: none;
}

h1 {
  font-size: 65px;
  /* line-height: 1.2; */
  line-height: 1;
  color: #212020;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 667px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 667px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 667px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 21px;
  /* font-family: "Quasimoda", Arial, Helvetica, sans-serif; */
  font-family: "Space Grotesk", serif;
  /* font-weight: 400; */
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 18px;
  }
}
h4.large {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  h4.large {
    font-size: 24px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 19px;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 17px;
  }
}

p a {
  color: #EC3A83;
  text-decoration: underline;
  transition: all .25s ease-in-out;
}
p a:hover {
  color: #EC3A83;
  opacity: .6;
}
p a.btn-primary, p a.btn-secondary {
  opacity: 1;
}
.title-bar {
  position: relative;
  /*padding-bottom: 5vw;*/
	padding-bottom: 50px;
}
.title-bar + * {
  margin-top: 5rem;
}
.title-bar + .featured-img.mob + * {
  margin-top: 3rem;
}
.title-bar:after {
  content: "";
  position: absolute;
  left: -5rem;
  bottom: 0;
  width: 60%;
  height: 10px;
  /* background-color: #EC3A83; */
  /* background-color: #EC3A83; */
  /* background-color: #F8F954; */
  background-color: #6CEBFC;
}
.title-bar .green-text {
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .title-bar:after {
    left: -2.5rem;
  }
}

blockquote {
  position: relative;
  padding-left: 50px;
  max-width: 80%;
  margin: 4rem 0;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color: #EC3A83;
}
blockquote p {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  blockquote p {
    font-size: 18px;
  }
}
blockquote cite {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-style: normal;
}

ul:not([class]),
ol {
  font-size: 19px;
  margin-left: 25px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  ul:not([class]),
ol {
    font-size: 16px;
  }
}

ol {
  counter-reset: number-list-counter;
  list-style: none;
  margin-left: 0;
}
ol li {
  counter-increment: number-list-counter;
  position: relative;
  padding-left: 25px;
}
ol li:before {
  content: counter(number-list-counter) ".";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.green-text {
  color: #EC3A83;
}

.circle-icon {
  display: block;
  position: relative;
  margin: 0 auto 1.5rem auto;
  font-size: 45px;
  line-height: 75px;
  color: #212020;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #EC3A83;
}
.circle-icon > i,
.circle-icon > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 70%;
  max-height: 50%;
  filter: invert(1) brightness(1000);
}
.about-icons:nth-of-type(1) .circle-icon {
  border-color: #EC3A83;
}
.about-icons:nth-of-type(2) .circle-icon {
  border-color: #6CEBFC;
}
.about-icons:nth-of-type(3) .circle-icon {
  border-color: #F8F954;
}
.about-icons:nth-of-type(4) .circle-icon {
  border-color: #B9B4EB;
}
@media only screen and (max-width: 1024px) {
  .circle-icon {
    width: 75px;
    height: 75px;
    line-height: 50px;
    font-size: 30px;
  }
}

.text-icon {
  position: relative;
  padding-left: 25px;
  margin: 0;
}
.text-icon:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 15px;
  /* color: #EC3A83; */
  color: #EC3A83;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
}
.text-icon.date:before {
  content: "\f073";
}
.text-icon.location:before {
  content: "\f3c5";
}
.text-icon.price:before {
  content: "\f3ff";
}
.text-icon + .text-icon {
  margin-top: 0.25rem;
}

.icon-left {
  position: relative;
  padding-left: 60px;
}
.icon-left:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  /* color: #EC3A83; */
  color: #EC3A83;
}
.icon-left.address:before {
  content: "\f2b9";
}
.icon-left.phone:before {
  content: "\f095";
}
.icon-left.email:before {
  content: "\f0e0";
}

/*
Elements
*/
/************
BUTTON STYLES
************/
* + .btn {
  margin-top: 1rem;
}

.btn.nomarg {
  margin-top: 0;
}

.btn {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  background: none;
  border-right: 0;
  border-bottom: 0;
  padding: 0.5rem 1.5rem 0.75rem 1.5rem;
}
@-moz-document url-prefix() {
  .btn {
    padding: 1rem 1.5rem;
    line-height: 1;
  }
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
}
.btn:before {
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
}
.btn:after {
  width: 2px;
  height: 0%;
  top: 0;
  right: 0;
  transition: height 0.3s;
}
.btn:hover {
  background-color: transparent;
}
.btn:hover:before {
  width: 100%;
}
.btn:hover:after {
  height: 100%;
}
.btn.btn-primary {
  color: #212020;
  border-left: 2px solid #212020;
  border-top: 2px solid #212020;
}
.btn.btn-primary:before, .btn.btn-primary:after {
  background-color: #212020;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  /* color: #EC3A83; */
  color: #eb3a83;
  background-color: transparent;
  /* border-left: 2px solid #EC3A83;
  border-top: 2px solid #EC3A83; */
  border-left: 2px solid #eb3a83;
  border-top: 2px solid #eb3a83;
}
.btn.btn-primary:not(:disabled):not(.disabled).active:before, .btn.btn-primary:not(:disabled):not(.disabled).active:after, .btn.btn-primary:not(:disabled):not(.disabled):active:before, .btn.btn-primary:not(:disabled):not(.disabled):active:after {
  /* background-color: #EC3A83; */
  background-color: #eb3a83;
}
.btn.btn-secondary {
  /* color: #EC3A83;
  border-left: 2px solid #EC3A83;
  border-top: 2px solid #EC3A83; */
  text-decoration: none;
  color: #eb3a83;
  border-left: 2px solid #eb3a83;
  border-top: 2px solid #eb3a83;
}
.btn.btn-secondary:before, .btn.btn-secondary:after {
  /* background-color: #EC3A83; */
  background-color: #eb3a83;
  content: '';
  position: absolute;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  color: #212020;
  background-color: transparent;
  border-left: 2px solid #212020;
  border-top: 2px solid #212020;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active:before, .btn.btn-secondary:not(:disabled):not(.disabled).active:after, .btn.btn-secondary:not(:disabled):not(.disabled):active:before, .btn.btn-secondary:not(:disabled):not(.disabled):active:after {
  background-color: #212020;
}
.btn.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-white:before, .btn.btn-white:after {
  background-color: #fff;
}
.btn i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  color: #fff;
}

.btn-link {
  display: block;
  font-size: 17px;
  font-weight: 500px;
  color: #212020;
  text-decoration: underline;
  transition: all 0.3s;
}
.btn-link:hover {
  color: #EC3A83;
}
.sub-nav .btn-link {
  text-decoration: none;
  font-weight: 900;
}

.btn-back {
  position: relative;
  display: flex;
  align-items: center;
}
.btn-back:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f060";
  font-weight: 400;
}

p + .btn-primary,
p + .btn-secondary {
  margin-top: 1rem;
}

/* Contact Page */
.page-template-page-contact header ul.nav {
  margin-top: 0;
}
.page-template-page-contact ul.nav {
  margin-top: 2rem;
}
.page-template-page-contact ul.social li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
  }
  .btn.btn-primary, .btn.btn-secondary {
    padding: 0.75rem 1.5rem;
  }
}
/************
FORM STYLES
************/
.contact-form p a {
  color: #EC3A83;
}
.form-control {
  border-radius: 0;
  padding: 1rem 1.5rem;
  border: 2px solid #fff;
  font-size: 18px;
  color: #212020 !important;
}
.pale-purple .form-control {
  border: none;
}
.custom-select {
  padding: 1rem 0.75rem;
  height: auto;
  border-radius: 0;
  font-size: 16px;
}
label {
  font-size: 16px;
  font-weight: 400;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 18px;
}
.wpcf7-not-valid-tip {
    font-size: 16px!important;
    margin: 10px 0 0!important;
}

/************
TABLE STYLES
************/
.table {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.table.table-dark {
  background-color: #212020;
}
.table.table-dark td, .table.table-dark th, .table.table-dark thead th {
  border-color: #25293c;
}
.table .thead-dark th {
  background-color: #212020;
  border-color: #25293c;
}
.table .thead-light th {
  background-color: #d2d2d2;
  border-color: #c5c5c5;
}
.table.table-striped {
  border: 1px solid #dee2e6;
}
.table.table-striped th,
.table.table-striped td {
  border: 1px solid #dee2e6;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #d2d2d2;
}
.table.table-striped.table-dark {
  border-color: #2e344c;
}
.table.table-striped.table-dark tbody tr:nth-of-type(odd) {
  background-color: #25293c;
}
.table.table-striped.table-dark th,
.table.table-striped.table-dark td {
  border-color: #2e344c;
}

/************
CARD STYLES
************/
.card {
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.card.match-height { 
	height: 100%;
}
.card:active, .card:focus {
  outline: none;
}
.card img {
  transition: transform 0.5s ease-in-out;
}
.card hr {
  border-top-color: #fff;
}
.card:hover img {
  transform: scale(1.05);
}
.card:hover .read_pink {
  color: #66E29D;
}
.card .card-img,
.card .card-img-top {
  border-radius: 0;
}
.card .card-body {
  background-color: #fff;
  padding: 2rem;
  margin-top: 1.5rem;
}
.box-yellow .card .card-body {
  /* background-color: #f8f7fc; */
  background-color: #212020;
}
.box-yellow .card .card-body p {
  color: #fff;
}
.card .card-body .card-title a {
  /* color: #212020; */
  color: #fff;
}
.card h4 {
  font-size: 26px;
}
@media only screen and (max-width: 1024px) {
  .card h4 {
    font-size: 18px;
  }
}
.card p {
  font-size: 17px;
}
/*.card p a {
  color: #fff;
}*/
.card p.small {
  font-size: 13px;
}
.card .text-icon {
  font-size: 15px;
}
.card .card-img-overlay {
  z-index: 1;
  padding: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card .card-img-overlay * {
  color: #fff;
}
.card .card-img-overlay:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #212020;
  background: -moz-linear-gradient(0deg, #212020 0%, rgba(27, 30, 44, 0) 100%);
  background: -webkit-linear-gradient(0deg, #212020 0%, rgba(27, 30, 44, 0) 100%);
  background: linear-gradient(0deg, #212020 0%, rgba(27, 30, 44, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212020",endColorstr="#212020",GradientType=1);
}

/************
BADGE STYLES
************/
.badge {
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem;
}
.badge.badge-primary {
  background-color: #66E29D;
  color: #212020;
}
.badge.edge {
  position: absolute;
  top: 20px;
  left: 0;
}
.badge + * {
  margin-top: 1rem;
}

/************
SUB-NAV STYLES
************/
/************
HERO STYLES
************/

.hero-slider {
	width: 100%;
	position: relative;
	z-index: 10;
}

.hero {
  position: relative;
  background-color: #212020;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #212020;
  background: -moz-linear-gradient(41deg, #212020 0%, #212020 100%);
  background: -webkit-linear-gradient(41deg, #212020 0%, #212020 100%);
  background: linear-gradient(41deg, #212020 0%, #212020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212020",endColorstr="#212020",GradientType=1);
}
.hero .section-container {
  position: relative;
  z-index: 2;
}
.hero * {
  color: #fff;
}
.hero .title {
  font-size: 60px;
  line-height: 1.2;
  /* font-family: "Quasimoda", Arial, Helvetica, sans-serif; */
  font-family: "Space Grotesk", serif;
  font-weight: 700;
  padding: 0;
}
.hero .title:after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hero .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 667px) {
  .hero .title {
    font-size: 40px;
  }
}
.hero .sub-title {
  font-size: 28px;
  /* font-family: "Quasimoda", Arial, Helvetica, sans-serif; */
  font-family: "Space Grotesk", serif;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .hero .sub-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 667px) {
  .hero .sub-title {
    font-size: 20px;
  }
}
.hero #wave {
  display: inline-block;
  position: relative;
  z-index: 5;
  margin-top: -15vh;
  margin-bottom: -1px;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .hero #wave {
    margin-top: -10vh;
  }
}
@media only screen and (max-width: 768px) {
  .hero #wave {
    margin-top: -5vh;
  }
}
@media only screen and (max-width: 667px) {
  .hero #wave {
    margin-top: 0;
  }
}
.hero .btn {
  font-size: 21px;
  border-color: #fff;
  color: #fff;
}
.hero .btn:before, .hero .btn:after {
  background-color: #fff;
}

@media only screen and (max-width: 575px) {
  .hero .section-container {
    padding: 17vw 0;
  }
}


/***********
MODAL STYLES
***********/
.modal {
  display: none;
}
.modal .no-gutters > .col,
.modal .no-gutters > [class*=col-] {
  padding: 0;
}
.modal.team-member {
  padding: 0 !important;
  width: 90%;
  max-width: 1200px;
}
.modal.team-member .team-image {
  position: absolute;
  object-fit: cover;
  object-position: top;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.team-member .modal-header,
.modal.team-member .modal-body {
  padding: 3rem;
}
.modal.team-member .modal-header {
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
}
.modal.team-member .modal-header * {
  margin: 0;
}
.modal.team-member .modal-body {
  background-color: #d2d2d2;
}

.fancybox-button[data-fancybox-close] {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 667px) {
  .modal.team-member .modal-header,
.modal.team-member .modal-body {
    padding: 1.5rem;
  }
}
.popup {
  display: none;
  width: 50%;
  max-width: 600px;
}

@media only screen and (max-width: 1024px) {
  .popup {
    max-width: none;
    width: 90%;
  }
}

/***********
VIDEO STYLES
***********/

.video_slider {
	width:100%;
	float: left;
	position: relative;
}

.video_slider .slider {
	width:100%;
	float:left;
	margin-top:1px;
	position:relative;
}

.video_slider .slider.category .slide {
	height: 550px;
}

.video_slider .slider .slide {
	color:#fff;
	padding:50px 5%;
	box-sizing:border-box;
	height: 800px;
	width:100%;
	float:left;
	position: relative;
}

.video_slider .slide_background {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size:cover!important;
}

.video_slider .slide_content {
	padding:50px 0 0;
	text-align:left;
	color:#fff;
	position:absolute;
	width:40%;
	top: 50%;
	transform: translateY(-50%);
	z-index:5;
}

.video_slider .slide_content h1 {
	font-size:75px;
	margin:0 0 20px;
	color:#fff;
	text-align:left;
	line-height: 1.3em;
}

.video_slider .slide_content p {
	font-size:20px;
	padding:0 0 40px;	
}

.video_slider .slide_pic {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-size:cover!important;	
}

.video_slider .slide_gradient_side {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:2;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.64) 1%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.64) 1%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.64) 1%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.video_slider .slide_gradient_bottom {
	position:absolute;
	left:0;
	bottom:-1px;
	height:20%;
	width:100%;
	z-index:2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 99%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.video_slider a.slider_btn {
	line-height: 1.5em;
	float: left;
}

.video_slider .hp_play_square {
	background:#EC3A83;
	color: #fff;
	font-size: 33px;
	width:76px;
	height: 71px;
	overflow: hidden;
	padding: 20px 0 0;
	text-align: center;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	position: relative;
	float: left;
	transition: all 0.3s ease-out;
}

.video_slider a.slider_btn:hover .hp_play_square {
	background:#1ca2b7;
}

.video_slider .link_text {
	font-size:20px;
	color: #fff;
	padding: 25px 0 0 20px;
	font-weight: bold;
	float: left;
}

.video_slider .slide a.btn {
	display:inline-block;
	vertical-align:top;
	color:#fff;
	background:none;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:20px 0 20px;
	padding:10px 25px;
	border:2px solid #fff;
	text-decoration:none;	
}

.video_slider .slide a.btn i {
	float:right;
	margin:6px 0 0 10px;	
}

.video_slider .slide a.btn:hover {
	text-decoration:none;
	color:#000;
	background:#fff;	
}

.video_row {
	width:100%;
	float:left;
	padding:50px 5%;
	box-sizing:border-box;
	border-bottom: 2px solid #fff;
}

.video_row.bottom {
	width:100%;
	float:left;
	padding:80px 5%;
	box-sizing:border-box;
	background:#eef2f4;
}

.video_row.main_content {
	padding:90px 0 50px 5%;
	background:url("../images/mainbg.jpg") no-repeat top right #000;
	background-size:cover!important;
}

.video_row.main_content.padd {
	padding:180px 5% 50px 5%;
	background:url("../images/mainbg.jpg") no-repeat top right #000;
	background-size:cover!important;
}

.video_row_inner {
	max-width:1400px;
	min-width:900px;
	margin:0 auto;
}

.video_scroll {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding: 0 0 0 5%;
}

.video_scroll h3 {
	font-size:26px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px;
	color: #fff;
}

.video_list {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding: 10px 0 50px;
	margin: 0 0 50px;
	position: relative;
}

.video_list:after {
	width:91.85%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background:#484848;
	content: '';
}

.video_list .slick-slide {
    margin-right:20px;
 }

.left_align_slick > .slick-list > .slick-track {    
    margin-left:0;
}

.slide_surround {
	width:100%;
	position: relative;
	float: left;
}

a.video_link {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.video_square {
	width:100%;
	float:left;
	position: relative;
}

.video_square img {
	width:100%;
	float:left;
}

.video_square .vid_time {
	position:absolute;
	right: 5px;
	bottom: 5px;
	z-index: 5;
	background: rgba(0,0,0,.60);
	padding: 5px 8px;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
}

.video_list p {
	width:100%;
	float:left;
	font-size: 17px;
	padding: 0;
	margin:15px 0 0;
	color: #fff;
}

.vid_hover {
	position:absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	border-top: 4px solid #EC3A83;
	opacity: 0;
	transition: all 0.2s ease-out;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.play_square {
	background:#EC3A83;
	color: #fff;
	font-size: 25px;
	width:60px;
	/* height: 55px; */
  height: 65px;
	overflow: hidden;
	padding: 15px 0 0;
	text-align: center;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	position: absolute;
}

.slide_surround:hover .vid_hover {
	opacity: 1;
}


/************************************************ Videos ************************************************/

.film_surround {
	width:100%;
	float: left;
	position: relative;
}

.film_brand {
    width: 33%;
    position: absolute;
    top: -17%;
    right: -5%;
}

.film_video {
	width:100%;
	float:left;
	margin:0 0 90px;
}

.film_pic_area {
	width:100%;
	float:left;
	position:relative;
	cursor:pointer;
	background:#000;
	z-index:10;
}

.film_pic_area.hide{
	display:none;
}

.film_pic_area img {
	width:100%;
	opacity:1;
	float:left;
	transition: all 0.3s ease-out;
	position:relative;
}

.film_pic_area .text {
	position:absolute;
	bottom:5%;
	left:3%;	
	z-index:4;
	color:#fff;
	width:90%;
	text-align:left;
}

.film_pic_area .text img {
	width:67.5px;
	margin:40px 0 0;
	float:none;
	opacity:1;
}

.film_pic_area:hover img {
	opacity:0.8;
}

.film_pic_area:hover .text img {
	opacity:1;
}

.film_pic_area .text h1 {
	font-size:40px;
	margin:0 0 20px 120px;
	color:#fff;
}

.film_pic_area .text h2 {
	font-size:60px;
	margin:0;	
}

.film_play_square {
	background:#EC3A83;
	color: #fff;
	font-size: 45px;
	width:90px;
	height: 85px;
	overflow: hidden;
	padding: 20px 0 0;
	text-align: center;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	position: absolute;
}

.film_gradient {
	position:absolute;
	left:0;
	bottom:-1px;
	height:40%;
	width:100%;
	z-index:2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 99%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.film_video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
	display:block;
}

.film_video_wrapper.show {
	display:block;
}

.film_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.film_left_col {
	width:40%;
	float:left;
	margin-left:5%;
	color: #fff;
}

.film_left_col h1,
.film_left_col h2,
.film_left_col h3,
.film_left_col h4,
.film_left_col p,
.film_left_col ul li{
	color: #fff;
}

.film_left_col p {
	font-size:20px;
	padding: 0 0 30px;
	color: #fff;
}

.film_right_col {
    width: 20%;
    float: right;
    margin-right:15%;
    margin-left: 0;
}

.film_right_col p {
	font-size:18px;
	color: #c0c0c0;
	border-bottom: 1px solid #484848;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.film_right_col p.last {
	border-bottom:none;
}

.film_right_col h4 {
	font-size:18px;
	color: #c0c0c0;
	margin: 0 0 15px;
}

.film_right_col a {
	color: #c0c0c0;
	text-decoration: underline;
}

.film_right_col a:hover {
	color: #EC3A83;
	text-decoration: none;
}

.related_videos {
	width:100%;
	float: left;
	border-top: 1px solid #484848;
	padding: 60px 0 0;
	margin: 60px 0 0;
}

.related_videos h3 {
	font-size:30px;
	margin: 0 0 30px;
	font-weight: bold;
	color: #fff;
}

.related_videos ul {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:start;
	text-align: left;
	margin: 0;
}

.related_videos ul li {
    width: 23.5%;
    position: relative;
    margin: 0 2% 2% 0;
}

.related_videos ul li:nth-child(4n) {
	margin-right: 0;
}

.related_videos ul li a.video_link {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.related_videos ul li .video_square {
	width:100%;
	float:left;
	position: relative;
}

.related_videos ul li .video_square img {
	width:100%;
	float:left;
}

.related_videos ul li .video_square .vid_time {
	position:absolute;
	right: 5px;
	bottom: 5px;
	z-index: 5;
	background: rgba(0,0,0,.60);
	padding: 5px 8px;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
}

.related_videos ul li p {
	width:100%;
	float:left;
	font-size: 17px;
	padding: 0;
	margin:15px 0 0;
	color: #fff;
}

.related_videos ul li .vid_hover {
	position:absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	border-top: 4px solid #EC3A83;
	opacity: 0;
	transition: all 0.2s ease-out;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.related_videos ul li .play_square {
	background:#EC3A83;
	color: #fff;
	font-size: 25px;
	width:60px;
	height: 55px;
	overflow: hidden;
	padding: 15px 0 0;
	text-align: center;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	position: absolute;
}

.related_videos ul li:hover .vid_hover {
	opacity: 1;
}

@media only screen and (max-width: 1100px) {

.slide_content {
    width: 70%;
}	
	
.film_right_col {
    width: 30%;
    float: right;
    margin-right: 5%;
    margin-left: 0;
}
	
}

@media only screen and (max-width: 1023px) {

.video_row_inner {
	width:100%;
	max-width:100%;
	min-width:0;
	margin:0 auto;
}
	
.video_row.main_content {
    padding: 90px 0 50px 0;
}

.related_videos ul li {
    width: 48%;
    position: relative;
    margin: 0 4% 4% 0;
}
	
.related_videos ul li:nth-child(2n) {
    margin: 0 0 4% 0;
}

}

/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 767px) {

.slide_content {
    width: 90%;
}

.slide_content h1 {
    font-size: 50px;
}

.video_scroll h3 {
	width: 70%;
	float: left;
}

}

@media handheld, only screen and (max-width: 600px) {

.video_row.main_content.padd {
    padding: 120px 5% 50px 5%;
}
	
.slide_content {
    width: 90%;
}

.slide_content h1 {
    font-size: 50px;
}
	
.slider .slide {
    color: #fff;
    padding: 50px 5%;
    box-sizing: border-box;
    height: 600px;
}
	
.slider.category .slide {
    height: 350px;
}

.video_scroll h3 {
	width: 60%;
	float: left;
}

.film_video {
    width: 100%;
    float: left;
    margin: 0 0 40px;
}

.film_left_col {
    width: 100%;
    float: left;
    margin-left: 0;
}

.film_right_col {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
}

.related_videos {
    width: 100%;
    float: left;
    border-top: 1px solid #484848;
    padding: 40px 0 0;
    margin: 50px 0 0;
}

.film_play_square {
    font-size: 30px;
    width: 60px;
    height: 55px;
    padding: 13px 0 0;
}

.film_pic_area .text h1 {
    font-size: 25px;
    margin: 0 0 0 75px;
    color: #fff;
}

}

/* Logomarks */
/* Homepage Logomark */
.home .latest-news .row {
  position: relative;
  z-index: 2;
}
.home .latest-news .logomark {
  position: absolute;
  bottom: -35px;
  right: -60px;
  max-height: 650px;
  height: 80%;
}
@media screen and (max-width: 1024px) {
  .home .latest-news .logomark {
    height: auto;
  }
}
@media screen and (max-width: 668px) {
  .home .latest-news .logomark {
    bottom: -50px;
    right: -40px;
  }
}
@media screen and (max-width: 500px) {
  .home .latest-news .logomark {
    bottom: -20px;
    right: -35px;
  }
}

/* Festival Main & General Logomarks */
.page-template-template_festival-main section.white .logomark,
.page-template-template_general section.white .logomark,
.page-template-template_company section.white .logomark,
.page-template-template_festival-main section.white .logomark,
.page-template-template_festival-guest-artists section.white .logomark,
.page-template-template_festival-embed section.white .logomark,
.page-template-template_about-main section.white .logomark {
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .page-template-template_festival-main section.white .logomark,
  .page-template-template_general section.white .logomark,
  .page-template-template_company section.white .logomark,
  .page-template-template_festival-main section.white .logomark,
  .page-template-template_festival-guest-artists section.white .logomark,
  .page-template-template_festival-embed section.white .logomark,
  .page-template-template_about-main section.white .logomark {
    height: auto;
    opacity: .1;
  }
}

/* News & Outreach Logomark */
.news-listing a:hover {
  text-decoration: none;
}
.news-listing .row {
  position: relative;
  z-index: 2;
}
.news-listing .logomark {
  position: absolute;
  bottom: -35px;
  right: -20px;
  max-height: 650px;
  height: 80%;
}
@media screen and (max-width: 1024px) {
  .news-listing .logomark {
    height: auto;
  }
}

/* Company */
.page-template-template_company .form-control {
  border-color: #212020;
}