@charset "UTF-8";
/*
 *  Theme Name: Rights for Girls 15
 *  Author  Damon ( Elefint )
 *  Description: Child Theme of Spark15 for Rights For Girls
 *  Version: 0.1
 *  Template: Spark15
 */
 /* Rights For Girls Color Palette */
/* icons */
/* graphics */
/* Rights For Girls Typography Variables and Mixins */
/** Base Styles for Rights for Girls **/
/* line 64, style/_base.scss */
html {
  overflow-x: hidden;
}

/* line 68, style/_base.scss */
body.rights_app {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.5em;
  color: #404040;
}

/* line 72, style/_base.scss */
body.rights_app * {
  box-sizing: border-box;
}

/* line 76, style/_base.scss */
body.rights_app a {
  color: #05b5fe;
}

/* line 78, style/_base.scss */
body.rights_app .container {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 83, style/_base.scss */
section {
  display: block;
}

/* line 32, style/_base.scss */
input {
  border: none;
  padding: 10px;
  color: #c9bcce;
  background: #e2d5de;
}

/* line 38, style/_base.scss */
input:focus {
  color: black;
}

/* line 42, style/_base.scss */
input .wpcf7-form :before {
  content: "";
  color: #6e0047;
  font-family: "FontAwesome";
}

/* line 48, style/_base.scss */
input[type="submit"] {
  color: #2f2f2f;
  border-bottom: 3px solid black;
  background: none;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin-top: 25px;
}

/* line 56, style/_base.scss */
input[type="submit"]:hover {
  color: #404040;
}

/** Header Styles **/
/* line 3, style/components/_header.scss */
header.spark-header {
  background: #2f2f2f;
  white-space: nowrap;
}

/* line 7, style/components/_header.scss */
header.spark-header .left-container {
  width: 360px;
  display: inline-block;
  margin-left: -3px;
}

/* line 11, style/components/_header.scss */
header.spark-header .site-logo {
  display: block;
  width: 200px;
  height: 40px;
  background: url("style/images/logo.png") no-repeat;
  display: block;
  background-size: contain;
  margin-left: 2rem;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 27, style/components/_header.scss*/
header.spark-header .site-logo:hover {
  background-image: url("style/images/logo_hover.png");
}


/* line 29, style/components/_header.scss */
header.spark-header .site-logo:hover::before {
  color: #ff00aa;
}

/* line 35, style/components/_header.scss */
header.spark-header .right-container {
  width: 360px;
  display: inline-block;
  margin-left: -3px;
  margin-left: 315px;
}

/* line 39, style/components/_header.scss */
header.spark-header .social {
  text-align: right;
}

/* line 41, style/components/_header.scss */
header.spark-header .social li {
  display: inline-block;
  margin-right: 1em;
  text-align: right;
}

/* line 45, style/components/_header.scss */
header.spark-header .social li a {
  color: #830044;
  text-decoration: none;
}

/* line 48, style/components/_header.scss */
header.spark-header .social li a::before {
  display: inline-block;
  width: 30px;
  height: 22px;
  font-family: "FontAwesome";
  color: #830044;
}

/* line 56, style/components/_header.scss */
header.spark-header .social li a:hover::before {
  color: #05b5fe;
}

/* line 61, style/components/_header.scss */
header.spark-header .social li.twitter a::before {
  content: "";
}

/* line 62, style/components/_header.scss */
header.spark-header .social li.facebook a::before {
  content: "";
}

/* line 63, style/components/_header.scss */
header.spark-header .social li.mail a::before {
  content: "";
}

/* line 64, style/components/_header.scss */
header.spark-header .social li.donate {
  background: #404040;
  padding: 25px 40px;
  display: inline-block;
  cursor: pointer;
}

/* line 69, style/components/_header.scss */
header.spark-header .social li.donate a {
  color: #ac006e;
}

/* line 70, style/components/_header.scss */
header.spark-header .social li.donate::before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  color: #ac006e;
}

/* line 76, style/components/_header.scss */
header.spark-header .social li.donate:hover {
  background: #535353;
}

/* line 78, style/components/_header.scss */
header.spark-header .social li.donate:hover a {
  color: #ff00aa;
}

/* line 79, style/components/_header.scss */
header.spark-header .social li.donate:hover::before {
  color: #ff00aa;
}

/* line 89, style/components/_header.scss */
.donate.spark-modal {
  white-space: normal;
  width: 0;
  height: 0;
  max-width: none;
  overflow: hidden;
}

/* line 95, style/components/_header.scss */
.donate.spark-modal.show {
  width: 100%;
  height: 100%;
  max-width: none;
}

/* line 100, style/components/_header.scss */
.donate.spark-modal .modal-content {
  background: #e2d5de;
  border: 10px solid white;
  width: 1000px;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 109, style/components/_header.scss */
.donate.spark-modal .modal-content .close {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(style/images/lightbox-close.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 1000;
}

/* line 120, style/components/_header.scss */
.donate.spark-modal .modal-content > * {
  display: inline-block;
  vertical-align: top;
}

/* line 124, style/components/_header.scss */
.donate.spark-modal .modal-content .text {
  width: 520px;
  padding-top: 40px;
  margin-left: 30px;
}

/* line 129, style/components/_header.scss */
.donate.spark-modal .modal-content .text h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  font-size: 38px;
  margin-bottom: 25px;
  color: #6e0047;
}

/* line 135, style/components/_header.scss */
.donate.spark-modal .modal-content .text p {
  margin-bottom: 5px;
}

/* line 138, style/components/_header.scss */
.donate.spark-modal .modal-content .text .button {
  display: inline-block;
  color: white;
  margin: 5px;
  background: #ac006e;
  text-decoration: none;
  padding: 20px 60px;
  margin-top: 1em;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  transition: .25s background ease-in-out;
}

/* line 151, style/components/_header.scss */
.donate.spark-modal .modal-content .text .button:hover {
  background: #830044;
}

/* line 155, style/components/_header.scss */
.donate.spark-modal .modal-content .text .close {
  background: url("style/images/x.png") no-repeat;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  position: absolute;
}

/* line 2, style/components/_mainnav.scss */
nav.full-width-nav {
  position: relative;
  z-index: 1;
  background: #5b003b;
}

/* line 7, style/components/_mainnav.scss */
nav.full-width-nav .container {
  position: static;
}

/* line 11, style/components/_mainnav.scss */
nav.full-width-nav .container ul {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 15, style/components/_mainnav.scss */
nav.full-width-nav .nav-drop {
  width: 100%;
}

/* line 19, style/components/_mainnav.scss */
nav.full-width-nav li {
  cursor: pointer;
}

/* line 23, style/components/_mainnav.scss */
nav.full-width-nav > ul > li {
  display: inline-block;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}

/* line 28, style/components/_mainnav.scss */
nav.full-width-nav > ul > li a, nav.full-width-nav > ul > li span {
  display: block;
  text-decoration: none;
  color: white;
}

/* line 34, style/components/_mainnav.scss */
nav.full-width-nav > ul > li:hover > a, nav.full-width-nav > ul > li:hover > span {
  color: #05b5fe;
}

/* line 38, style/components/_mainnav.scss */
nav.full-width-nav > ul > li > a, nav.full-width-nav > ul > li span {
  padding: 19px 28px;
}

/* line 42, style/components/_mainnav.scss */
nav.full-width-nav > ul > li.current_page_item, nav.full-width-nav > ul > li.current-menu-parent {
  background: #45002c;
  border-bottom: 5px solid #6e0047;
}

/* line 45, style/components/_mainnav.scss */
nav.full-width-nav > ul > li.current_page_item > a, nav.full-width-nav > ul > li.current_page_item > span, nav.full-width-nav > ul > li.current-menu-parent > a, nav.full-width-nav > ul > li.current-menu-parent > span {
  color: #05b5fe;
}

/* line 49, style/components/_mainnav.scss */
nav.full-width-nav > ul > li .nav-drop {
  position: absolute;
  background: #45002c;
  width: 100%;
  left: 0;
  padding: 0;
  line-height: 1.5rem;
  z-index: -1;
  bottom: 0;
  height: 0;
  overflow: hidden;
  transition: .5s all ease-in-out .5s;
}

/* line 62, style/components/_mainnav.scss */
nav.full-width-nav > ul > li .nav-drop ul {
  bottom: 0;
  padding: 0 88px;
}

/* line 67, style/components/_mainnav.scss */
nav.full-width-nav > ul > li .nav-drop li {
  display: inline-block;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  margin-right: 1.5rem;
  line-height: 2rem;
}

/* line 73, style/components/_mainnav.scss */
nav.full-width-nav > ul > li .nav-drop li:hover a, nav.full-width-nav > ul > li .nav-drop li.current-menu-item a {
  color: #05b5fe;
}

/* line 79, style/components/_mainnav.scss */
nav.full-width-nav > ul > li:hover .nav-drop {
  height: 52px;
  bottom: -52px;
  padding: 10px 0;
}

/* line 1, style/components/modal.scss */
.spark-modal-trigger {
  cursor: pointer;
}

/* line 4, style/components/modal.scss */
.spark-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 22, style/components/modal.scss */
.spark-modal.show {
  visibility: visible;
}

/* line 26, style/components/modal.scss */
.spark-modal:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}

/* line 2, style/components/_home_feature.scss */
section.home-feature {
  position: relative;
  height: 560px;
  background-color: #2f2f2f;
  background-size: cover;
  background-position: center top;
}

/* line 8, style/components/_home_feature.scss */
section.home-feature .container {
  height: 100%;
  width: 1050px;
  padding: 0;
  background-size: cover;
}

/* line 14, style/components/_home_feature.scss */
section.home-feature hgroup {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0px;
}

/* line 19, style/components/_home_feature.scss */
section.home-feature hgroup h2 {
  width: 580px;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  color: white;
  background: rgba(110, 0, 71, 0.5);
  padding: 2.2rem 1.25rem;
}

/* line 21, style/components/_home_feature.scss */
section.home-feature hgroup h2 b, section.home-feature hgroup h2 strong {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
}

/* line 27, style/components/_home_feature.scss */
section.home-feature hgroup h3 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
  width: auto;
  display: inline-block;
  padding: .5rem;
  margin-bottom: .5rem;
  color: white;
  background: #45002c;
}

/* line 36, style/components/_home_feature.scss */
section.home-feature hgroup .link-peek {
  position: absolute;
  bottom: 0px;
  height: 162px;
  width: 40px;
  right: -40px;
  padding: 10px;
  background: #45002c;
  overflow: hidden;
  transition: .5s ease-in-out;
}

/* line 46, style/components/_home_feature.scss */
section.home-feature hgroup .link-peek:before {
  content: "See The Campaign";
  color: #05b5fe;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
  display: inline-block;
  height: 3.2rem;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  font-size: 24px;
  font-size: 20px;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  line-height: 1em;
}

/* line 64, style/components/_home_feature.scss */
section.home-feature hgroup .link-peek:after {
  content: "";
  display: inline-block;
  color: #21e3db;
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0px;
  margin: auto;
  font-size: 46px;
  height: 60px;
}

/* line 78, style/components/_home_feature.scss */
section.home-feature hgroup:hover .link-peek {
  width: 145px;
  right: -145px;
}

/* line 81, style/components/_home_feature.scss */
section.home-feature hgroup:hover .link-peek:before {
  opacity: 1;
  transition-delay: .5s;
}

/* line 1, style/components/_our_mission.scss */
section.our-mission {
  background: #e2d5de;
}

/* line 4, style/components/_our_mission.scss */
section.our-mission h1 {
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  color: #05b5fe;
  background-size: cover;
  background-position: top;
  padding: 52px;
  line-height: 300px;
  min-width: 1200px;
}

/* line 15, style/components/_our_mission.scss */
section.our-mission .container {
  width: 930px;
  padding: 80px 0;
  line-height: 1.5em;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  color: #6e0047;
  font-size: 32px;
  text-align: center;
}

/* line 21, style/components/_our_mission.scss */
section.our-mission .container:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #6e0047 transparent;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 80px 80px 90px 80px;
  border-color: transparent transparent #e2d5de transparent;
  position: absolute;
}

/* line 35, style/components/_our_mission.scss */
section.statistics {
  background: #e2d5de;
}

/* line 37, style/components/_our_mission.scss */
section.statistics ul {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  padding: 65px 0;
  text-align: center;
  border-top: 1px solid #c9bcce;
}

/* line 42, style/components/_our_mission.scss */
section.statistics ul li {
  white-space: normal;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 200px;
}

/* line 48, style/components/_our_mission.scss */
section.statistics ul li:not(:nth-child(3)) {
  margin-right: 140px;
}

/* line 51, style/components/_our_mission.scss */
section.statistics ul li h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  color: #830044;
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 58, style/components/_our_mission.scss */
section.statistics ul li h5 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 10px;
  text-align: center;
  color: #6e0047;
}

/* line 66, style/components/_our_mission.scss */
section.statistics ul li .description {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 16px;
}

/* line 74, style/components/_our_mission.scss */
section.statistics .stat-caption {
  display: block;
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  padding-bottom: 75px;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
}

/* line 82, style/components/_our_mission.scss */
section.mission-content {
  background: #5b003b;
  padding: 75px 0;
  color: white;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
}

/* line 88, style/components/_our_mission.scss */
section.mission-content hr {
  margin: 65px 0;
}

/* line 92, style/components/_our_mission.scss */
section.mission-content h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
}

/* line 96, style/components/_our_mission.scss */
section.mission-content h6 {
  color: #05b5fe;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
  font-size: 24px;
  text-transform: none;
  margin: 40px 0;
}

/* line 104, style/components/_our_mission.scss */
section.mission-content p {
  margin-bottom: 1em;
}

/* line 109, style/components/_our_mission.scss */
section.resolution-doc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2f2f2f;
  text-align: center;
}

/* line 115, style/components/_our_mission.scss */
section.resolution-doc h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  background: none;
  padding: 100px 0 60px;
}

/* line 121, style/components/_our_mission.scss */
section.resolution-doc .resolution-download {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 540px;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  padding: 18px;
  margin-bottom: 60px;
  background: #5b003b;
}

/* line 131, style/components/_our_mission.scss */
section.resolution-doc .resolution-download:nth-child(1) {
  margin-right: 50px;
}

/* line 134, style/components/_our_mission.scss */
section.resolution-doc .resolution-download a {
  display: inline-block;
  background: #ac006e;
  color: white;
  text-decoration: none;
  text-align: center;
  width: 200px;
  padding: 20px;
  text-transform: uppercase;
  box-shadow: 0 0 .5em #333;
  transition: .5s all ease-in;
}

/* line 145, style/components/_our_mission.scss */
section.resolution-doc .resolution-download a:hover {
  box-shadow: none;
  background: #ff00aa;
}

/* line 150, style/components/_our_mission.scss */
section.resolution-doc .resolution-download .description {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
  margin-left: 25px;
  font-size: 20px;
  color: white;
}

/* line 161, style/components/_our_mission.scss */
section.resolution-content {
  padding-top: 65px;
  background: #e2d5de;
}

/* line 165, style/components/_our_mission.scss */
section.resolution-content > h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  color: #830044;
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  margin-bottom: 60px;
}

/* line 171, style/components/_our_mission.scss */
section.resolution-content ol {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 174, style/components/_our_mission.scss */
section.resolution-content li {
  counter-increment: step-counter;
  padding-left: 100px;
  margin-bottom: 40px;
  position: relative;
}

/* line 179, style/components/_our_mission.scss */
section.resolution-content li::before {
  content: counter(step-counter);
  margin-right: 5px;
  margin-top: 5px;
  font-size: 30px;
  background-color: #5b003b;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  border-top: 10px solid #830044;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 196, style/components/_our_mission.scss */
section.resolution-content li h4 {
  display: inline-block;
  vertical-align: top;
}

/* line 200, style/components/_our_mission.scss */
section.resolution-content li strong {
  font-weight: 600;
  line-height: 1.2em;
  display: block;
  margin-bottom: 5px;
}

/* line 1, style/components/_why_it_matters.scss */
.why-it-matters {
  background: #5b003b;
  position: relative;
  display: block;
  padding: 70px 0 100px;
}

/* line 6, style/components/_why_it_matters.scss */
.why-it-matters > h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 16, style/components/_why_it_matters.scss */
.why-it-matters .slides {
  padding: 0 70px;
  white-space: nowrap;
  text-align: center;
  width: 1200px;
  margin: auto;
  position: relative;
}

/* line 24, style/components/_why_it_matters.scss */
.why-it-matters .slides .slide {
  display: inline-block;
  position: relative !important;
  vertical-align: top;
  width: 305px;
  height: 365px;
  white-space: normal;
  background-size: cover;
  border: 10px solid #e2d5de;
  margin-right: 70px;
  position: relative !important;
}

/* line 45, style/brand/_mixins.scss */
.why-it-matters .slides .slide .content, .why-it-matters .slides .slide .stat-highlight, .why-it-matters .slides .slide .learn-more {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 100px 30px 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  transition: .5s opacity ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

/* line 61, style/brand/_mixins.scss */
.why-it-matters .slides .slide .content h2, .why-it-matters .slides .slide .stat-highlight h2, .why-it-matters .slides .slide .learn-more h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  font-size: 50px;
  color: #05b5fe;
  width: 100%;
  line-height: 50px;
}

/* line 68, style/brand/_mixins.scss */
.why-it-matters .slides .slide .content h3, .why-it-matters .slides .slide .stat-highlight h3, .why-it-matters .slides .slide .learn-more h3 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-size: 30px;
  margin-bottom: 1rem;
}

/* line 69, style/brand/_mixins.scss */
.why-it-matters .slides .slide .content p, .why-it-matters .slides .slide .stat-highlight p, .why-it-matters .slides .slide .learn-more p {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

/* line 73, style/brand/_mixins.scss */
.why-it-matters .slides .slide .learn-more {
  opacity: 0;
}

/* line 75, style/brand/_mixins.scss */
.why-it-matters .slides .slide .learn-more .action {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid white;
  display: block;
}

/* line 84, style/brand/_mixins.scss */
.why-it-matters .slides .slide:hover .stat-highlight, .why-it-matters .slides .slide.cycle-pager-active .stat-highlight {
  opacity: 0;
}

/* line 87, style/brand/_mixins.scss */
.why-it-matters .slides .slide:hover .learn-more, .why-it-matters .slides .slide.cycle-pager-active .learn-more {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

/* line 313, style/brand/_mixins.scss */
.why-it-matters .feed-pager {
  display: block;
  position: absolute;
  width: 65px;
  height: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 321, style/brand/_mixins.scss */
.why-it-matters .feed-pager.next {
  right: 5px;
  background: url(style/images/pager-left-inactive.png) no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 329, style/brand/_mixins.scss */
.why-it-matters .feed-pager.next:hover {
  background: url(style/images/pager-left-active.png) no-repeat;
}

/* line 333, style/brand/_mixins.scss */
.why-it-matters .feed-pager.prev {
  left: 5px;
  background: url(style/images/pager-left-inactive.png) no-repeat;
}

/* line 336, style/brand/_mixins.scss */
.why-it-matters .feed-pager.prev:hover {
  background: url(style/images/pager-left-active.png) no-repeat;
}

/* line 30, style/components/_why_it_matters.scss */
.why-it-matters .feed-pager {
  opacity: .5;
}

/* line 32, style/components/_why_it_matters.scss */
.why-it-matters .feed-pager:hover {
  opacity: 1;
}

/* line 37, style/components/_why_it_matters.scss */
.why-it-matters .pager > span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 66px;
  height: 66px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 46, style/components/_why_it_matters.scss */
.why-it-matters .pager > span::before {
  content: '';
  font-family: "FontAwesome";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #05b5fe;
  margin: auto;
  width: 0.3em;
  height: 1em;
  font-size: 2em;
}

/* line 63, style/components/_why_it_matters.scss */
.why-it-matters .pager > span.next {
  right: 0;
}

/* line 65, style/components/_why_it_matters.scss */
.why-it-matters .pager > span.next::before {
  content: "";
}

/* line 69, style/components/_why_it_matters.scss */
.why-it-matters .pager > span.prev {
  left: 0;
}

/* line 71, style/components/_why_it_matters.scss */
.why-it-matters .pager > span.prev::before {
  content: "";
}

/* line 1, style/components/_call_to_action.scss */
.call-to-action {
  padding: 95px 0;
  text-align: center;
  background: url("style/images/call_to_action_background.jpg");
  background-size: auto 100%;
}

/* line 6, style/components/_call_to_action.scss */
.call-to-action li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 470px;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  padding: 18px;
  background: #6e0047;
}

/* line 15, style/components/_call_to_action.scss */
.call-to-action li:nth-child(1) {
  margin-right: 50px;
}

/* line 18, style/components/_call_to_action.scss */
.call-to-action li a {
  display: inline-block;
  background: #ac006e;
  color: white;
  text-decoration: none;
  text-align: center;
  width: 160px;
  padding: 25px;
  text-transform: uppercase;
  box-shadow: 0 0 .5em #111;
  transition: .5s all ease-in;
}

/* line 29, style/components/_call_to_action.scss */
.call-to-action li a:hover {
  box-shadow: none;
  background-color: #ff00aa;
}

/* line 34, style/components/_call_to_action.scss */
.call-to-action li .description {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 235px;
  margin-left: 10px;
  font-size: 20px;
  color: white;
  font-weight: 500;
}

/* line 1, style/components/_featured_news.scss */
.featured-news {
  background: #c9bcce;
  padding: 70px 0;
  position: relative;
  line-height: 1.3em;
}

/* line 7, style/components/_featured_news.scss */
.featured-news .slides, .featured-news > h2 {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  width: 1100px;
  overflow: hidden;
  padding: 20px 20px;
}

/* line 14, style/components/_featured_news.scss */
.featured-news h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  color: #6e0047;
  margin-bottom: 1em;
}

/* line 20, style/components/_featured_news.scss */
.featured-news h4 {
  color: #6e0047;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 2.5em;
}

/* line 32, style/components/_featured_news.scss */
.featured-news h5 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  margin-bottom: .5em;
}

/* line 37, style/components/_featured_news.scss */
.featured-news p {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
}

/* line 42, style/components/_featured_news.scss */
.featured-news .content {
  text-decoration: none;
  color: black;
  line-height: 1.2em;
}

/* line 48, style/components/_featured_news.scss */
.featured-news .read-more {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-size: 16px;
  color: #ff00aa;
  text-decoration: none;
  clear: both;
  display: block;
  margin-top: 20px;
}

/* line 57, style/components/_featured_news.scss */
.featured-news .read-more:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* line 65, style/components/_featured_news.scss */
.featured-news .slides {
  white-space: nowrap;
}

/* line 67, style/components/_featured_news.scss */
.featured-news .slides .slide {
  white-space: normal;
}

/* line 68, style/components/_featured_news.scss */
.featured-news .slides .cycle-slideshow {
  overflow: visible !important;
}

/* line 73, style/components/_featured_news.scss */
.featured-news .slide {
  width: auto;
  height: auto;
  width: 323px;
  padding: 20px;
  background: #e2d5de;
  box-shadow: 0 0 0.25em #2f2f2f;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 51px;
  white-space: normal;
}

/* line 86, style/components/_featured_news.scss */
.featured-news .slide:hover span, .featured-news .slide:hover span:before {
  color: #05b5fe;
}

/* line 90, style/components/_featured_news.scss */
.featured-news .news-navigation {
  text-align: center;
  margin-top: 40px;
}

/* line 93, style/components/_featured_news.scss */
.featured-news .news-navigation a {
  text-decoration: none;
  color: #6b0269;
}

/* line 97, style/components/_featured_news.scss */
.featured-news .news-navigation a:visited {
  color: #6b0269;
}

/* line 100, style/components/_featured_news.scss */
.featured-news .news-navigation li {
  display: inline-block;
  margin-right: 20px;
}

/* line 104, style/components/_featured_news.scss */
.featured-news .news-navigation .prev i {
  margin-right: 7px;
}

/* line 107, style/components/_featured_news.scss */
.featured-news .news-navigation .next i {
  margin-left: 7px;
}

/* line 2, style/components/_team.scss */
.scrolling-tabs {
  background: #c9bcce;
  padding: 0px 60px;
}

/* line 5, style/components/_team.scss */
.scrolling-tabs > h2, .scrolling-tabs .tabs, .scrolling-tabs .tab-content ul {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 6, style/components/_team.scss */
.scrolling-tabs > h2 {
  margin: 0px auto;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  text-align: center;
  color: #6e0047;
  padding: 60px;
}

/* line 7, style/components/_team.scss */
.scrolling-tabs .tabs {
  padding: 0px 0px 60px 0px;
  text-align: center;
}

/* line 11, style/components/_team.scss */
.scrolling-tabs .tabs .team-member {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 210px;
  height: 210px;
  margin-right: 40px;
  border: 5px solid #2f2f2f;
}

/* line 20, style/components/_team.scss */
.scrolling-tabs .tabs .team-member:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: .25s all ease-in-out;
}

/* line 34, style/components/_team.scss */
.scrolling-tabs .tabs .team-member.cycle-pager-active {
  border: 5px solid #6e0047;
}

/* line 36, style/components/_team.scss */
.scrolling-tabs .tabs .team-member.cycle-pager-active:before {
  content: none;
}

/* line 37, style/components/_team.scss */
.scrolling-tabs .tabs .team-member.cycle-pager-active:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 5px solid #6e0047;
  position: absolute;
  bottom: -70px;
  z-index: 100;
}

/* line 47, style/components/_team.scss */
.scrolling-tabs .tabs .team-member .front {
  position: relative;
  display: block;
  width: 1000;
  height: 100%;
  transition: .25s all ease-in-out;
  display: none;
  margin: auto;
}

/* line 56, style/components/_team.scss */
.scrolling-tabs .tabs .team-member:not(.active) .front {
  display: none;
}

/* line 59, style/components/_team.scss */
.scrolling-tabs .tabs .team-member:not(.active) .front h2 {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1em;
  width: auto;
  text-align: center;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: white;
}

/* line 73, style/components/_team.scss */
.scrolling-tabs .tabs .team-member:not(.active) .front:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  transition: .25s all ease-in-out;
}

/* line 87, style/components/_team.scss */
.scrolling-tabs .tabs .team-member:not(.active):hover {
  border-color: #830044;
}

/* line 89, style/components/_team.scss */
.scrolling-tabs .tabs .team-member:not(.active):hover .front {
  display: block;
}

/* line 92, style/components/_team.scss */
.scrolling-tabs .tabs .team-member:not(.active):hover:before {
  background-color: rgba(131, 0, 68, 0.5);
}

/* line 99, style/components/_team.scss */
.tab-pager {
  z-index: 1000;
}

/* line 102, style/components/_team.scss */
.tab-pager li:hover {
  color: #05b5fe;
  border-bottom-color: #05b5fe;
}

/* line 108, style/components/_team.scss */
.tab-content {
  background: #e2d5de;
  padding: 60px 60px;
}

/* line 111, style/components/_team.scss */
.tab-content > ul {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  padding: 75px 60px;
}

/* line 115, style/components/_team.scss */
.tab-content .team-member-content {
  padding-bottom: 100px;
}

/* line 117, style/components/_team.scss */
.tab-content .team-member-content .front {
  width: 1100px;
  margin: auto;
}

/* line 121, style/components/_team.scss */
.tab-content .team-member-content h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  color: #6e0047;
  background: none;
  text-align: left;
  padding: 60px 0 10px;
}

/* line 128, style/components/_team.scss */
.tab-content .team-member-content h3 {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

/* line 132, style/components/_team.scss */
.tab-content .team-member-content .links {
  margin: 35px 0 45px;
}

/* line 134, style/components/_team.scss */
.tab-content .team-member-content .links li {
  display: inline-block;
}

/* line 137, style/components/_team.scss */
.tab-content .team-member-content .links li a {
  color: #ac006e;
  text-decoration: none;
  margin-right: 30px;
}

/* line 141, style/components/_team.scss */
.tab-content .team-member-content .links li a:before {
  content: '';
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 10px;
}

/* line 147, style/components/_team.scss */
.tab-content .team-member-content .links li a:hover {
  color: #ff00aa;
}

/* line 149, style/components/_team.scss */
.tab-content .team-member-content .links li a:hover:before {
  color: #ff00aa;
}

/* line 152, style/components/_team.scss */
.tab-content .team-member-content .links li.email a:before {
  content: "";
}

/* line 155, style/components/_team.scss */
.tab-content .team-member-content .links li.personal-link a:before {
  content: "";
}

/* line 160, style/components/_team.scss */
.tab-content .team-member-content .member-bio {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.5em;
  margin: auto;
}

/* line 169, style/components/_team.scss */
.board-of-directors {
  background: #5b003b;
  padding: 60px 0;
  color: white;
}

/* line 173, style/components/_team.scss */
.board-of-directors h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  margin: 60px 0;
  text-align: center;
}

/* line 179, style/components/_team.scss */
.board-of-directors .member-list li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-bottom: 20px;
}

/* line 184, style/components/_team.scss */
.board-of-directors .member-list li:nth-child(odd) {
  margin-right: 7%;
}

/* line 187, style/components/_team.scss */
.board-of-directors .member-list li h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  font-size: 30px;
}

/* line 191, style/components/_team.scss */
.board-of-directors .member-list li span {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  color: #c9bcce;
}

/* line 200, style/components/_team.scss */
.coalitions-partnerships {
  background: #e2d5de;
  padding: 60px 0;
}

/* line 203, style/components/_team.scss */
.coalitions-partnerships > h2, .coalitions-partnerships > ul {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 206, style/components/_team.scss */
.coalitions-partnerships h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  margin: 30px auto 60px auto;
  text-align: left;
}

/* line 212, style/components/_team.scss */
.coalitions-partnerships ul li {
  display: inline-block;
  width: 45%;
  margin-bottom: 20px;
}

/* line 216, style/components/_team.scss */
.coalitions-partnerships ul li:nth-child(odd) {
  margin-right: 7%;
}

/* line 219, style/components/_team.scss */
.coalitions-partnerships ul li .thumbnail {
  display: inline-block;
  vertical-align: top;
  width: 116px;
  background: #6e0047;
}

/* line 224, style/components/_team.scss */
.coalitions-partnerships ul li .thumbnail a {
  text-decoration: none;
  display: block;
}

/* line 227, style/components/_team.scss */
.coalitions-partnerships ul li .thumbnail a:hover {
  background: #ac006e;
}

/* line 229, style/components/_team.scss */
.coalitions-partnerships ul li .thumbnail a:hover span {
  color: #05b5fe;
}

/* line 234, style/components/_team.scss */
.coalitions-partnerships ul li .thumbnail span {
  color: #ff00aa;
  text-align: center;
  display: block;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
}

/* line 241, style/components/_team.scss */
.coalitions-partnerships ul li .thumbnail span:before {
  content: "";
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-right: 5px;
}

/* line 249, style/components/_team.scss */
.coalitions-partnerships ul li img {
  width: 116px;
  height: 116px;
  border-width: 3px solid #2f2f2f;
  display: block;
  position: relative;
}

/* line 257, style/components/_team.scss */
.coalitions-partnerships ul li .content {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin-left: 30px;
  margin-bottom: 50px;
}

/* line 263, style/components/_team.scss */
.coalitions-partnerships ul li .content h4 {
  color: #ac006e;
  font-size: 25px;
}

.coalitions-partnerships ul li .content h4  a {
  color: #ac006e;
  text-transform: none; text-decoration: none;
}

/* line 267, style/components/_team.scss */
.coalitions-partnerships ul li .content p {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
}

/* line 277, style/components/_team.scss */
.partners {
  background: #5b003b;
  color: white;
  padding-bottom: 70px;
}

/* line 282, style/components/_team.scss */
.partners > h2, .partners > ul {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 285, style/components/_team.scss */
.partners h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  padding: 60px;
  text-align: left;
}

/* line 290, style/components/_team.scss */
.partners > ul {
  -webkit-columns: 380px 2;
  -moz-columns: 380px 2;
  columns: 380px 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

/* line 297, style/components/_team.scss */
.partners > ul li {
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}

/* line 306, style/components/_team.scss */
.partners > ul li:nth-child(odd) {
  margin-right: 3%;
}

/* line 309, style/components/_team.scss */
.partners > ul li h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  font-size: 30px;
}

/* line 314, style/components/_team.scss */
.partners > ul li a {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  color: #05b5fe;
  text-decoration: none;
}

/* line 319, style/components/_team.scss */
.partners > ul li a:hover {
  color: #ff00aa;
}

/* line 3, style/components/_issue_areas.scss */
.issue-areas .tab {
  display: inline-block;
  position: relative !important;
  vertical-align: top;
  width: 305px;
  height: 365px;
  white-space: normal;
  background-size: cover;
  border: 10px solid #e2d5de;
  margin-right: 70px;
  padding: 55px;
  border-color: #2f2f2f;
  cursor: pointer;
}

/* line 45, style/brand/_mixins.scss */
.issue-areas .tab .content, .issue-areas .tab .stat-highlight, .issue-areas .tab .learn-more {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 100px 30px 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  transition: .5s opacity ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

/* line 61, style/brand/_mixins.scss */
.issue-areas .tab .content h2, .issue-areas .tab .stat-highlight h2, .issue-areas .tab .learn-more h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  font-size: 50px;
  color: #05b5fe;
  width: 100%;
  line-height: 50px;
}

/* line 68, style/brand/_mixins.scss */
.issue-areas .tab .content h3, .issue-areas .tab .stat-highlight h3, .issue-areas .tab .learn-more h3 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-size: 30px;
  margin-bottom: 1rem;
}

/* line 69, style/brand/_mixins.scss */
.issue-areas .tab .content p, .issue-areas .tab .stat-highlight p, .issue-areas .tab .learn-more p {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

/* line 73, style/brand/_mixins.scss */
.issue-areas .tab .learn-more {
  opacity: 0;
}

/* line 75, style/brand/_mixins.scss */
.issue-areas .tab .learn-more .action {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid white;
  display: block;
}

/* line 84, style/brand/_mixins.scss */
.issue-areas .tab:hover .stat-highlight, .issue-areas .tab.cycle-pager-active .stat-highlight {
  opacity: 0;
}

/* line 87, style/brand/_mixins.scss */
.issue-areas .tab:hover .learn-more, .issue-areas .tab.cycle-pager-active .learn-more {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

/* line 8, style/components/_issue_areas.scss */
.issue-areas .tab.active {
  border-color: #830044;
}

/* line 11, style/components/_issue_areas.scss */
.issue-areas .tab:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  transition: .25s all ease-in-out;
}

/* line 23, style/components/_issue_areas.scss */
.issue-areas .tab .slide-content {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 20px;
  width: auto;
  height: 70px;
  text-align: center;
  z-index: 10;
  transition: .25s all ease-in-out;
}

/* line 37, style/components/_issue_areas.scss */
.issue-areas .tab h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  color: white;
}

/* line 42, style/components/_issue_areas.scss */
.issue-areas .tab div {
  opacity: 0;
  transition: .25s opacity ease-in-out, .25s color ease-in-out;
  transition-delay: 0s, 0s;
}

/* line 48, style/components/_issue_areas.scss */
.issue-areas .tab:hover h4, .issue-areas .tab.cycle-pager-active h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #05b5fe;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 3px solid white;
  z-index: 10;
  position: relative;
}

/* line 58, style/components/_issue_areas.scss */
.issue-areas .tab:hover div, .issue-areas .tab.cycle-pager-active div {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  max-height: 10em;
  line-height: 1.3em;
  color: white;
  z-index: 10;
  position: relative;
  opacity: 1;
  transition-delay: .25s;
}

/* line 68, style/components/_issue_areas.scss */
.issue-areas .tab:hover .slide-content, .issue-areas .tab.cycle-pager-active .slide-content {
  height: 150px;
}

/* line 71, style/components/_issue_areas.scss */
.issue-areas .tab:hover:after, .issue-areas .tab.cycle-pager-active:after {
  background: rgba(0, 0, 0, 0.6);
}

/* line 75, style/components/_issue_areas.scss */
.issue-areas .tab:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #6e0047 transparent;
  bottom: -80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: .5s all ease-in-out;
}

/* line 85, style/components/_issue_areas.scss */
.issue-areas .tab.cycle-pager-active:before {
  border-width: 0 40px 50px 40px;
}

/* line 91, style/components/_issue_areas.scss */
.tab-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 1s max-height ease-in-out;
  position: relative;
}

/* line 98, style/components/_issue_areas.scss */
.tab-content.cycle-slideshow {
  max-height: 5000px;
}

/* line 103, style/components/_issue_areas.scss */
.tab-content > ul {
  padding: 0;
  width: 100%;
}

/* line 108, style/components/_issue_areas.scss */
.tab-content .tab-content-group {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 112, style/components/_issue_areas.scss */
.tab-content h2 {
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
}

/* line 117, style/components/_issue_areas.scss */
.tab-content .close-tab {
  display: block;
  top: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  background: url(style/images/close_inactive.png) no-repeat;
  cursor: pointer;
}

/* line 127, style/components/_issue_areas.scss */
.tab-content .slide {
  width: 100%;
}

/* line 131, style/components/_issue_areas.scss */
.tab-content .statistics {
  white-space: nowrap;
  border-bottom: 1px solid #2f2f2f;
}

/* line 134, style/components/_issue_areas.scss */
.tab-content .statistics li {
  white-space: normal;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 30%;
  padding: 70px 60px 40px;
}

/* line 141, style/components/_issue_areas.scss */
.tab-content .statistics li:not(:nth-child(3)) {
  margin-right: 5%;
}

/* line 144, style/components/_issue_areas.scss */
.tab-content .statistics li h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  color: #ac006e;
  text-align: center;
  margin-bottom: .25em;
}

/* line 150, style/components/_issue_areas.scss */
.tab-content .statistics li h5 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: .5em;
  text-align: center;
  color: #6e0047;
}

/* line 158, style/components/_issue_areas.scss */
.tab-content .statistics li .description {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 14px;
}

/* line 166, style/components/_issue_areas.scss */
.tab-content .statistic-content {
  padding: 60px 0;
}

/* line 168, style/components/_issue_areas.scss */
.tab-content .statistic-content p {
  margin-bottom: 25px;
}

/* line 172, style/components/_issue_areas.scss */
.tab-content .tab-pager {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  width: 1230px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 40px;
  display: block;
  white-space: nowrap;
  color: #ac006e;
}

/* line 184, style/components/_issue_areas.scss */
.tab-content .tab-pager li {
  display: inline-block;
  width: auto;
  padding-bottom: 3px;
  border-bottom: 1px solid #ac006e;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 193, style/components/_issue_areas.scss */
.tab-content .tab-pager li.prev {
  margin-right: 50%;
}

/* line 196, style/components/_issue_areas.scss */
.tab-content .tab-pager li.next {
  float: right;
}

/* line 199, style/components/_issue_areas.scss */
.tab-content .tab-pager li:hover {
  border-color: #05b5fe;
}

/* line 206, style/components/_issue_areas.scss */
.file-feed {
  background: #c9bcce;
}

/* line 102, style/brand/_mixins.scss */
.file-feed hgroup {
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  background: #45002c;
}

/* line 105, style/brand/_mixins.scss */
.file-feed hgroup h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  width: auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #ac006e;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 113, style/brand/_mixins.scss */
.file-feed hgroup span {
  display: block;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
}

/* line 118, style/brand/_mixins.scss */
.file-feed .filters {
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  background: #e2d5de;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  font-size: 28px;
  padding: 40px;
  position: relative;
  z-index: 100;
}

/* line 127, style/brand/_mixins.scss */
.file-feed .filters li {
  display: inline-block;
  width: 200px;
}

/* line 130, style/brand/_mixins.scss */
.file-feed .filters li:not(:last-of-type) {
  padding-right: 20px;
  border-right: 2px solid #c9bcce;
}

/* line 135, style/brand/_mixins.scss */
.file-feed .filters li {
  color: #830044;
}

/* line 137, style/brand/_mixins.scss */
.file-feed .filters li a {
  color: #830044;
}

/* line 138, style/brand/_mixins.scss */
.file-feed .filters li.paper:before {
  content: "" !important;
}


/* line 141, style/brand/_mixins.scss */
.file-feed .filters li.factsheet {
  color: #830044;
}

/* line 143, style/brand/_mixins.scss */
.file-feed .filters li.factsheet a {
  color: #830044;
}

/* line 144, style/brand/_mixins.scss */
.file-feed .filters li.factsheet:before {
  content: "";
}

/* line 146, style/brand/_mixins.scss */
.file-feed .filters li {
  color: #830044;
}

/* line 148, style/brand/_mixins.scss */
.file-feed .filters li a {
  color: #830044 !important;
}


.file-feed .filters .active a {
  color: #45002c !important;
}

.file-feed .filters .active {
  color: #45002c;
}

/* line 149, style/brand/_mixins.scss */
.file-feed .filters li.letter:before {
  content: "";
}

/* line 151, style/brand/_mixins.scss */
.file-feed .filters li.brief {
  color: #830044;
}

/* line 153, style/brand/_mixins.scss */
.file-feed .filters li.brief a {
  color: #830044;
}

/* line 154, style/brand/_mixins.scss */
.file-feed .filters li.brief:before {
  content: "";
}

/* line 156, style/brand/_mixins.scss */
.file-feed .filters li.petition {
  color: #ac006e;
}

/* line 158, style/brand/_mixins.scss */
.file-feed .filters li.petition a {
  color: #ac006e;
}

/* line 159, style/brand/_mixins.scss */
.file-feed .filters li.petition:before {
  content: "";
}

/* line 164, style/brand/_mixins.scss */
.file-feed .filters li:before {
  display: inline-block;
  font-size: 30px;
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* line 172, style/brand/_mixins.scss */
.file-feed .filters:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #e2d5de;
  border-width: 30px;
  margin-left: -30px;
}

/* line 188, style/brand/_mixins.scss */
.file-feed .slides {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  width: 980px;
  text-align: left;
  padding: 90px 0 110px;
}

/* line 195, style/brand/_mixins.scss */
.file-feed .file {
  display: inline-block;
  width: 255px;
  margin-bottom: 80px;
  height: 255px;
  vertical-align: top;
  position: relative;
  padding: 50px 10px;
  text-align: center;
  background: #e2d5de;
  box-shadow: 0 0 10px 0 #888;
}

/* line 221, style/brand/_mixins.scss */
.file-feed .file a {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  font-size: 20px;
  text-decoration: none;
  margin-top: 20px;
  line-height: 1em;
  display: block;
}

/* line 229, style/brand/_mixins.scss */
.file-feed .file .view-pdf {
  bottom: 10px;
  border-top: 2px solid #ac006e;
  color: #ac006e;
  font-family: "franklin-gothic-urw-comp";
  font-size: 18px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  text-transform: uppercase;
  visibility: hidden;
  width: 75%;
}

/* line 243, style/brand/_mixins.scss */
/*.file-feed .file:not(:nth-of-type(3n)) {
  margin-right: 100px;
} */

.file-feed .file {
  margin: 0px 50px;
}

/* line 247, style/brand/_mixins.scss */
.file-feed .file.Paper {
  border-top: 20px solid #5b003b !important;
  color: #5b003b;
}

/* line 250, style/brand/_mixins.scss */
.file-feed .file.Paper a {
  color: #5b003b !important;
}

/* line 251, style/brand/_mixins.scss */
.file-feed .file.Paper:before {
  content: "" !important;
}

.file-feed .file.Newsletter {
  border-top: 20px solid #5b003b !important;
  color: #5b003b;
}

.file-feed .file.Other.Resources {
  border-top: 20px solid #5b003b !important;
  color: #5b003b;
}

/* line 250, style/brand/_mixins.scss */
.file-feed .file.Newsletter a {
  color: #5b003b !important;
}

.file-feed .file.Other.Resources a {
  color: #5b003b !important;
}

/* line 251, style/brand/_mixins.scss */
.file-feed .file.Newsletter:before {
  content: "" !important;
}

.file-feed .file.Other.Resources:before {
  content: "" !important;
}

/* line 254, style/brand/_mixins.scss */
.file-feed .file.Fact.Sheet {
  border-top: 20px solid #830044;
  color: #830044;
}

.file-feed .file.Paper {
  border-top: 20px solid #830044 !important;
  color: #830044 !important;
}

.file-feed .file.Newsletter {
  border-top: 20px solid #830044 !important;
  color: #830044 !important;
}

.file-feed .file.Other.Resources {
  border-top: 20px solid #830044 !important;
  color: #830044 !important;
}

/* line 257, style/brand/_mixins.scss */
.file-feed .file.Fact.Sheet a {
  color: #830044 !important;
}

.file-feed .file.Paper, .file-feed .file.Paper a {
  color: #830044 !important;
}

.file-feed .file.Newsletter, .file-feed .file.Newsletter a {
  color: #830044 !important;
}

.file-feed .file.Other.Resources, .file-feed .file.Other.Resources a {
  color: #830044 !important;
}


/* line 258, style/brand/_mixins.scss */
.file-feed .file.Fact.Sheet:before, .file-feed .file.Paper:before, .file-feed .file.Newsletter:before, .file-feed .file.Other.Resources:before {
  content: "" !important;
}

/* line 260, style/brand/_mixins.scss */
.file-feed .file.Letter {
  border-top: 20px solid #830044 /* was #45002c */;
  color: #830044 /* was #45002c */;
}

/* line 263, style/brand/_mixins.scss */
.file-feed .file.Letter a {
  color: #830044 /* was #45002c */;
}

/* line 264, style/brand/_mixins.scss */
.file-feed .file.Letter:before {
  content: "";
}

/* line 266, style/brand/_mixins.scss */
.file-feed .file.Brief {
  border-top: 20px solid #830044;
  color: #830044;
}

/* line 269, style/brand/_mixins.scss */
.file-feed .file.Brief a {
  color: #830044;
}

/* line 270, style/brand/_mixins.scss */
.file-feed .file.Brief:before {
  content: "";
}

/* line 272, style/brand/_mixins.scss */
.file-feed .file.Petition {
  border-top: 20px solid #ac006e;
  color: #ac006e;
}

/* line 275, style/brand/_mixins.scss */
.file-feed .file.Petition a {
  color: #ac006e;
}

/* line 276, style/brand/_mixins.scss */
.file-feed .file.Petition:before {
  content: "";
}

/* line 279, style/brand/_mixins.scss */
.file-feed .file:before {
  display: block;
  font-size: 30px;
  font-family: "FontAwesome";
  margin-bottom: 10px;
}

/* line 300, style/brand/_mixins.scss */
.file-feed .file:hover .view-pdf {
  visibility: visible;
  transition: .25s visibility ease-in-out;
}

/* line 304, style/brand/_mixins.scss */
.file-feed .view-pdf:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* line 209, style/components/_issue_areas.scss */
.close-tab {
  position: absolute;
  right: 140px;
  margin-top: 275px;
}

/* line 2, style/components/_take_action.scss */
section.action-feature {
  min-height: 930px;
  height: 100%;
  position: relative;
}

/* line 5, style/components/_take_action.scss */
section.action-feature .container > div {
  margin: auto;
  /* position: absolute; */
  display: block;
  width: 900px;
  top: 220px;
  background: rgba(131, 0, 68, 0.5);
  bottom: 85px;
  left: 0;
  right: 0;
  color: white;
}

/* line 16, style/components/_take_action.scss */
section.action-feature .container > div .main-text, section.action-feature .container > div .feature-link {
  padding: 30px;
  display: block;
}

/* line 21, style/components/_take_action.scss */
section.action-feature h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
}

/* line 27, style/components/_take_action.scss */
section.action-feature .main-text > p {
  text-align: center;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.5em;
  font-size: 32px;
}

/* line 32, style/components/_take_action.scss */
section.action-feature .feature-link {
  background: #45002c;
}

/* line 34, style/components/_take_action.scss */
section.action-feature .feature-link > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 38, style/components/_take_action.scss */
section.action-feature .feature-link a {
  background: #ac006e;
  color: white;
  text-decoration: none;
  padding: 25px 35px;
  margin-right: 20px;
  letter-spacing: 1px;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}

/* line 47, style/components/_take_action.scss */
section.action-feature .feature-link a:hover {
  background: #ff00aa;
}

/* line 50, style/components/_take_action.scss */
section.action-feature .feature-link span {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  width: 390px;
  font-size: 18px;
  line-height: 1.3em;
}

/* line 59, style/components/_take_action.scss */
.featured-news.events {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 63, style/components/_take_action.scss */
.featured-news.events h2 {
  max-width: 9000px;
  width: 100%;
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  background: none;
  color: #6e0047;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  padding: 90px;
}

/* line 313, style/brand/_mixins.scss */
.featured-news.events .feed-pager {
  display: block;
  position: absolute;
  width: 65px;
  height: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 321, style/brand/_mixins.scss */
.featured-news.events .feed-pager.next {
  right: 5px;
  background: url(style/images/pager-left-inactive.png) no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 329, style/brand/_mixins.scss */
.featured-news.events .feed-pager.next:hover {
  background: url(style/images/pager-left-active.png) no-repeat;
}

/* line 333, style/brand/_mixins.scss */
.featured-news.events .feed-pager.prev {
  left: 5px;
  background: url(style/images/pager-left-inactive.png) no-repeat;
}

/* line 336, style/brand/_mixins.scss */
.featured-news.events .feed-pager.prev:hover {
  background: url(style/images/pager-left-active.png) no-repeat;
}

/* line 74, style/components/_take_action.scss */
.featured-news.events .feed-pager.next, .featured-news.events .feed-pager.prev {
  margin-top: 150px;
}

/* line 80, style/components/_take_action.scss */
.featured-news.events .slides .cycle-slideshow {
  padding-bottom: 120px;
}

/* line 85, style/components/_take_action.scss */
.featured-news.events .slide {
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  background: #45002c;
  position: relative !important;
}

/* line 92, style/components/_take_action.scss */
.featured-news.events .slide .image-head {
  display: block;
  width: 100%;
  height: 215px;
  text-align: center;
  padding: 45px 20px;
  font-size: 28px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* line 109, style/components/_take_action.scss */
.featured-news.events .slide .image-head:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 130, style/components/_take_action.scss */
.featured-news.events .slide h4 {
  background: none;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-size: 26px;
  line-height: 1.2em;
  height: 90px;
  color: white;
}

/* line 138, style/components/_take_action.scss */
.featured-news.events .slide h5 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: white;
}

/* line 143, style/components/_take_action.scss */
.featured-news.events .slide h4, .featured-news.events .slide h5 {
  position: relative;
  z-index: 1;
}

/* line 147, style/components/_take_action.scss */
.featured-news.events .slide span {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  display: block;
  height: 180px;
  line-height: 1.5em;
  padding: 20px 25px 0;
  font-size: 18px;
  color: white;
}

/* line 156, style/components/_take_action.scss */
.featured-news.events .slide .read-more {
  margin-top: 0;
  margin-left: 1.5em;
  margin-bottom: 20px;
}

/* line 161, style/components/_take_action.scss */
.featured-news.events .slide.active, .featured-news.events .slide:hover {
  background: #6e0047;
}

/* line 163, style/components/_take_action.scss */
.featured-news.events .slide.active h4, .featured-news.events .slide.active .read-more, .featured-news.events .slide.active .read-more:before, .featured-news.events .slide:hover h4, .featured-news.events .slide:hover .read-more, .featured-news.events .slide:hover .read-more:before {
  color: #05b5fe !important;
}

/* line 168, style/components/_take_action.scss */
.featured-news.events .slide .event-info {
  position: absolute;
  left: 0;
  width: 100%;
  background: #6e0047;
  bottom: -355px;
  color: white;
  padding: 40px;
  visibility: hidden;
  trasition: .25s bottom ease-in-out, .25 opacity ease-in-out;
}

/* line 178, style/components/_take_action.scss */
.featured-news.events .slide .event-info .contain {
  width: 1200;
  padding: 0 100px;
}

/* line 185, style/components/_take_action.scss */
.featured-news.events .slide:hover .image-head a {
  color: #6e0047;
}

/* line 188, style/components/_take_action.scss */
.featured-news.events .slide:hover a.read-more {
  color: #ff00aa;
}

/* line 190, style/components/_take_action.scss */
.featured-news.events .slide:hover a.read-more:before {
  color: #ff00aa;
}

/* line 197, style/components/_take_action.scss */
.featured-news.events .slide.active:before {
  content: '';
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  transition: top .25s ease-in-out .15s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #6e0047 transparent;
  position: absolute;
  z-index: 0;
}

/* line 218, style/components/_take_action.scss */
.event-detail {
  max-height: 0px;
  min-height: 0px;
  padding: 0;
  overflow: hidden;
  transition: .5s all ease-in-out;
  color: white;
  background: #6e0047;
}

/* line 226, style/components/_take_action.scss */
.event-detail .event-info {
  max-height: 0px;
  overflow-y: hidden;
  visibility: hidden;
  transition: 1s max-height ease-in-out, .5s visibility 0s;
  cursor: pointer;
}

/* line 232, style/components/_take_action.scss */
.event-detail .event-info .contain {
  width: 1200px;
  margin: auto;
  display: block;
  position: relative;
}

/* line 237, style/components/_take_action.scss */
.event-detail .event-info .contain p {
  position: relative;
  display: block;
  z-index: 10;
}

/* line 243, style/components/_take_action.scss */
.event-detail .event-info .contain:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(style/images/close_inactive.png) no-repeat;
  background-size: cover;
  top: -65px;
  right: 0;
}

/* line 254, style/components/_take_action.scss */
.event-detail .event-info .contain .credit {
  position: absolute;
  right: 10px;
  bottom: -20px;
  color: white;
  font-size: 16px;
}

/* line 263, style/components/_take_action.scss */
.event-detail > * {
  opacity: 0;
  transition: .5s opacity ease-in-out .5s;
}

/* line 267, style/components/_take_action.scss */
.event-detail.open {
  overflow: visible;
  max-height: 700px;
  padding: 60px 0;
  position: relative;
}

/* line 272, style/components/_take_action.scss */
.event-detail.open > * {
  opacity: 1;
}

/* line 275, style/components/_take_action.scss */
.event-detail.open .event-info {
  transition: 0s visibility ease-in-out 0s;
  visibility: visible;
}

/* line 295, style/components/_take_action.scss */
.event-detail.open .event-info.active {
  visibility: visible;
  max-height: 1000px;
  transition: .5s;
  position: relative;
  overflow-y: visible;
}

/* line 301, style/components/_take_action.scss */
.event-detail.open .event-info.active .contain:before {
  top: -100px;
}

/* line 304, style/components/_take_action.scss */
.event-detail.open .event-info.active h4 {
  color: #05b5fe;
}

/* line 308, style/components/_take_action.scss */
.event-detail.open .event-info h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  font-size: 28px;
  padding-left: 0;
  font-weight: bold;
  color: #05b5fe;
  margin-bottom: 20px;
}

/* line 1, style/components/_news.scss */
.news-heading {
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  background: #e2d5de;
  text-align: left;
}

/* line 5, style/components/_news.scss */
.news-heading h1 {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  color: #45002c;
}

/* line 12, style/components/_news.scss */
.cat-list {
  text-align: center;
  background: #e2d5de;
}

/* line 16, style/components/_news.scss */
.cat-list li {
  display: inline-block;
  text-align: center;
  padding: 20px;
  border-bottom: 10px solid #c9bcce;
}

/* line 21, style/components/_news.scss */
.cat-list li a {
  color: #c9bcce;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 29, style/components/_news.scss */
.featured-post {
  background: #2f2f2f;
}

/* line 31, style/components/_news.scss */
.featured-post .slides {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  width: 100%;
  padding: 0;
}

/* line 35, style/components/_news.scss */
.featured-post .slides .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* line 39, style/components/_news.scss */
.featured-post .slides .slide .container {
  height: 625px;
}

/* line 42, style/components/_news.scss */
.featured-post .slides .slide .content {
  position: absolute;
  display: block;
  bottom: 75px;
  left: 20px;
  width: 610px;
  color: white;
}

/* line 49, style/components/_news.scss */
.featured-post .slides .slide .content a {
  text-decoration: none;
  color: white;
}

/* line 52, style/components/_news.scss */
.featured-post .slides .slide .content hgroup {
  background: rgba(91, 0, 59, 0.9);
  padding: 25px;
}

/* line 55, style/components/_news.scss */
.featured-post .slides .slide .content hgroup h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  margin: 10px 0;
}

/* line 59, style/components/_news.scss */
.featured-post .slides .slide .content hgroup h5 {
  color: #05b5fe;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  text-transform: uppercase;
}

/* line 66, style/components/_news.scss */
.featured-post .slides .slide .content p {
  background: rgba(91, 0, 59, 0.7);
  padding: 25px;
  margin: 0;
}

/* line 67, style/components/_news.scss */
.featured-post .slides .slide .content p em {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #e2d5de;
}

/* line 77, style/components/_news.scss */
.featured-post .slides .slide .content .read-more {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: #05b5fe;
  position: relative;
  text-decoration: none;
  display: block;
  padding-top: 20px;
  cursor: pointer;
}

/* line 86, style/components/_news.scss */
.featured-post .slides .slide .content .read-more:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* line 92, style/components/_news.scss */
.featured-post .slides .slide .content .read-more:hover {
  color: #ff00aa;
}

/* line 94, style/components/_news.scss */
.featured-post .slides .slide .content .read-more:hover:before {
  color: #ff00aa;
}

/* line 101, style/components/_news.scss */
.featured-post .slides .post-content {
  margin: 0;
  padding: 0;
}

/* line 104, style/components/_news.scss */
.featured-post .slides .post-content:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #6e0047 transparent;
  top: 0;
  left: 350px;
  margin: auto;
  border-width: 40px 40px 50px 40px;
  border-color: transparent transparent #5b003b transparent;
  position: absolute;
  transition: .5s top linear;
  z-index: 0;
}

/* line 117, style/components/_news.scss */
.featured-post .slides.open .post-content {
  max-height: 3000px;
  padding: 80px 0;
  overflow: visible;
}

/* line 121, style/components/_news.scss */
.featured-post .slides.open .post-content:after {
  top: -90px;
}

/* line 129, style/components/_news.scss */
.news-feed {
  background: #c9bcce;
  padding-top: 100px;
  padding-bottom: 40px;
}

/* line 133, style/components/_news.scss */
.news-feed .post-preview {
  background: #e2d5de;
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  padding: 0;
  margin: 20px auto 40px;
  box-shadow: 0px 0px 10px 0px #777;
  cursor: pointer;
}

/* line 141, style/components/_news.scss */
.news-feed .post-preview a.content {
  text-decoration: none;
  color: #2f2f2f;
}

/* line 146, style/components/_news.scss */
.news-feed .post-preview .thumbnail {
  width: 240px;
  height: 240px;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  background-size: cover;
  margin: 30px 35px 30px;
}

/* line 154, style/components/_news.scss */
.news-feed .post-preview .thumbnail span {
  padding: 0px;
  background: rgba(75, 1, 73, 0.7);
  color: white;
  position: absolute;
  width: 97px;
  text-align: center;
}

/* line 166, style/components/_news.scss */
.news-feed .post-preview h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  color: #6e0047;
  margin-bottom: 10px;
}

/* line 171, style/components/_news.scss */
.news-feed .post-preview h5 {
  text-transform: uppercase;
  color: #919191;
}

/* line 176, style/components/_news.scss */
.news-feed .post-preview.open .post-content {
  max-height: 2000px;
  padding: 60px 100px 30px;
}

/* line 182, style/components/_news.scss */
.news-feed .post-preview .read-more {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: #ac006e;
  position: relative;
  text-decoration: none;
  display: block;
  padding-top: 20px;
  cursor: pointer;
}

/* line 191, style/components/_news.scss */
.news-feed .post-preview .read-more:hover {
  color: #ff00aa;
}

/* line 194, style/components/_news.scss */
.news-feed .post-preview .read-more:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* line 202, style/components/_news.scss */
.news-feed .post-preview .post-preview a:hover {
  color: #05b5fe;
}

/* line 204, style/components/_news.scss */
.news-feed .post-preview .post-preview a:hover:before {
  color: #05b5fe;
}

/* line 207, style/components/_news.scss */
.news-feed .post-preview:nth-child(n+4) {
  opacity: 0;
  transition: .5s max-height linear, .5s margin-bottom linear, .5s opacity linear;
  transition-delay: 0s, 0s, .5s;
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}

/* line 218, style/components/_news.scss */
.news-feed .post-text {
  display: inline-block;
  width: 800px;
  margin: 30px 0;
}

/* line 226, style/components/_news.scss */
.news-feed .load-more {
  display: block;
  background: #830044;
  padding: 10px 20px;
  width: 170px;
  color: white;
  margin: auto;
  transition: .5s all linear;
  cursor: pointer;
}

/* line 235, style/components/_news.scss */
.news-feed .load-more:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 20px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  display: inline-block;
  width: 0.6em;
  height: 1.4em;
}

/* line 247, style/components/_news.scss */
.news-feed .load-more:after {
  content: "Load More";
}

/* line 250, style/components/_news.scss */
.news-feed .load-more:hover {
  background-color: #ff00aa;
}

/* line 256, style/components/_news.scss */
.news-feed .slides.loaded .post-preview:nth-child(n+4) {
  opacity: 1;
  max-height: 2000px;
  margin-bottom: 40px;
}

/* line 262, style/components/_news.scss */
.news-feed .slides.loaded .load-more:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

/* line 268, style/components/_news.scss */
.news-feed .slides.loaded .load-more:after {
  content: "See Less";
}

/* line 275, style/components/_news.scss */
.post-content {
  background: #5b003b;
  color: #fff;
  font-size: 18px;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 100px;
  position: relative;
  transition: 1s all linear;
}

/* line 284, style/components/_news.scss */
.post-content .close {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(style/images/close_inactive.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}

/* line 294, style/components/_news.scss */
.post-content p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

/* line 298, style/components/_news.scss */
.post-content a {
  color: #05b5fe;
}

/* line 300, style/components/_news.scss */
.post-content a:hover {
  color: #ff00aa;
}

/* line 304, style/components/_news.scss */
.in-the-media {
  background: #5b003b;
  padding: 90px 0;
}

/* line 307, style/components/_news.scss */
.in-the-media h2 {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  padding: 0;
  color: white;
}

/* line 313, style/components/_news.scss */
.in-the-media .slides {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  padding: 40px 0;
  text-align: center;
}

/* line 318, style/components/_news.scss */
.in-the-media .slides li {
  display: inline-block;
  width: 355px;
  text-align: left;
  vertical-align: top;
}

/* line 323, style/components/_news.scss */
.in-the-media .slides li:not(:nth-of-type(3)) {
  margin-right: 60px;
}

/* line 326, style/components/_news.scss */
.in-the-media .slides li a {
  color: white;
  text-decoration: none;
}

/* line 332, style/components/_news.scss */
.in-the-media .slides li .post-text h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  font-size: 32px;
  margin: 20px 0 0;
  text-transform: uppercase;
}

/* line 338, style/components/_news.scss */
.in-the-media .slides li .post-text p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

/* line 345, style/components/_news.scss */
.in-the-media .slides li .video {
  width: 300px;
  height: 220px;
  display: block;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

/* line 353, style/components/_news.scss */
.in-the-media .slides li .video:not(.on):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(style/images/play-button.png) no-repeat;
  background-position: center;
  z-index: 10;
}

/* line 366, style/components/_news.scss */
.in-the-media .slides li .video:not(.on):after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* line 378, style/components/_news.scss */
.in-the-media .slides li .video:hover:after, .in-the-media .slides li .video.on:after {
  background: rgba(131, 0, 68, 0.5);
}

/* line 383, style/components/_news.scss */
.in-the-media .slides li .video object {
  visibility: hidden;
  display: none;
  transition: .5s visibility;
}

/* line 388, style/components/_news.scss */
.in-the-media .slides li .video.on object {
  visibility: visible;
  display: block;
}

/* line 398, style/components/_news.scss */
.malikas-blog {
  background: #e2d5de;
  padding: 90px 0;
}

/* line 401, style/components/_news.scss */
.malikas-blog .slides {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  padding: 0;
}

/* line 405, style/components/_news.scss */
.malikas-blog a, .malikas-blog a:link, .malikas-blog a:visited {
  text-decoration: none;
  color: #2f2f2f;
}

/* line 410, style/components/_news.scss */
.malikas-blog li {
  display: inline-block;
}

/* line 411, style/components/_news.scss */
.malikas-blog .thumbnail {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 30px;
  background-size: cover;
}

/* line 417, style/components/_news.scss */
.malikas-blog .thumbnail:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  padding: 30px 20px;
  font-size: 60px;
  top: 15px;
  left: 16px;
  background-color: rgba(131, 0, 68, 0.5);
  color: white;
}

/* line 428, style/components/_news.scss */
.malikas-blog .thumbnail a {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 5px;
  color: #2f2f2f;
}

/* line 434, style/components/_news.scss */
.malikas-blog .thumbnail a:hover {
  color: #ff00aa;
}

/* line 439, style/components/_news.scss */
.malikas-blog .post-text {
  display: inline-block;
  vertical-align: top;
  width: 900px;
  padding-top: 16px;
}

/* line 445, style/components/_news.scss */
.malikas-blog h2 {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  padding: 0 0 60px;
  color: #5b003b;
}

/* line 451, style/components/_news.scss */
.malikas-blog h4 {
  display: inline-block;
  color: white;
  background: #6e0047;
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
}

/* line 460, style/components/_news.scss */
.malikas-blog h5 {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.5em;
  margin: 15px 0;
}

/* line 461, style/components/_news.scss */
.malikas-blog p {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
}

/* line 463, style/components/_news.scss */
.malikas-blog .read-more {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: #ac006e;
  position: relative;
  text-decoration: none;
  display: block;
  padding-top: 20px;
}

/* line 471, style/components/_news.scss */
.malikas-blog .read-more:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* line 478, style/components/_news.scss */
.malikas-blog .post-preview a:hover .read-more {
  color: #05b5fe;
}

/* line 480, style/components/_news.scss */
.malikas-blog .post-preview a:hover .read-more:before {
  color: #05b5fe;
}

/* ---------- BASE ---------- */
/* line 2, style/components/_campaign.scss */
section#content-section {
  position: relative;
  z-index: 0;
  clear: both;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  /* cf */
}

/* line 18, style/components/_campaign.scss */
section#content-section div, section#content-section ul, section#content-section ol, section#content-section li, section#content-section p, section#content-section h1, section#content-section h2, section#content-section h3, section#content-section h4, section#content-section h5, section#content-section h6, section#content-section form, section#content-section select, section#content-section input, section#content-section textarea, section#content-section img, section#content-section dl, section#content-section dt, section#content-section dd, section#content-section table, section#content-section div, section#content-section td, section#content-section theder, section#content-section button, section#content-section blockquote, section#content-section article, section#content-section aside, section#content-section audio, section#content-section canvas, section#content-section command, section#content-section datalist, section#content-section details, section#content-section figcaption, section#content-section figure, section#content-section footer, section#content-section header, section#content-section hgroup, section#content-section keygen, section#content-section mark, section#content-section menu, section#content-section meter, section#content-section nav, section#content-section output, section#content-section progress, section#content-section rp, section#content-section rt, section#content-section ruby, section#content-section section, section#content-section source, section#content-section summary, section#content-section time, section#content-section video, section#content-section wbr {
  padding: 0px;
  margin: 0px;
}

/* line 24, style/components/_campaign.scss */
section#content-section article, section#content-section aside, section#content-section audio, section#content-section canvas, section#content-section command, section#content-section datalist, section#content-section details, section#content-section figcaption, section#content-section figure, section#content-section footer, section#content-section header, section#content-section hgroup, section#content-section keygen, section#content-section mark, section#content-section menu, section#content-section meter, section#content-section nav, section#content-section output, section#content-section progress, section#content-section rp, section#content-section rt, section#content-section ruby, section#content-section section, section#content-section source, section#content-section summary, section#content-section video, section#content-section wbr, section#content-section address {
  display: block;
  font-style: normal;
}

/* line 30, style/components/_campaign.scss */
section#content-section h1, section#content-section h2, section#content-section h3, section#content-section h4, section#content-section h5, section#content-section h6 {
  font-weight: 700;
  line-height: normal;
  position: relative;
}

/* line 37, style/components/_campaign.scss */
section#content-section h1 {
  font-size: 36px;
}

/* line 42, style/components/_campaign.scss */
section#content-section h2 {
  font-size: 28px;
}

/* line 47, style/components/_campaign.scss */
section#content-section h3 {
  font-size: 22px;
}

/* line 52, style/components/_campaign.scss */
section#content-section h4 {
  font-size: 18px;
}

/* line 57, style/components/_campaign.scss */
section#content-section h5 {
  font-size: 16px;
}

/* line 62, style/components/_campaign.scss */
section#content-section h6 {
  font-size: 14px;
}

/* line 67, style/components/_campaign.scss */
section#content-section img {
  width: auto;
  border: none;
}

/* line 73, style/components/_campaign.scss */
section#content-section p {
  padding: 11px 0px 11px 0px;
}

/* line 78, style/components/_campaign.scss */
section#content-section ul,
section#content-section ol {
  padding: 11px 0px 11px 26px;
  list-style: none;
}

/* line 85, style/components/_campaign.scss */
section#content-section ul ul,
section#content-section ol ol {
  padding: 0px 0px 0px 12px;
}

/* line 91, style/components/_campaign.scss */
section#content-section a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 97, style/components/_campaign.scss */
section#content-section a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 103, style/components/_campaign.scss */
section#content-section .left {
  float: left;
}

/* line 108, style/components/_campaign.scss */
section#content-section .right {
  float: right;
}

/* line 114, style/components/_campaign.scss */
section#content-section .cf:before,
section#content-section .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

/* line 122, style/components/_campaign.scss */
section#content-section .cf:after {
  clear: both;
}

/* line 127, style/components/_campaign.scss */
section#content-section .clear {
  width: 100%;
  height: 1px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  position: relative;
  clear: both;
}

/* line 138, style/components/_campaign.scss */
section#content-section div.global-box {
  width: 100%;
  min-width: 1032px;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  position: relative;
  overflow: hidden;
}

/* line 149, style/components/_campaign.scss */
section#content-section .center-box {
  width: 1032px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  z-index: 10;
}

/* line 160, style/components/_campaign.scss */
section#content-section figure.hero-banner {
  width: 100%;
  min-height: 575px;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
section#content-section figure.hero-campaign { min-height: 560px;  background-size: cover;}

/* line 172, style/components/_campaign.scss */
section#content-section figure.hero-banner img {
  width: 100%;
  min-width: 1300px;
  display: block;
  position: relative;
  z-index: 1;
}

/* line 181, style/components/_campaign.scss */
section#content-section figure.hero-banner figcaption {
  margin: 0px 0px 0px -516px;
  padding: 27px 29px 34px 29px;
  background: 0px 0px url(images/bg_img_01.png) repeat;
  position: absolute;
  bottom: 67px;
  left: 50%;
  z-index: 2;
}

/* line 192, style/components/_campaign.scss */
section#content-section figure.hero-banner h3 {
  margin: 0px;
  padding: 0px 0px 3px 0px;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
}

/* line 205, style/components/_campaign.scss */
section#content-section figure.hero-banner p {
  padding: 0px 0px 32px 0px;
}

/* line 210, style/components/_campaign.scss */
section#content-section figure.hero-banner a.more {
  padding: 20px 31px 20px 27px;
  display: block;
  float: left;
  background: #1f1f1f;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

/* line 228, style/components/_campaign.scss */
section#content-section figure.hero-banner a.more:before {
  content: "\f078";
  font-family: "FontAwesome";
}

/* line 234, style/components/_campaign.scss */
section#content-section figure.hero-banner a.more:hover {
  background: #000000;
}

/* line 239, style/components/_campaign.scss */
section#content-section figure.hero-banner a.more span {
  padding: 0px 0px 0px 10px;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
}

/* line 246, style/components/_campaign.scss */
section#content-section article.content-area2 {
  padding: 73px 0px 88px 0px;
  background: #4b0149;
  font-size: 28px;
  line-height: 32px;
  position: relative;
}

/* line 255, style/components/_campaign.scss */
section#content-section article.content-area2 figure {
  width: 474px;
  padding: 6px 0px 0px 0px;
  float: left;
}

/* line 262, style/components/_campaign.scss */
section#content-section article.content-area2 img {
  width: 100%;
  display: block;
  border: 10px solid #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

/* line 273, style/components/_campaign.scss */
section#content-section article.content-area2 div.txt {
  width: 479px;
  padding: 0px 20px 0px 0px;
  float: right;
}

/* line 280, style/components/_campaign.scss */
section#content-section article.content-area2 h2 {
  margin: 0px;
  padding: 0px 0px 12px 0px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 291, style/components/_campaign.scss */
section#content-section article.content-area2 p {
  padding: 0px 0px 6px 0px;
}

/* line 296, style/components/_campaign.scss */
section#content-section article.content-area2 footer {
  margin: 20px 0px 0px 0px;
  padding: 19px 20px 19px 20px;
  background: #6b0269;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
}

/* line 311, style/components/_campaign.scss */
section#content-section article.content-area2 a.more {
  padding: 20px 31px 20px 31px;
  display: table-cell;
  background: #ab01a7;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}

/* line 331, style/components/_campaign.scss */
section#content-section article.content-area2 a.more:hover {
  background: #ca02c5;
}

/* line 336, style/components/_campaign.scss */
section#content-section article.content-area2 footer p {
  padding: 0px 0px 0px 20px;
  display: table-cell;
  vertical-align: middle;
}

/* line 343, style/components/_campaign.scss */
section#content-section div.content-bg-box {
  width: 100%;
  padding: 76px 0px 25px 0px;
  background: 0px 0px url(images/bg_img_02.jpg) no-repeat fixed;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_img_02.jpg',sizingMethod='scale')";
  position: relative;
}

/* line 353, style/components/_campaign.scss */
section#content-section article.content-area3 {
  margin: 0px 20px 66px 0px;
  padding: 33px 35px 34px 38px;
  float: none;
  background: #141414;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

/* line 364, style/components/_campaign.scss */
section#content-section article.content-area3 figure {
  width: 469px;
  padding: 3px 0px 0px 0px;
  float: left;
  position: relative;
}

/* line 372, style/components/_campaign.scss */
section#content-section article.content-area3.right figure {
  float: right;
}

/* line 377, style/components/_campaign.scss */
section#content-section article.content-area3 img {
  width: 100%;
  display: block;
  border: 10px solid #222222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* line 389, style/components/_campaign.scss */
section#content-section article.content-area3 figcaption {
  padding: 14px 22px 15px 22px;
  background: 0px 0px url(images/bg_img_01.png) repeat;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 32px;
  left: 31px;
  z-index: 2;
}

/* line 404, style/components/_campaign.scss */
section#content-section article.content-area3 div.txt {
  width: 431px;
  padding: 0px 5px 0px 0px;
  float: right;
}

/* line 411, style/components/_campaign.scss */
section#content-section article.content-area3.right div.txt {
  padding: 25px 0px 0px 5px;
  float: left;
}

/* line 417, style/components/_campaign.scss */
section#content-section article.content-area3 h2 {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

/* line 427, style/components/_campaign.scss */
section#content-section article.content-area3 p {
  padding: 0px 0px 0px 0px;
}

/* line 432, style/components/_campaign.scss */
section#content-section article.content-area3 footer {
  margin: 28px 0px 0px 0px;
  padding: 19px 20px 19px 20px;
  background: #4b0149;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
}

/* line 447, style/components/_campaign.scss */
section#content-section article.content-area3 a.more {
  padding: 20px 20px 20px 20px;
  display: table-cell;
  background: #81027e;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}

/* line 467, style/components/_campaign.scss */
section#content-section article.content-area3 a.more:hover {
  background: #ab01a7;
}

/* line 472, style/components/_campaign.scss */
section#content-section article.content-area3 footer p {
  padding: 0px 0px 0px 20px;
  display: table-cell;
  vertical-align: middle;
}

/* line 479, style/components/_campaign.scss */
section#content-section div.joinus-box {
  padding: 60px 0px 104px 0px;
  background: #81027e;
  font-size: 28px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

/* line 490, style/components/_campaign.scss */
section#content-section div.joinus-box h3 {
  margin: 0px;
  padding: 0px 0px 17px 0px;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  text-transform: uppercase;
}

/* line 500, style/components/_campaign.scss */
section#content-section div.joinus-box p {
  padding: 0px 0px 0px 0px;
}

/* ----------end CONTENT ---------- */
/* line 2, style/components/_highlight_gallery.scss */
.view-full-image p {
  color: #ff00ff;
  width: 1000px;
  text-align: right;
  margin: auto;
}

/* line 10, style/components/_highlight_gallery.scss */
.spark-modal-trigger.gallery {
  width: 1000px;
  text-align: right;
  margin: auto;
  color: #ac006e;
  text-decoration: underline;
  cursor: pointer;
}

/* line 17, style/components/_highlight_gallery.scss */
.spark-modal-trigger.gallery:hover {
  color: #05b5fe;
}

/* line 21, style/components/_highlight_gallery.scss */
.highlight-gallery {
  background: #e2d5de;
}

/* line 23, style/components/_highlight_gallery.scss */
.highlight-gallery h1 {
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  background: none;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  color: #5b003b;
}

/* line 30, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow {
  margin: auto;
  text-align: center;
  width: 1000px;
  min-height: 650px;
  margin-top: 4px;
  overflow: hidden;
}

/* line 37, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow .cycle-slide {
  width: 100%;
  min-height: 400px;
}

/* line 41, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow .cycle-slide img {
  width: 100%;
  height: auto;
  border: 10px solid #2f2f2f;
}

/* line 46, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow .tab-pager {
  display: inline-block;
}

/* line 49, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow .text {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 980px;
  background: rgba(91, 0, 59, 0.9);
  color: white;
  text-align: left;
  padding: 20px 40px;
}

/* line 58, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow .text .caption, .highlight-gallery > .cycle-slideshow .text .count {
  display: inline-block;
  vertical-align: baseline;
}

/* line 62, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow .text .caption {
  width: 90%;
}

/* line 63, style/components/_highlight_gallery.scss */
.highlight-gallery > .cycle-slideshow .text .count {
  color: #ff00aa;
  width: 8%;
  text-align: right;
  line-height: 1em;
}

/* line 345, style/brand/_mixins.scss */
.highlight-gallery .gallery-pager {
  display: block;
  position: absolute;
  width: 58px;
  height: 105px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
}

/* line 354, style/brand/_mixins.scss */
.highlight-gallery .gallery-pager.cycle-next {
  right: 0;
  background: url(style/images/gallery-arrow-right.png) no-repeat;
}

/* line 357, style/brand/_mixins.scss */
.highlight-gallery .gallery-pager.cycle-next:hover {
  background: url(style/images/gallery-arrow-right-active.png) no-repeat;
}

/* line 361, style/brand/_mixins.scss */
.highlight-gallery .gallery-pager.cycle-prev {
  left: 0;
  background: url(style/images/gallery-arrow-left.png) no-repeat;
}

/* line 364, style/brand/_mixins.scss */
.highlight-gallery .gallery-pager.cycle-prev:hover {
  background: url(style/images/gallery-arrow-left-active.png) no-repeat;
}

/* line 68, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* line 72, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slideshow {
  width: 100% !important;
  margin-bottom: 1em;
}

/* line 77, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slide {
  padding-top: 40px;
  display: inline-block;
  position: relative !important;
  text-align: left;
}

/* line 83, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slide .slideframe {
  margin-right: 1em;
}

/* line 85, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slide .slideframe:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #6e0047 transparent;
  transition: .5s all ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
}

/* line 95, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slide .slideframe img {
  border: 10px solid #2f2f2f;
  transition: .25s all ease-in-out;
}

/* line 102, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slide:hover .slideframe img {
  border-color: #6e0047;
}

/* line 107, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slide-active .slideframe:before {
  top: 10px;
  border-width: 0 20px 30px 20px;
}

/* line 112, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .cycle-slide-active .slideframe img {
  border-color: #6e0047;
}

/* line 313, style/brand/_mixins.scss */
.highlight-gallery #thumbnail-pager .feed-pager {
  display: block;
  position: absolute;
  width: 65px;
  height: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 321, style/brand/_mixins.scss */
.highlight-gallery #thumbnail-pager .feed-pager.next {
  right: 5px;
  background: url(style/images/pager-left-inactive.png) no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 329, style/brand/_mixins.scss */
.highlight-gallery #thumbnail-pager .feed-pager.next:hover {
  background: url(style/images/pager-left-active.png) no-repeat;
}

/* line 333, style/brand/_mixins.scss */
.highlight-gallery #thumbnail-pager .feed-pager.prev {
  left: 5px;
  background: url(style/images/pager-left-inactive.png) no-repeat;
}

/* line 336, style/brand/_mixins.scss */
.highlight-gallery #thumbnail-pager .feed-pager.prev:hover {
  background: url(style/images/pager-left-active.png) no-repeat;
}

/* line 119, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .feed-pager {
  bottom: auto;
  top: 70px;
}

/* line 122, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .feed-pager.disabled {
  display: none;
}

/* line 125, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .feed-pager.next {
  right: -65px;
}

/* line 128, style/components/_highlight_gallery.scss */
.highlight-gallery #thumbnail-pager .feed-pager.prev {
  left: -65px;
}

/* line 134, style/components/_highlight_gallery.scss */
.gallery-full-screen {
  width: 0;
  height: 0;
  max-width: none;
  overflow: hidden;
}

/* line 140, style/components/_highlight_gallery.scss */
.gallery-full-screen.show {
  width: 100%;
  height: 100%;
  max-width: none;
  position: fixed;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.8);
}

/* line 147, style/components/_highlight_gallery.scss */
.gallery-full-screen.show:before {
  content: none;
}

/* line 149, style/components/_highlight_gallery.scss */
.gallery-full-screen .modal-content {
  border: 10px solid white;
  width: 1000px;
  position: relative;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 157, style/components/_highlight_gallery.scss */
.gallery-full-screen .modal-content .close {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(style/images/lightbox-close.png) no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 1000;
}

/* line 169, style/components/_highlight_gallery.scss */
.gallery-full-screen .cycle-slideshow {
  overflow: hidden;
}

/* line 172, style/components/_highlight_gallery.scss */
.gallery-full-screen .cycle-slide {
  width: 100%;
}

/* line 174, style/components/_highlight_gallery.scss */
.gallery-full-screen .cycle-slide img {
  width: 100%;
}

/* line 176, style/components/_highlight_gallery.scss */
.gallery-full-screen .text {
  position: absolute;
  bottom: 0px;
  width: 980px;
  background: rgba(91, 0, 59, 0.9);
  color: white;
  text-align: left;
  padding: 20px 40px;
}

/* line 184, style/components/_highlight_gallery.scss */
.gallery-full-screen .text .caption, .gallery-full-screen .text .count {
  display: inline-block;
  vertical-align: baseline;
}

/* line 188, style/components/_highlight_gallery.scss */
.gallery-full-screen .text .caption {
  width: 90%;
}

/* line 189, style/components/_highlight_gallery.scss */
.gallery-full-screen .text .count {
  width: 8%;
  text-align: right;
  line-height: 1em;
  color: #ff00aa;
}

/* line 1, style/components/_accomplishments.scss */
.accomplishments {
  background: #c9bcce;
  padding-bottom: 70px;
}

/* line 4, style/components/_accomplishments.scss */
.accomplishments .slides {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 7, style/components/_accomplishments.scss */
.accomplishments h2 {
  text-align: center;
  background: #6e0047;
  color: white;
  padding: 70px;
  background: none;
  color: #6e0047;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
}

/* line 15, style/components/_accomplishments.scss */
.accomplishments .slide {
  margin-bottom: 40px;
}

/* line 17, style/components/_accomplishments.scss */
.accomplishments .slide .date {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin-right: 30px;
  margin-top: 8px;
  text-align: center;
  background: #45002c;
  border-top: 10px solid #830044;
  color: white;
  padding: 10px 0;
  text-transform: uppercase;
}

/* line 30, style/components/_accomplishments.scss */
.accomplishments .slide h4 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 5px;
}

/* line 36, style/components/_accomplishments.scss */
.accomplishments .slide .content {
  display: inline-block;
  vertical-align: top;
  width: 850px;
}

/* line 42, style/components/_accomplishments.scss */
.accomplishments .slide:nth-child(n+6) {
  opacity: 0;
  transition: .5s max-height linear, .5s margin-bottom linear, .5s opacity linear;
  transition-delay: 0s, 0s, .5s;
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}

/* line 53, style/components/_accomplishments.scss */
.accomplishments .load-more {
  display: block;
  background: #830044;
  padding: 10px 20px;
  width: 170px;
  color: white;
  margin: auto;
  transition: .5s all linear;
  cursor: pointer;
}

/* line 62, style/components/_accomplishments.scss */
.accomplishments .load-more:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 20px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  display: inline-block;
  width: 0.6em;
  height: 1.4em;
}

/* line 74, style/components/_accomplishments.scss */
.accomplishments .load-more:after {
  content: "Load More";
}

/* line 77, style/components/_accomplishments.scss */
.accomplishments .load-more:hover {
  background-color: #ff00aa;
}

/* line 83, style/components/_accomplishments.scss */
.accomplishments .slides.loaded .slide:nth-child(n+6) {
  opacity: 1;
  max-height: 1000px;
  margin-bottom: 40px;
}

/* line 89, style/components/_accomplishments.scss */
.accomplishments .slides.loaded .load-more:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

/* line 95, style/components/_accomplishments.scss */
.accomplishments .slides.loaded .load-more:after {
  content: "See Less";
}

/* line 1, style/components/_contact.scss */
div.wpcf7 {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

/* line 6, style/components/_contact.scss */
div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 textarea {
  color: #2f2f2f;
  font-style: normal;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

/* line 14, style/components/_contact.scss */
div.wpcf7 input[type="text"]:focus, div.wpcf7 input[type="email"]:focus, div.wpcf7 textarea:focus {
  box-shadow: 0 0 10px #6e0047;
}

/* line 19, style/components/_contact.scss */
div.wpcf7 .wpcf7-validation-errors, div.wpcf7 .wpcf7-mail-sent-ng, div.wpcf7 div.wpcf7-mail-sent-ok {
  position: absolute;
  display: block;
  bottom: -25px;
  right: 0;
  border: none;
  font-size: 14px;
  font-style: italic;
  padding: 0;
  padding-right: 20px;
  margin-right: 180px;
  color: white;
  background: #6e0047;
  border: none;
}

/* line 33, style/components/_contact.scss */
div.wpcf7 .wpcf7-validation-errors:before, div.wpcf7 .wpcf7-mail-sent-ng:before, div.wpcf7 div.wpcf7-mail-sent-ok:before {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #5b003b;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-right: 20px;
  padding: 10px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2em;
}

/* line 55, style/components/_contact.scss */
div.wpcf7 div.wpcf7-mail-sent-ok:before {
  content: "";
}

/* line 59, style/components/_contact.scss */
div.wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}

/* line 62, style/components/_contact.scss */
div.wpcf7 .wpcf7-form-control-wrap:hover .wpcf7-not-valid-tip, div.wpcf7 .wpcf7-form-control:focus + .wpcf7-not-valid-tip {
  display: none;
}

/* line 65, style/components/_contact.scss */
section.contact {
  background: #c9bcce;
  padding: 60px 0;
}

/* line 69, style/components/_contact.scss */
section.contact.our-mission {
  background: #e2d5de;
  padding: 0;
}

/* line 74, style/components/_contact.scss */
section.contact .container {
  width: 1000px;
}

/* line 78, style/components/_contact.scss */
section.contact h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  margin-bottom: 40px;
  width: 1000px;
  color: #6e0047;
}

/* line 85, style/components/_contact.scss */
section.contact ul.info {
  text-align: center;
  padding: 30px 0 20px 0;
  width: 1000px;
  margin: auto;
}

/* line 90, style/components/_contact.scss */
section.contact ul.info li {
  display: inline-block;
  width: 323px;
}

/* line 93, style/components/_contact.scss */
section.contact ul.info li input {
  width: 100%;
}

/* line 96, style/components/_contact.scss */
section.contact ul.info li:not(:last-child) {
  margin-right: 10px;
}

/* line 101, style/components/_contact.scss */
section.contact p {
  text-align: center;
  width: 1000px;
  margin: auto;
  color: #404040;
}

/* line 118, style/components/_contact.scss */
section.contact input[type="text"], section.contact input[type="email"], section.contact textarea {
  background: #e2d5de;
  padding: 20px;
}

/* line 123, style/components/_contact.scss */
section.contact textarea {
  width: 1000px;
  border: none;
}

/* line 127, style/components/_contact.scss */
section.contact input[type="submit"] {
  float: right;
  display: block;
}

/* line 131, style/components/_contact.scss */
section.contact:after {
  content: '';
  display: block;
  clear: both;
  padding-bottom: 20px;
}

/* line 139, style/components/_contact.scss */
section.contact:not(.our-mission) h2 {
  width: 1200;
  display: block;
  margin: auto;
  font-weight: 600;
  padding-bottom: 60px;
  font-size: 32px;
}

/* line 147, style/components/_contact.scss */
section.contact:not(.our-mission) input[type="submit"] {
  padding: 0;
  margin-top: 0px;
  cursor: pointer;
}

/* line 151, style/components/_contact.scss */
section.contact:not(.our-mission) input[type="submit"]:hover {
  color: #830044;
  border-color: #830044;
}

/* line 155, style/components/_contact.scss */
section.contact:not(.our-mission) input[type="submit"]:before {
  content: "";
}

/* line 1, style/components/_footer.scss */
footer.spark_region {
  background: #5b003b;
}

/* line 3, style/components/_footer.scss */
footer.spark_region > section, footer.spark_region > ul {
  display: block;
  margin: auto;
  width: 1200px;
  padding: 0 60px;
  position: relative;
}

/* line 5, style/components/_footer.scss */
footer.spark_region > section.footer-heading, footer.spark_region > ul.footer-heading {
  text-align: center;
  padding: 80px 0 3em;
  background: #6e0047;
  width: 100%;
}

/* line 10, style/components/_footer.scss */
footer.spark_region > section.footer-heading h2, footer.spark_region > ul.footer-heading h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 54px;
  color: #05b5fe;
  margin-bottom: .5em;
}

/* line 15, style/components/_footer.scss */
footer.spark_region > section.footer-heading h4, footer.spark_region > ul.footer-heading h4 {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  color: white;
  font-size: 28px;
}

/* line 22, style/components/_footer.scss */
footer.spark_region .footer-content {
  background: #c9bcce;
  padding: 0;
  white-space: nowrap;
  border-top: 50px solid #6e0047;
}

/* line 29, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  white-space: normal;
  padding: 0 35px 40px;
  background: #c9bcce;
  height: 420px;
}

/* line 38, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li:not(.petition) {
  margin-top: 20px;
}

/* line 42, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li h2 {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  color: #6e0047;
  margin: 1em 0 .5em;
  line-height: 1em;
}

/* line 49, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter {
  position: relative;
}

/* line 49, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.other.resources {
  position: relative;
}

/* line 51, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter div#emma-form {
  margin-top: 1em;
}

/* line 53, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter div#emma-form .emma-form-row {
  margin: 0;
  margin-top: 0em;
}

/* line 57, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter div#emma-form .emma-form-label {
  display: none;
}

/* line 61, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter input[type="email"], footer.spark_region .footer-content > ul > li.newsletter #emma-email {
  width: 100%;
  display: block;
  border: none;
  background: #dedade;
  margin-bottom: 1em;
}

/* line 68, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter input[type="email"] ::-webkit-input-placeholder, footer.spark_region .footer-content > ul > li.newsletter #emma-email ::-webkit-input-placeholder {
  font-style: italic;
}

/* line 71, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter input[type="email"] :-moz-placeholder, footer.spark_region .footer-content > ul > li.newsletter #emma-email :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

/* line 74, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter input[type="email"] ::-moz-placeholder, footer.spark_region .footer-content > ul > li.newsletter #emma-email ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

/* line 77, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter input[type="email"] :-ms-input-placeholder, footer.spark_region .footer-content > ul > li.newsletter #emma-email :-ms-input-placeholder {
  font-style: italic;
}

/* line 81, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter input#emma-form-submit[type="submit"] {
  color: black;
  border: 0;
  border: none !important;
  border-bottom: 3px solid black !important;
  background-color: transparent !important;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin-top: 0;
  float: left !important;
}

/* line 95, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter input#emma-form-submit[type="submit"]:hover {
  color: #6e0047;
  border-bottom-color: #6e0047;
  cursor: pointer;
}

/* line 100, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter > span {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

/* line 106, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter .wpcf7-validation-errors, footer.spark_region .footer-content > ul > li.newsletter .wpcf7-mail-sent-ng, footer.spark_region .footer-content > ul > li.newsletter div.wpcf7-mail-sent-ok {
  width: auto;
  margin: 0;
  bottom: -50px;
  left: 0;
  padding: 0 0 0;
}

/* line 112, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter .wpcf7-validation-errors:before, footer.spark_region .footer-content > ul > li.newsletter .wpcf7-mail-sent-ng:before, footer.spark_region .footer-content > ul > li.newsletter div.wpcf7-mail-sent-ok:before {
  padding: 5px;
  margin-right: 10px;
}

/* line 117, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter span.wpcf7-not-valid-tip {
  display: none;
}

/* line 120, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter .wpcf7-form p {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
}

/* line 122, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.newsletter .wpcf7-form p:before {
  content: "";
  font-family: "FontAwesome";
  color: #830044;
  display: inline-block;
  margin-right: 10px;
}

/* line 132, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.petition {
  background: #e2d5de;
  margin-top: -40px;
  height: 480px;
  box-shadow: 0px 2px 15px 0px #666666;
  width: 39%;
}

/* line 138, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.petition .text {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-weight: bold;
  background: #5b003b;
  padding: 30px;
  color: white;
  text-align: center;
  line-height: 25px;
}

/* line 146, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.petition .text a {
  display: block;
  color: white;
  margin: 5px;
  background: #ac006e;
  text-decoration: none;
  padding: 20px;
  margin-top: 1em;
  letter-spacing: 1px;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

/* line 158, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.petition .text a:hover {
  background: #ff00aa;
}

/* line 164, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter .widget_display-latest-tweets {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  padding: 0;
  line-height: 1.3em;
}

/* line 169, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter .widget_display-latest-tweets h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

/* line 173, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter .widget_display-latest-tweets li {
  width: 100%;
  padding: 0;
}

/* line 178, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer {
  float: left;
  font-size: 16px;
  line-height: 20px;
}

/* line 185, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer div.post {
  padding: 0px 0px 0px 2px;
}

/* line 190, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer h3 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #434343;
}

/* line 201, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer a {
  color: #434343;
  text-decoration: none;
}

/* line 207, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer p {
  padding: 0px 0px 24px 0px;
}

/* line 212, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer ul {
  margin: 0px;
  padding: 0px 0px 29px 2px;
  list-style: none;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 222, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer ul li {
  padding: 0px 12px 0px 0px;
  float: left;
}

/* line 228, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer ul li a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
}

/* line 235, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer ul li a:hover {
  color: #9a0197;
  text-decoration: none;
}

/* line 241, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer ul li a span {
  display: none;
}

/* line 246, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li a::before {
  font-size: 20px;
}

/* line 248, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.facebook a::before {
  content: "";
}

/* line 249, style/components/_footer.scss */
footer.spark_region .footer-content > ul > li.mail a::before {
  content: "";
}

/* line 253, style/components/_footer.scss */
footer.spark_region .footer-contact {
  padding-top: 1em;
  color: white;
}

/* line 256, style/components/_footer.scss */
footer.spark_region .footer-contact .footer-action {
  display: inline-block;
  vertical-align: top;
}

/* line 260, style/components/_footer.scss */
footer.spark_region .footer-contact .logo {
  background: url("style/images/ico-logo.png") no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: baseline;
  background-repeat: no-repeat;
  width: 87px;
  height: 72px;
}

/* line 268, style/components/_footer.scss
footer.spark_region .footer-contact .logo:hover {
  background-image: url("style/images/logo_hover.png");
}
*/
/* line 272, style/components/_footer.scss */
footer.spark_region .footer-contact nav {
  margin: 0px 0 20px;
  vertical-align: top;
}

/* line 276, style/components/_footer.scss */
footer.spark_region .footer-contact nav li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  color: #ac006e;
}

/* line 281, style/components/_footer.scss */
footer.spark_region .footer-contact nav li a {
  color: #ac006e;
  text-decoration: none;
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-weight: 400;
  font-size: 16px;
}

/* line 285, style/components/_footer.scss */
footer.spark_region .footer-contact nav li a:hover {
  color: #05b5fe;
}

/* line 287, style/components/_footer.scss */
footer.spark_region .footer-contact nav li a:before {
  font-family: "FontAwesome";
  font-size: 25px;
}

/* line 292, style/components/_footer.scss */
footer.spark_region .footer-contact nav li.twitter a::before {
  content: "";
}

/* line 293, style/components/_footer.scss */
footer.spark_region .footer-contact nav li.facebook a::before {
  content: "";
}

/* line 294, style/components/_footer.scss */
footer.spark_region .footer-contact nav li.mail a::before {
  content: "";
}

/* line 295, style/components/_footer.scss */
footer.spark_region .footer-contact nav li:not(:last-of-type) {
  border-right: 1px solid #ac006e;
  padding-right: .5em;
  margin-right: .5em;
}

/* line 302, style/components/_footer.scss */
footer.spark_region .footer-contact .footer-social {
  margin-left: 60%;
  width: 200px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

/* line 308, style/components/_footer.scss */
footer.spark_region .footer-contact .footer-social h3 {
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* line 309, style/components/_footer.scss */
footer.spark_region .footer-contact .footer-social li {
  border: none !important;
}

/* line 310, style/components/_footer.scss */
footer.spark_region .footer-contact .footer-social a {
  color: #ac006e;
}

/* line 311, style/components/_footer.scss */
footer.spark_region .footer-contact .footer-social a:hover {
  color: #05b5fe;
}

/* line 315, style/components/_footer.scss */
footer.spark_region .footer-bottom {
  background: #2f2f2f;
  width: 100%;
  padding: 5px;
  color: #e2d5de;
}

/* line 321, style/components/_footer.scss */
footer.spark_region .footer-bottom .designed.by {
  width: 100px;
  display: inline-block;
  margin-left: 0;
  margin-top: 5px;
  vertical-align: middle;
  float: right;
}

/* line 329, style/components/_footer.scss */
footer.spark_region .footer-bottom .elefintlogo {
  float: right;
  white-space: nowrap;
  max-width: 30px;
  overflow: hidden;
  transition: 1s max-width;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 400;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.5em;
  color: #c9bcce;
  text-decoration: none;
  font-size: 14px;
}

/* line 339, style/components/_footer.scss */
footer.spark_region .footer-bottom .elefintlogo:hover {
  max-width: 1000px;
}

/* line 342, style/components/_footer.scss */
footer.spark_region .footer-bottom .elefintlogo svg {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

/* line 346, style/components/_footer.scss */
footer.spark_region .footer-bottom .elefintlogo svg .logomark {
  fill: #c9bcce;
}

/* line 351, style/components/_footer.scss */
footer.spark_region .footer-bottom .copyright {
  font-family: "franklin-gothic-urw-comp";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

/* ------------------------------------------------------------ *\
   General
   \* ------------------------------------------------------------ */
.petition .spark-text-block h2 { text-align: center; }

.scrolling-tabs.issue-areas { padding: 0 10px; }

.scrolling-tabs.issue-areas .tabs { max-width: none; padding-bottom: 0; }

.scrolling-tabs.issue-areas .tabs .tab.issue-area { width: 14.5%; height: 305px; margin-right: 20px; overflow: hidden; margin-bottom: 10px; }

.scrolling-tabs.issue-areas .tabs .tab.issue-area .slide-content h4 { font-size: 26px; }

.scrolling-tabs.issue-areas .tabs .tab:hover .slide-content { height: 275px; }

.spark-feed.featured-news.events .slide span { height: 100% !important; }

.spark-feed.featured-news.events .slide .read-more { margin-left: 0;  }

.crb-more { max-width: 245px; white-space: pre-wrap !important; }

.crb-btn { display: block; color: white; margin: 5px; background: #fff; text-decoration: none; padding: 20px; margin-top: 1em; letter-spacing: 1px; font-family: "franklin-gothic-urw-comp"; font-weight: 700; font-size: 24px; text-transform: uppercase; max-width: 300px; margin: 5px auto; }

.crb-btn:hover { text-decoration: none !important; }

.crb-btn-pink { display: block; color: white; margin: 5px; background: #ac006e; text-decoration: none; padding: 20px; margin-top: 1em; letter-spacing: 1px; font-family: "franklin-gothic-urw-comp"; font-weight: 700; font-size: 24px; text-transform: uppercase; max-width: 300px; margin: 5px auto; }

.crb-btn-pink:hover { text-decoration: none !important; background: #ff00aa; }

.crb-btn.crb-btn-purple { background: #81027e;  }

.crb-btn.crb-btn-purple:hover { background: #ab01a7;  }

.crb-btn.btn-sc-lvl {  white-space: nowrap; max-width: none; }


.crb-filters { text-align: center; margin-bottom: 20px !important; }

.crb-filters .crb-btn-purple { text-align: center;  display: inline-block; }

.crb-filters .crb-btn-purple  + .crb-btn-pink { margin-left: 10px; }

.crb-btn-block { display: block; max-width: none; width: auto; text-align: center;  }

.feature-link {text-align: center; }

section.action-feature .feature-link a { margin-bottom: 10px;  }

.section-callout .section-heading { color: #6e0047; /* text-align: center; */ }

.coalitions-partnerships.section-callout ul li .content h4  a { color: #ac006e; text-transform: none; text-decoration: none; }

.coalitions-partnerships.section-callout .section-heading {text-align: center; }

.coalitions-partnerships.section-callout ul li.organization { display: block; text-align: center; margin: 0 auto; width: 100%; }

.coalitions-partnerships.section-callout ul li.organization .thumbnail { display: block; text-align: center; margin: 0 auto; float: none; margin-bottom: 5px; }

.coalitions-partnerships.section-callout ul li.organization .content { width: 100%;  }


/* ------------------------------------------------------------ *\
  Responsive
  \* ------------------------------------------------------------ */
body.rights_app .container { width: 100%; max-width: 1200px; }

.container::after { content: ''; display: table; clear: both; }

header.spark-header .left-container { float: left; margin-top: 24px; }

header.spark-header .right-container { width: auto; float: right; margin: 0; }

.tab-content .team-member-content .front { width: 100%; max-width: 1100px; padding: 0 20px; }

.tab-content .tab-pager { max-width: 1230px; width: 100%; margin: 0 auto; }

.tab-content .tab-pager li.prev { margin-right: 0; }

.scrolling-tabs > h2, .scrolling-tabs .tabs, .scrolling-tabs .tab-content ul { max-width: 1200px; width: 100%; }

.scrolling-tabs .tabs .team-member { width: 20%; margin-right: 5%; height: auto; background-position: center; cursor: pointer;
  -webkit-background-size: cover;
          background-size: cover; }

          .scrolling-tabs .tabs .team-member:not(.active) .front,
.scrolling-tabs .tabs .team-member .front { padding-top: 100%; display: block; }

.scrolling-tabs .tabs .team-member:nth-child(4n) { margin-right: 0; }

.scrolling-tabs .tabs .team-member:not(.active) .front h2 { top: 50%; height: auto; padding: 0 10px; bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

          a {
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
        }

.file-feed .file .view-pdf { left: 12.5%; }

.tab-content .team-member-content .front,
.spark-gallery .tab-content .slide { background-color: #E2D5DE !important; }

section.contact h2 { width: 100%; max-width: 1200px; }

section.contact:not(.our-mission) h2 { max-width: 1000px; width: 100%; }

div.wpcf7 { width: 100%; }


.contact + .download-form-popup { display: none; }

.download-form-popup { background-color: #c9bcce; max-width: 800px; margin: 0 auto; display: block; padding: 50px 50px; font-size: 14px; }
.download-form-popup li { margin-bottom: 15px; text-align: left; }
.download-form-popup div.wpcf7 input[type="checkbox"] { background-color: #e2d5de; border: none; border-radius: 0; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; }
.download-form-popup div.wpcf7 .wpcf7-list-item-label { display: inline-block; vertical-align: middle; }
.download-form-popup div.wpcf7 input[type="text"],
.download-form-popup div.wpcf7 input[type="email"],
.download-form-popup div.wpcf7 textarea { width: 100%; }
.download-form-popup span.wpcf7-list-item { margin: 0; }
.download-form-popup div.wpcf7 img.ajax-loader { position: absolute; bottom: -30px; right: 25px; margin: 0; }
.download-form-popup .form-footer { position: relative; text-align: right; }
.download-form-popup .wpcf7-submit { cursor: pointer; margin-top: 20px; }
.download-form-popup .wpcf7-submit:hover,
.download-form-popup .wpcf7-submit:focus { outline: none; color: #830044; border-color: #830044; }

@media( max-width: 1500px ){
  .scrolling-tabs.issue-areas .tabs .tab.issue-area .slide-content h4 { font-size: 22px;}

}

@media( max-width: 1280px){
  .scrolling-tabs.issue-areas .tabs .tab.issue-area { width: 43%;}

  section { padding-left: 20px !important; padding-right: 20px !important; }

  .featured-post { padding: 0 !important; }

  .why-it-matters .slides .slide { width: 100%; }

  .why-it-matters .slides { width: 100%; }

  .why-it-matters .cycle-slideshow { width: 100% !important; }

  .why-it-matters .slides { padding: 0 20px; }


  .featured-news .slides,
  .featured-news > h2,
  .why-it-matters .slides .cycle-carousel-wrap { width: 100%; }


  .featured-news.events .slide,
  .why-it-matters .slides .cycle-carousel-wrap .slide { width: 32%; margin-right: 2.5%; }

  .featured-news .slides .cycle-carousel-wrap,
  .featured-news .slides .cycle-slideshow { width: 100% !important; }

  .why-it-matters .slides .cycle-carousel-wrap .slide:last-child { margin-right: 0; }


  .why-it-matters .slides .cycle-carousel-wrap .slide::before { content: ''; background-color: rgba(0, 0, 0, 0.4); position: absolute; top: 0; bottom: 0; right: 0; left: 0; }

  .why-it-matters .slides .slide .stat-highlight,
  .why-it-matters .slides .slide .learn-more,
  .why-it-matters .slides .slide .content { bottom: auto; top: 50%; padding: 0 10%; background: none !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }

  .why-it-matters .slides .slide .learn-more h2 { font-size: 30px; }

  .news-heading h1 { width: 100%; max-width: 1200px; }


  .call-to-action li { width: 70%; }

  .call-to-action li + li { margin-top: 20px; }

  .call-to-action li:nth-child(2n+1) { margin-right: 0; }

  .call-to-action li a { width: 40%; vertical-align: middle; }

  .call-to-action li .description { width: 58%; margin-left: 0; padding-left: 20px; }

  section.action-feature .container > div { width: auto; bottom: 0; top: auto; }

  section.action-feature .feature-link { text-align: center; }

  section.action-feature .feature-link a { margin-bottom: 10px; display: block; text-align: center; }

  section.action-feature .feature-link span { width: 100%; text-align: left; }

  nav.full-width-nav .container ul { width: 100%; max-width: 1200px; }

  footer.spark_region > section,
  footer.spark_region > ul { width: 100%; max-width: 1200px; }

  footer.spark_region .footer-contact .footer-action { width: 50%; float: left; }

  footer.spark_region .footer-contact .footer-social { width: 50%; float: right; margin: 0; }

  footer.spark_region .footer-contact::after { content: ''; display: table; clear: both; }

  .donate.spark-modal .modal-content { width: 80%; max-width: 1000px; }

  .donate.spark-modal .modal-content img { width: auto; max-width: 50%; float: left; margin: 0 20px 0px 0; }

  .donate.spark-modal .modal-content .text { display: block; width: auto; padding: 70px 10px 10px; margin: 0; text-align: left; }

  .donate.spark-modal .modal-content .text .button { margin: 20px auto 20px; max-width: 240px; display: block; }

  .donate.spark-modal .modal-content .close { cursor: pointer; }

  section .post-preview { width: 100% !important; max-width: 1200px !important; }

  section .post-preview > a.content { display: inline-block; vertical-align: middle; width: 29%; padding: 20px; }

  section .post-preview .thumbnail { margin: 0 !important; display: block; width: 100% !important; height: auto; padding-top: 100%; position: relative; }

  section .post-preview .thumbnail span { top: 0; left: 0; }

  section .post-text { width: 70% !important; display: inline-block; vertical-align: middle; padding: 20px 20px 20px 0; text-align: left; }


  .in-the-media .slides { width: 100%; max-width: 1200px; }

  .in-the-media .slides li { width: 33% !important; }

  .in-the-media .slides li > a { width: 100%; }

  .in-the-media .slides li > a .post-text { width: 100% !important; padding-right: 0; }

  .in-the-media .slides li:not(:nth-of-type(3)) { margin-right: 0%; }

  .in-the-media .slides li .video { height: auto; width: 100%; padding-top: 80%; }


  .malikas-blog .slides { width: 100%; max-width: 1200px; }

  .malikas-blog h2 { width: 100%; max-width: 1200px; }

  .malikas-blog .post-preview .thumbnail { padding-top: 0; width: 29% !important; display: inline-block; vertical-align: middle; padding-right: 20px; }

  .malikas-blog .post-preview .thumbnail img { width: 100%; }

  .malikas-blog .post-preview .thumbnail a { display: block; }

  .malikas-blog .post-preview .post-text { width: 70%; display: inline-block; vertical-align: middle; }

  section#content-section { padding: 0 !important; }

  section#content-section .center-box { max-width: 1032px; width: 100%; }

  section#content-section .center-box::after { content: ''; display: table; clear: both; }

  section#content-section article.content-area1 figure,
  section#content-section article.content-area3 figure,
  section#content-section article.content-area2 figure { width: 48%; padding-left: 20px; }

  section#content-section article.content-area1 div.txt,
  section#content-section article.content-area2 div.txt,
  section#content-section article.content-area3 div.txt { width: 48%; padding-right: 20px; }

  section#content-section figure.hero-banner img { min-height: 100%; min-width: 100%; width: auto; display: block; margin: 0 auto; float: right; }




  .issue-areas .tabs { text-align: center; font-size: 0; }

  .issue-areas .tab { width: 32%; margin-right: 2%; float: none; display: inline-block; vertical-align: top; }

  .issue-areas .tab:nth-child(3n) { margin-right: 0; }

  .tab-content .tab-content-group { width: 100%; max-width: 1200px; }

  .tab-content .statistics li { padding: 5% 5%; }

  .highlight-gallery > .cycle-slideshow { max-height: 1000px; width: 100%; }

  .highlight-gallery > .cycle-slideshow .text { width: auto; left: 10px; right: 10px; }

  .accomplishments .slides { width: 100%; max-width: 1200px; }

  .accomplishments .slide .date { float: left; display: block; }

  .accomplishments .slide .content { width: auto; overflow: hidden; display: block; }

  section.our-mission { padding: 0 !important; width: 100%; }

  section.our-mission h1 { width: 100%; max-width: 1200px; min-width: 100px; line-height: 1.1; padding: 200px 20px; }

  section.resolution-content ol,
  section.statistics ul { width: 100%; max-width: 1200px; }

  section.statistics ul li { width: 25%; }

  section.statistics ul li:not(:nth-child(3)) { margin-right: 7%; }


  section.statistics .stat-caption { width: 100%; }

  section.resolution-content ol li { width: 100%; }

  section.resolution-content > h2 { width: 100%; }

  .coalitions-partnerships > h2, .coalitions-partnerships > ul { width: 100%; }


  .coalitions-partnerships ul li { vertical-align: top; }

  .coalitions-partnerships ul li .thumbnail { display: block; float: left; margin-right: 30px; }

  .coalitions-partnerships ul li .content { width: auto; display: block; overflow: hidden; }

  .coalitions-partnerships ul li .content h4 { line-height: 1.1; margin-bottom: 10px; }

  .partners > ul { width: 100%; }

  .partners > ul li { margin-bottom: 0; }

  .partners > ul li + li { margin-top: 30px; }

  section.contact p { width: 100%; max-width: 1000px; }

  section.contact ul.info { font-size: 0; width: 100%; max-width: 1000px; }

  section.contact ul.info li { width: 33%; margin-right: 0; }

  section.contact ul.info li:not(:last-child) { margin-right: .5%; }


  section.contact textarea,
  section.contact p { width: 100%; max-width: 1000px; }




  .featured-news .slides { padding-bottom: 0 !important; }

    .event-detail .event-info .contain { width: 100%; max-width: 1200px; }

    .featured-news.events .slide span { height: auto; padding-bottom: 50px; }

    .featured-news.events .slide .read-more { position: absolute; bottom: 0; left: 0; }

    .spark-feed.featured-news.events .slide .read-more { margin-left: 1.5em; }


    .file-feed .slides { text-align: center; }

    section.action-feature .feature-link a { display: inline-block; vertical-align: middle; width: 50%; padding: 25px 0; }

    section.action-feature .feature-link span { display: inline-block; vertical-align: middle; width: 47%; }

  }

  section.signup h2.contact-title  { width: 50%; }

  @media(max-width: 1024px){
    section.signup h2.contact-title  { width: 100%; }
    body.rights_app .container { padding: 0 20px; }

    section.our-mission .container { padding-top: 80px; padding-bottom: 80px; }

    nav.full-width-nav > ul > li > a, nav.full-width-nav > ul > li span { font-size: 21px; }

    h2 { font-size: 40px !important; }

    h3 { font-size: 24px !important; }

    .scrolling-tabs .tabs .team-member:not(.active) .front h2,
    h4 { font-size: 20px !important; }

    .why-it-matters .slides .slide .content p, .why-it-matters .slides .slide .stat-highlight p, .why-it-matters .slides .slide .learn-more p { font-size: 15px; }

    .why-it-matters .slides .slide .learn-more h2 { font-size: 22px; }

    section.our-mission .container { font-size: 28px; }

    .scrolling-tabs .tabs .team-member { width: 22%; margin-right: 2%; }

    .scrolling-tabs .tabs .team-member:not(.active) .front h2 { padding: 0 5px; }

    .tab-content .team-member-content .member-bio,
    .tab-content .team-member-content .links { font-size: 20px; }

    .tab-content .tab-pager { padding: 0 20px 30px; }

    .tab-content .tab-pager li { font-size: 20px; }

    .scrolling-tabs .tabs .team-member:not(.active) .front h2 { font-size: 18px; line-height: 1.3; }

    section.action-feature .main-text > p { font-size: 22px; line-height: 1.5; }

    .featured-news.events .slide .cycle-carousel-wrap { right: 0; width: auto !important; }


    header.spark-header .left-container { width: 300px; }

    footer.spark_region .footer-content > ul > li.petition { padding: 0 20px 20px; }

    .donate.spark-modal .modal-content { max-height: 85%; overflow: auto; }


    section#content-section figure.hero-banner { overflow: hidden; }

    section#content-section figure.hero-banner figcaption { margin-left: 0; left: 20px; right: 20px; width: auto !important; }

    section#content-section article.content-area2 a.more { display: block; margin-bottom: 10px; }

    section#content-section article.content-area2 footer p { padding: 0; }

    section#content-section figure.hero-banner h3 { line-height: 1; padding: 1em 0 1.5em; }

    .file-feed .slides { width: 100% !important; text-align: center; }

    .file-feed .slides .file { width: 29%; margin-right: 5%; float: none; display: inline-block; vertical-align: top; margin-bottom: 5%; height: auto; }

    .file-feed .slides .file:nth-child(3n) { margin-right: 0; }


    .highlight-gallery #thumbnail-pager { width: 100%; }

    section.resolution-doc .resolution-download { width: 90%; }

    section.resolution-doc .resolution-download a { display: block; margin-bottom: 10px; width: 100%; }

    section.resolution-doc .resolution-download .description { padding: 0; width: 100%; display: block; margin: 0; }

    .highlight-gallery #thumbnail-pager .feed-pager.next { right: 0; z-index: 500; }

    .highlight-gallery #thumbnail-pager .feed-pager.prev { left: 0; z-index: 500; }

    .highlight-gallery #thumbnail-pager .feed-pager.next:hover,
    .highlight-gallery #thumbnail-pager .feed-pager.prev:hover,
    .highlight-gallery #thumbnail-pager .feed-pager.next,
    .highlight-gallery #thumbnail-pager .feed-pager.prev { width: 30px; height: 40px; background-position: center; margin-top: -10px; top: 50%;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }

    section.action-feature .feature-link a { width: 60%; margin-bottom: 0; }

    section.action-feature .feature-link span { width: 35%; }

  }

  @media(max-width: 985px){
    .in-the-media .slides li { width: 32% !important; }

    .spark-text-block ::after { content: ''; display: table; clear: both; }

    body.rights_app .footer-content .container { padding: 0; }

    body.rights_app .footer-content .spark-text-block { padding: 0 !important; }

    section#content-section article.content-area3 figure { width: 100%; padding: 0; }

    section#content-section article.content-area3 figcaption { left: 10px; right: 0px; width: auto; }

    section#content-section article.content-area3 div.txt { width: 100%; padding: 0; }

    section.our-mission h1 { padding: 100px 20px; }

    .coalitions-partnerships > h2, .coalitions-partnerships > ul { padding: 0 20px; }


    .coalitions-partnerships h2 { margin: 40px auto; }

    .coalitions-partnerships ul li:nth-child(odd) { margin-right: 0; }

    .coalitions-partnerships ul li { width: 100%; text-align: left; }

    .partners > ul {
      -webkit-columns: 300px 2;
      -moz-columns: 300px 2;
      columns: 300px 2;
    }

    section.action-feature .feature-link a { width: 100%; margin-bottom: 10px; padding: 25px 10px; }

    section.action-feature .feature-link span { width: 100%; }

    footer.spark_region .footer-content > ul > li.petition,
    footer.spark_region .footer-content > ul > li { width: 100%; margin: 0; display: block; height: auto; padding: 20px 20px; }

    footer.spark_region .footer-content > ul > li h2 { margin-top: 0; }

    footer.spark_region .footer-content > ul > li.petition .text a { max-width: 220px; margin: 25px auto 0; }

    footer.spark_region .footer-content { border-top-width: 1px; }

    footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer ul { text-align: center; }

    footer.spark_region .footer-content > ul > li.twitter div.widget-tweet-footer ul li { float: none; display: inline-block; }

    footer.spark_region .footer-content > ul > li.newsletter div#emma-form .emma-form-row { width: 100% !important; text-align: center; }

    footer.spark_region .footer-content > ul > li.newsletter input#emma-form-submit[type="submit"] { float: none !important; }

    section.contact  .contact .action_info li { margin-right: 0; display: block; width: 100%; }

    /*section.contact .action_info li*/
  }

  @media(max-width: 767px){


    .scrolling-tabs.issue-areas .tabs .tab.issue-area .slide-content  div { font-size: 16px !important;}

    body { font-size: 18px !important; }

    header.spark-header { text-align: center; }

    header.spark-header .left-container { width: 100%; float: none; margin: 0 0 20px; padding-top: 20px; text-align: center; display: block; }

    header.spark-header .left-container .logo { float: none; }

    header.spark-header .right-container { width: auto; float: none; display: inline-block; vertical-align: middle; }

    h2 { font-size: 30px !important; }

    h3 { font-size: 22px !important; }

    .scrolling-tabs .tabs .team-member:not(.active) .front h2,
    h4 { font-size: 18px !important; }

    section h5 { font-size: 16px !important; }

    section.our-mission { position: relative; z-index: 500; }

    section.our-mission .container:before { z-index: -1; }

    section.our-mission .container { font-size: 22px; padding: 30px 20px !important; }


    body.rights_app .container,
    .featured-news .slides, .featured-news > h2 { padding: 10px 0; }

    .why-it-matters .slides { padding: 0; }


    section.home-feature hgroup h2 b, section.home-feature hgroup h2 strong { font-size: 40px; line-height: 0.9; }

    section.home-feature hgroup h2 { font-size: 22px !important; }

    nav.full-width-nav { display: none; }

    .mobile-btn { display: inline-block; width: 30px; height: 30px; background-image: url(images/nav-toggle.png); vertical-align: middle; margin-left: 20px; cursor: pointer;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%; }

    body.rights_app .full-width-nav .container { padding: 0; }

    nav.full-width-nav > ul > li { display: block; }

    nav.full-width-nav > ul > li .nav-drop { position: static; width: 100%; }

    nav.full-width-nav > ul > li .nav-drop li { display: block; }

    nav.full-width-nav > ul > li .nav-drop { max-height: 0; height: auto; }

    nav.full-width-nav > ul > li:hover .nav-drop { max-height: 300px; height: auto; }

    nav.full-width-nav > ul > li .nav-drop li { margin-right: 0; }


    .spark-header .container { padding: 0 !important; }

    .news-feed .post-preview .read-more { font-size: 18px; }

    .call-to-action li { width: 100%; }

    .call-to-action li a { font-size: 20px; }

    .why-it-matters .slides .slide .content p, .why-it-matters .slides .slide .stat-highlight p, .why-it-matters .slides .slide .learn-more p { font-size: 14px; }

    .featured-news .slide,
    .why-it-matters .slides .cycle-carousel-wrap .slide { width: 100%; }

    .why-it-matters .slides .cycle-carousel-wrap { position: static; }

    .why-it-matters .slides .slide { height: auto; }

    .why-it-matters .slides .slide .stat-highlight,
    .why-it-matters .slides .slide .content { position: relative; padding: 20px 10%;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }

    .scrolling-tabs .tabs .team-member { width: 47%; margin-bottom: 2%; }

    .scrolling-tabs .tabs .team-member:nth-child(2n) { margin-right: 0; }

    .scrolling-tabs .tabs .team-member.cycle-pager-active:after { display: none; }

    section.action-feature .feature-link a { font-size: 18px; padding: 15px 10px; }

    .featured-news.events h2 { padding: 50px 20px 30px; margin-bottom: 0; }


    .cycle-carousel-wrap,
    .why-it-matters .slides .cycle-carousel-wrap { position: relative !important; white-space: normal !important; }

    .featured-news h4 { height: auto; }

    .featured-news .cycle-slideshow > .slide,
    .why-it-matters .cycle-slideshow > .slide { display: none !important; }

    .featured-news .slide,
    .why-it-matters .slides .cycle-carousel-wrap .slide { display: block !important; margin-bottom: 10px; }


    body.rights_app ul { text-align: center; }

    header.spark-header .social li { margin-right: 0; text-align: center; }

    header.spark-header .social li + li { margin-left: 20px; }

    header.spark-header .social li.donate { padding: 13px 40px; }

    /*body.rights_app a { display: block; }
    */
    section.home-feature hgroup:hover .link-peek,
    section.home-feature hgroup .link-peek { display: block; position: relative; height: auto; width: auto; right: auto; bottom: auto; }

    section.home-feature hgroup .link-peek { padding: 25px 0; }

    section.home-feature hgroup .link-peek:before,
    section.home-feature hgroup .link-peek:after { opacity: 1; top: 50%; bottom: auto; height: auto; text-align: left;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }

    section.home-feature hgroup .link-peek:before { width: 160px; }

    section.home-feature hgroup .link-peek:after { right: 20px; }

    section.home-feature hgroup,
    section.home-feature hgroup h2 { width: 100%; }

    .donate.spark-modal .modal-content img { width: 100%; max-width: 100%; margin: 0; float: none; }

    .donate.spark-modal .modal-content .text { width: 100%; padding-top: 30px; }


    .malikas-blog .post-preview .post-text,
    .news-feed .post-preview > a.content { width: 100% !important; }


    .malikas-blog .post-preview .thumbnail, .news-feed .post-preview .thumbnail { margin: 0; }

    .malikas-blog .post-preview .thumbnail,
    .news-feed .post-preview .thumbnail { padding-top: 40%; background-position: center; width: 100% !important; text-align: left;
      -webkit-background-size: cover;
              background-size: cover; }

    .news-feed .post-preview .post-text { width: 100% !important; padding: 10px 20px; margin-top: 0; }


    .malikas-blog .post-preview .thumbnail { padding-top: 0; }

    .in-the-media .slides li { width: 100% !important; }

    .in-the-media .slides li .video { padding-top: 60%; }

    section { padding: 20px 20px !important; }

    footer.spark_region .footer-contact { padding: 20px 0 !important; }

    footer.spark_region .footer-contact .logo { margin: 0 auto 10px; }

    footer.spark_region .footer-bottom .copyright,
    footer.spark_region .footer-bottom .designed.by,
    footer.spark_region .footer-contact .footer-action,
    footer.spark_region .footer-contact .footer-social { width: 100%; float: none; height: auto; text-align: center; }

    footer.spark_region .footer-bottom .elefintlogo { float: none; }

    .call-to-action li a { width: 100%; }

    .call-to-action li .description { width: 100%; padding: 10px 0 0; }

    section#content-section article.content-area1 a.more,
    section#content-section article.content-area3 a.more { display: block; margin-bottom: 10px; }

    section#content-section article.content-area1 footer p,
    section#content-section article.content-area3 footer p { padding: 0; }

    section#content-section figure.hero-banner figcaption { width: 100%; }

    section#content-section article.content-area2  { padding: 30px 0; }

    section#content-section article.content-area1 figure, section#content-section article.content-area3 figure, section#content-section article.content-area2 figure { width: 100%; display: block; padding: 10px 0; }

    section#content-section article.content-area1 div.txt, section#content-section article.content-area2 div.txt, section#content-section article.content-area3 div.txt { width: 100%; display: block; padding: 10px 0; }

    section#content-section article.content-area3  {margin: 0 auto 20px; padding: 25px 20px; }

    section#content-section article.content-area1 footer p, section#content-section article.content-area3 footer p { text-align: center; display: block; }

    section#content-section .center-box { padding: 0 20px; }

    section#content-section figure.hero-banner { min-height: 400px; background-position: center center; }

    section#content-section figure.hero-banner img { min-width: 900px; width: 100%; }

    section#content-section figure.hero-banner p { font-size: 40px; line-height: 1.1; }

    section#content-section figure.hero-banner a.more { font-size: 20px; padding: 15px 20px; }


    .accomplishments h2,
    .highlight-gallery h1,
    .news-heading { padding: 50px 20px; line-height: 1.1; text-align: center; }

    .news-heading h1 { padding: 0; line-height: 1.1; text-align: center; }

    .featured-post .slides .slide .content { width: auto; right: 20px; }


    section .post-preview > a.content { padding: 10px 0; }

    section p,
    .malikas-blog p { font-size: 18px; }

    .file-feed .slides .file { width: 47%; }

    .file-feed .slides .file:nth-child(3n) { margin-right: 5%; }

    .file-feed .slides .file:nth-child(2n) { margin-right: 0; }

    .file-feed .slides { padding: 50px 0; }


    .issue-areas .tabs { position: relative; }

    .issue-areas .tabs::before { content: ''; width: 0; height: 0; border-style: solid; border-width: 0 50px 60px 50px; border-color: transparent transparent #6e0047 transparent; bottom: 0; position: absolute; bottom: -150px; left: 50%; margin-left: -25px; opacity: 0;
    -webkit-transition: all .5s .5s;
         -o-transition: all .5s .5s;
            transition: all .5s .5s; }

    .issue-areas .tabs.expanded::before { bottom: -20px; opacity: 1; }

    .issue-areas .tab { width: 100%; height: 230px; }

    .issue-areas .tab:hover .slide-content, .issue-areas .tab.cycle-pager-active .slide-content { height: 100%; }

    .issue-areas .tab { margin-top: 20px; }

    .issue-areas .tab:before { display: none; }

    .tab-content { padding: 0 !important; }

    .tab-content .close-tab { right: 20px; }

    .tab-content .tab-content-group { padding: 0 20px; }

    .tab-content .statistics li { padding: 5% 1%; }

    .tab-content .slide { padding-bottom: 20px; }

    .tab-content .tab-pager li.prev { margin-right: 10px; }

    .tab-content .tab-pager li.next { float: none; margin-left: 10px; }

    section.spark-gallery { padding: 0 !important; }

    section.spark-gallery.open { padding: 70px 20px 30px !important; text-align: left; }

    .event-detail.open { }

    .tab-content .slide {}

    .scrolling-tabs > h2 { padding: 30px 30px 50px; }

    .highlight-gallery > .cycle-slideshow { min-height: 100px; }

    .highlight-gallery > .cycle-slideshow .cycle-slide { min-height: 100px; }

    .highlight-gallery #thumbnail-pager { height: auto; }

    .tab-pager .cycle-slideshow .cycle-carousel-wrap { display: inline-block; }

    .highlight-gallery #thumbnail-pager .cycle-slideshow > .cycle-slide { display: none !important; }

    .highlight-gallery .gallery-pager { width: 30px; height: 60px;
      -webkit-background-size: 100% 100% !important;
              background-size: 100% 100% !important; }

    .highlight-gallery #thumbnail-pager .cycle-slide .slideframe img,
    .highlight-gallery > .cycle-slideshow .cycle-slide img { border-width: 5px; }

    .highlight-gallery .gallery-pager:hover { background-position: center; }


    .cycle-carousel-wrap, .why-it-matters .slides .cycle-carousel-wrap { width: 100% !important; left: 0 !important; right: 0 !important; }

    .highlight-gallery #thumbnail-pager { text-align: center; }

    .highlight-gallery #thumbnail-pager .cycle-slide { width: 24%; margin-right: 1%; height: auto; }

    .highlight-gallery #thumbnail-pager .cycle-slide .slideframe { width: 100%; margin: 0; }

    .highlight-gallery #thumbnail-pager .cycle-slide .slideframe img { width: 100%; height: auto; }

    .accomplishments .slides { padding: 0; }

    .accomplishments .slide .date { float: none; margin-bottom: 20px; }

    .accomplishments .slide .content { width: 100%; overflow: visible; text-align: left; }

    .highlight-gallery > .cycle-slideshow .text { position: static; }

    .featured-news .news-navigation { padding-bottom: 30px; }

    .accomplishments .load-more { margin-bottom: 30px; display: inline-block; }


    section.statistics .stat-caption { padding: 0 0 20px; }

    section.statistics ul li { width: 30%; }

    section.statistics ul li:not(:nth-child(3)) { margin-right: 3%; }

    section.resolution-content > h2,
    section.resolution-content ol { padding: 0 20px; }

    .board-of-directors .member-list li { text-align: left; }


    .partners h2 { padding: 40px 20px; }

    .partners > ul { padding: 0 20px; }

    .partners > ul li { text-align: left; }

    section.contact ul.info li { width: 100%; }

    section.contact ul.info li:not(:last-child) { margin-right: 0; margin-bottom: 20px; }


    .featured-news.events { padding-bottom: 0 !important; }

    .featured-news.events .slide.active:before { display: none; }

    .event-detail { position: relative; }

    .event-detail.open::before { bottom: 100%; }

    .event-detail::before {  content: '';
      -webkit-transition: bottom .5s;
           -o-transition: bottom .5s;
              transition: bottom .5s;
      bottom: 50%;
      left: 0;
      right: 0;
      margin: auto;
      transition: top .25s ease-in-out .15s;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 40px 40px 40px;
      border-color: transparent transparent #6e0047 transparent;
      position: absolute;
      z-index: 0;}

    .featured-news.events .slides .cycle-slideshow { padding-bottom: 90px; }

    .featured-news.events .slide,
    .why-it-matters .slides .cycle-carousel-wrap .slid { width: 100%; margin: 0 0 20px; }

    .file-feed .filters li { display: block; width: 100%; border: none !important; }

    .file-feed .filters li + li { margin-top: 10px; }

    .container iframe { max-width: 100% !important; }

  }

  @media(max-width: 500px){
  .scrolling-tabs.issue-areas .tabs .tab.issue-area { width: 80% !important; }

    .mobile-btn,
    header.spark-header .social li + li { margin-left: 10px; }

    header.spark-header .social li.donate { padding: 10px 20px; }

    section#content-section article.content-area3 figcaption { font-size: 26px; line-height: 1.2; padding: 10px; }

    section#content-section article.content-area1 a.more,
    section#content-section article.content-area2 a.more,
    section#content-section article.content-area3 a.more { font-size: 20px; }

    .file-feed .slides .file { width: 100%; margin-right: 0; }

    .tab-content .statistics li { width: 100%; padding: 2% 1%; margin: 0; display: block; }

    .file-feed hgroup { padding: 40px 30px; }


    section.resolution-content ol li { padding-left: 0; }

    section.resolution-content ol li > strong { display: block; }

    section.resolution-content li::before { position: static; display: block; margin-bottom: 10px; max-width: 40px; text-align: center; }

    section.statistics ul li { width: 100%; }

    section.statistics ul li:not(:nth-child(3)) { margin: 0 0 10px; }

    .tab-content .slide { padding-bottom: 70px; }

    .tab-content .tab-pager li.prev,
    .tab-content .tab-pager li.next { display: block; margin: 10px 0 0; width: auto; }


    .board-of-directors .member-list li:nth-child(odd),
    .board-of-directors .member-list li { width: 100%; margin-right: 0; }

    .coalitions-partnerships ul li .thumbnail { display: block; margin: 0 0 10px; float: none; }

    .coalitions-partnerships ul li .content { width: 100%; margin: 0 0 20px; overflow: visible; display: block; }

    section.home-feature hgroup { bottom: 0; top: 45%; -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);  }
    .featured-news > h2 { margin-bottom: 0; text-align: center; }
    .featured-news .news-navigation { display: none; }
    section.action-feature .container > div { position: relative; }
    section.action-feature { min-height: 100%; }

    section.home-feature { background-position: center center; }
  }

@media(max-width: 767px){
  section.home-feature { background-image: url( images/home-intro-mobile2.jpg ) !important; background-position: top center; }
  .download-form-popup { padding: 50px 20px;  }
  header.spark-header .site-logo { text-align: center; display: inline-block; }

  div.wpcf7 .wpcf7-validation-errors,
  div.wpcf7 .wpcf7-mail-sent-ng,
  div.wpcf7 div.wpcf7-mail-sent-ok { margin-right: 90px; display: flex; align-items: center; line-height: 1.2; }
}

.contact .contact-title  { text-align: center; }

.contact .send-message-action { text-align: left; padding-top: 10px; }

section.contact .action_info  { margin: auto;  max-width: 1000px; margin-top: 20px; }

section.contact .action_info li { margin-right: 0.5%; display: inline-block; margin-bottom: 20px; width: 32%; }

section.contact .action_info li input { width: 100%; }

section.contact .form-footer input[type="submit"] { width: auto; float: right; margin-right: 2%; }


.filters .active a { text-decoration: none; font-weight: 500; font-size: 30px; font-style: italic; }

.file-feed .filters .active:before { color: #45002c; font-size: 35px; }

.spark-gallery .sub_title { text-align: center; padding-bottom: 20px;}


.page-id-1267 .file-feed .filters li { width: auto;  padding: 0 10px 0 7px; font-size: 25px; line-height: 1; }

.page-id-1267 .file-feed .filters .active a { font-size: 30px; line-height: 0.5;}


.last-section + .download-form-popup{ display: none; }

/*section.signup h2.contact-title  { width: 50%; }*/

/*section.contact:not(.our-mission) h2*/

.page-id-1156 .file-feed .file a.hidename {visibility: hidden; display: none;}